Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2025-69873 (GCVE-0-2025-69873)
Vulnerability from cvelistv5 – Published: 2026-02-11 00:00 – Updated: 2026-03-03 17:25- CWE-1333 - Inefficient Regular Expression Complexity
| URL | Tags | |
|---|---|---|
{
"containers": {
"adp": [
{
"metrics": [
{
"cvssV3_1": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
}
},
{
"other": {
"content": {
"id": "CVE-2025-69873",
"options": [
{
"Exploitation": "poc"
},
{
"Automatable": "yes"
},
{
"Technical Impact": "partial"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-02-12T15:13:03.482882Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-400",
"description": "CWE-400 Uncontrolled Resource Consumption",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-03-03T17:25:31.651Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"defaultStatus": "unaffected",
"product": "ajv",
"vendor": "ajv.js",
"versions": [
{
"lessThan": "6.14.0",
"status": "affected",
"version": "0",
"versionType": "semver"
},
{
"lessThan": "8.17.2",
"status": "affected",
"version": "7.0.0",
"versionType": "semver"
}
]
}
],
"cpeApplicability": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:ajv.js:ajv:*:*:*:*:*:*:*:*",
"versionEndExcluding": "6.14.0",
"vulnerable": true
},
{
"criteria": "cpe:2.3:a:ajv.js:ajv:*:*:*:*:*:*:*:*",
"versionEndExcluding": "8.17.2",
"versionStartIncluding": "7.0.0",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"descriptions": [
{
"lang": "en",
"value": "ajv (Another JSON Schema Validator) before 8.18.0 is vulnerable to Regular Expression Denial of Service (ReDoS) when the $data option is enabled. The pattern keyword accepts runtime data via JSON Pointer syntax ($data reference), which is passed directly to the JavaScript RegExp() constructor without validation. An attacker can inject a malicious regex pattern (e.g., \"^(a|a)*$\") combined with crafted input to cause catastrophic backtracking. A 31-character payload causes approximately 44 seconds of CPU blocking, with each additional character doubling execution time. This enables complete denial of service with a single HTTP request against any API using ajv with $data: true for dynamic schema validation. This issue is also fixed in version 6.14.0."
}
],
"metrics": [
{
"cvssV3_1": {
"baseScore": 2.9,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-1333",
"description": "CWE-1333 Inefficient Regular Expression Complexity",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2026-03-02T20:22:25.698Z",
"orgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
"shortName": "mitre"
},
"references": [
{
"url": "https://github.com/advisories/GHSA-2g4f-4pwh-qvx6"
},
{
"url": "https://github.com/EthanKim88/ethan-cve-disclosures/blob/main/CVE-2025-69873-ajv-ReDoS.md"
},
{
"url": "https://github.com/github/advisory-database/pull/6991"
},
{
"url": "https://github.com/ajv-validator/ajv/pull/2588"
},
{
"url": "https://github.com/ajv-validator/ajv/releases/tag/v6.14.0"
},
{
"url": "https://github.com/ajv-validator/ajv/pull/2590"
}
],
"x_generator": {
"engine": "enrichogram 0.0.1"
}
}
},
"cveMetadata": {
"assignerOrgId": "8254265b-2729-46b6-b9e3-3dfca2d5bfca",
"assignerShortName": "mitre",
"cveId": "CVE-2025-69873",
"datePublished": "2026-02-11T00:00:00.000Z",
"dateReserved": "2026-01-09T00:00:00.000Z",
"dateUpdated": "2026-03-03T17:25:31.651Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"nvd": "{\"cve\":{\"id\":\"CVE-2025-69873\",\"sourceIdentifier\":\"cve@mitre.org\",\"published\":\"2026-02-11T19:15:50.467\",\"lastModified\":\"2026-03-02T21:16:24.213\",\"vulnStatus\":\"Awaiting Analysis\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"ajv (Another JSON Schema Validator) before 8.18.0 is vulnerable to Regular Expression Denial of Service (ReDoS) when the $data option is enabled. The pattern keyword accepts runtime data via JSON Pointer syntax ($data reference), which is passed directly to the JavaScript RegExp() constructor without validation. An attacker can inject a malicious regex pattern (e.g., \\\"^(a|a)*$\\\") combined with crafted input to cause catastrophic backtracking. A 31-character payload causes approximately 44 seconds of CPU blocking, with each additional character doubling execution time. This enables complete denial of service with a single HTTP request against any API using ajv with $data: true for dynamic schema validation. This issue is also fixed in version 6.14.0.\"},{\"lang\":\"es\",\"value\":\"ajv (Another JSON Schema Validator) hasta la versi\u00f3n 8.17.1 es vulnerable a la denegaci\u00f3n de servicio por expresiones regulares (ReDoS) cuando la opci\u00f3n $data est\u00e1 habilitada. La palabra clave \u0027pattern\u0027 acepta datos en tiempo de ejecuci\u00f3n a trav\u00e9s de la sintaxis JSON Pointer (referencia $data), que se pasa directamente al constructor JavaScript RegExp() sin validaci\u00f3n. Un atacante puede inyectar un patr\u00f3n de expresi\u00f3n regular malicioso (por ejemplo, \u0027^(a|a)*$\u0027) combinado con una entrada manipulada para causar un retroceso catastr\u00f3fico. Una carga \u00fatil de 31 caracteres causa aproximadamente 44 segundos de bloqueo de CPU, y cada car\u00e1cter adicional duplica el tiempo de ejecuci\u00f3n. Esto permite una denegaci\u00f3n de servicio completa con una \u00fanica solicitud HTTP contra cualquier API que utilice ajv con $data: true para la validaci\u00f3n din\u00e1mica de esquemas.\"}],\"metrics\":{\"cvssMetricV31\":[{\"source\":\"cve@mitre.org\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L\",\"baseScore\":2.9,\"baseSeverity\":\"LOW\",\"attackVector\":\"LOCAL\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"LOW\"},\"exploitabilityScore\":1.4,\"impactScore\":1.4},{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.1\",\"vectorString\":\"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"NONE\",\"integrityImpact\":\"NONE\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":3.6}]},\"weaknesses\":[{\"source\":\"cve@mitre.org\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-1333\"}]},{\"source\":\"134c704f-9b21-4f2e-91b3-4a467353bcc0\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-400\"}]}],\"references\":[{\"url\":\"https://github.com/EthanKim88/ethan-cve-disclosures/blob/main/CVE-2025-69873-ajv-ReDoS.md\",\"source\":\"cve@mitre.org\"},{\"url\":\"https://github.com/advisories/GHSA-2g4f-4pwh-qvx6\",\"source\":\"cve@mitre.org\"},{\"url\":\"https://github.com/ajv-validator/ajv/pull/2588\",\"source\":\"cve@mitre.org\"},{\"url\":\"https://github.com/ajv-validator/ajv/pull/2590\",\"source\":\"cve@mitre.org\"},{\"url\":\"https://github.com/ajv-validator/ajv/releases/tag/v6.14.0\",\"source\":\"cve@mitre.org\"},{\"url\":\"https://github.com/github/advisory-database/pull/6991\",\"source\":\"cve@mitre.org\"}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"cvssV3_1\": {\"scope\": \"UNCHANGED\", \"version\": \"3.1\", \"baseScore\": 7.5, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H\", \"integrityImpact\": \"NONE\", \"userInteraction\": \"NONE\", \"attackComplexity\": \"LOW\", \"availabilityImpact\": \"HIGH\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"NONE\"}}, {\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2025-69873\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"poc\"}, {\"Automatable\": \"yes\"}, {\"Technical Impact\": \"partial\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-02-12T15:13:03.482882Z\"}}}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-400\", \"description\": \"CWE-400 Uncontrolled Resource Consumption\"}]}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-02-12T15:14:20.520Z\"}}], \"cna\": {\"metrics\": [{\"cvssV3_1\": {\"version\": \"3.1\", \"baseScore\": 2.9, \"baseSeverity\": \"LOW\", \"vectorString\": \"CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L\"}}], \"affected\": [{\"vendor\": \"ajv.js\", \"product\": \"ajv\", \"versions\": [{\"status\": \"affected\", \"version\": \"0\", \"lessThan\": \"6.14.0\", \"versionType\": \"semver\"}, {\"status\": \"affected\", \"version\": \"7.0.0\", \"lessThan\": \"8.17.2\", \"versionType\": \"semver\"}], \"defaultStatus\": \"unaffected\"}], \"references\": [{\"url\": \"https://github.com/advisories/GHSA-2g4f-4pwh-qvx6\"}, {\"url\": \"https://github.com/EthanKim88/ethan-cve-disclosures/blob/main/CVE-2025-69873-ajv-ReDoS.md\"}, {\"url\": \"https://github.com/github/advisory-database/pull/6991\"}, {\"url\": \"https://github.com/ajv-validator/ajv/pull/2588\"}, {\"url\": \"https://github.com/ajv-validator/ajv/releases/tag/v6.14.0\"}, {\"url\": \"https://github.com/ajv-validator/ajv/pull/2590\"}], \"x_generator\": {\"engine\": \"enrichogram 0.0.1\"}, \"descriptions\": [{\"lang\": \"en\", \"value\": \"ajv (Another JSON Schema Validator) before 8.18.0 is vulnerable to Regular Expression Denial of Service (ReDoS) when the $data option is enabled. The pattern keyword accepts runtime data via JSON Pointer syntax ($data reference), which is passed directly to the JavaScript RegExp() constructor without validation. An attacker can inject a malicious regex pattern (e.g., \\\"^(a|a)*$\\\") combined with crafted input to cause catastrophic backtracking. A 31-character payload causes approximately 44 seconds of CPU blocking, with each additional character doubling execution time. This enables complete denial of service with a single HTTP request against any API using ajv with $data: true for dynamic schema validation. This issue is also fixed in version 6.14.0.\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-1333\", \"description\": \"CWE-1333 Inefficient Regular Expression Complexity\"}]}], \"cpeApplicability\": [{\"nodes\": [{\"negate\": false, \"cpeMatch\": [{\"criteria\": \"cpe:2.3:a:ajv.js:ajv:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"6.14.0\"}, {\"criteria\": \"cpe:2.3:a:ajv.js:ajv:*:*:*:*:*:*:*:*\", \"vulnerable\": true, \"versionEndExcluding\": \"8.17.2\", \"versionStartIncluding\": \"7.0.0\"}], \"operator\": \"OR\"}]}], \"providerMetadata\": {\"orgId\": \"8254265b-2729-46b6-b9e3-3dfca2d5bfca\", \"shortName\": \"mitre\", \"dateUpdated\": \"2026-03-02T20:22:25.698Z\"}}}",
"cveMetadata": "{\"cveId\": \"CVE-2025-69873\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-03-03T17:25:31.651Z\", \"dateReserved\": \"2026-01-09T00:00:00.000Z\", \"assignerOrgId\": \"8254265b-2729-46b6-b9e3-3dfca2d5bfca\", \"datePublished\": \"2026-02-11T00:00:00.000Z\", \"assignerShortName\": \"mitre\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
RHSA-2026:5910
Vulnerability from csaf_redhat - Published: 2026-04-02 08:02 - Updated: 2026-04-09 14:38A flaw was found in ajv. When the $data option is enabled, the value of the pattern keyword is passed directly to the JavaScript RegExp() constructor without sufficient validation. An attacker able to supply a malicious regular expression pattern can trigger a ReDoS (Regular Expression Denial of Service), causing the application to become unresponsive and resulting in a denial of service.
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat OpenShift Container Platform release 4.16.59 is now available with updates to packages and images that fix several bugs and add enhancements.\n\n This release includes a security update for Red Hat OpenShift Container Platform 4.16.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat OpenShift Container Platform is Red Hat\u0027s cloud computing Kubernetes application platform solution designed for on-premise or private cloud deployments.\n\nThis advisory contains the container images for Red Hat OpenShift Container Platform 4.16.59. See the following advisory for the RPM packages for this release:\n\nhttps://access.redhat.com/errata/RHBA-2026:5872\n\nSpace precludes documenting all of the container images in this advisory. See the following Release Notes documentation, which will be updated shortly for this release, for details about these changes:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.16/html/release_notes/",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:5910",
"url": "https://access.redhat.com/errata/RHSA-2026:5910"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-69873",
"url": "https://access.redhat.com/security/cve/CVE-2025-69873"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_5910.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.16.59 bug fix and security update",
"tracking": {
"current_release_date": "2026-04-09T14:38:29+00:00",
"generator": {
"date": "2026-04-09T14:38:29+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.5"
}
},
"id": "RHSA-2026:5910",
"initial_release_date": "2026-04-02T08:02:20+00:00",
"revision_history": [
{
"date": "2026-04-02T08:02:20+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-04-02T08:03:28+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-09T14:38:29+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.16",
"product": {
"name": "Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.16::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Container Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:ce4973def73a2410eb14fb44a7289989d902788083e4f9f330231525c35eb568_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:ce4973def73a2410eb14fb44a7289989d902788083e4f9f330231525c35eb568_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:ce4973def73a2410eb14fb44a7289989d902788083e4f9f330231525c35eb568_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9@sha256%3Ace4973def73a2410eb14fb44a7289989d902788083e4f9f330231525c35eb568?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774297568"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:3b26f11f424cfe0088f5ddc11be2f4e4a562b95e1d89ef8afb2bd086cc31fb17_amd64",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:3b26f11f424cfe0088f5ddc11be2f4e4a562b95e1d89ef8afb2bd086cc31fb17_amd64",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:3b26f11f424cfe0088f5ddc11be2f4e4a562b95e1d89ef8afb2bd086cc31fb17_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-kms-encryption-provider-rhel9@sha256%3A3b26f11f424cfe0088f5ddc11be2f4e4a562b95e1d89ef8afb2bd086cc31fb17?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774326414"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:6278171112e156c3c1f9f214cf9a35681ed63ef35f6912302df2e61592fe81f9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:6278171112e156c3c1f9f214cf9a35681ed63ef35f6912302df2e61592fe81f9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:6278171112e156c3c1f9f214cf9a35681ed63ef35f6912302df2e61592fe81f9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-file-csi-driver-rhel9@sha256%3A6278171112e156c3c1f9f214cf9a35681ed63ef35f6912302df2e61592fe81f9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774301013"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:ca008edfc79b808af4bf26d43aa371f0f7297d3134c8d31bd0dfd9f17505f358_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:ca008edfc79b808af4bf26d43aa371f0f7297d3134c8d31bd0dfd9f17505f358_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:ca008edfc79b808af4bf26d43aa371f0f7297d3134c8d31bd0dfd9f17505f358_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-file-csi-driver-operator-rhel9@sha256%3Aca008edfc79b808af4bf26d43aa371f0f7297d3134c8d31bd0dfd9f17505f358?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774299417"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c52088ab317b1e30a85c824e26c217d8073dcea907dc3c9502fc86aca86f5bdc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c52088ab317b1e30a85c824e26c217d8073dcea907dc3c9502fc86aca86f5bdc_amd64",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c52088ab317b1e30a85c824e26c217d8073dcea907dc3c9502fc86aca86f5bdc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-kms-encryption-provider-rhel9@sha256%3Ac52088ab317b1e30a85c824e26c217d8073dcea907dc3c9502fc86aca86f5bdc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774316221"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e7ff4034d6daf4b0d205eeb701e024e1c909301f8497e8010a8fff8e4bc003be_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e7ff4034d6daf4b0d205eeb701e024e1c909301f8497e8010a8fff8e4bc003be_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e7ff4034d6daf4b0d205eeb701e024e1c909301f8497e8010a8fff8e4bc003be_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-machine-controllers-rhel9@sha256%3Ae7ff4034d6daf4b0d205eeb701e024e1c909301f8497e8010a8fff8e4bc003be?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774326154"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:02920b5261f35ae36c47cfd6d83d526419944919421b079ffca94d81587cfcf4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:02920b5261f35ae36c47cfd6d83d526419944919421b079ffca94d81587cfcf4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:02920b5261f35ae36c47cfd6d83d526419944919421b079ffca94d81587cfcf4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-runtimecfg-rhel9@sha256%3A02920b5261f35ae36c47cfd6d83d526419944919421b079ffca94d81587cfcf4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774327953"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:522ff011e745c1724215cb6866afe007fa981bfc63481cc77985aea0fc4bc71c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:522ff011e745c1724215cb6866afe007fa981bfc63481cc77985aea0fc4bc71c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:522ff011e745c1724215cb6866afe007fa981bfc63481cc77985aea0fc4bc71c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-etcd-rhel9-operator@sha256%3A522ff011e745c1724215cb6866afe007fa981bfc63481cc77985aea0fc4bc71c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774316049"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e168aa9cca899b8b9e327f1204cedbc68ab96eccacdf57729cb77e78eb8dab15_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e168aa9cca899b8b9e327f1204cedbc68ab96eccacdf57729cb77e78eb8dab15_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e168aa9cca899b8b9e327f1204cedbc68ab96eccacdf57729cb77e78eb8dab15_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-monitoring-rhel9-operator@sha256%3Ae168aa9cca899b8b9e327f1204cedbc68ab96eccacdf57729cb77e78eb8dab15?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774324509"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:527edd4670167e09af8009e6ae19f53313c36e157e8e3b8c84c36c74cbc3a7cf_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:527edd4670167e09af8009e6ae19f53313c36e157e8e3b8c84c36c74cbc3a7cf_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:527edd4670167e09af8009e6ae19f53313c36e157e8e3b8c84c36c74cbc3a7cf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-network-rhel9-operator@sha256%3A527edd4670167e09af8009e6ae19f53313c36e157e8e3b8c84c36c74cbc3a7cf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774327978"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3cc4b7a280daff53f288a2dfba294ffc26bc56e20e96971882edd21414ad94e0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3cc4b7a280daff53f288a2dfba294ffc26bc56e20e96971882edd21414ad94e0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3cc4b7a280daff53f288a2dfba294ffc26bc56e20e96971882edd21414ad94e0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-node-tuning-rhel9-operator@sha256%3A3cc4b7a280daff53f288a2dfba294ffc26bc56e20e96971882edd21414ad94e0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774404891"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c1f162808f71d323c337fe422ede5f5445cdb129f510184ca647ab259e07a20d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c1f162808f71d323c337fe422ede5f5445cdb129f510184ca647ab259e07a20d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c1f162808f71d323c337fe422ede5f5445cdb129f510184ca647ab259e07a20d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-policy-controller-rhel9@sha256%3Ac1f162808f71d323c337fe422ede5f5445cdb129f510184ca647ab259e07a20d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774326154"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:bb8377deff75b8adb45c81c7abc0d6ca947f6f7b72b33f1ca58b399a412faa1c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:bb8377deff75b8adb45c81c7abc0d6ca947f6f7b72b33f1ca58b399a412faa1c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:bb8377deff75b8adb45c81c7abc0d6ca947f6f7b72b33f1ca58b399a412faa1c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-storage-rhel9-operator@sha256%3Abb8377deff75b8adb45c81c7abc0d6ca947f6f7b72b33f1ca58b399a412faa1c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774324647"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2fa7a2be99cb0defc5b4ecc61fa33e5a34a25ce133ae5802c0e8c90936f30922_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2fa7a2be99cb0defc5b4ecc61fa33e5a34a25ce133ae5802c0e8c90936f30922_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2fa7a2be99cb0defc5b4ecc61fa33e5a34a25ce133ae5802c0e8c90936f30922_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-version-rhel9-operator@sha256%3A2fa7a2be99cb0defc5b4ecc61fa33e5a34a25ce133ae5802c0e8c90936f30922?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774324481"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:7f18da5abc4762d0fc14ccd6696bc4dbe13322f108130e054f7d0029dd302120_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:7f18da5abc4762d0fc14ccd6696bc4dbe13322f108130e054f7d0029dd302120_amd64",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:7f18da5abc4762d0fc14ccd6696bc4dbe13322f108130e054f7d0029dd302120_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-configmap-reloader-rhel9@sha256%3A7f18da5abc4762d0fc14ccd6696bc4dbe13322f108130e054f7d0029dd302120?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774324830"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e82feeaae65417ea40580d5f3125c213e8f6b95a7921debb77221cd0adc37406_amd64",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e82feeaae65417ea40580d5f3125c213e8f6b95a7921debb77221cd0adc37406_amd64",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e82feeaae65417ea40580d5f3125c213e8f6b95a7921debb77221cd0adc37406_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/container-networking-plugins-microshift-rhel9@sha256%3Ae82feeaae65417ea40580d5f3125c213e8f6b95a7921debb77221cd0adc37406?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774324085"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:28b9b9941169ee65c18d4a5807377c7b094f6c642e7117c127e27774dcf23aec_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:28b9b9941169ee65c18d4a5807377c7b094f6c642e7117c127e27774dcf23aec_amd64",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:28b9b9941169ee65c18d4a5807377c7b094f6c642e7117c127e27774dcf23aec_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-coredns-rhel9@sha256%3A28b9b9941169ee65c18d4a5807377c7b094f6c642e7117c127e27774dcf23aec?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774338792"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:91a7471795cdce93ea422b1e62252ccff5f984ff97d1fa2cf6fc732a771d1ff6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:91a7471795cdce93ea422b1e62252ccff5f984ff97d1fa2cf6fc732a771d1ff6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:91a7471795cdce93ea422b1e62252ccff5f984ff97d1fa2cf6fc732a771d1ff6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-attacher-rhel9@sha256%3A91a7471795cdce93ea422b1e62252ccff5f984ff97d1fa2cf6fc732a771d1ff6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774324086"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ef051049b62962ae0a577c4619440439e12891d0333f29e7bf96a633825f4a82_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ef051049b62962ae0a577c4619440439e12891d0333f29e7bf96a633825f4a82_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ef051049b62962ae0a577c4619440439e12891d0333f29e7bf96a633825f4a82_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-manila-rhel9@sha256%3Aef051049b62962ae0a577c4619440439e12891d0333f29e7bf96a633825f4a82?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774301536"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:76d6028c0c843de4b3c0f197eba1fadf6efbe11fd0dc2e27da8808457704b429_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:76d6028c0c843de4b3c0f197eba1fadf6efbe11fd0dc2e27da8808457704b429_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:76d6028c0c843de4b3c0f197eba1fadf6efbe11fd0dc2e27da8808457704b429_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-manila-rhel9-operator@sha256%3A76d6028c0c843de4b3c0f197eba1fadf6efbe11fd0dc2e27da8808457704b429?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774300776"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:603c85c5076603fb5c008bf9e099664175726696d4c5392fdf784591a38d27bd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:603c85c5076603fb5c008bf9e099664175726696d4c5392fdf784591a38d27bd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:603c85c5076603fb5c008bf9e099664175726696d4c5392fdf784591a38d27bd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-nfs-rhel9@sha256%3A603c85c5076603fb5c008bf9e099664175726696d4c5392fdf784591a38d27bd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774304210"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bc9a024371adadee6933b28af46bd4cf1ef0934ebb70b5922b2d02a76d2704e1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bc9a024371adadee6933b28af46bd4cf1ef0934ebb70b5922b2d02a76d2704e1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bc9a024371adadee6933b28af46bd4cf1ef0934ebb70b5922b2d02a76d2704e1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-livenessprobe-rhel9@sha256%3Abc9a024371adadee6933b28af46bd4cf1ef0934ebb70b5922b2d02a76d2704e1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774323350"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:dbf91b34f08921aa48c4a685fa0e20bb52887958b92e129de482b05b5e841268_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:dbf91b34f08921aa48c4a685fa0e20bb52887958b92e129de482b05b5e841268_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:dbf91b34f08921aa48c4a685fa0e20bb52887958b92e129de482b05b5e841268_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-node-driver-registrar-rhel9@sha256%3Adbf91b34f08921aa48c4a685fa0e20bb52887958b92e129de482b05b5e841268?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774327968"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:7067c040e835dab708456e23987832bf6a2fd0bfdd5e0ce592d6af625bee274c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:7067c040e835dab708456e23987832bf6a2fd0bfdd5e0ce592d6af625bee274c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:7067c040e835dab708456e23987832bf6a2fd0bfdd5e0ce592d6af625bee274c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-provisioner-rhel9@sha256%3A7067c040e835dab708456e23987832bf6a2fd0bfdd5e0ce592d6af625bee274c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774323518"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:07356217307c735fe7d5d17f9a238e76cd3a3b5e1c92f965d9dae10bb0c18a9f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:07356217307c735fe7d5d17f9a238e76cd3a3b5e1c92f965d9dae10bb0c18a9f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:07356217307c735fe7d5d17f9a238e76cd3a3b5e1c92f965d9dae10bb0c18a9f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-snapshot-validation-webhook-rhel9@sha256%3A07356217307c735fe7d5d17f9a238e76cd3a3b5e1c92f965d9dae10bb0c18a9f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774322709"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:f1cf2508b6aeea813dd73746ba37eec67fb4cb6443a2d3bbd8abc0d2267c4331_amd64",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:f1cf2508b6aeea813dd73746ba37eec67fb4cb6443a2d3bbd8abc0d2267c4331_amd64",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:f1cf2508b6aeea813dd73746ba37eec67fb4cb6443a2d3bbd8abc0d2267c4331_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/driver-toolkit-rhel9@sha256%3Af1cf2508b6aeea813dd73746ba37eec67fb4cb6443a2d3bbd8abc0d2267c4331?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774342118"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6ad8b7e4c729b8f9bc42b2387ce3b6887610c22fed937cc07a03ec775f534584_amd64",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6ad8b7e4c729b8f9bc42b2387ce3b6887610c22fed937cc07a03ec775f534584_amd64",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6ad8b7e4c729b8f9bc42b2387ce3b6887610c22fed937cc07a03ec775f534584_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/egress-router-cni-rhel9@sha256%3A6ad8b7e4c729b8f9bc42b2387ce3b6887610c22fed937cc07a03ec775f534584?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774329189"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e526578dbfccc212089bcf557237396e58dc585a47a9b2faacfd36814eb82376_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e526578dbfccc212089bcf557237396e58dc585a47a9b2faacfd36814eb82376_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e526578dbfccc212089bcf557237396e58dc585a47a9b2faacfd36814eb82376_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-proxy-rhel9@sha256%3Ae526578dbfccc212089bcf557237396e58dc585a47a9b2faacfd36814eb82376?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774297647"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:1a0effd6fb54a811f4295e4022e191d33423ab441a077ff22778af9822c2ef72_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:1a0effd6fb54a811f4295e4022e191d33423ab441a077ff22778af9822c2ef72_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:1a0effd6fb54a811f4295e4022e191d33423ab441a077ff22778af9822c2ef72_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-alertmanager-rhel9@sha256%3A1a0effd6fb54a811f4295e4022e191d33423ab441a077ff22778af9822c2ef72?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774324855"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:bdb5e0cb32c111586b3713c0e4ed699a8a6ed953e3909ea5c052cacd63bd4174_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:bdb5e0cb32c111586b3713c0e4ed699a8a6ed953e3909ea5c052cacd63bd4174_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:bdb5e0cb32c111586b3713c0e4ed699a8a6ed953e3909ea5c052cacd63bd4174_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-node-exporter-rhel9@sha256%3Abdb5e0cb32c111586b3713c0e4ed699a8a6ed953e3909ea5c052cacd63bd4174?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774322283"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:a34631bbd669dfa1a1e627fdc4c22ee12e7019804e4de6db26940fd009cac374_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:a34631bbd669dfa1a1e627fdc4c22ee12e7019804e4de6db26940fd009cac374_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:a34631bbd669dfa1a1e627fdc4c22ee12e7019804e4de6db26940fd009cac374_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9@sha256%3Aa34631bbd669dfa1a1e627fdc4c22ee12e7019804e4de6db26940fd009cac374?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774327771"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b51a5d72d7b5d8335886c69a1074c5d496a588a669f336967ae8051b60b62c79_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b51a5d72d7b5d8335886c69a1074c5d496a588a669f336967ae8051b60b62c79_amd64",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b51a5d72d7b5d8335886c69a1074c5d496a588a669f336967ae8051b60b62c79_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hypershift-rhel9@sha256%3Ab51a5d72d7b5d8335886c69a1074c5d496a588a669f336967ae8051b60b62c79?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774327540"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:f03ccdc240fbe0db2ca0a16dce6c280e1fb02eb56443dbdf1503dd5f203ced66_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:f03ccdc240fbe0db2ca0a16dce6c280e1fb02eb56443dbdf1503dd5f203ced66_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:f03ccdc240fbe0db2ca0a16dce6c280e1fb02eb56443dbdf1503dd5f203ced66_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-rhel9@sha256%3Af03ccdc240fbe0db2ca0a16dce6c280e1fb02eb56443dbdf1503dd5f203ced66?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774283398"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:1af4f57d6e5fe736100c3129c4b9c226bf3c35519de72b72800aa187c2537d2b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:1af4f57d6e5fe736100c3129c4b9c226bf3c35519de72b72800aa187c2537d2b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:1af4f57d6e5fe736100c3129c4b9c226bf3c35519de72b72800aa187c2537d2b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-agent-rhel9@sha256%3A1af4f57d6e5fe736100c3129c4b9c226bf3c35519de72b72800aa187c2537d2b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774283398"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:33b50ba656686e49101f62377587175d2a26c9b2407a31f821b28dc5673d3815_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:33b50ba656686e49101f62377587175d2a26c9b2407a31f821b28dc5673d3815_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:33b50ba656686e49101f62377587175d2a26c9b2407a31f821b28dc5673d3815_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-machine-os-downloader-rhel9@sha256%3A33b50ba656686e49101f62377587175d2a26c9b2407a31f821b28dc5673d3815?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774283699"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:73a4a76b2eb8bd66bfbf1a8e067107bc7f27463ebd78806c04443d87db3fc030_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:73a4a76b2eb8bd66bfbf1a8e067107bc7f27463ebd78806c04443d87db3fc030_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:73a4a76b2eb8bd66bfbf1a8e067107bc7f27463ebd78806c04443d87db3fc030_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-static-ip-manager-rhel9@sha256%3A73a4a76b2eb8bd66bfbf1a8e067107bc7f27463ebd78806c04443d87db3fc030?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774283423"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a45ed9f8a4658b982b2f104e042e080a73ce6892abe42670b8d4922d31a8f567_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a45ed9f8a4658b982b2f104e042e080a73ce6892abe42670b8d4922d31a8f567_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a45ed9f8a4658b982b2f104e042e080a73ce6892abe42670b8d4922d31a8f567_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-proxy-rhel9@sha256%3Aa45ed9f8a4658b982b2f104e042e080a73ce6892abe42670b8d4922d31a8f567?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774326445"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:514e470c91716a8fdc68adb6d3c751727c51578a738982c753f97342463b6ce1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:514e470c91716a8fdc68adb6d3c751727c51578a738982c753f97342463b6ce1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:514e470c91716a8fdc68adb6d3c751727c51578a738982c753f97342463b6ce1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-rbac-proxy-rhel9@sha256%3A514e470c91716a8fdc68adb6d3c751727c51578a738982c753f97342463b6ce1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774324547"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3eb3cfe151384c3537ec523738297d7192a23be26f96c5e563f436b0a36223dd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3eb3cfe151384c3537ec523738297d7192a23be26f96c5e563f436b0a36223dd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3eb3cfe151384c3537ec523738297d7192a23be26f96c5e563f436b0a36223dd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-state-metrics-rhel9@sha256%3A3eb3cfe151384c3537ec523738297d7192a23be26f96c5e563f436b0a36223dd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774324636"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:75dbde89821235df1e3162e7ee454a946bf62263f1952e894d1c4f7a6374ae8f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:75dbde89821235df1e3162e7ee454a946bf62263f1952e894d1c4f7a6374ae8f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:75dbde89821235df1e3162e7ee454a946bf62263f1952e894d1c4f7a6374ae8f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-marketplace-rhel9@sha256%3A75dbde89821235df1e3162e7ee454a946bf62263f1952e894d1c4f7a6374ae8f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774328131"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8120cd97f5d132d44d0d5cc89bd6ebe95f54dd5396b95e24c0785f2da7a218a5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8120cd97f5d132d44d0d5cc89bd6ebe95f54dd5396b95e24c0785f2da7a218a5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8120cd97f5d132d44d0d5cc89bd6ebe95f54dd5396b95e24c0785f2da7a218a5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-monitoring-plugin-rhel9@sha256%3A8120cd97f5d132d44d0d5cc89bd6ebe95f54dd5396b95e24c0785f2da7a218a5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774452649"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:6cd7b5d92dd000c615e2ac345d48d975eca8a6ac278b7a0336c9b888fbdc1f3d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:6cd7b5d92dd000c615e2ac345d48d975eca8a6ac278b7a0336c9b888fbdc1f3d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:6cd7b5d92dd000c615e2ac345d48d975eca8a6ac278b7a0336c9b888fbdc1f3d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-rhel9@sha256%3A6cd7b5d92dd000c615e2ac345d48d975eca8a6ac278b7a0336c9b888fbdc1f3d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774328834"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:28cc0b2dc11a594e37adb13b69918a9b0950db446c8378f22851fb8bd5d9810d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:28cc0b2dc11a594e37adb13b69918a9b0950db446c8378f22851fb8bd5d9810d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:28cc0b2dc11a594e37adb13b69918a9b0950db446c8378f22851fb8bd5d9810d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-microshift-rhel9@sha256%3A28cc0b2dc11a594e37adb13b69918a9b0950db446c8378f22851fb8bd5d9810d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774324488"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:af1fc89d1ad4ec2846a8badd08329d895c80f384014f7c1e2f8725343a8002bc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:af1fc89d1ad4ec2846a8badd08329d895c80f384014f7c1e2f8725343a8002bc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:af1fc89d1ad4ec2846a8badd08329d895c80f384014f7c1e2f8725343a8002bc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-networkpolicy-rhel9@sha256%3Aaf1fc89d1ad4ec2846a8badd08329d895c80f384014f7c1e2f8725343a8002bc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774328968"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:a9834b7c965926992a9290bdd291f63931b5ff6a3c64fc7131dd55861c941e91_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:a9834b7c965926992a9290bdd291f63931b5ff6a3c64fc7131dd55861c941e91_amd64",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:a9834b7c965926992a9290bdd291f63931b5ff6a3c64fc7131dd55861c941e91_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-networking-console-plugin-rhel9@sha256%3Aa9834b7c965926992a9290bdd291f63931b5ff6a3c64fc7131dd55861c941e91?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774452658"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9e274021b4e1f67932d0f34a22710aeeafdf7d0b95ecb598f4059e51b047787f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9e274021b4e1f67932d0f34a22710aeeafdf7d0b95ecb598f4059e51b047787f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9e274021b4e1f67932d0f34a22710aeeafdf7d0b95ecb598f4059e51b047787f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-server-rhel9@sha256%3A9e274021b4e1f67932d0f34a22710aeeafdf7d0b95ecb598f4059e51b047787f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774315584"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e6d477016f0e55e915bb08ae969ecffae5fe8bb0fe85c96e00b745528ebc2630_amd64",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e6d477016f0e55e915bb08ae969ecffae5fe8bb0fe85c96e00b745528ebc2630_amd64",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e6d477016f0e55e915bb08ae969ecffae5fe8bb0fe85c96e00b745528ebc2630_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/oc-mirror-plugin-rhel9@sha256%3Ae6d477016f0e55e915bb08ae969ecffae5fe8bb0fe85c96e00b745528ebc2630?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774329319"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:269f4c94ac2759cbc669cc53ed149f3d2b41bbbb9e5b7f38206e420b7b2b5c04_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:269f4c94ac2759cbc669cc53ed149f3d2b41bbbb9e5b7f38206e420b7b2b5c04_amd64",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:269f4c94ac2759cbc669cc53ed149f3d2b41bbbb9e5b7f38206e420b7b2b5c04_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-builder-rhel9@sha256%3A269f4c94ac2759cbc669cc53ed149f3d2b41bbbb9e5b7f38206e420b7b2b5c04?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774297902"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2d2e7df24eead48d09ca23ea657bed41c70c61d957b9c006ab669572cfd9fc68_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2d2e7df24eead48d09ca23ea657bed41c70c61d957b9c006ab669572cfd9fc68_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2d2e7df24eead48d09ca23ea657bed41c70c61d957b9c006ab669572cfd9fc68_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-rhel9@sha256%3A2d2e7df24eead48d09ca23ea657bed41c70c61d957b9c006ab669572cfd9fc68?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774327726"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:aaae02dc7cfae7ba686c202807c2d527710a3ec47bdd1b1c46743874c5fe58c2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:aaae02dc7cfae7ba686c202807c2d527710a3ec47bdd1b1c46743874c5fe58c2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:aaae02dc7cfae7ba686c202807c2d527710a3ec47bdd1b1c46743874c5fe58c2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9@sha256%3Aaaae02dc7cfae7ba686c202807c2d527710a3ec47bdd1b1c46743874c5fe58c2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774452905"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:86b511fa05476f8d643a2b45fb796e52d9202999d97f1b6a83308f046d609589_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:86b511fa05476f8d643a2b45fb796e52d9202999d97f1b6a83308f046d609589_amd64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:86b511fa05476f8d643a2b45fb796e52d9202999d97f1b6a83308f046d609589_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9-operator@sha256%3A86b511fa05476f8d643a2b45fb796e52d9202999d97f1b6a83308f046d609589?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774367577"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:154bc68572bff172152cb8e6ca56e386dd0683470884f6f7c544cd364263c892_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:154bc68572bff172152cb8e6ca56e386dd0683470884f6f7c544cd364263c892_amd64",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:154bc68572bff172152cb8e6ca56e386dd0683470884f6f7c544cd364263c892_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-deployer-rhel9@sha256%3A154bc68572bff172152cb8e6ca56e386dd0683470884f6f7c544cd364263c892?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774340178"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c75474dcead17964346c51d6577129192e14d234cdb7d84087143e831bbab59e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c75474dcead17964346c51d6577129192e14d234cdb7d84087143e831bbab59e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c75474dcead17964346c51d6577129192e14d234cdb7d84087143e831bbab59e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-haproxy-router-rhel9@sha256%3Ac75474dcead17964346c51d6577129192e14d234cdb7d84087143e831bbab59e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774340269"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:44aa14e26d7f58ba5b3f67b3ece13bc317cb5b9f8553b60719be4df122701b63_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:44aa14e26d7f58ba5b3f67b3ece13bc317cb5b9f8553b60719be4df122701b63_amd64",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:44aa14e26d7f58ba5b3f67b3ece13bc317cb5b9f8553b60719be4df122701b63_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hyperkube-rhel9@sha256%3A44aa14e26d7f58ba5b3f67b3ece13bc317cb5b9f8553b60719be4df122701b63?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774328901"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:288b1b934ddfed4305a99d37ac099e1562c629f505488878230b4c67924bed2d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:288b1b934ddfed4305a99d37ac099e1562c629f505488878230b4c67924bed2d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:288b1b934ddfed4305a99d37ac099e1562c629f505488878230b4c67924bed2d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-keepalived-ipfailover-rhel9@sha256%3A288b1b934ddfed4305a99d37ac099e1562c629f505488878230b4c67924bed2d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774321655"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:48fd41abfe3fe87ce12c3b695fd43bc00869177adcca6127124cd14186765d69_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:48fd41abfe3fe87ce12c3b695fd43bc00869177adcca6127124cd14186765d69_amd64",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:48fd41abfe3fe87ce12c3b695fd43bc00869177adcca6127124cd14186765d69_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-pod-rhel9@sha256%3A48fd41abfe3fe87ce12c3b695fd43bc00869177adcca6127124cd14186765d69?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774327692"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:3f7278be0143a02635b7f1fd97726682e5e2952138ce39248e19f3fd95f43ed7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:3f7278be0143a02635b7f1fd97726682e5e2952138ce39248e19f3fd95f43ed7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:3f7278be0143a02635b7f1fd97726682e5e2952138ce39248e19f3fd95f43ed7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-registry-rhel9@sha256%3A3f7278be0143a02635b7f1fd97726682e5e2952138ce39248e19f3fd95f43ed7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774321987"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:d84792c97c6e95e21a028190bd1c5022993242a1253f155e319100f515b170ee_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:d84792c97c6e95e21a028190bd1c5022993242a1253f155e319100f515b170ee_amd64",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:d84792c97c6e95e21a028190bd1c5022993242a1253f155e319100f515b170ee_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tests-rhel9@sha256%3Ad84792c97c6e95e21a028190bd1c5022993242a1253f155e319100f515b170ee?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774408420"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:28a6acfff26c2b2ffbe8ccca9fae11bd6a2e4a97b62b5662fd116e1468287a71_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:28a6acfff26c2b2ffbe8ccca9fae11bd6a2e4a97b62b5662fd116e1468287a71_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:28a6acfff26c2b2ffbe8ccca9fae11bd6a2e4a97b62b5662fd116e1468287a71_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-state-metrics-rhel9@sha256%3A28a6acfff26c2b2ffbe8ccca9fae11bd6a2e4a97b62b5662fd116e1468287a71?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774316444"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:30d2f1ee74522c4fd7adf1ff382438b3e00fb7184ae58dbddf57e64fc5841ae3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:30d2f1ee74522c4fd7adf1ff382438b3e00fb7184ae58dbddf57e64fc5841ae3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:30d2f1ee74522c4fd7adf1ff382438b3e00fb7184ae58dbddf57e64fc5841ae3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cluster-api-controllers-rhel9@sha256%3A30d2f1ee74522c4fd7adf1ff382438b3e00fb7184ae58dbddf57e64fc5841ae3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774327430"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:b1b9e3c0cc86e8d0df3fb817c36612f1f5ac435c3bd8c16dbae9b1f0c9ec9862_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:b1b9e3c0cc86e8d0df3fb817c36612f1f5ac435c3bd8c16dbae9b1f0c9ec9862_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:b1b9e3c0cc86e8d0df3fb817c36612f1f5ac435c3bd8c16dbae9b1f0c9ec9862_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-lifecycle-manager-rhel9@sha256%3Ab1b9e3c0cc86e8d0df3fb817c36612f1f5ac435c3bd8c16dbae9b1f0c9ec9862?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774324665"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:8412dd75db281d588fbd098700033046bc6b49665101ea8b3b4a7f3f187cd280_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:8412dd75db281d588fbd098700033046bc6b49665101ea8b3b4a7f3f187cd280_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:8412dd75db281d588fbd098700033046bc6b49665101ea8b3b4a7f3f187cd280_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-registry-rhel9@sha256%3A8412dd75db281d588fbd098700033046bc6b49665101ea8b3b4a7f3f187cd280?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774323513"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8883ca8959359fd84ac6c7a83571aa239796bbc5d580362aa749bfcc4b6984c7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8883ca8959359fd84ac6c7a83571aa239796bbc5d580362aa749bfcc4b6984c7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8883ca8959359fd84ac6c7a83571aa239796bbc5d580362aa749bfcc4b6984c7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-api-server-rhel9@sha256%3A8883ca8959359fd84ac6c7a83571aa239796bbc5d580362aa749bfcc4b6984c7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774322452"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:c0c576020d59eaa1f634f9ef493358f866dccfe7b2c0c635b98e8b55fefe1096_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:c0c576020d59eaa1f634f9ef493358f866dccfe7b2c0c635b98e8b55fefe1096_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:c0c576020d59eaa1f634f9ef493358f866dccfe7b2c0c635b98e8b55fefe1096_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-csr-approver-rhel9@sha256%3Ac0c576020d59eaa1f634f9ef493358f866dccfe7b2c0c635b98e8b55fefe1096?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774322432"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1add4296afb6412eddc3ba2aed3c917b98518521d48ba41b28e8fc0f4d834cc4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1add4296afb6412eddc3ba2aed3c917b98518521d48ba41b28e8fc0f4d834cc4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1add4296afb6412eddc3ba2aed3c917b98518521d48ba41b28e8fc0f4d834cc4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-node-agent-rhel9@sha256%3A1add4296afb6412eddc3ba2aed3c917b98518521d48ba41b28e8fc0f4d834cc4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774316342"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8223af98ca00442e0ef4bc945e42bd9ae21e071340453b62f0df9bcf956bcdc1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8223af98ca00442e0ef4bc945e42bd9ae21e071340453b62f0df9bcf956bcdc1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8223af98ca00442e0ef4bc945e42bd9ae21e071340453b62f0df9bcf956bcdc1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-orchestrator-rhel9@sha256%3A8223af98ca00442e0ef4bc945e42bd9ae21e071340453b62f0df9bcf956bcdc1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774322813"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:38b3bb69d9d0a12a3fe5fca73bde60eded0809ba430ed883a8f3fd034ca0fa4a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:38b3bb69d9d0a12a3fe5fca73bde60eded0809ba430ed883a8f3fd034ca0fa4a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:38b3bb69d9d0a12a3fe5fca73bde60eded0809ba430ed883a8f3fd034ca0fa4a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-utils-rhel9@sha256%3A38b3bb69d9d0a12a3fe5fca73bde60eded0809ba430ed883a8f3fd034ca0fa4a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774328845"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:3083b6b6a5d5ede007301668db59a6b4d6ea93f44d04fc1142dbb457a56de06f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:3083b6b6a5d5ede007301668db59a6b4d6ea93f44d04fc1142dbb457a56de06f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:3083b6b6a5d5ede007301668db59a6b4d6ea93f44d04fc1142dbb457a56de06f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-alibaba-cloud-controller-manager-rhel9@sha256%3A3083b6b6a5d5ede007301668db59a6b4d6ea93f44d04fc1142dbb457a56de06f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774299470"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:6742b1e28065f60c800aa17c9c946ba6999de6491092708554e614628b82c16a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:6742b1e28065f60c800aa17c9c946ba6999de6491092708554e614628b82c16a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:6742b1e28065f60c800aa17c9c946ba6999de6491092708554e614628b82c16a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-alibaba-machine-controllers-rhel9@sha256%3A6742b1e28065f60c800aa17c9c946ba6999de6491092708554e614628b82c16a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774299436"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ca104fcefa667959c6e2d171f61b8985435b893f8fcad1a586dec476adc765ef_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ca104fcefa667959c6e2d171f61b8985435b893f8fcad1a586dec476adc765ef_amd64",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ca104fcefa667959c6e2d171f61b8985435b893f8fcad1a586dec476adc765ef_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-apiserver-network-proxy-rhel9@sha256%3Aca104fcefa667959c6e2d171f61b8985435b893f8fcad1a586dec476adc765ef?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774327425"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:1aa07336646cb2b4e19454afa30a0723baafae5747756aa32f3acfcf85c281d7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:1aa07336646cb2b4e19454afa30a0723baafae5747756aa32f3acfcf85c281d7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:1aa07336646cb2b4e19454afa30a0723baafae5747756aa32f3acfcf85c281d7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-cloud-controller-manager-rhel9@sha256%3A1aa07336646cb2b4e19454afa30a0723baafae5747756aa32f3acfcf85c281d7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774299519"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:6fd14a5c7156ea8735e030e15e7ccdd1ffebb8966e61e3e108d524d8343d50a9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:6fd14a5c7156ea8735e030e15e7ccdd1ffebb8966e61e3e108d524d8343d50a9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:6fd14a5c7156ea8735e030e15e7ccdd1ffebb8966e61e3e108d524d8343d50a9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-cluster-api-controllers-rhel9@sha256%3A6fd14a5c7156ea8735e030e15e7ccdd1ffebb8966e61e3e108d524d8343d50a9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774448150"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:65295e7c1760efa45dda65d95af1495f4c7a39deff7f4daa5edf2ec20ed4e548_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:65295e7c1760efa45dda65d95af1495f4c7a39deff7f4daa5edf2ec20ed4e548_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:65295e7c1760efa45dda65d95af1495f4c7a39deff7f4daa5edf2ec20ed4e548_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-ebs-csi-driver-rhel9@sha256%3A65295e7c1760efa45dda65d95af1495f4c7a39deff7f4daa5edf2ec20ed4e548?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774299548"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:400b8f84024b96c4631b9ae6f6ddf7c751576d1a45f61d9c3888808e44c46ac7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:400b8f84024b96c4631b9ae6f6ddf7c751576d1a45f61d9c3888808e44c46ac7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:400b8f84024b96c4631b9ae6f6ddf7c751576d1a45f61d9c3888808e44c46ac7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-ebs-csi-driver-rhel9-operator@sha256%3A400b8f84024b96c4631b9ae6f6ddf7c751576d1a45f61d9c3888808e44c46ac7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774299441"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:1c306db76f83890352446828def13888fb8d108d2c67099cc36905418d68ca64_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:1c306db76f83890352446828def13888fb8d108d2c67099cc36905418d68ca64_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:1c306db76f83890352446828def13888fb8d108d2c67099cc36905418d68ca64_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-pod-identity-webhook-rhel9@sha256%3A1c306db76f83890352446828def13888fb8d108d2c67099cc36905418d68ca64?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774299435"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:52c71bade776eba7d86428b99e3c88ae25cc034d7442f17cdb8ad5a250a3cb20_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:52c71bade776eba7d86428b99e3c88ae25cc034d7442f17cdb8ad5a250a3cb20_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:52c71bade776eba7d86428b99e3c88ae25cc034d7442f17cdb8ad5a250a3cb20_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cloud-controller-manager-rhel9@sha256%3A52c71bade776eba7d86428b99e3c88ae25cc034d7442f17cdb8ad5a250a3cb20?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774299505"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:510ccb453e8586ca7f83c97e2818253b3bb5498e38fe8cc958803199e8056700_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:510ccb453e8586ca7f83c97e2818253b3bb5498e38fe8cc958803199e8056700_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:510ccb453e8586ca7f83c97e2818253b3bb5498e38fe8cc958803199e8056700_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cloud-node-manager-rhel9@sha256%3A510ccb453e8586ca7f83c97e2818253b3bb5498e38fe8cc958803199e8056700?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774299478"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:2f08fff3a635aa58e280028b31733ae48da0e73801fe1bfb83b38130d59dc972_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:2f08fff3a635aa58e280028b31733ae48da0e73801fe1bfb83b38130d59dc972_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:2f08fff3a635aa58e280028b31733ae48da0e73801fe1bfb83b38130d59dc972_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cluster-api-controllers-rhel9@sha256%3A2f08fff3a635aa58e280028b31733ae48da0e73801fe1bfb83b38130d59dc972?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774299561"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:5021f4f3021d59d4dd18e8118a48a88b6b32b127f1901d1b0297deb9a7a49d8e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:5021f4f3021d59d4dd18e8118a48a88b6b32b127f1901d1b0297deb9a7a49d8e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:5021f4f3021d59d4dd18e8118a48a88b6b32b127f1901d1b0297deb9a7a49d8e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-disk-csi-driver-rhel9@sha256%3A5021f4f3021d59d4dd18e8118a48a88b6b32b127f1901d1b0297deb9a7a49d8e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774299494"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ba7277b2b3ab3880ec5c0e7396ac443e581ebf84bca916e5d2415cc0e5cc3e61_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ba7277b2b3ab3880ec5c0e7396ac443e581ebf84bca916e5d2415cc0e5cc3e61_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ba7277b2b3ab3880ec5c0e7396ac443e581ebf84bca916e5d2415cc0e5cc3e61_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-disk-csi-driver-rhel9-operator@sha256%3Aba7277b2b3ab3880ec5c0e7396ac443e581ebf84bca916e5d2415cc0e5cc3e61?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774299447"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:1d5f500a2b97a095d0e4f63fca78ec1e686abed73fc75b41fbe8964790e290be_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:1d5f500a2b97a095d0e4f63fca78ec1e686abed73fc75b41fbe8964790e290be_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:1d5f500a2b97a095d0e4f63fca78ec1e686abed73fc75b41fbe8964790e290be_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-workload-identity-webhook-rhel9@sha256%3A1d5f500a2b97a095d0e4f63fca78ec1e686abed73fc75b41fbe8964790e290be?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774299531"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:44e1f815318800f645f78505856879a191eb6dfb6323bc3012e262ccfa156586_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:44e1f815318800f645f78505856879a191eb6dfb6323bc3012e262ccfa156586_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:44e1f815318800f645f78505856879a191eb6dfb6323bc3012e262ccfa156586_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-installer-rhel9@sha256%3A44e1f815318800f645f78505856879a191eb6dfb6323bc3012e262ccfa156586?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774341257"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9fb2fab42feaa165f18c5d00b5b4bb155306f4661c68410a3a4f93a68ecaec5f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9fb2fab42feaa165f18c5d00b5b4bb155306f4661c68410a3a4f93a68ecaec5f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9fb2fab42feaa165f18c5d00b5b4bb155306f4661c68410a3a4f93a68ecaec5f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-rhel9-operator@sha256%3A9fb2fab42feaa165f18c5d00b5b4bb155306f4661c68410a3a4f93a68ecaec5f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774327369"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d37304df7ec9250a4a119ff4bb6176b98ee223b6b4cafe76d8b8d5b0f8f93c8a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d37304df7ec9250a4a119ff4bb6176b98ee223b6b4cafe76d8b8d5b0f8f93c8a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d37304df7ec9250a4a119ff4bb6176b98ee223b6b4cafe76d8b8d5b0f8f93c8a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-artifacts-rhel9@sha256%3Ad37304df7ec9250a4a119ff4bb6176b98ee223b6b4cafe76d8b8d5b0f8f93c8a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774340076"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:8d5ad04696f5c0104ffc7a20abc3be4e8a5a30477ccc38b6b88513e45bd23c3b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:8d5ad04696f5c0104ffc7a20abc3be4e8a5a30477ccc38b6b88513e45bd23c3b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:8d5ad04696f5c0104ffc7a20abc3be4e8a5a30477ccc38b6b88513e45bd23c3b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cloud-credential-rhel9-operator@sha256%3A8d5ad04696f5c0104ffc7a20abc3be4e8a5a30477ccc38b6b88513e45bd23c3b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774329264"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:fbc7412064c5c4f6c7dcc8473da95f953534a31bbe49b21326d1b8de453da45f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:fbc7412064c5c4f6c7dcc8473da95f953534a31bbe49b21326d1b8de453da45f_amd64",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:fbc7412064c5c4f6c7dcc8473da95f953534a31bbe49b21326d1b8de453da45f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/cloud-network-config-controller-rhel9@sha256%3Afbc7412064c5c4f6c7dcc8473da95f953534a31bbe49b21326d1b8de453da45f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774323033"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1262d75387e03eea83ca987d3674e6d14ba49ea770ba05c486042f99d7f45bc6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1262d75387e03eea83ca987d3674e6d14ba49ea770ba05c486042f99d7f45bc6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1262d75387e03eea83ca987d3674e6d14ba49ea770ba05c486042f99d7f45bc6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-api-rhel9@sha256%3A1262d75387e03eea83ca987d3674e6d14ba49ea770ba05c486042f99d7f45bc6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774316432"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:b6bcecadc20ee8b8ae0f99203743fce2fc284e77454f319d8072f45039efb2b7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:b6bcecadc20ee8b8ae0f99203743fce2fc284e77454f319d8072f45039efb2b7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:b6bcecadc20ee8b8ae0f99203743fce2fc284e77454f319d8072f45039efb2b7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-authentication-rhel9-operator@sha256%3Ab6bcecadc20ee8b8ae0f99203743fce2fc284e77454f319d8072f45039efb2b7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774316038"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5a110fd8242f0209433004db252fcb93fa3788032c6551c41e523b973554a1dc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5a110fd8242f0209433004db252fcb93fa3788032c6551c41e523b973554a1dc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5a110fd8242f0209433004db252fcb93fa3788032c6551c41e523b973554a1dc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9-operator@sha256%3A5a110fd8242f0209433004db252fcb93fa3788032c6551c41e523b973554a1dc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774328676"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:7612a8fb0a5b96fdcae42d77b2f50ee89faf0a4a4a5fb972bbca06eb8efae16e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:7612a8fb0a5b96fdcae42d77b2f50ee89faf0a4a4a5fb972bbca06eb8efae16e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:7612a8fb0a5b96fdcae42d77b2f50ee89faf0a4a4a5fb972bbca06eb8efae16e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-baremetal-operator-rhel9@sha256%3A7612a8fb0a5b96fdcae42d77b2f50ee89faf0a4a4a5fb972bbca06eb8efae16e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774323749"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9c17ddc93faeb7311e9456b8131eba4ef7e0404cb2ca0d4b340c736fa1889594_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9c17ddc93faeb7311e9456b8131eba4ef7e0404cb2ca0d4b340c736fa1889594_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9c17ddc93faeb7311e9456b8131eba4ef7e0404cb2ca0d4b340c736fa1889594_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-bootstrap-rhel9@sha256%3A9c17ddc93faeb7311e9456b8131eba4ef7e0404cb2ca0d4b340c736fa1889594?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774328876"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:91fe16d9d21935c2803b80abb6cc08e7e29858c35ea3c9352c09026f30eb23bd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:91fe16d9d21935c2803b80abb6cc08e7e29858c35ea3c9352c09026f30eb23bd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:91fe16d9d21935c2803b80abb6cc08e7e29858c35ea3c9352c09026f30eb23bd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capi-rhel9-operator@sha256%3A91fe16d9d21935c2803b80abb6cc08e7e29858c35ea3c9352c09026f30eb23bd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774326466"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f7da4189d91ce0becf795c19ae2fe89a4fc4e3e26e6bd86bae15d939a24c9c78_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f7da4189d91ce0becf795c19ae2fe89a4fc4e3e26e6bd86bae15d939a24c9c78_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f7da4189d91ce0becf795c19ae2fe89a4fc4e3e26e6bd86bae15d939a24c9c78_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3Af7da4189d91ce0becf795c19ae2fe89a4fc4e3e26e6bd86bae15d939a24c9c78?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774326385"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7ef239fb07781ee5f830c14ea9caeae51647bec94fcfaf513307359dde580d82_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7ef239fb07781ee5f830c14ea9caeae51647bec94fcfaf513307359dde580d82_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7ef239fb07781ee5f830c14ea9caeae51647bec94fcfaf513307359dde580d82_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-api-rhel9@sha256%3A7ef239fb07781ee5f830c14ea9caeae51647bec94fcfaf513307359dde580d82?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774324170"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:9de0003282a68bea6351487c9e51d763def77f4f3dbbe3d3ffac7e57152189af_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:9de0003282a68bea6351487c9e51d763def77f4f3dbbe3d3ffac7e57152189af_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:9de0003282a68bea6351487c9e51d763def77f4f3dbbe3d3ffac7e57152189af_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-rhel9-operator@sha256%3A9de0003282a68bea6351487c9e51d763def77f4f3dbbe3d3ffac7e57152189af?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774325052"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:58b00e83916956a8a0db1c25fe71b86d0214f2891a0cf53ea0927cf75a0241da_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:58b00e83916956a8a0db1c25fe71b86d0214f2891a0cf53ea0927cf75a0241da_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:58b00e83916956a8a0db1c25fe71b86d0214f2891a0cf53ea0927cf75a0241da_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3A58b00e83916956a8a0db1c25fe71b86d0214f2891a0cf53ea0927cf75a0241da?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774327601"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e66c79a1b7ab31f3b2337d3cbbd064d1c9e099bdf0a37cfd63549866317455f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e66c79a1b7ab31f3b2337d3cbbd064d1c9e099bdf0a37cfd63549866317455f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e66c79a1b7ab31f3b2337d3cbbd064d1c9e099bdf0a37cfd63549866317455f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3A4e66c79a1b7ab31f3b2337d3cbbd064d1c9e099bdf0a37cfd63549866317455f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774327738"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:10677357921a67cee54424877f8eddb0c082e9489ed32037dbc0d6f2945efc89_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:10677357921a67cee54424877f8eddb0c082e9489ed32037dbc0d6f2945efc89_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:10677357921a67cee54424877f8eddb0c082e9489ed32037dbc0d6f2945efc89_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-dns-rhel9-operator@sha256%3A10677357921a67cee54424877f8eddb0c082e9489ed32037dbc0d6f2945efc89?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774315992"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b00217822a504632d068cb93b0d80e4df0a51449e5344dfcf4c9cd1eb868c7bc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b00217822a504632d068cb93b0d80e4df0a51449e5344dfcf4c9cd1eb868c7bc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b00217822a504632d068cb93b0d80e4df0a51449e5344dfcf4c9cd1eb868c7bc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-image-registry-rhel9-operator@sha256%3Ab00217822a504632d068cb93b0d80e4df0a51449e5344dfcf4c9cd1eb868c7bc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774324089"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ceeac2fac475617df1c29e04ce9944f7decb8057394b04225a918ea3d9da652e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ceeac2fac475617df1c29e04ce9944f7decb8057394b04225a918ea3d9da652e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ceeac2fac475617df1c29e04ce9944f7decb8057394b04225a918ea3d9da652e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-ingress-rhel9-operator@sha256%3Aceeac2fac475617df1c29e04ce9944f7decb8057394b04225a918ea3d9da652e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774322986"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:77dce8283cc522f83c1b1120d7d013b52781d02a8943e9468de316574683c124_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:77dce8283cc522f83c1b1120d7d013b52781d02a8943e9468de316574683c124_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:77dce8283cc522f83c1b1120d7d013b52781d02a8943e9468de316574683c124_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-apiserver-rhel9-operator@sha256%3A77dce8283cc522f83c1b1120d7d013b52781d02a8943e9468de316574683c124?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774323500"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ab196367ac8711c62318706e57cb30a5d92202f0f5b06cf3999e889f8b5dfa28_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ab196367ac8711c62318706e57cb30a5d92202f0f5b06cf3999e889f8b5dfa28_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ab196367ac8711c62318706e57cb30a5d92202f0f5b06cf3999e889f8b5dfa28_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3Aab196367ac8711c62318706e57cb30a5d92202f0f5b06cf3999e889f8b5dfa28?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774323789"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:717d0ebe635649f3a34910702d7df4903f91a6c5d8c26e2f7b6c601d9ad613d8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:717d0ebe635649f3a34910702d7df4903f91a6c5d8c26e2f7b6c601d9ad613d8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:717d0ebe635649f3a34910702d7df4903f91a6c5d8c26e2f7b6c601d9ad613d8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3A717d0ebe635649f3a34910702d7df4903f91a6c5d8c26e2f7b6c601d9ad613d8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774316237"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:59f7fb73b6f73d81bf93a3e211ff8c372c1b2ae934638a328a1181e3f33a1043_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:59f7fb73b6f73d81bf93a3e211ff8c372c1b2ae934638a328a1181e3f33a1043_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:59f7fb73b6f73d81bf93a3e211ff8c372c1b2ae934638a328a1181e3f33a1043_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-scheduler-rhel9-operator@sha256%3A59f7fb73b6f73d81bf93a3e211ff8c372c1b2ae934638a328a1181e3f33a1043?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774323365"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:a4cb98293b71c4524c5de8a7bc04564f4fb2c07f69b8cc2862fc41e2a9fa8090_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:a4cb98293b71c4524c5de8a7bc04564f4fb2c07f69b8cc2862fc41e2a9fa8090_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:a4cb98293b71c4524c5de8a7bc04564f4fb2c07f69b8cc2862fc41e2a9fa8090_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3Aa4cb98293b71c4524c5de8a7bc04564f4fb2c07f69b8cc2862fc41e2a9fa8090?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774323160"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4829803254af7a62a2b340a71fe5677d9ec482c1db24181d0467fe6257d0a1dc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4829803254af7a62a2b340a71fe5677d9ec482c1db24181d0467fe6257d0a1dc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4829803254af7a62a2b340a71fe5677d9ec482c1db24181d0467fe6257d0a1dc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-machine-approver-rhel9@sha256%3A4829803254af7a62a2b340a71fe5677d9ec482c1db24181d0467fe6257d0a1dc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774328777"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c029d412e945ca17539876dbcf3a1b2943f7593a4e767ca6fe78f45f85a22f5d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c029d412e945ca17539876dbcf3a1b2943f7593a4e767ca6fe78f45f85a22f5d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c029d412e945ca17539876dbcf3a1b2943f7593a4e767ca6fe78f45f85a22f5d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-olm-rhel9-operator@sha256%3Ac029d412e945ca17539876dbcf3a1b2943f7593a4e767ca6fe78f45f85a22f5d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774327487"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:df6ba3d4aab29aa0aaf5764522b07e1cc5abd7312fcdbc520afecaa93b90c517_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:df6ba3d4aab29aa0aaf5764522b07e1cc5abd7312fcdbc520afecaa93b90c517_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:df6ba3d4aab29aa0aaf5764522b07e1cc5abd7312fcdbc520afecaa93b90c517_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3Adf6ba3d4aab29aa0aaf5764522b07e1cc5abd7312fcdbc520afecaa93b90c517?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774323659"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ea6b2ab2fb23302f41b66f3f24f153ac4fcddffb408ac53a92638547fcff3511_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ea6b2ab2fb23302f41b66f3f24f153ac4fcddffb408ac53a92638547fcff3511_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ea6b2ab2fb23302f41b66f3f24f153ac4fcddffb408ac53a92638547fcff3511_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3Aea6b2ab2fb23302f41b66f3f24f153ac4fcddffb408ac53a92638547fcff3511?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774327371"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:52c78c690dd2635d64291ac0738f34c26cafb0a3229527441e2ec16baac275b1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:52c78c690dd2635d64291ac0738f34c26cafb0a3229527441e2ec16baac275b1_amd64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:52c78c690dd2635d64291ac0738f34c26cafb0a3229527441e2ec16baac275b1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9-operator@sha256%3A52c78c690dd2635d64291ac0738f34c26cafb0a3229527441e2ec16baac275b1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774323568"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:21000531491e67e0745a8798f2a9a65673ec864cf7ff2c66de3e24ed60a68219_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:21000531491e67e0745a8798f2a9a65673ec864cf7ff2c66de3e24ed60a68219_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:21000531491e67e0745a8798f2a9a65673ec864cf7ff2c66de3e24ed60a68219_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-samples-rhel9-operator@sha256%3A21000531491e67e0745a8798f2a9a65673ec864cf7ff2c66de3e24ed60a68219?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774297719"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:afb5944df3113e11ffe7fdba71c1ab1ac2e8801d44676ae26be02622876117e1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:afb5944df3113e11ffe7fdba71c1ab1ac2e8801d44676ae26be02622876117e1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:afb5944df3113e11ffe7fdba71c1ab1ac2e8801d44676ae26be02622876117e1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-update-keys-rhel9@sha256%3Aafb5944df3113e11ffe7fdba71c1ab1ac2e8801d44676ae26be02622876117e1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774321637"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d1c4f0dd1db409d2914ee39ce2047eb0462ef87d598fc77e547fb296067f0a20_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d1c4f0dd1db409d2914ee39ce2047eb0462ef87d598fc77e547fb296067f0a20_amd64",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d1c4f0dd1db409d2914ee39ce2047eb0462ef87d598fc77e547fb296067f0a20_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-container-networking-plugins-rhel9@sha256%3Ad1c4f0dd1db409d2914ee39ce2047eb0462ef87d598fc77e547fb296067f0a20?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774329753"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:5d3c54c6507da727e4a1351196cd8cf8e8d7a96f0dbabfdb7b07f28b92933808_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:5d3c54c6507da727e4a1351196cd8cf8e8d7a96f0dbabfdb7b07f28b92933808_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:5d3c54c6507da727e4a1351196cd8cf8e8d7a96f0dbabfdb7b07f28b92933808_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-shared-resource-rhel9@sha256%3A5d3c54c6507da727e4a1351196cd8cf8e8d7a96f0dbabfdb7b07f28b92933808?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774323158"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:bae43551cde2c709e21e7111fe1fa60a9150e4fd7ff67be8d6d8142600e53633_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:bae43551cde2c709e21e7111fe1fa60a9150e4fd7ff67be8d6d8142600e53633_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:bae43551cde2c709e21e7111fe1fa60a9150e4fd7ff67be8d6d8142600e53633_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-shared-resource-rhel9-operator@sha256%3Abae43551cde2c709e21e7111fe1fa60a9150e4fd7ff67be8d6d8142600e53633?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774315544"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:ef63686a9c24d95cb35b77b46c1f35ae2cd3c6c5aafbee03fcaedd408e2e5784_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:ef63686a9c24d95cb35b77b46c1f35ae2cd3c6c5aafbee03fcaedd408e2e5784_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:ef63686a9c24d95cb35b77b46c1f35ae2cd3c6c5aafbee03fcaedd408e2e5784_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-shared-resource-webhook-rhel9@sha256%3Aef63686a9c24d95cb35b77b46c1f35ae2cd3c6c5aafbee03fcaedd408e2e5784?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774315584"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:9dcd9ba0b3b837ad31eb1ef97d7d0548309e42e47ad7707b95a2eaaca8ce78c8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:9dcd9ba0b3b837ad31eb1ef97d7d0548309e42e47ad7707b95a2eaaca8ce78c8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:9dcd9ba0b3b837ad31eb1ef97d7d0548309e42e47ad7707b95a2eaaca8ce78c8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-resizer-rhel9@sha256%3A9dcd9ba0b3b837ad31eb1ef97d7d0548309e42e47ad7707b95a2eaaca8ce78c8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774315985"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3e21f0fa1889eb9f45f941a130602823f8c0d5a33a08b66133b5d5cc6dbeccca_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3e21f0fa1889eb9f45f941a130602823f8c0d5a33a08b66133b5d5cc6dbeccca_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3e21f0fa1889eb9f45f941a130602823f8c0d5a33a08b66133b5d5cc6dbeccca_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshotter-rhel9@sha256%3A3e21f0fa1889eb9f45f941a130602823f8c0d5a33a08b66133b5d5cc6dbeccca?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774328808"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:edd30c86a660c90e7209f7b6584cb310c777350e507a626943b43dad7c5fb037_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:edd30c86a660c90e7209f7b6584cb310c777350e507a626943b43dad7c5fb037_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:edd30c86a660c90e7209f7b6584cb310c777350e507a626943b43dad7c5fb037_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-snapshot-controller-rhel9@sha256%3Aedd30c86a660c90e7209f7b6584cb310c777350e507a626943b43dad7c5fb037?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774315544"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:46fa06b7a0192dc7c3cf7e381f1ef3b4dc7b87a2a5c91505049c49cf4e456a3d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:46fa06b7a0192dc7c3cf7e381f1ef3b4dc7b87a2a5c91505049c49cf4e456a3d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:46fa06b7a0192dc7c3cf7e381f1ef3b4dc7b87a2a5c91505049c49cf4e456a3d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-etcd-rhel9@sha256%3A46fa06b7a0192dc7c3cf7e381f1ef3b4dc7b87a2a5c91505049c49cf4e456a3d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774324772"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:3c17214fa451ad495d69d3702016ea8ef7a7445dd18950abded683f347514057_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:3c17214fa451ad495d69d3702016ea8ef7a7445dd18950abded683f347514057_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:3c17214fa451ad495d69d3702016ea8ef7a7445dd18950abded683f347514057_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cloud-controller-manager-rhel9@sha256%3A3c17214fa451ad495d69d3702016ea8ef7a7445dd18950abded683f347514057?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774301233"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:45f0687e50c303a9970b6d5206eaeaec30141826bd398a9eb6f48ac98c5fa43b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:45f0687e50c303a9970b6d5206eaeaec30141826bd398a9eb6f48ac98c5fa43b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:45f0687e50c303a9970b6d5206eaeaec30141826bd398a9eb6f48ac98c5fa43b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cluster-api-controllers-rhel9@sha256%3A45f0687e50c303a9970b6d5206eaeaec30141826bd398a9eb6f48ac98c5fa43b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774299417"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:553da682d87c302e73ceecb23def3aa5a2ebac4b99ab950eb591af937666b1ef_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:553da682d87c302e73ceecb23def3aa5a2ebac4b99ab950eb591af937666b1ef_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:553da682d87c302e73ceecb23def3aa5a2ebac4b99ab950eb591af937666b1ef_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-rhel9@sha256%3A553da682d87c302e73ceecb23def3aa5a2ebac4b99ab950eb591af937666b1ef?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774301252"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:26d8ce7b55b5afc03cbd8d77e1412dd049bfaf6a6063876a638ed8f256c9ccb9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:26d8ce7b55b5afc03cbd8d77e1412dd049bfaf6a6063876a638ed8f256c9ccb9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:26d8ce7b55b5afc03cbd8d77e1412dd049bfaf6a6063876a638ed8f256c9ccb9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-operator-rhel9@sha256%3A26d8ce7b55b5afc03cbd8d77e1412dd049bfaf6a6063876a638ed8f256c9ccb9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774302323"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6c8af767e2cb464a36bd75dc8c82d1930159a91d7952eb78fec8bad3a84adfb3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6c8af767e2cb464a36bd75dc8c82d1930159a91d7952eb78fec8bad3a84adfb3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6c8af767e2cb464a36bd75dc8c82d1930159a91d7952eb78fec8bad3a84adfb3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-cloud-controller-manager-rhel9@sha256%3A6c8af767e2cb464a36bd75dc8c82d1930159a91d7952eb78fec8bad3a84adfb3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774323450"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:fb9f181d1c455e3b00e53e61b897a3738109158d083bbe188754414c6aa07e4f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:fb9f181d1c455e3b00e53e61b897a3738109158d083bbe188754414c6aa07e4f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:fb9f181d1c455e3b00e53e61b897a3738109158d083bbe188754414c6aa07e4f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-vpc-block-csi-driver-rhel9@sha256%3Afb9f181d1c455e3b00e53e61b897a3738109158d083bbe188754414c6aa07e4f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774323306"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:e47640e0e71ed4a92926a7500eb307f21034b39b34f095cadbdd5a0dce795561_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:e47640e0e71ed4a92926a7500eb307f21034b39b34f095cadbdd5a0dce795561_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:e47640e0e71ed4a92926a7500eb307f21034b39b34f095cadbdd5a0dce795561_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256%3Ae47640e0e71ed4a92926a7500eb307f21034b39b34f095cadbdd5a0dce795561?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774322597"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:04606de228672d1a67f076965e3d7ea468ccf176850a7cb638554ff66bb8f728_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:04606de228672d1a67f076965e3d7ea468ccf176850a7cb638554ff66bb8f728_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:04606de228672d1a67f076965e3d7ea468ccf176850a7cb638554ff66bb8f728_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3A04606de228672d1a67f076965e3d7ea468ccf176850a7cb638554ff66bb8f728?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774315607"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:337b8663d131ebcdb897d1d4403136d03993061edfc0ef9f1784c8f3dc4d7984_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:337b8663d131ebcdb897d1d4403136d03993061edfc0ef9f1784c8f3dc4d7984_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:337b8663d131ebcdb897d1d4403136d03993061edfc0ef9f1784c8f3dc4d7984_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibmcloud-machine-controllers-rhel9@sha256%3A337b8663d131ebcdb897d1d4403136d03993061edfc0ef9f1784c8f3dc4d7984?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774327477"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ea809991bcb600e5275ab62fbd921dfea84e034705d5db8f524218b8d9b7211f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ea809991bcb600e5275ab62fbd921dfea84e034705d5db8f524218b8d9b7211f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ea809991bcb600e5275ab62fbd921dfea84e034705d5db8f524218b8d9b7211f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-image-customization-controller-rhel9@sha256%3Aea809991bcb600e5275ab62fbd921dfea84e034705d5db8f524218b8d9b7211f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774299473"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:2fe3758432f33222b589ae3efbdd3c9ed2c656e088315e310be0b5764b3f3899_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:2fe3758432f33222b589ae3efbdd3c9ed2c656e088315e310be0b5764b3f3899_amd64",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:2fe3758432f33222b589ae3efbdd3c9ed2c656e088315e310be0b5764b3f3899_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-insights-rhel9-operator@sha256%3A2fe3758432f33222b589ae3efbdd3c9ed2c656e088315e310be0b5764b3f3899?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774327682"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:421e859502fe42d78d0785ed920094ba12bd7341af4893a24fc7061ead7524a9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:421e859502fe42d78d0785ed920094ba12bd7341af4893a24fc7061ead7524a9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:421e859502fe42d78d0785ed920094ba12bd7341af4893a24fc7061ead7524a9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-rhel9@sha256%3A421e859502fe42d78d0785ed920094ba12bd7341af4893a24fc7061ead7524a9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774349510"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:dc7dcf68d8ab40000d428f1ad0348805ec857b9597b29c2ce7988c5fa5901e41_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:dc7dcf68d8ab40000d428f1ad0348805ec857b9597b29c2ce7988c5fa5901e41_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:dc7dcf68d8ab40000d428f1ad0348805ec857b9597b29c2ce7988c5fa5901e41_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-altinfra-rhel9@sha256%3Adc7dcf68d8ab40000d428f1ad0348805ec857b9597b29c2ce7988c5fa5901e41?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774349579"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:f4ee66129d917c69d067c75953561b72d3a3d80fd00a1aa20f1f49ec1960d7de_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:f4ee66129d917c69d067c75953561b72d3a3d80fd00a1aa20f1f49ec1960d7de_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:f4ee66129d917c69d067c75953561b72d3a3d80fd00a1aa20f1f49ec1960d7de_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-artifacts-rhel9@sha256%3Af4ee66129d917c69d067c75953561b72d3a3d80fd00a1aa20f1f49ec1960d7de?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774349545"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:38a4a2ae97d1b1e465974b97b23135e9de76252f02e725449406a3660d971a06_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:38a4a2ae97d1b1e465974b97b23135e9de76252f02e725449406a3660d971a06_amd64",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:38a4a2ae97d1b1e465974b97b23135e9de76252f02e725449406a3660d971a06_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kube-metrics-server-rhel9@sha256%3A38a4a2ae97d1b1e465974b97b23135e9de76252f02e725449406a3660d971a06?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774324364"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:da12708a87b187e471f4053853c29db1edddd733f1b00738e47dd4c8ed95ec45_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:da12708a87b187e471f4053853c29db1edddd733f1b00738e47dd4c8ed95ec45_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:da12708a87b187e471f4053853c29db1edddd733f1b00738e47dd4c8ed95ec45_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-storage-version-migrator-rhel9@sha256%3Ada12708a87b187e471f4053853c29db1edddd733f1b00738e47dd4c8ed95ec45?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774323909"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:711fa572af02cac1f809db279713b9255f13b5e7d3fd08f4a109ce9b58e6233b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:711fa572af02cac1f809db279713b9255f13b5e7d3fd08f4a109ce9b58e6233b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:711fa572af02cac1f809db279713b9255f13b5e7d3fd08f4a109ce9b58e6233b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3A711fa572af02cac1f809db279713b9255f13b5e7d3fd08f4a109ce9b58e6233b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774326160"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9a730cdf4a926b27d03ec1b85e0eaa9df4b2957e21f3fcc34312dde6a76bbc97_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9a730cdf4a926b27d03ec1b85e0eaa9df4b2957e21f3fcc34312dde6a76bbc97_amd64",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9a730cdf4a926b27d03ec1b85e0eaa9df4b2957e21f3fcc34312dde6a76bbc97_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubevirt-csi-driver-rhel9@sha256%3A9a730cdf4a926b27d03ec1b85e0eaa9df4b2957e21f3fcc34312dde6a76bbc97?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774328075"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:463ec8d43c2b245e3366c65845115bd5e6ad8a4aac3cb388c52cf68952dd73ef_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:463ec8d43c2b245e3366c65845115bd5e6ad8a4aac3cb388c52cf68952dd73ef_amd64",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:463ec8d43c2b245e3366c65845115bd5e6ad8a4aac3cb388c52cf68952dd73ef_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-libvirt-machine-controllers-rhel9@sha256%3A463ec8d43c2b245e3366c65845115bd5e6ad8a4aac3cb388c52cf68952dd73ef?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774440722"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0441b80a944ecb61e874430b224503609565638f79019e63da36668359b98def_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0441b80a944ecb61e874430b224503609565638f79019e63da36668359b98def_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0441b80a944ecb61e874430b224503609565638f79019e63da36668359b98def_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-rhel9-operator@sha256%3A0441b80a944ecb61e874430b224503609565638f79019e63da36668359b98def?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774327436"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:d0f6c253fe9a783fba6af17cc3e676a3ec03107c1b83ac1d05aa2461272cb394_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:d0f6c253fe9a783fba6af17cc3e676a3ec03107c1b83ac1d05aa2461272cb394_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:d0f6c253fe9a783fba6af17cc3e676a3ec03107c1b83ac1d05aa2461272cb394_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-aws-rhel9@sha256%3Ad0f6c253fe9a783fba6af17cc3e676a3ec03107c1b83ac1d05aa2461272cb394?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774299542"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:d384b1a73e3462328245eeedc34ecb7a3068fa650c48a08363a08c5751ee4b8b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:d384b1a73e3462328245eeedc34ecb7a3068fa650c48a08363a08c5751ee4b8b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:d384b1a73e3462328245eeedc34ecb7a3068fa650c48a08363a08c5751ee4b8b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-azure-rhel9@sha256%3Ad384b1a73e3462328245eeedc34ecb7a3068fa650c48a08363a08c5751ee4b8b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774299463"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:b6252a4bf45603d23a8c0ede3e4476c03b1684bf8812c654e16d0e6db9c3970a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:b6252a4bf45603d23a8c0ede3e4476c03b1684bf8812c654e16d0e6db9c3970a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:b6252a4bf45603d23a8c0ede3e4476c03b1684bf8812c654e16d0e6db9c3970a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-gcp-rhel9@sha256%3Ab6252a4bf45603d23a8c0ede3e4476c03b1684bf8812c654e16d0e6db9c3970a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774300560"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2d6b4deadccc7a8c7254435869d5efc4e2a6c5d3562bb25bfc41d79e7c6ac76f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2d6b4deadccc7a8c7254435869d5efc4e2a6c5d3562bb25bfc41d79e7c6ac76f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2d6b4deadccc7a8c7254435869d5efc4e2a6c5d3562bb25bfc41d79e7c6ac76f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-openstack-rhel9@sha256%3A2d6b4deadccc7a8c7254435869d5efc4e2a6c5d3562bb25bfc41d79e7c6ac76f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774404793"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:062dbfaf50125b8aff2abff92c3f9bc9c6346544ecb12259c538254f0451cb70_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:062dbfaf50125b8aff2abff92c3f9bc9c6346544ecb12259c538254f0451cb70_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:062dbfaf50125b8aff2abff92c3f9bc9c6346544ecb12259c538254f0451cb70_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-config-rhel9-operator@sha256%3A062dbfaf50125b8aff2abff92c3f9bc9c6346544ecb12259c538254f0451cb70?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774329337"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:ce0e2d54894f99758a87cb5005df4bb048ce33885286ce60682c8ca53cac5691_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:ce0e2d54894f99758a87cb5005df4bb048ce33885286ce60682c8ca53cac5691_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:ce0e2d54894f99758a87cb5005df4bb048ce33885286ce60682c8ca53cac5691_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-os-images-rhel9@sha256%3Ace0e2d54894f99758a87cb5005df4bb048ce33885286ce60682c8ca53cac5691?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774358390"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:52b833b0ec58c2d6e127f0836bac1fb4f06dd409af46b599318cd05b3669c86f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:52b833b0ec58c2d6e127f0836bac1fb4f06dd409af46b599318cd05b3669c86f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:52b833b0ec58c2d6e127f0836bac1fb4f06dd409af46b599318cd05b3669c86f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-admission-controller-rhel9@sha256%3A52b833b0ec58c2d6e127f0836bac1fb4f06dd409af46b599318cd05b3669c86f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774315760"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d1c7f835ec6658ff38da50b0bfe7b8e5a27a72e2e8c0884e7d8f4cd1c1809c9e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d1c7f835ec6658ff38da50b0bfe7b8e5a27a72e2e8c0884e7d8f4cd1c1809c9e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d1c7f835ec6658ff38da50b0bfe7b8e5a27a72e2e8c0884e7d8f4cd1c1809c9e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-route-override-cni-rhel9@sha256%3Ad1c7f835ec6658ff38da50b0bfe7b8e5a27a72e2e8c0884e7d8f4cd1c1809c9e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774329036"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3e7c0ff0f6b7329db5109266f0a4c707d2087b86e109a7deb82d5448f1f20993_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3e7c0ff0f6b7329db5109266f0a4c707d2087b86e109a7deb82d5448f1f20993_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3e7c0ff0f6b7329db5109266f0a4c707d2087b86e109a7deb82d5448f1f20993_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3A3e7c0ff0f6b7329db5109266f0a4c707d2087b86e109a7deb82d5448f1f20993?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774329097"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:23e14f35c2707061375a6dcc5e077efb7e8306db828f6d0810d8ebf85d064ce1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:23e14f35c2707061375a6dcc5e077efb7e8306db828f6d0810d8ebf85d064ce1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:23e14f35c2707061375a6dcc5e077efb7e8306db828f6d0810d8ebf85d064ce1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-must-gather-rhel9@sha256%3A23e14f35c2707061375a6dcc5e077efb7e8306db828f6d0810d8ebf85d064ce1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774340188"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:f64cd5767a79f00b106ee51678bdf08039a6bc0e3cbd2f812454429b3acdd919_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:f64cd5767a79f00b106ee51678bdf08039a6bc0e3cbd2f812454429b3acdd919_amd64",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:f64cd5767a79f00b106ee51678bdf08039a6bc0e3cbd2f812454429b3acdd919_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-interface-bond-cni-rhel9@sha256%3Af64cd5767a79f00b106ee51678bdf08039a6bc0e3cbd2f812454429b3acdd919?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774343616"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:c79b9a36db7dd35140b3f91a74c07eb14455a155ee1dd2839b065b92bccc20b3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:c79b9a36db7dd35140b3f91a74c07eb14455a155ee1dd2839b065b92bccc20b3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:c79b9a36db7dd35140b3f91a74c07eb14455a155ee1dd2839b065b92bccc20b3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-metrics-daemon-rhel9@sha256%3Ac79b9a36db7dd35140b3f91a74c07eb14455a155ee1dd2839b065b92bccc20b3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774327446"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:b765253cd60aec106ef28ddbfc9c1de7142f96feda2ab619c9f6ada3860417aa_amd64",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:b765253cd60aec106ef28ddbfc9c1de7142f96feda2ab619c9f6ada3860417aa_amd64",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:b765253cd60aec106ef28ddbfc9c1de7142f96feda2ab619c9f6ada3860417aa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/network-tools-rhel9@sha256%3Ab765253cd60aec106ef28ddbfc9c1de7142f96feda2ab619c9f6ada3860417aa?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774408256"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:5385798b3244bebebe239b7568fd7c864c6fc855aee65b6cfc234aaddbbd10cc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:5385798b3244bebebe239b7568fd7c864c6fc855aee65b6cfc234aaddbbd10cc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:5385798b3244bebebe239b7568fd7c864c6fc855aee65b6cfc234aaddbbd10cc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-nutanix-cloud-controller-manager-rhel9@sha256%3A5385798b3244bebebe239b7568fd7c864c6fc855aee65b6cfc234aaddbbd10cc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774299469"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:de62d695a160e7398b215e88fe5ecf402338e16bcf61c380fdb9f0ad02a20bbb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:de62d695a160e7398b215e88fe5ecf402338e16bcf61c380fdb9f0ad02a20bbb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:de62d695a160e7398b215e88fe5ecf402338e16bcf61c380fdb9f0ad02a20bbb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-nutanix-machine-controllers-rhel9@sha256%3Ade62d695a160e7398b215e88fe5ecf402338e16bcf61c380fdb9f0ad02a20bbb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774299430"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:23e036b80585286c11caaba48a1693de57b0903517870945c6e6306935a2c552_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:23e036b80585286c11caaba48a1693de57b0903517870945c6e6306935a2c552_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:23e036b80585286c11caaba48a1693de57b0903517870945c6e6306935a2c552_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-apiserver-rhel9@sha256%3A23e036b80585286c11caaba48a1693de57b0903517870945c6e6306935a2c552?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774326416"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:675c674c399398b0b16974f6fd6052acc56b6ad11776f559b25657495289658b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:675c674c399398b0b16974f6fd6052acc56b6ad11776f559b25657495289658b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:675c674c399398b0b16974f6fd6052acc56b6ad11776f559b25657495289658b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-catalogd-rhel9@sha256%3A675c674c399398b0b16974f6fd6052acc56b6ad11776f559b25657495289658b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774327735"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6e915a64b2fe808b835871d9bc4f3de8cee86bd9e97ab499575e102bd92185d5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6e915a64b2fe808b835871d9bc4f3de8cee86bd9e97ab499575e102bd92185d5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6e915a64b2fe808b835871d9bc4f3de8cee86bd9e97ab499575e102bd92185d5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-operator-controller-rhel9@sha256%3A6e915a64b2fe808b835871d9bc4f3de8cee86bd9e97ab499575e102bd92185d5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774324727"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:d3fe754ae706eb2ba2cd27e157ee466dff00aa366e715e52beafc4ef1bb7a091_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:d3fe754ae706eb2ba2cd27e157ee466dff00aa366e715e52beafc4ef1bb7a091_amd64",
"product_id": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:d3fe754ae706eb2ba2cd27e157ee466dff00aa366e715e52beafc4ef1bb7a091_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-rukpak-rhel9@sha256%3Ad3fe754ae706eb2ba2cd27e157ee466dff00aa366e715e52beafc4ef1bb7a091?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774324364"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:596d7154d69b1ee369c67bd54e5955a0e54fa9c17cc70f80f21e88d3a6a0e7d9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:596d7154d69b1ee369c67bd54e5955a0e54fa9c17cc70f80f21e88d3a6a0e7d9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:596d7154d69b1ee369c67bd54e5955a0e54fa9c17cc70f80f21e88d3a6a0e7d9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-apiserver-rhel9@sha256%3A596d7154d69b1ee369c67bd54e5955a0e54fa9c17cc70f80f21e88d3a6a0e7d9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774323789"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:7e8c345f24acf26f50566626f10f3e55fdb930eb1423ecd0aaa44899cd3526e1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:7e8c345f24acf26f50566626f10f3e55fdb930eb1423ecd0aaa44899cd3526e1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:7e8c345f24acf26f50566626f10f3e55fdb930eb1423ecd0aaa44899cd3526e1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-controller-manager-rhel9@sha256%3A7e8c345f24acf26f50566626f10f3e55fdb930eb1423ecd0aaa44899cd3526e1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774322635"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:cdb5ef383414f229ad352e15fa7487725b082c03b8bf9583ddfcbfc3f519c603_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:cdb5ef383414f229ad352e15fa7487725b082c03b8bf9583ddfcbfc3f519c603_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:cdb5ef383414f229ad352e15fa7487725b082c03b8bf9583ddfcbfc3f519c603_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9@sha256%3Acdb5ef383414f229ad352e15fa7487725b082c03b8bf9583ddfcbfc3f519c603?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774322616"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:706fdc719165b5f26f6a095389b0ff1795807fbdd7daf7d99d15d46ea12fdda1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:706fdc719165b5f26f6a095389b0ff1795807fbdd7daf7d99d15d46ea12fdda1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:706fdc719165b5f26f6a095389b0ff1795807fbdd7daf7d99d15d46ea12fdda1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3A706fdc719165b5f26f6a095389b0ff1795807fbdd7daf7d99d15d46ea12fdda1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774316379"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:eeca17be92c23dcb473f54f4f8da91dfa83ccba794378393310b1c03fb498f79_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:eeca17be92c23dcb473f54f4f8da91dfa83ccba794378393310b1c03fb498f79_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:eeca17be92c23dcb473f54f4f8da91dfa83ccba794378393310b1c03fb498f79_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cloud-controller-manager-rhel9@sha256%3Aeeca17be92c23dcb473f54f4f8da91dfa83ccba794378393310b1c03fb498f79?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774316219"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ad60e1de48c60d275e0a0dc1d762dc4492791a2b509a556f6b72fffb991d3668_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ad60e1de48c60d275e0a0dc1d762dc4492791a2b509a556f6b72fffb991d3668_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ad60e1de48c60d275e0a0dc1d762dc4492791a2b509a556f6b72fffb991d3668_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-framework-tools-rhel9@sha256%3Aad60e1de48c60d275e0a0dc1d762dc4492791a2b509a556f6b72fffb991d3668?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774329085"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:4578893da8d9a92befbaca7780c10d7dd27f083caede4a9259030f7edd519f3d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:4578893da8d9a92befbaca7780c10d7dd27f083caede4a9259030f7edd519f3d_amd64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:4578893da8d9a92befbaca7780c10d7dd27f083caede4a9259030f7edd519f3d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9@sha256%3A4578893da8d9a92befbaca7780c10d7dd27f083caede4a9259030f7edd519f3d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774328956"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:642f05c47898ef3156e9f16f9e51c38a41bf09d0eaa78099ce295150fe3610f4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:642f05c47898ef3156e9f16f9e51c38a41bf09d0eaa78099ce295150fe3610f4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:642f05c47898ef3156e9f16f9e51c38a41bf09d0eaa78099ce295150fe3610f4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-rhel9@sha256%3A642f05c47898ef3156e9f16f9e51c38a41bf09d0eaa78099ce295150fe3610f4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774339194"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:2d406bb8f2323e3e8761c64a195126c76aa18030d4cdc4942d3d8c094327c2c0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:2d406bb8f2323e3e8761c64a195126c76aa18030d4cdc4942d3d8c094327c2c0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:2d406bb8f2323e3e8761c64a195126c76aa18030d4cdc4942d3d8c094327c2c0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-block-csi-driver-rhel9@sha256%3A2d406bb8f2323e3e8761c64a195126c76aa18030d4cdc4942d3d8c094327c2c0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774299485"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:8b77610ce041366bb7150a315c637bf772977933af46c7ab557fda5d97907b42_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:8b77610ce041366bb7150a315c637bf772977933af46c7ab557fda5d97907b42_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:8b77610ce041366bb7150a315c637bf772977933af46c7ab557fda5d97907b42_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-block-csi-driver-rhel9-operator@sha256%3A8b77610ce041366bb7150a315c637bf772977933af46c7ab557fda5d97907b42?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774300781"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:0a128bed921c0bc47efdadf20a4d382465d0fb3815b50036fee152b2a6638fe2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:0a128bed921c0bc47efdadf20a4d382465d0fb3815b50036fee152b2a6638fe2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:0a128bed921c0bc47efdadf20a4d382465d0fb3815b50036fee152b2a6638fe2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-cloud-controller-manager-rhel9@sha256%3A0a128bed921c0bc47efdadf20a4d382465d0fb3815b50036fee152b2a6638fe2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774302324"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:f3da7495f9e12d029968d226ea1c7aab58b971be861b776970a5c16e135b872e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:f3da7495f9e12d029968d226ea1c7aab58b971be861b776970a5c16e135b872e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:f3da7495f9e12d029968d226ea1c7aab58b971be861b776970a5c16e135b872e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-machine-controllers-rhel9@sha256%3Af3da7495f9e12d029968d226ea1c7aab58b971be861b776970a5c16e135b872e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774302328"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:31028cf6380dd6f9d42e57d14faee186ca88cf7aad8ac510c8b7b44cdb00410d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:31028cf6380dd6f9d42e57d14faee186ca88cf7aad8ac510c8b7b44cdb00410d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:31028cf6380dd6f9d42e57d14faee186ca88cf7aad8ac510c8b7b44cdb00410d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-k8s-prometheus-adapter-rhel9@sha256%3A31028cf6380dd6f9d42e57d14faee186ca88cf7aad8ac510c8b7b44cdb00410d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774323177"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:76c398fe9d2591ecf28719d7a1c6b570441497c9d9a78cd376092dcdac2ea190_amd64",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:76c398fe9d2591ecf28719d7a1c6b570441497c9d9a78cd376092dcdac2ea190_amd64",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:76c398fe9d2591ecf28719d7a1c6b570441497c9d9a78cd376092dcdac2ea190_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openshift-route-controller-manager-rhel9@sha256%3A76c398fe9d2591ecf28719d7a1c6b570441497c9d9a78cd376092dcdac2ea190?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774326142"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:b2e3934833a67518f7911f26322517a640f25e0c5e4239ac6a80499377d89725_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:b2e3934833a67518f7911f26322517a640f25e0c5e4239ac6a80499377d89725_amd64",
"product_id": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:b2e3934833a67518f7911f26322517a640f25e0c5e4239ac6a80499377d89725_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sdn-rhel9@sha256%3Ab2e3934833a67518f7911f26322517a640f25e0c5e4239ac6a80499377d89725?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774329378"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:231953873f0c701eded0659ac76ac36a814f0a3cf5370fead3fed3cd780c8005_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:231953873f0c701eded0659ac76ac36a814f0a3cf5370fead3fed3cd780c8005_amd64",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:231953873f0c701eded0659ac76ac36a814f0a3cf5370fead3fed3cd780c8005_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-service-ca-rhel9-operator@sha256%3A231953873f0c701eded0659ac76ac36a814f0a3cf5370fead3fed3cd780c8005?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774327275"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:21db6b5abff4f7d27b3c0f5c95bf222bf4c19606fd92aded9eb46a7a90419497_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:21db6b5abff4f7d27b3c0f5c95bf222bf4c19606fd92aded9eb46a7a90419497_amd64",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:21db6b5abff4f7d27b3c0f5c95bf222bf4c19606fd92aded9eb46a7a90419497_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tools-rhel9@sha256%3A21db6b5abff4f7d27b3c0f5c95bf222bf4c19606fd92aded9eb46a7a90419497?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774404942"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:93479ac1c1744ecdf76ac3be6f6e8edca7775343e3d10bc83332c35a9ee73342_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:93479ac1c1744ecdf76ac3be6f6e8edca7775343e3d10bc83332c35a9ee73342_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:93479ac1c1744ecdf76ac3be6f6e8edca7775343e3d10bc83332c35a9ee73342_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vmware-vsphere-csi-driver-rhel9@sha256%3A93479ac1c1744ecdf76ac3be6f6e8edca7775343e3d10bc83332c35a9ee73342?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774299554"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:93479ac1c1744ecdf76ac3be6f6e8edca7775343e3d10bc83332c35a9ee73342_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:93479ac1c1744ecdf76ac3be6f6e8edca7775343e3d10bc83332c35a9ee73342_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:93479ac1c1744ecdf76ac3be6f6e8edca7775343e3d10bc83332c35a9ee73342_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vmware-vsphere-csi-driver-rhel9@sha256%3A93479ac1c1744ecdf76ac3be6f6e8edca7775343e3d10bc83332c35a9ee73342?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774299554"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:5bf55170028e99a3de93f9210541043e703d26ca5dfc3b4fadc45c8e42b4e73e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:5bf55170028e99a3de93f9210541043e703d26ca5dfc3b4fadc45c8e42b4e73e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:5bf55170028e99a3de93f9210541043e703d26ca5dfc3b4fadc45c8e42b4e73e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256%3A5bf55170028e99a3de93f9210541043e703d26ca5dfc3b4fadc45c8e42b4e73e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774299436"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:5bf55170028e99a3de93f9210541043e703d26ca5dfc3b4fadc45c8e42b4e73e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:5bf55170028e99a3de93f9210541043e703d26ca5dfc3b4fadc45c8e42b4e73e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:5bf55170028e99a3de93f9210541043e703d26ca5dfc3b4fadc45c8e42b4e73e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256%3A5bf55170028e99a3de93f9210541043e703d26ca5dfc3b4fadc45c8e42b4e73e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774299436"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:1c6b382803e3cf34b87446c76cc5c689cb6ad6b2d77703b88bc6b5174cb1c366_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:1c6b382803e3cf34b87446c76cc5c689cb6ad6b2d77703b88bc6b5174cb1c366_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:1c6b382803e3cf34b87446c76cc5c689cb6ad6b2d77703b88bc6b5174cb1c366_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vsphere-cloud-controller-manager-rhel9@sha256%3A1c6b382803e3cf34b87446c76cc5c689cb6ad6b2d77703b88bc6b5174cb1c366?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774404809"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:7b8ef16e5fa47b5ac1786b7c0f86f06316d9a011bdde94d65cf865ee0f1d160e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:7b8ef16e5fa47b5ac1786b7c0f86f06316d9a011bdde94d65cf865ee0f1d160e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:7b8ef16e5fa47b5ac1786b7c0f86f06316d9a011bdde94d65cf865ee0f1d160e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vsphere-cluster-api-controllers-rhel9@sha256%3A7b8ef16e5fa47b5ac1786b7c0f86f06316d9a011bdde94d65cf865ee0f1d160e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774299460"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:acabaad0a17c5d98c2ca826eb728da08d2e46c48b0c1d8d87f9ae4fd14d9fe9a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:acabaad0a17c5d98c2ca826eb728da08d2e46c48b0c1d8d87f9ae4fd14d9fe9a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:acabaad0a17c5d98c2ca826eb728da08d2e46c48b0c1d8d87f9ae4fd14d9fe9a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-microshift-rhel9@sha256%3Aacabaad0a17c5d98c2ca826eb728da08d2e46c48b0c1d8d87f9ae4fd14d9fe9a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774339140"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:81246e8e03594bfc29125a61ff506748fc9a20d617290969b3a23a5986625b44_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:81246e8e03594bfc29125a61ff506748fc9a20d617290969b3a23a5986625b44_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:81246e8e03594bfc29125a61ff506748fc9a20d617290969b3a23a5986625b44_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prom-label-proxy-rhel9@sha256%3A81246e8e03594bfc29125a61ff506748fc9a20d617290969b3a23a5986625b44?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774325088"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5b0cb3bd4f7d00a3a5ca83a9ae80b635920bb5b469b76d834c32c214e1c368b6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5b0cb3bd4f7d00a3a5ca83a9ae80b635920bb5b469b76d834c32c214e1c368b6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5b0cb3bd4f7d00a3a5ca83a9ae80b635920bb5b469b76d834c32c214e1c368b6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-config-reloader-rhel9@sha256%3A5b0cb3bd4f7d00a3a5ca83a9ae80b635920bb5b469b76d834c32c214e1c368b6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774323102"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:cfb844064455d23a4f23f94938c8775ecaa6d0f04a4605579c1f59a40c256778_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:cfb844064455d23a4f23f94938c8775ecaa6d0f04a4605579c1f59a40c256778_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:cfb844064455d23a4f23f94938c8775ecaa6d0f04a4605579c1f59a40c256778_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9-operator@sha256%3Acfb844064455d23a4f23f94938c8775ecaa6d0f04a4605579c1f59a40c256778?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774323566"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:5a097c1ed9a0eb4255857cfcbf275e7bfae566f14f763145ddd30110d0e3303e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:5a097c1ed9a0eb4255857cfcbf275e7bfae566f14f763145ddd30110d0e3303e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:5a097c1ed9a0eb4255857cfcbf275e7bfae566f14f763145ddd30110d0e3303e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-operator-admission-webhook-rhel9@sha256%3A5a097c1ed9a0eb4255857cfcbf275e7bfae566f14f763145ddd30110d0e3303e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774324565"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e4a136aed0757b3aae8382cf9e8942c487730a5170fbbe374eb08b81f3ac3c2d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e4a136aed0757b3aae8382cf9e8942c487730a5170fbbe374eb08b81f3ac3c2d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e4a136aed0757b3aae8382cf9e8942c487730a5170fbbe374eb08b81f3ac3c2d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-telemeter-rhel9@sha256%3Ae4a136aed0757b3aae8382cf9e8942c487730a5170fbbe374eb08b81f3ac3c2d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774323736"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7f69466210582fda5edb2173b0d8929b5f9db872b908136d82a17b3222213453_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7f69466210582fda5edb2173b0d8929b5f9db872b908136d82a17b3222213453_amd64",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7f69466210582fda5edb2173b0d8929b5f9db872b908136d82a17b3222213453_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-thanos-rhel9@sha256%3A7f69466210582fda5edb2173b0d8929b5f9db872b908136d82a17b3222213453?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774321992"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:de5972a25f67115507a8320e38c7e3cb92f62b299b37e89eb815642f5285d368_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:de5972a25f67115507a8320e38c7e3cb92f62b299b37e89eb815642f5285d368_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:de5972a25f67115507a8320e38c7e3cb92f62b299b37e89eb815642f5285d368_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vsphere-csi-driver-syncer-rhel9@sha256%3Ade5972a25f67115507a8320e38c7e3cb92f62b299b37e89eb815642f5285d368?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774299526"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:eefc72900bef3cba865fd95de8342ae9714aed800d96ac074761241bd27cb7ad_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:eefc72900bef3cba865fd95de8342ae9714aed800d96ac074761241bd27cb7ad_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:eefc72900bef3cba865fd95de8342ae9714aed800d96ac074761241bd27cb7ad_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vsphere-problem-detector-rhel9@sha256%3Aeefc72900bef3cba865fd95de8342ae9714aed800d96ac074761241bd27cb7ad?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774299432"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:b689e7f15f1192720ba14b1487c31128b84bf71fe76a8a868d57f8b16b8400df_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:b689e7f15f1192720ba14b1487c31128b84bf71fe76a8a868d57f8b16b8400df_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:b689e7f15f1192720ba14b1487c31128b84bf71fe76a8a868d57f8b16b8400df_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9@sha256%3Ab689e7f15f1192720ba14b1487c31128b84bf71fe76a8a868d57f8b16b8400df?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774297568"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:df40915a48e2dbf497d410c80c0d8c4241cc9e50a30731eb15b5366436f3f3d0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:df40915a48e2dbf497d410c80c0d8c4241cc9e50a30731eb15b5366436f3f3d0_arm64",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:df40915a48e2dbf497d410c80c0d8c4241cc9e50a30731eb15b5366436f3f3d0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-kms-encryption-provider-rhel9@sha256%3Adf40915a48e2dbf497d410c80c0d8c4241cc9e50a30731eb15b5366436f3f3d0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774326414"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:b1164bb3db4e31dd5c4a002985dbd3b75e0891b43355d9b31cff9b930b990f43_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:b1164bb3db4e31dd5c4a002985dbd3b75e0891b43355d9b31cff9b930b990f43_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:b1164bb3db4e31dd5c4a002985dbd3b75e0891b43355d9b31cff9b930b990f43_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-file-csi-driver-rhel9@sha256%3Ab1164bb3db4e31dd5c4a002985dbd3b75e0891b43355d9b31cff9b930b990f43?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774301013"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:0f6349ae2493677918292d26dffd70fc75511f097e3880f668381d67dff2dabe_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:0f6349ae2493677918292d26dffd70fc75511f097e3880f668381d67dff2dabe_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:0f6349ae2493677918292d26dffd70fc75511f097e3880f668381d67dff2dabe_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-file-csi-driver-operator-rhel9@sha256%3A0f6349ae2493677918292d26dffd70fc75511f097e3880f668381d67dff2dabe?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774299417"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:2c7a047b341265c656f0fae0ffe3d7a795567b4741bf490788ed9c81e3950501_arm64",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:2c7a047b341265c656f0fae0ffe3d7a795567b4741bf490788ed9c81e3950501_arm64",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:2c7a047b341265c656f0fae0ffe3d7a795567b4741bf490788ed9c81e3950501_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-kms-encryption-provider-rhel9@sha256%3A2c7a047b341265c656f0fae0ffe3d7a795567b4741bf490788ed9c81e3950501?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774316221"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:fa912c0ec58260e24684439d5aa62a726dbcbc856896254f12990793493592f4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:fa912c0ec58260e24684439d5aa62a726dbcbc856896254f12990793493592f4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:fa912c0ec58260e24684439d5aa62a726dbcbc856896254f12990793493592f4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-machine-controllers-rhel9@sha256%3Afa912c0ec58260e24684439d5aa62a726dbcbc856896254f12990793493592f4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774326154"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:91e74ef1908bc304643b6d3ab551afb011d0ffa86df90a237218ad4e685b2c04_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:91e74ef1908bc304643b6d3ab551afb011d0ffa86df90a237218ad4e685b2c04_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:91e74ef1908bc304643b6d3ab551afb011d0ffa86df90a237218ad4e685b2c04_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-runtimecfg-rhel9@sha256%3A91e74ef1908bc304643b6d3ab551afb011d0ffa86df90a237218ad4e685b2c04?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774327953"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:db117dd1958c2222ae483b96393098a84a4c17e489943165c56e880de6b1ddfd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:db117dd1958c2222ae483b96393098a84a4c17e489943165c56e880de6b1ddfd_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:db117dd1958c2222ae483b96393098a84a4c17e489943165c56e880de6b1ddfd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-etcd-rhel9-operator@sha256%3Adb117dd1958c2222ae483b96393098a84a4c17e489943165c56e880de6b1ddfd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774316049"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e8aa5dc44ad4701638fd82c234d74f4aacb72aa4d1c827a4873280a42324f564_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e8aa5dc44ad4701638fd82c234d74f4aacb72aa4d1c827a4873280a42324f564_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e8aa5dc44ad4701638fd82c234d74f4aacb72aa4d1c827a4873280a42324f564_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-monitoring-rhel9-operator@sha256%3Ae8aa5dc44ad4701638fd82c234d74f4aacb72aa4d1c827a4873280a42324f564?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774324509"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:7c5c21bffbf45377b1864ff4820310c926addeb20c2dbca1beb1e861a666628a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:7c5c21bffbf45377b1864ff4820310c926addeb20c2dbca1beb1e861a666628a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:7c5c21bffbf45377b1864ff4820310c926addeb20c2dbca1beb1e861a666628a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-network-rhel9-operator@sha256%3A7c5c21bffbf45377b1864ff4820310c926addeb20c2dbca1beb1e861a666628a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774327978"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a7ac9531fed74b996f1b21c1815553cd65d3ca7cd1abd1dfddc4d08ec6040de0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a7ac9531fed74b996f1b21c1815553cd65d3ca7cd1abd1dfddc4d08ec6040de0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a7ac9531fed74b996f1b21c1815553cd65d3ca7cd1abd1dfddc4d08ec6040de0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-node-tuning-rhel9-operator@sha256%3Aa7ac9531fed74b996f1b21c1815553cd65d3ca7cd1abd1dfddc4d08ec6040de0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774404891"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:337c7f682047b0aa5e6e40b685e5a0fa70d8d713caa6871010e71cddfadf75f7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:337c7f682047b0aa5e6e40b685e5a0fa70d8d713caa6871010e71cddfadf75f7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:337c7f682047b0aa5e6e40b685e5a0fa70d8d713caa6871010e71cddfadf75f7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-policy-controller-rhel9@sha256%3A337c7f682047b0aa5e6e40b685e5a0fa70d8d713caa6871010e71cddfadf75f7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774326154"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:7339e3f5b83dab5576a5bdc6ed6f1ed7ae31a0b770b344258518c12c896655f7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:7339e3f5b83dab5576a5bdc6ed6f1ed7ae31a0b770b344258518c12c896655f7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:7339e3f5b83dab5576a5bdc6ed6f1ed7ae31a0b770b344258518c12c896655f7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-storage-rhel9-operator@sha256%3A7339e3f5b83dab5576a5bdc6ed6f1ed7ae31a0b770b344258518c12c896655f7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774324647"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:e9091fe10d20f46026ccf5041aaa66ccfc64dfe0cf040920e67b2d4246435815_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:e9091fe10d20f46026ccf5041aaa66ccfc64dfe0cf040920e67b2d4246435815_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:e9091fe10d20f46026ccf5041aaa66ccfc64dfe0cf040920e67b2d4246435815_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-version-rhel9-operator@sha256%3Ae9091fe10d20f46026ccf5041aaa66ccfc64dfe0cf040920e67b2d4246435815?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774324481"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a0de926332d3ec30b2fe3bb25bfa39b0dc95a59d7a11d289e755346621a60d21_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a0de926332d3ec30b2fe3bb25bfa39b0dc95a59d7a11d289e755346621a60d21_arm64",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a0de926332d3ec30b2fe3bb25bfa39b0dc95a59d7a11d289e755346621a60d21_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-configmap-reloader-rhel9@sha256%3Aa0de926332d3ec30b2fe3bb25bfa39b0dc95a59d7a11d289e755346621a60d21?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774324830"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bad42fbb57b49339dfb5ca4dd0882d707249d74ac11a3e85f8edec2eb7505873_arm64",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bad42fbb57b49339dfb5ca4dd0882d707249d74ac11a3e85f8edec2eb7505873_arm64",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bad42fbb57b49339dfb5ca4dd0882d707249d74ac11a3e85f8edec2eb7505873_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/container-networking-plugins-microshift-rhel9@sha256%3Abad42fbb57b49339dfb5ca4dd0882d707249d74ac11a3e85f8edec2eb7505873?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774324085"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:9ca6bee84e42a44fa926368962eecd2c3d6158ed4b9230e9d3d0774874625240_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:9ca6bee84e42a44fa926368962eecd2c3d6158ed4b9230e9d3d0774874625240_arm64",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:9ca6bee84e42a44fa926368962eecd2c3d6158ed4b9230e9d3d0774874625240_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-coredns-rhel9@sha256%3A9ca6bee84e42a44fa926368962eecd2c3d6158ed4b9230e9d3d0774874625240?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774338792"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:e42d614021674babe7988c3c1197df4da5eaa4c3734ab6c7cff9825f96c7ae6c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:e42d614021674babe7988c3c1197df4da5eaa4c3734ab6c7cff9825f96c7ae6c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:e42d614021674babe7988c3c1197df4da5eaa4c3734ab6c7cff9825f96c7ae6c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-attacher-rhel9@sha256%3Ae42d614021674babe7988c3c1197df4da5eaa4c3734ab6c7cff9825f96c7ae6c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774324086"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d2a4f998f0dd38f15d88e9a7fa95bd71857d38bee59187ccd37b81489237c496_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d2a4f998f0dd38f15d88e9a7fa95bd71857d38bee59187ccd37b81489237c496_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d2a4f998f0dd38f15d88e9a7fa95bd71857d38bee59187ccd37b81489237c496_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-livenessprobe-rhel9@sha256%3Ad2a4f998f0dd38f15d88e9a7fa95bd71857d38bee59187ccd37b81489237c496?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774323350"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:1a146e67a815641b2021f7f7f3424cc307a2ba9a23c0331435736dcca1fad7df_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:1a146e67a815641b2021f7f7f3424cc307a2ba9a23c0331435736dcca1fad7df_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:1a146e67a815641b2021f7f7f3424cc307a2ba9a23c0331435736dcca1fad7df_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-node-driver-registrar-rhel9@sha256%3A1a146e67a815641b2021f7f7f3424cc307a2ba9a23c0331435736dcca1fad7df?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774327968"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:da9c15237228288aaf1d716db77585afcf033e4c6ee836601df1d7339661e21f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:da9c15237228288aaf1d716db77585afcf033e4c6ee836601df1d7339661e21f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:da9c15237228288aaf1d716db77585afcf033e4c6ee836601df1d7339661e21f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-provisioner-rhel9@sha256%3Ada9c15237228288aaf1d716db77585afcf033e4c6ee836601df1d7339661e21f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774323518"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:1f04d891ad59020a77fd84c1b442b669c965c16884ca74764e7757e9f4ac5286_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:1f04d891ad59020a77fd84c1b442b669c965c16884ca74764e7757e9f4ac5286_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:1f04d891ad59020a77fd84c1b442b669c965c16884ca74764e7757e9f4ac5286_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-snapshot-validation-webhook-rhel9@sha256%3A1f04d891ad59020a77fd84c1b442b669c965c16884ca74764e7757e9f4ac5286?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774322709"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bb31d4f6ba51c99a802448588a475bf3dffce347d33881f3da36763b5d17a5e3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bb31d4f6ba51c99a802448588a475bf3dffce347d33881f3da36763b5d17a5e3_arm64",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bb31d4f6ba51c99a802448588a475bf3dffce347d33881f3da36763b5d17a5e3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/driver-toolkit-rhel9@sha256%3Abb31d4f6ba51c99a802448588a475bf3dffce347d33881f3da36763b5d17a5e3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774342118"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:8c58ad7ed30b5922d04336d01dd5cdcf35fa7d35ba40de558330932b6983efc8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:8c58ad7ed30b5922d04336d01dd5cdcf35fa7d35ba40de558330932b6983efc8_arm64",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:8c58ad7ed30b5922d04336d01dd5cdcf35fa7d35ba40de558330932b6983efc8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/egress-router-cni-rhel9@sha256%3A8c58ad7ed30b5922d04336d01dd5cdcf35fa7d35ba40de558330932b6983efc8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774329189"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e504a17ab4051fd88db07424aec0d27f4c991a5af20aaaa2e898faddb09b2e7a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e504a17ab4051fd88db07424aec0d27f4c991a5af20aaaa2e898faddb09b2e7a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e504a17ab4051fd88db07424aec0d27f4c991a5af20aaaa2e898faddb09b2e7a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-proxy-rhel9@sha256%3Ae504a17ab4051fd88db07424aec0d27f4c991a5af20aaaa2e898faddb09b2e7a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774297647"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f220d9bfe5f33cc9b40d7b94fcd360dcae63229e01952c4e92b81b2ea7ab7cb2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f220d9bfe5f33cc9b40d7b94fcd360dcae63229e01952c4e92b81b2ea7ab7cb2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f220d9bfe5f33cc9b40d7b94fcd360dcae63229e01952c4e92b81b2ea7ab7cb2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-alertmanager-rhel9@sha256%3Af220d9bfe5f33cc9b40d7b94fcd360dcae63229e01952c4e92b81b2ea7ab7cb2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774324855"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:5637d596eccb64792f0321f58fd94633e6db63ac8f93b6da6838abe13d739044_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:5637d596eccb64792f0321f58fd94633e6db63ac8f93b6da6838abe13d739044_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:5637d596eccb64792f0321f58fd94633e6db63ac8f93b6da6838abe13d739044_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-node-exporter-rhel9@sha256%3A5637d596eccb64792f0321f58fd94633e6db63ac8f93b6da6838abe13d739044?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774322283"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:12b5c8cb6628d52ec3a06591d138cb92c7a41e84612b2e7a72b0b76e3aaef35a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:12b5c8cb6628d52ec3a06591d138cb92c7a41e84612b2e7a72b0b76e3aaef35a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:12b5c8cb6628d52ec3a06591d138cb92c7a41e84612b2e7a72b0b76e3aaef35a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9@sha256%3A12b5c8cb6628d52ec3a06591d138cb92c7a41e84612b2e7a72b0b76e3aaef35a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774327771"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:9f54afbe0f6f58849846360ce629ae1ff322271fd06d2779e3fef47414fa6fbe_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:9f54afbe0f6f58849846360ce629ae1ff322271fd06d2779e3fef47414fa6fbe_arm64",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:9f54afbe0f6f58849846360ce629ae1ff322271fd06d2779e3fef47414fa6fbe_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hypershift-rhel9@sha256%3A9f54afbe0f6f58849846360ce629ae1ff322271fd06d2779e3fef47414fa6fbe?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774327540"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:8e883bb3d483e309c0ae908e94b798b63a1acbabd0525af964ff16666966c6e4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:8e883bb3d483e309c0ae908e94b798b63a1acbabd0525af964ff16666966c6e4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:8e883bb3d483e309c0ae908e94b798b63a1acbabd0525af964ff16666966c6e4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-rhel9@sha256%3A8e883bb3d483e309c0ae908e94b798b63a1acbabd0525af964ff16666966c6e4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774283398"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:ab1bc1598a5b84d9ae77938e112960f83cace92255a342fd016709d2d9751a9d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:ab1bc1598a5b84d9ae77938e112960f83cace92255a342fd016709d2d9751a9d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:ab1bc1598a5b84d9ae77938e112960f83cace92255a342fd016709d2d9751a9d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-agent-rhel9@sha256%3Aab1bc1598a5b84d9ae77938e112960f83cace92255a342fd016709d2d9751a9d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774283398"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5b7dc8a57aaaacbabf632648c584d658a3091eeea3e945443d5d86c24f583d76_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5b7dc8a57aaaacbabf632648c584d658a3091eeea3e945443d5d86c24f583d76_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5b7dc8a57aaaacbabf632648c584d658a3091eeea3e945443d5d86c24f583d76_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-machine-os-downloader-rhel9@sha256%3A5b7dc8a57aaaacbabf632648c584d658a3091eeea3e945443d5d86c24f583d76?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774283699"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:a10cbcc3937209e0c9e2e96e16632cd9c8cb4f6a2ad9a87f8825959e73d86aa3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:a10cbcc3937209e0c9e2e96e16632cd9c8cb4f6a2ad9a87f8825959e73d86aa3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:a10cbcc3937209e0c9e2e96e16632cd9c8cb4f6a2ad9a87f8825959e73d86aa3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-static-ip-manager-rhel9@sha256%3Aa10cbcc3937209e0c9e2e96e16632cd9c8cb4f6a2ad9a87f8825959e73d86aa3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774283423"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d56c0ff61b1f6d62a7efbeac76af95d478c95dfb1e303dc30d1c49f635d5363d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d56c0ff61b1f6d62a7efbeac76af95d478c95dfb1e303dc30d1c49f635d5363d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d56c0ff61b1f6d62a7efbeac76af95d478c95dfb1e303dc30d1c49f635d5363d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-proxy-rhel9@sha256%3Ad56c0ff61b1f6d62a7efbeac76af95d478c95dfb1e303dc30d1c49f635d5363d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774326445"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b88bf27c87aa820d8fed4120662cfbcfd47b2e4bb2a3dd5bb9b2083d97a24817_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b88bf27c87aa820d8fed4120662cfbcfd47b2e4bb2a3dd5bb9b2083d97a24817_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b88bf27c87aa820d8fed4120662cfbcfd47b2e4bb2a3dd5bb9b2083d97a24817_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-rbac-proxy-rhel9@sha256%3Ab88bf27c87aa820d8fed4120662cfbcfd47b2e4bb2a3dd5bb9b2083d97a24817?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774324547"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1d6ff2bc31f24beff71db677b4f095d056188db1e423b866ee7355bd9a53a0db_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1d6ff2bc31f24beff71db677b4f095d056188db1e423b866ee7355bd9a53a0db_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1d6ff2bc31f24beff71db677b4f095d056188db1e423b866ee7355bd9a53a0db_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-state-metrics-rhel9@sha256%3A1d6ff2bc31f24beff71db677b4f095d056188db1e423b866ee7355bd9a53a0db?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774324636"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fe593c5b2a2e27134802d5bb7d3300f6931ca43434ba4fade620c00f9a1a50ac_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fe593c5b2a2e27134802d5bb7d3300f6931ca43434ba4fade620c00f9a1a50ac_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fe593c5b2a2e27134802d5bb7d3300f6931ca43434ba4fade620c00f9a1a50ac_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-marketplace-rhel9@sha256%3Afe593c5b2a2e27134802d5bb7d3300f6931ca43434ba4fade620c00f9a1a50ac?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774328131"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:78afb6c2e10b6e0f134284f3a0f2e69e35108c747cf814141e8692d6dcffcfe9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:78afb6c2e10b6e0f134284f3a0f2e69e35108c747cf814141e8692d6dcffcfe9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:78afb6c2e10b6e0f134284f3a0f2e69e35108c747cf814141e8692d6dcffcfe9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-monitoring-plugin-rhel9@sha256%3A78afb6c2e10b6e0f134284f3a0f2e69e35108c747cf814141e8692d6dcffcfe9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774452649"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5573465b3a791a45c65ad948825190ac534071364a6e43f91328c2a3a83c50d4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5573465b3a791a45c65ad948825190ac534071364a6e43f91328c2a3a83c50d4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5573465b3a791a45c65ad948825190ac534071364a6e43f91328c2a3a83c50d4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-rhel9@sha256%3A5573465b3a791a45c65ad948825190ac534071364a6e43f91328c2a3a83c50d4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774328834"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:dcdc6e7f8dec17833f7a8eac41dfc5618b392bdbf19298391fe86bf6fae4c3d3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:dcdc6e7f8dec17833f7a8eac41dfc5618b392bdbf19298391fe86bf6fae4c3d3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:dcdc6e7f8dec17833f7a8eac41dfc5618b392bdbf19298391fe86bf6fae4c3d3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-microshift-rhel9@sha256%3Adcdc6e7f8dec17833f7a8eac41dfc5618b392bdbf19298391fe86bf6fae4c3d3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774324488"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7aabc04c4fd7bef952f28d3399bd5d96f337c6ae2bdcb6b7b3bb4aa8e8a75c09_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7aabc04c4fd7bef952f28d3399bd5d96f337c6ae2bdcb6b7b3bb4aa8e8a75c09_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7aabc04c4fd7bef952f28d3399bd5d96f337c6ae2bdcb6b7b3bb4aa8e8a75c09_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-networkpolicy-rhel9@sha256%3A7aabc04c4fd7bef952f28d3399bd5d96f337c6ae2bdcb6b7b3bb4aa8e8a75c09?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774328968"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:99cf39468b18f60e1157c1eb36bdc70360b30be80fb7399a90ae980ae80dc9e3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:99cf39468b18f60e1157c1eb36bdc70360b30be80fb7399a90ae980ae80dc9e3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:99cf39468b18f60e1157c1eb36bdc70360b30be80fb7399a90ae980ae80dc9e3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-networking-console-plugin-rhel9@sha256%3A99cf39468b18f60e1157c1eb36bdc70360b30be80fb7399a90ae980ae80dc9e3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774452658"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c3f9814d9c373b7831f6b2229741ec37199410703f1af51d4e1309c377519413_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c3f9814d9c373b7831f6b2229741ec37199410703f1af51d4e1309c377519413_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c3f9814d9c373b7831f6b2229741ec37199410703f1af51d4e1309c377519413_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-server-rhel9@sha256%3Ac3f9814d9c373b7831f6b2229741ec37199410703f1af51d4e1309c377519413?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774315584"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:de1e95785333a63f4a1e9cbbc7384e66f053e43af1d20d23caa9bfa29abf4ddb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:de1e95785333a63f4a1e9cbbc7384e66f053e43af1d20d23caa9bfa29abf4ddb_arm64",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:de1e95785333a63f4a1e9cbbc7384e66f053e43af1d20d23caa9bfa29abf4ddb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/oc-mirror-plugin-rhel9@sha256%3Ade1e95785333a63f4a1e9cbbc7384e66f053e43af1d20d23caa9bfa29abf4ddb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774329319"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:f926972d3affab6f67cd82f67a09adf338da8c2f4fcaa62ecf33ea72e146e534_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:f926972d3affab6f67cd82f67a09adf338da8c2f4fcaa62ecf33ea72e146e534_arm64",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:f926972d3affab6f67cd82f67a09adf338da8c2f4fcaa62ecf33ea72e146e534_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-builder-rhel9@sha256%3Af926972d3affab6f67cd82f67a09adf338da8c2f4fcaa62ecf33ea72e146e534?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774297902"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:9d835a6fe4375adf7474f50ade01d2c05e9551f94e200691e0bf6e635fccb99c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:9d835a6fe4375adf7474f50ade01d2c05e9551f94e200691e0bf6e635fccb99c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:9d835a6fe4375adf7474f50ade01d2c05e9551f94e200691e0bf6e635fccb99c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-rhel9@sha256%3A9d835a6fe4375adf7474f50ade01d2c05e9551f94e200691e0bf6e635fccb99c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774327726"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:9cef5b53d0ec8c23c177e371af9fdf2a5f507d112a9e34c76ef9a747cae67631_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:9cef5b53d0ec8c23c177e371af9fdf2a5f507d112a9e34c76ef9a747cae67631_arm64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:9cef5b53d0ec8c23c177e371af9fdf2a5f507d112a9e34c76ef9a747cae67631_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9@sha256%3A9cef5b53d0ec8c23c177e371af9fdf2a5f507d112a9e34c76ef9a747cae67631?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774452905"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:95ffecf0d27f3d745cd44687f03dbc5359ca5581fbf1047c42bb3be40ad1fa29_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:95ffecf0d27f3d745cd44687f03dbc5359ca5581fbf1047c42bb3be40ad1fa29_arm64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:95ffecf0d27f3d745cd44687f03dbc5359ca5581fbf1047c42bb3be40ad1fa29_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9-operator@sha256%3A95ffecf0d27f3d745cd44687f03dbc5359ca5581fbf1047c42bb3be40ad1fa29?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774367577"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:d1336b188ff78822ba10496f42b2a6d168dd1c70212fcd7a51d2379c1dd71776_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:d1336b188ff78822ba10496f42b2a6d168dd1c70212fcd7a51d2379c1dd71776_arm64",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:d1336b188ff78822ba10496f42b2a6d168dd1c70212fcd7a51d2379c1dd71776_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-deployer-rhel9@sha256%3Ad1336b188ff78822ba10496f42b2a6d168dd1c70212fcd7a51d2379c1dd71776?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774340178"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:45cd606919d4963166b02919061a6b59f1749b298be7ba6bd5e1e37a64ec2691_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:45cd606919d4963166b02919061a6b59f1749b298be7ba6bd5e1e37a64ec2691_arm64",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:45cd606919d4963166b02919061a6b59f1749b298be7ba6bd5e1e37a64ec2691_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-haproxy-router-rhel9@sha256%3A45cd606919d4963166b02919061a6b59f1749b298be7ba6bd5e1e37a64ec2691?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774340269"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:df22fc0ec3ff553f96fac5c0fb69174ab9a251c7cbf3894d146d8d7aee6c6b5d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:df22fc0ec3ff553f96fac5c0fb69174ab9a251c7cbf3894d146d8d7aee6c6b5d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:df22fc0ec3ff553f96fac5c0fb69174ab9a251c7cbf3894d146d8d7aee6c6b5d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hyperkube-rhel9@sha256%3Adf22fc0ec3ff553f96fac5c0fb69174ab9a251c7cbf3894d146d8d7aee6c6b5d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774328901"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f7630a14b2a27211ba37f97647a5a91542006d9311f9fca6e22581518053e7d3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f7630a14b2a27211ba37f97647a5a91542006d9311f9fca6e22581518053e7d3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f7630a14b2a27211ba37f97647a5a91542006d9311f9fca6e22581518053e7d3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-keepalived-ipfailover-rhel9@sha256%3Af7630a14b2a27211ba37f97647a5a91542006d9311f9fca6e22581518053e7d3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774321655"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:572607d1ed95bb797e17a68aa418bff2e89f4762dcf9ac686343176d01df6286_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:572607d1ed95bb797e17a68aa418bff2e89f4762dcf9ac686343176d01df6286_arm64",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:572607d1ed95bb797e17a68aa418bff2e89f4762dcf9ac686343176d01df6286_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-pod-rhel9@sha256%3A572607d1ed95bb797e17a68aa418bff2e89f4762dcf9ac686343176d01df6286?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774327692"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:29aef7f9137d4c3ab09227264171f7d75098f62ae331f144e634fd05610ac471_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:29aef7f9137d4c3ab09227264171f7d75098f62ae331f144e634fd05610ac471_arm64",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:29aef7f9137d4c3ab09227264171f7d75098f62ae331f144e634fd05610ac471_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-registry-rhel9@sha256%3A29aef7f9137d4c3ab09227264171f7d75098f62ae331f144e634fd05610ac471?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774321987"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:78bbebce453edc7fa3294acca573198dff588173021ad0aa3227b09b86e64697_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:78bbebce453edc7fa3294acca573198dff588173021ad0aa3227b09b86e64697_arm64",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:78bbebce453edc7fa3294acca573198dff588173021ad0aa3227b09b86e64697_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tests-rhel9@sha256%3A78bbebce453edc7fa3294acca573198dff588173021ad0aa3227b09b86e64697?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774408420"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:5d702d61a2a5619901778f083dbcdf797417a8a6dd547bd48c361cec353229f8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:5d702d61a2a5619901778f083dbcdf797417a8a6dd547bd48c361cec353229f8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:5d702d61a2a5619901778f083dbcdf797417a8a6dd547bd48c361cec353229f8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-state-metrics-rhel9@sha256%3A5d702d61a2a5619901778f083dbcdf797417a8a6dd547bd48c361cec353229f8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774316444"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:12591e228e0f32eb07590e73e0b40f47ed100d4947b41cd61938fcd8da1dfa40_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:12591e228e0f32eb07590e73e0b40f47ed100d4947b41cd61938fcd8da1dfa40_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:12591e228e0f32eb07590e73e0b40f47ed100d4947b41cd61938fcd8da1dfa40_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cluster-api-controllers-rhel9@sha256%3A12591e228e0f32eb07590e73e0b40f47ed100d4947b41cd61938fcd8da1dfa40?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774327430"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1d197b835810a7933db1be10d2492415e0f374f78eafba7fa5746ab472094fff_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1d197b835810a7933db1be10d2492415e0f374f78eafba7fa5746ab472094fff_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1d197b835810a7933db1be10d2492415e0f374f78eafba7fa5746ab472094fff_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-lifecycle-manager-rhel9@sha256%3A1d197b835810a7933db1be10d2492415e0f374f78eafba7fa5746ab472094fff?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774324665"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:abb1405f761ddcfe0d542948b161cbadbfca6286c6602f34a46b870fc469f6d3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:abb1405f761ddcfe0d542948b161cbadbfca6286c6602f34a46b870fc469f6d3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:abb1405f761ddcfe0d542948b161cbadbfca6286c6602f34a46b870fc469f6d3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-registry-rhel9@sha256%3Aabb1405f761ddcfe0d542948b161cbadbfca6286c6602f34a46b870fc469f6d3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774323513"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1f360616eed0043920d6e6e444319264da60f7868872fa78d0765f394f686c30_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1f360616eed0043920d6e6e444319264da60f7868872fa78d0765f394f686c30_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1f360616eed0043920d6e6e444319264da60f7868872fa78d0765f394f686c30_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-api-server-rhel9@sha256%3A1f360616eed0043920d6e6e444319264da60f7868872fa78d0765f394f686c30?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774322452"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0da6e0ca7c13fdc40d3c6a3c34b97600d2b3792b27da2b280a89fbfd3958c91b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0da6e0ca7c13fdc40d3c6a3c34b97600d2b3792b27da2b280a89fbfd3958c91b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0da6e0ca7c13fdc40d3c6a3c34b97600d2b3792b27da2b280a89fbfd3958c91b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-csr-approver-rhel9@sha256%3A0da6e0ca7c13fdc40d3c6a3c34b97600d2b3792b27da2b280a89fbfd3958c91b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774322432"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7195c3636df9ed4fa22299f7c18a79bd506913e9542f4172248e346ca4c9a8d8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7195c3636df9ed4fa22299f7c18a79bd506913e9542f4172248e346ca4c9a8d8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7195c3636df9ed4fa22299f7c18a79bd506913e9542f4172248e346ca4c9a8d8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-node-agent-rhel9@sha256%3A7195c3636df9ed4fa22299f7c18a79bd506913e9542f4172248e346ca4c9a8d8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774316342"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a29004cbfac099c60b1fe4a61951e9cb1b1a1bbfc40d3f28da9557213e88bd7b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a29004cbfac099c60b1fe4a61951e9cb1b1a1bbfc40d3f28da9557213e88bd7b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a29004cbfac099c60b1fe4a61951e9cb1b1a1bbfc40d3f28da9557213e88bd7b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-orchestrator-rhel9@sha256%3Aa29004cbfac099c60b1fe4a61951e9cb1b1a1bbfc40d3f28da9557213e88bd7b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774322813"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a1f25c7cda4892f4ed680d4a5304d66c77f760a778f879422e000e21a6038d3c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a1f25c7cda4892f4ed680d4a5304d66c77f760a778f879422e000e21a6038d3c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a1f25c7cda4892f4ed680d4a5304d66c77f760a778f879422e000e21a6038d3c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-utils-rhel9@sha256%3Aa1f25c7cda4892f4ed680d4a5304d66c77f760a778f879422e000e21a6038d3c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774328845"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:5d7f2f7f44e95c44b52061911b935feda57913b8d7c476827e92a201cccadf17_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:5d7f2f7f44e95c44b52061911b935feda57913b8d7c476827e92a201cccadf17_arm64",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:5d7f2f7f44e95c44b52061911b935feda57913b8d7c476827e92a201cccadf17_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-apiserver-network-proxy-rhel9@sha256%3A5d7f2f7f44e95c44b52061911b935feda57913b8d7c476827e92a201cccadf17?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774327425"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:eb1555caf1a4e5039db7e004a3809f52c5f6046f9a8252b7d1ccbca406ae45ef_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:eb1555caf1a4e5039db7e004a3809f52c5f6046f9a8252b7d1ccbca406ae45ef_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:eb1555caf1a4e5039db7e004a3809f52c5f6046f9a8252b7d1ccbca406ae45ef_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-cloud-controller-manager-rhel9@sha256%3Aeb1555caf1a4e5039db7e004a3809f52c5f6046f9a8252b7d1ccbca406ae45ef?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774299519"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:b89a349b9b434744f27c2695394b5d4ab75aee78b92750fcac56e5bbf6db0893_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:b89a349b9b434744f27c2695394b5d4ab75aee78b92750fcac56e5bbf6db0893_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:b89a349b9b434744f27c2695394b5d4ab75aee78b92750fcac56e5bbf6db0893_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-cluster-api-controllers-rhel9@sha256%3Ab89a349b9b434744f27c2695394b5d4ab75aee78b92750fcac56e5bbf6db0893?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774448150"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:8befa290e4b709440028026d45410ec5b465720163a54b5e3e957ada075e37f6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:8befa290e4b709440028026d45410ec5b465720163a54b5e3e957ada075e37f6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:8befa290e4b709440028026d45410ec5b465720163a54b5e3e957ada075e37f6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-ebs-csi-driver-rhel9@sha256%3A8befa290e4b709440028026d45410ec5b465720163a54b5e3e957ada075e37f6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774299548"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:dcdfff13b1d844d19b87da5a8560e3568093ffc905659a887d5d898b57f78320_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:dcdfff13b1d844d19b87da5a8560e3568093ffc905659a887d5d898b57f78320_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:dcdfff13b1d844d19b87da5a8560e3568093ffc905659a887d5d898b57f78320_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-ebs-csi-driver-rhel9-operator@sha256%3Adcdfff13b1d844d19b87da5a8560e3568093ffc905659a887d5d898b57f78320?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774299441"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:c0e6842fcb7e49d71b27d665432f85dad54440e47688ea3ab0766221850e11d9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:c0e6842fcb7e49d71b27d665432f85dad54440e47688ea3ab0766221850e11d9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:c0e6842fcb7e49d71b27d665432f85dad54440e47688ea3ab0766221850e11d9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-pod-identity-webhook-rhel9@sha256%3Ac0e6842fcb7e49d71b27d665432f85dad54440e47688ea3ab0766221850e11d9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774299435"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:d5b9cb9ae3bfb2d44fa76a3b6e55a32e05dedf72cd3b955ceda08809c55b31e7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:d5b9cb9ae3bfb2d44fa76a3b6e55a32e05dedf72cd3b955ceda08809c55b31e7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:d5b9cb9ae3bfb2d44fa76a3b6e55a32e05dedf72cd3b955ceda08809c55b31e7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cloud-controller-manager-rhel9@sha256%3Ad5b9cb9ae3bfb2d44fa76a3b6e55a32e05dedf72cd3b955ceda08809c55b31e7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774299505"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:2d7109db2112c16f6e0b0ba625c5b0d06aa4d072654cf555a614f26b0bb13a17_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:2d7109db2112c16f6e0b0ba625c5b0d06aa4d072654cf555a614f26b0bb13a17_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:2d7109db2112c16f6e0b0ba625c5b0d06aa4d072654cf555a614f26b0bb13a17_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cloud-node-manager-rhel9@sha256%3A2d7109db2112c16f6e0b0ba625c5b0d06aa4d072654cf555a614f26b0bb13a17?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774299478"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:cab5f81a9399a9cc76c54e67d1a5aadd4fa21ae07b345658802d1074bf4ebbbe_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:cab5f81a9399a9cc76c54e67d1a5aadd4fa21ae07b345658802d1074bf4ebbbe_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:cab5f81a9399a9cc76c54e67d1a5aadd4fa21ae07b345658802d1074bf4ebbbe_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cluster-api-controllers-rhel9@sha256%3Acab5f81a9399a9cc76c54e67d1a5aadd4fa21ae07b345658802d1074bf4ebbbe?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774299561"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:66968a07c5398976200a7dcdaf29ec321f9180d1b90af0dcdcfc6eefe1342577_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:66968a07c5398976200a7dcdaf29ec321f9180d1b90af0dcdcfc6eefe1342577_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:66968a07c5398976200a7dcdaf29ec321f9180d1b90af0dcdcfc6eefe1342577_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-disk-csi-driver-rhel9@sha256%3A66968a07c5398976200a7dcdaf29ec321f9180d1b90af0dcdcfc6eefe1342577?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774299494"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:82348ea9edc47ac8218c69fc3372fc21ed86788c486a6b9b699daee451a61129_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:82348ea9edc47ac8218c69fc3372fc21ed86788c486a6b9b699daee451a61129_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:82348ea9edc47ac8218c69fc3372fc21ed86788c486a6b9b699daee451a61129_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-disk-csi-driver-rhel9-operator@sha256%3A82348ea9edc47ac8218c69fc3372fc21ed86788c486a6b9b699daee451a61129?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774299447"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:1a1482540323009aad0144d393b13b7cd469d8221c87af2f0a90ee45a9fca9fa_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:1a1482540323009aad0144d393b13b7cd469d8221c87af2f0a90ee45a9fca9fa_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:1a1482540323009aad0144d393b13b7cd469d8221c87af2f0a90ee45a9fca9fa_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-workload-identity-webhook-rhel9@sha256%3A1a1482540323009aad0144d393b13b7cd469d8221c87af2f0a90ee45a9fca9fa?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774299531"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4e04e3ee15e266b99d8e4d7517df55fa163a4a640b572a29a993be75b2db5666_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4e04e3ee15e266b99d8e4d7517df55fa163a4a640b572a29a993be75b2db5666_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4e04e3ee15e266b99d8e4d7517df55fa163a4a640b572a29a993be75b2db5666_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-installer-rhel9@sha256%3A4e04e3ee15e266b99d8e4d7517df55fa163a4a640b572a29a993be75b2db5666?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774341257"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3aff920d05b90e9e159a304c33364d8203aca05f23c53b14a26a369a21ba70be_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3aff920d05b90e9e159a304c33364d8203aca05f23c53b14a26a369a21ba70be_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3aff920d05b90e9e159a304c33364d8203aca05f23c53b14a26a369a21ba70be_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-rhel9-operator@sha256%3A3aff920d05b90e9e159a304c33364d8203aca05f23c53b14a26a369a21ba70be?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774327369"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:3d591d0e9ed1ed48d0b2a1a29db01145af85b48208810660bb2893b639b56b30_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:3d591d0e9ed1ed48d0b2a1a29db01145af85b48208810660bb2893b639b56b30_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:3d591d0e9ed1ed48d0b2a1a29db01145af85b48208810660bb2893b639b56b30_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-artifacts-rhel9@sha256%3A3d591d0e9ed1ed48d0b2a1a29db01145af85b48208810660bb2893b639b56b30?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774340076"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:5c1e0e300b6078581bb78ad772fa5eda9afc2a8207e965ea23cddd006b73d9d3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:5c1e0e300b6078581bb78ad772fa5eda9afc2a8207e965ea23cddd006b73d9d3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:5c1e0e300b6078581bb78ad772fa5eda9afc2a8207e965ea23cddd006b73d9d3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cloud-credential-rhel9-operator@sha256%3A5c1e0e300b6078581bb78ad772fa5eda9afc2a8207e965ea23cddd006b73d9d3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774329264"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:12e290355046e5f549a8cdae7517128f87ff3f03d5f25a36b5d8a718599d239a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:12e290355046e5f549a8cdae7517128f87ff3f03d5f25a36b5d8a718599d239a_arm64",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:12e290355046e5f549a8cdae7517128f87ff3f03d5f25a36b5d8a718599d239a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/cloud-network-config-controller-rhel9@sha256%3A12e290355046e5f549a8cdae7517128f87ff3f03d5f25a36b5d8a718599d239a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774323033"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9fcaae240db53c5e839fbb036d2caa888d61f52618c1567fb3edd5f529d711f3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9fcaae240db53c5e839fbb036d2caa888d61f52618c1567fb3edd5f529d711f3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9fcaae240db53c5e839fbb036d2caa888d61f52618c1567fb3edd5f529d711f3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-api-rhel9@sha256%3A9fcaae240db53c5e839fbb036d2caa888d61f52618c1567fb3edd5f529d711f3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774316432"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:33298998ffd10c80a186bd5a975ccf36c5b1b87a6ca9d18186212735e8361b30_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:33298998ffd10c80a186bd5a975ccf36c5b1b87a6ca9d18186212735e8361b30_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:33298998ffd10c80a186bd5a975ccf36c5b1b87a6ca9d18186212735e8361b30_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-authentication-rhel9-operator@sha256%3A33298998ffd10c80a186bd5a975ccf36c5b1b87a6ca9d18186212735e8361b30?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774316038"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:244692765fe92b476140c9540365c7c5aeac1f58ecda1665372e00e7bf051982_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:244692765fe92b476140c9540365c7c5aeac1f58ecda1665372e00e7bf051982_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:244692765fe92b476140c9540365c7c5aeac1f58ecda1665372e00e7bf051982_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9-operator@sha256%3A244692765fe92b476140c9540365c7c5aeac1f58ecda1665372e00e7bf051982?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774328676"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:7200d5d412230b41f41e2847253fe12ebe91d061ad89429f890e9a57c6dc30f8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:7200d5d412230b41f41e2847253fe12ebe91d061ad89429f890e9a57c6dc30f8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:7200d5d412230b41f41e2847253fe12ebe91d061ad89429f890e9a57c6dc30f8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-baremetal-operator-rhel9@sha256%3A7200d5d412230b41f41e2847253fe12ebe91d061ad89429f890e9a57c6dc30f8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774323749"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5ba7b22f57236cd12e84ee8889a034d0fcd46d0b6d0a6addb178c4cc90655fbd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5ba7b22f57236cd12e84ee8889a034d0fcd46d0b6d0a6addb178c4cc90655fbd_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5ba7b22f57236cd12e84ee8889a034d0fcd46d0b6d0a6addb178c4cc90655fbd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-bootstrap-rhel9@sha256%3A5ba7b22f57236cd12e84ee8889a034d0fcd46d0b6d0a6addb178c4cc90655fbd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774328876"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:684845b28b844a06d9654483064e56072727fbc55fa1b6ce64bb51867e76ca81_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:684845b28b844a06d9654483064e56072727fbc55fa1b6ce64bb51867e76ca81_arm64",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:684845b28b844a06d9654483064e56072727fbc55fa1b6ce64bb51867e76ca81_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tools-rhel9@sha256%3A684845b28b844a06d9654483064e56072727fbc55fa1b6ce64bb51867e76ca81?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774404942"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:f34364281012ad9004deefb732565f7688e00c7a4beea4d4eaf1c59e5d978da7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:f34364281012ad9004deefb732565f7688e00c7a4beea4d4eaf1c59e5d978da7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:f34364281012ad9004deefb732565f7688e00c7a4beea4d4eaf1c59e5d978da7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capi-rhel9-operator@sha256%3Af34364281012ad9004deefb732565f7688e00c7a4beea4d4eaf1c59e5d978da7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774326466"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:1cdfcad2b7567c775ec8e7842a22b3c300d5d236298b14a9ce8456bb814c8090_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:1cdfcad2b7567c775ec8e7842a22b3c300d5d236298b14a9ce8456bb814c8090_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:1cdfcad2b7567c775ec8e7842a22b3c300d5d236298b14a9ce8456bb814c8090_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3A1cdfcad2b7567c775ec8e7842a22b3c300d5d236298b14a9ce8456bb814c8090?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774326385"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ee81b5aa43a6c05822113497f15879be2531836a9d2bd86b9d7fbcb4bd57efeb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ee81b5aa43a6c05822113497f15879be2531836a9d2bd86b9d7fbcb4bd57efeb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ee81b5aa43a6c05822113497f15879be2531836a9d2bd86b9d7fbcb4bd57efeb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-api-rhel9@sha256%3Aee81b5aa43a6c05822113497f15879be2531836a9d2bd86b9d7fbcb4bd57efeb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774324170"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:9d94dc41b6e09ae4cccfb98f9943a4fd51a8e054ff88a1325c20be97795c95b2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:9d94dc41b6e09ae4cccfb98f9943a4fd51a8e054ff88a1325c20be97795c95b2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:9d94dc41b6e09ae4cccfb98f9943a4fd51a8e054ff88a1325c20be97795c95b2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-rhel9-operator@sha256%3A9d94dc41b6e09ae4cccfb98f9943a4fd51a8e054ff88a1325c20be97795c95b2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774325052"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:3ae1e077ccb1bf56edc166263146435bd8585c0c946b03bf3bf09f580b20030b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:3ae1e077ccb1bf56edc166263146435bd8585c0c946b03bf3bf09f580b20030b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:3ae1e077ccb1bf56edc166263146435bd8585c0c946b03bf3bf09f580b20030b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3A3ae1e077ccb1bf56edc166263146435bd8585c0c946b03bf3bf09f580b20030b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774327601"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:d619b6d2f2a7407096eccad753fdce3d1200c3a0dfcd9df3f1aeffd5765af0c9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:d619b6d2f2a7407096eccad753fdce3d1200c3a0dfcd9df3f1aeffd5765af0c9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:d619b6d2f2a7407096eccad753fdce3d1200c3a0dfcd9df3f1aeffd5765af0c9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3Ad619b6d2f2a7407096eccad753fdce3d1200c3a0dfcd9df3f1aeffd5765af0c9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774327738"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:b493d91516a6491a13d8812b53771a43207f6fafd92749845846910720817f8e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:b493d91516a6491a13d8812b53771a43207f6fafd92749845846910720817f8e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:b493d91516a6491a13d8812b53771a43207f6fafd92749845846910720817f8e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-dns-rhel9-operator@sha256%3Ab493d91516a6491a13d8812b53771a43207f6fafd92749845846910720817f8e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774315992"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7616531c5340ad508e044aee9b1b0dd074b90d731ad29f869512459f465736b6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7616531c5340ad508e044aee9b1b0dd074b90d731ad29f869512459f465736b6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7616531c5340ad508e044aee9b1b0dd074b90d731ad29f869512459f465736b6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-image-registry-rhel9-operator@sha256%3A7616531c5340ad508e044aee9b1b0dd074b90d731ad29f869512459f465736b6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774324089"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5826760e44856a35c47fae78b7b4e09092f27dae467d5cb4237d306f80f35d19_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5826760e44856a35c47fae78b7b4e09092f27dae467d5cb4237d306f80f35d19_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5826760e44856a35c47fae78b7b4e09092f27dae467d5cb4237d306f80f35d19_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-ingress-rhel9-operator@sha256%3A5826760e44856a35c47fae78b7b4e09092f27dae467d5cb4237d306f80f35d19?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774322986"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a60942a84d5b9be38f6a02e5b0d2b09299f4214671a38ae2a09d425e892d40d0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a60942a84d5b9be38f6a02e5b0d2b09299f4214671a38ae2a09d425e892d40d0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a60942a84d5b9be38f6a02e5b0d2b09299f4214671a38ae2a09d425e892d40d0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-apiserver-rhel9-operator@sha256%3Aa60942a84d5b9be38f6a02e5b0d2b09299f4214671a38ae2a09d425e892d40d0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774323500"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:6e0b568985833fc8a1cb3dc015a999491a11ddc4e7a4c345db25f9d7ca60a425_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:6e0b568985833fc8a1cb3dc015a999491a11ddc4e7a4c345db25f9d7ca60a425_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:6e0b568985833fc8a1cb3dc015a999491a11ddc4e7a4c345db25f9d7ca60a425_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3A6e0b568985833fc8a1cb3dc015a999491a11ddc4e7a4c345db25f9d7ca60a425?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774323789"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:d00d3920c3a59c60e8ebef3ac5fae392cc2e92b6c6aac59e32dec0a34dcdb287_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:d00d3920c3a59c60e8ebef3ac5fae392cc2e92b6c6aac59e32dec0a34dcdb287_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:d00d3920c3a59c60e8ebef3ac5fae392cc2e92b6c6aac59e32dec0a34dcdb287_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3Ad00d3920c3a59c60e8ebef3ac5fae392cc2e92b6c6aac59e32dec0a34dcdb287?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774316237"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2bd838b4b1cfd652f7037dc52c6c20df7654ff01f20c251fee821b091f1cb6a5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2bd838b4b1cfd652f7037dc52c6c20df7654ff01f20c251fee821b091f1cb6a5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2bd838b4b1cfd652f7037dc52c6c20df7654ff01f20c251fee821b091f1cb6a5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-scheduler-rhel9-operator@sha256%3A2bd838b4b1cfd652f7037dc52c6c20df7654ff01f20c251fee821b091f1cb6a5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774323365"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b03a96af51f900ce4a8561f9227feb436f2de44985500b95adcaba3c0fdb6cbe_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b03a96af51f900ce4a8561f9227feb436f2de44985500b95adcaba3c0fdb6cbe_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b03a96af51f900ce4a8561f9227feb436f2de44985500b95adcaba3c0fdb6cbe_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3Ab03a96af51f900ce4a8561f9227feb436f2de44985500b95adcaba3c0fdb6cbe?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774323160"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:8cc5a4ed4d449bc7261faa4c44b2fb98433797a280f2d6e22b1669816b29851d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:8cc5a4ed4d449bc7261faa4c44b2fb98433797a280f2d6e22b1669816b29851d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:8cc5a4ed4d449bc7261faa4c44b2fb98433797a280f2d6e22b1669816b29851d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-machine-approver-rhel9@sha256%3A8cc5a4ed4d449bc7261faa4c44b2fb98433797a280f2d6e22b1669816b29851d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774328777"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:14dd2bab3e689286be62b927fc836c063a4231e12473489dbd9cad5dd003cf6b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:14dd2bab3e689286be62b927fc836c063a4231e12473489dbd9cad5dd003cf6b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:14dd2bab3e689286be62b927fc836c063a4231e12473489dbd9cad5dd003cf6b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-olm-rhel9-operator@sha256%3A14dd2bab3e689286be62b927fc836c063a4231e12473489dbd9cad5dd003cf6b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774327487"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9c519de2d648b67a9e0935a717acb3585720984db702196861844656c9b6e377_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9c519de2d648b67a9e0935a717acb3585720984db702196861844656c9b6e377_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9c519de2d648b67a9e0935a717acb3585720984db702196861844656c9b6e377_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3A9c519de2d648b67a9e0935a717acb3585720984db702196861844656c9b6e377?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774323659"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:565b67693a907b77c733c7cf1c9bf75275908d7639620241d4db59aa441b21f0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:565b67693a907b77c733c7cf1c9bf75275908d7639620241d4db59aa441b21f0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:565b67693a907b77c733c7cf1c9bf75275908d7639620241d4db59aa441b21f0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3A565b67693a907b77c733c7cf1c9bf75275908d7639620241d4db59aa441b21f0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774327371"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0f9820759edc25fed889931debe50fe7637027b77aa126ab121591046b95aff4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0f9820759edc25fed889931debe50fe7637027b77aa126ab121591046b95aff4_arm64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0f9820759edc25fed889931debe50fe7637027b77aa126ab121591046b95aff4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9-operator@sha256%3A0f9820759edc25fed889931debe50fe7637027b77aa126ab121591046b95aff4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774323568"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d55638691d63fed30b0092213358fcc0018345235e58aa6fea758dbcccbc2ba3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d55638691d63fed30b0092213358fcc0018345235e58aa6fea758dbcccbc2ba3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d55638691d63fed30b0092213358fcc0018345235e58aa6fea758dbcccbc2ba3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-samples-rhel9-operator@sha256%3Ad55638691d63fed30b0092213358fcc0018345235e58aa6fea758dbcccbc2ba3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774297719"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2c7bbfc511f97bee3f843ba001d51ce3d5cccaf8839e938c7de2da2af2206aae_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2c7bbfc511f97bee3f843ba001d51ce3d5cccaf8839e938c7de2da2af2206aae_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2c7bbfc511f97bee3f843ba001d51ce3d5cccaf8839e938c7de2da2af2206aae_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-update-keys-rhel9@sha256%3A2c7bbfc511f97bee3f843ba001d51ce3d5cccaf8839e938c7de2da2af2206aae?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774321637"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:91267a502fc66ca4802628b1e433b5358de67e30f53875c5b7b9871a65df036f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:91267a502fc66ca4802628b1e433b5358de67e30f53875c5b7b9871a65df036f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:91267a502fc66ca4802628b1e433b5358de67e30f53875c5b7b9871a65df036f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-container-networking-plugins-rhel9@sha256%3A91267a502fc66ca4802628b1e433b5358de67e30f53875c5b7b9871a65df036f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774329753"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:c573f0d5309301089992714e20201f384b3e910266e36431eda6630848cd0c69_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:c573f0d5309301089992714e20201f384b3e910266e36431eda6630848cd0c69_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:c573f0d5309301089992714e20201f384b3e910266e36431eda6630848cd0c69_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-shared-resource-rhel9@sha256%3Ac573f0d5309301089992714e20201f384b3e910266e36431eda6630848cd0c69?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774323158"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:9625263527c82621befdca63468d66501af95074e1047c7fe59e66d9aa56848b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:9625263527c82621befdca63468d66501af95074e1047c7fe59e66d9aa56848b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:9625263527c82621befdca63468d66501af95074e1047c7fe59e66d9aa56848b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-shared-resource-rhel9-operator@sha256%3A9625263527c82621befdca63468d66501af95074e1047c7fe59e66d9aa56848b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774315544"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:cfd286249d1a839ce282b76dac9e593b738008f5f6d8480fca5f1b1953240902_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:cfd286249d1a839ce282b76dac9e593b738008f5f6d8480fca5f1b1953240902_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:cfd286249d1a839ce282b76dac9e593b738008f5f6d8480fca5f1b1953240902_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-shared-resource-webhook-rhel9@sha256%3Acfd286249d1a839ce282b76dac9e593b738008f5f6d8480fca5f1b1953240902?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774315584"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:fe817971610b692a8a2e0ba694ee7701b7cc8da422c5174e9b50d9c04d7bef88_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:fe817971610b692a8a2e0ba694ee7701b7cc8da422c5174e9b50d9c04d7bef88_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:fe817971610b692a8a2e0ba694ee7701b7cc8da422c5174e9b50d9c04d7bef88_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-resizer-rhel9@sha256%3Afe817971610b692a8a2e0ba694ee7701b7cc8da422c5174e9b50d9c04d7bef88?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774315985"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:80f092391fc386c15535f4fecd2d16b5dab0c36187b50278d6894ede1b177db0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:80f092391fc386c15535f4fecd2d16b5dab0c36187b50278d6894ede1b177db0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:80f092391fc386c15535f4fecd2d16b5dab0c36187b50278d6894ede1b177db0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshotter-rhel9@sha256%3A80f092391fc386c15535f4fecd2d16b5dab0c36187b50278d6894ede1b177db0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774328808"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:77ca7db52809679a28a12c689573c932da660c47a18237500936cc1e1285a73e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:77ca7db52809679a28a12c689573c932da660c47a18237500936cc1e1285a73e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:77ca7db52809679a28a12c689573c932da660c47a18237500936cc1e1285a73e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-snapshot-controller-rhel9@sha256%3A77ca7db52809679a28a12c689573c932da660c47a18237500936cc1e1285a73e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774315544"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ae601d9f18f45cbb4ded3bd2ddd83dba2e99b92d88e1c3613184af87f9a7a80e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ae601d9f18f45cbb4ded3bd2ddd83dba2e99b92d88e1c3613184af87f9a7a80e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ae601d9f18f45cbb4ded3bd2ddd83dba2e99b92d88e1c3613184af87f9a7a80e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-etcd-rhel9@sha256%3Aae601d9f18f45cbb4ded3bd2ddd83dba2e99b92d88e1c3613184af87f9a7a80e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774324772"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:27ebc371aa163d733b887ef8bbdde4805dadbb6be6638f0618b4258ed9f8b05e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:27ebc371aa163d733b887ef8bbdde4805dadbb6be6638f0618b4258ed9f8b05e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:27ebc371aa163d733b887ef8bbdde4805dadbb6be6638f0618b4258ed9f8b05e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cloud-controller-manager-rhel9@sha256%3A27ebc371aa163d733b887ef8bbdde4805dadbb6be6638f0618b4258ed9f8b05e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774301233"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:e71130250738b69b62f2c5f2d8d1101c634c9984b8b7647405fab4c33be11b9f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:e71130250738b69b62f2c5f2d8d1101c634c9984b8b7647405fab4c33be11b9f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:e71130250738b69b62f2c5f2d8d1101c634c9984b8b7647405fab4c33be11b9f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cluster-api-controllers-rhel9@sha256%3Ae71130250738b69b62f2c5f2d8d1101c634c9984b8b7647405fab4c33be11b9f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774299417"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:eec2a0b0693062e7a1958c7b4133b7e5605e474c7bb286c393b5b3e21cc810aa_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:eec2a0b0693062e7a1958c7b4133b7e5605e474c7bb286c393b5b3e21cc810aa_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:eec2a0b0693062e7a1958c7b4133b7e5605e474c7bb286c393b5b3e21cc810aa_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-rhel9@sha256%3Aeec2a0b0693062e7a1958c7b4133b7e5605e474c7bb286c393b5b3e21cc810aa?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774301252"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:c7ae49160f9cafc41bdc7e060337c15a1c37b61fe8be7379f46e1596fdf747cb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:c7ae49160f9cafc41bdc7e060337c15a1c37b61fe8be7379f46e1596fdf747cb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:c7ae49160f9cafc41bdc7e060337c15a1c37b61fe8be7379f46e1596fdf747cb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-operator-rhel9@sha256%3Ac7ae49160f9cafc41bdc7e060337c15a1c37b61fe8be7379f46e1596fdf747cb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774302323"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:dd2ea0f95852ffcfb8411e2cea59877027dd3ee75f044a488e012ca871a24809_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:dd2ea0f95852ffcfb8411e2cea59877027dd3ee75f044a488e012ca871a24809_arm64",
"product_id": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:dd2ea0f95852ffcfb8411e2cea59877027dd3ee75f044a488e012ca871a24809_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-image-customization-controller-rhel9@sha256%3Add2ea0f95852ffcfb8411e2cea59877027dd3ee75f044a488e012ca871a24809?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774299473"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:9ae4a5d2d3314daebcdade90c7ea1f42f58238aa85b5cccb0b3e127f4e403626_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:9ae4a5d2d3314daebcdade90c7ea1f42f58238aa85b5cccb0b3e127f4e403626_arm64",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:9ae4a5d2d3314daebcdade90c7ea1f42f58238aa85b5cccb0b3e127f4e403626_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-insights-rhel9-operator@sha256%3A9ae4a5d2d3314daebcdade90c7ea1f42f58238aa85b5cccb0b3e127f4e403626?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774327682"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:57fb409b3aa6e60945b5b06f993e0c11e8e1b9019304c296bd00789579eda9e4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:57fb409b3aa6e60945b5b06f993e0c11e8e1b9019304c296bd00789579eda9e4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:57fb409b3aa6e60945b5b06f993e0c11e8e1b9019304c296bd00789579eda9e4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-rhel9@sha256%3A57fb409b3aa6e60945b5b06f993e0c11e8e1b9019304c296bd00789579eda9e4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774349510"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:c54d91156df452ce6784f07e6a5fbc72918ef30636d0bb5da6d9c5f11921458f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:c54d91156df452ce6784f07e6a5fbc72918ef30636d0bb5da6d9c5f11921458f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:c54d91156df452ce6784f07e6a5fbc72918ef30636d0bb5da6d9c5f11921458f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-altinfra-rhel9@sha256%3Ac54d91156df452ce6784f07e6a5fbc72918ef30636d0bb5da6d9c5f11921458f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774349579"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:f8770c71023f38b7f7de41123ae12bde62b918ad7805c6d597f4f84a9c9af47d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:f8770c71023f38b7f7de41123ae12bde62b918ad7805c6d597f4f84a9c9af47d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:f8770c71023f38b7f7de41123ae12bde62b918ad7805c6d597f4f84a9c9af47d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-artifacts-rhel9@sha256%3Af8770c71023f38b7f7de41123ae12bde62b918ad7805c6d597f4f84a9c9af47d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774349545"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:80131fcc9c8fc87d4636a5f44fbfa9e73c25b1391f95f66c3241c8ccc3083d80_arm64",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:80131fcc9c8fc87d4636a5f44fbfa9e73c25b1391f95f66c3241c8ccc3083d80_arm64",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:80131fcc9c8fc87d4636a5f44fbfa9e73c25b1391f95f66c3241c8ccc3083d80_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kube-metrics-server-rhel9@sha256%3A80131fcc9c8fc87d4636a5f44fbfa9e73c25b1391f95f66c3241c8ccc3083d80?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774324364"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:7ab7591f7d42f256a79bb6d8c03d7268145f05c70b6134b95d7aa22f7daf7ff7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:7ab7591f7d42f256a79bb6d8c03d7268145f05c70b6134b95d7aa22f7daf7ff7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:7ab7591f7d42f256a79bb6d8c03d7268145f05c70b6134b95d7aa22f7daf7ff7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-storage-version-migrator-rhel9@sha256%3A7ab7591f7d42f256a79bb6d8c03d7268145f05c70b6134b95d7aa22f7daf7ff7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774323909"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e1a75bcc315f27bb12840c17f1fa7daba452d174dbf5b68c00ee50eb5c43ae1a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e1a75bcc315f27bb12840c17f1fa7daba452d174dbf5b68c00ee50eb5c43ae1a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e1a75bcc315f27bb12840c17f1fa7daba452d174dbf5b68c00ee50eb5c43ae1a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3Ae1a75bcc315f27bb12840c17f1fa7daba452d174dbf5b68c00ee50eb5c43ae1a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774326160"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c1799e7e4d9ce6f8f5bd944d1d9c6a0597eedd7d7c07688ab5a145c0c0884331_arm64",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c1799e7e4d9ce6f8f5bd944d1d9c6a0597eedd7d7c07688ab5a145c0c0884331_arm64",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c1799e7e4d9ce6f8f5bd944d1d9c6a0597eedd7d7c07688ab5a145c0c0884331_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubevirt-csi-driver-rhel9@sha256%3Ac1799e7e4d9ce6f8f5bd944d1d9c6a0597eedd7d7c07688ab5a145c0c0884331?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774328075"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:38b5d9d8df2e4e6bef48355860b72f3e621315ccc0ac0c92c26938dc451e80f4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:38b5d9d8df2e4e6bef48355860b72f3e621315ccc0ac0c92c26938dc451e80f4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:38b5d9d8df2e4e6bef48355860b72f3e621315ccc0ac0c92c26938dc451e80f4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-libvirt-machine-controllers-rhel9@sha256%3A38b5d9d8df2e4e6bef48355860b72f3e621315ccc0ac0c92c26938dc451e80f4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774440722"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:df171cc337509bcfecaafbe819265a1f31a31b6f323ca84a00a0b1f9cacd0c1b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:df171cc337509bcfecaafbe819265a1f31a31b6f323ca84a00a0b1f9cacd0c1b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:df171cc337509bcfecaafbe819265a1f31a31b6f323ca84a00a0b1f9cacd0c1b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-rhel9-operator@sha256%3Adf171cc337509bcfecaafbe819265a1f31a31b6f323ca84a00a0b1f9cacd0c1b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774327436"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:12f99bcff45e25e4cb5a375421939cf9b2ce09771f559088b68f4fcc616e1eca_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:12f99bcff45e25e4cb5a375421939cf9b2ce09771f559088b68f4fcc616e1eca_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:12f99bcff45e25e4cb5a375421939cf9b2ce09771f559088b68f4fcc616e1eca_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-aws-rhel9@sha256%3A12f99bcff45e25e4cb5a375421939cf9b2ce09771f559088b68f4fcc616e1eca?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774299542"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:231fa87769ef80e16ebf0d33891797890d2420aace34f5fb5453b4efbe1c4461_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:231fa87769ef80e16ebf0d33891797890d2420aace34f5fb5453b4efbe1c4461_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:231fa87769ef80e16ebf0d33891797890d2420aace34f5fb5453b4efbe1c4461_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-azure-rhel9@sha256%3A231fa87769ef80e16ebf0d33891797890d2420aace34f5fb5453b4efbe1c4461?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774299463"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:76196acb0beb6bb21d0a5ea719848dfcd485a3d5925bad2d1e5c9dd05cb9756b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:76196acb0beb6bb21d0a5ea719848dfcd485a3d5925bad2d1e5c9dd05cb9756b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:76196acb0beb6bb21d0a5ea719848dfcd485a3d5925bad2d1e5c9dd05cb9756b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-gcp-rhel9@sha256%3A76196acb0beb6bb21d0a5ea719848dfcd485a3d5925bad2d1e5c9dd05cb9756b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774300560"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:12e8fd889a9e3ee2b3e06f3cad86d4f670dfa4a9b14d21aaafe59f0d27fd82a7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:12e8fd889a9e3ee2b3e06f3cad86d4f670dfa4a9b14d21aaafe59f0d27fd82a7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:12e8fd889a9e3ee2b3e06f3cad86d4f670dfa4a9b14d21aaafe59f0d27fd82a7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-openstack-rhel9@sha256%3A12e8fd889a9e3ee2b3e06f3cad86d4f670dfa4a9b14d21aaafe59f0d27fd82a7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774404793"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:8d91e3a678a33808519a3013e0de265ee21232756ab6ad3a0ab38d7c216e2574_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:8d91e3a678a33808519a3013e0de265ee21232756ab6ad3a0ab38d7c216e2574_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:8d91e3a678a33808519a3013e0de265ee21232756ab6ad3a0ab38d7c216e2574_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-config-rhel9-operator@sha256%3A8d91e3a678a33808519a3013e0de265ee21232756ab6ad3a0ab38d7c216e2574?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774329337"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:bca4209d291e2ecd99a33e675ef6a4a1f891f5835aecd9db5def891e8858cb57_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:bca4209d291e2ecd99a33e675ef6a4a1f891f5835aecd9db5def891e8858cb57_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:bca4209d291e2ecd99a33e675ef6a4a1f891f5835aecd9db5def891e8858cb57_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-os-images-rhel9@sha256%3Abca4209d291e2ecd99a33e675ef6a4a1f891f5835aecd9db5def891e8858cb57?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774358390"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:3d31d3dbe6a3d31485fc696c364e524276d2855de93b8958797e06ab80ce0e07_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:3d31d3dbe6a3d31485fc696c364e524276d2855de93b8958797e06ab80ce0e07_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:3d31d3dbe6a3d31485fc696c364e524276d2855de93b8958797e06ab80ce0e07_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-admission-controller-rhel9@sha256%3A3d31d3dbe6a3d31485fc696c364e524276d2855de93b8958797e06ab80ce0e07?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774315760"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:9433784dab95516e28d33d34ad567139b8a1e91029e9c1036501082827da8eae_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:9433784dab95516e28d33d34ad567139b8a1e91029e9c1036501082827da8eae_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:9433784dab95516e28d33d34ad567139b8a1e91029e9c1036501082827da8eae_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-route-override-cni-rhel9@sha256%3A9433784dab95516e28d33d34ad567139b8a1e91029e9c1036501082827da8eae?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774329036"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:84997e3f4dd37e21aa58a0a1abe84ab72253497cde528a3c92c16d108834e635_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:84997e3f4dd37e21aa58a0a1abe84ab72253497cde528a3c92c16d108834e635_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:84997e3f4dd37e21aa58a0a1abe84ab72253497cde528a3c92c16d108834e635_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3A84997e3f4dd37e21aa58a0a1abe84ab72253497cde528a3c92c16d108834e635?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774329097"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:08ac14224dfc8461a140ea3cf9af0692c9aa01ab29c5ce7665f7d07377710f34_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:08ac14224dfc8461a140ea3cf9af0692c9aa01ab29c5ce7665f7d07377710f34_arm64",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:08ac14224dfc8461a140ea3cf9af0692c9aa01ab29c5ce7665f7d07377710f34_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-must-gather-rhel9@sha256%3A08ac14224dfc8461a140ea3cf9af0692c9aa01ab29c5ce7665f7d07377710f34?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774340188"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:a119b8f2c0fd835027de170a95bbcf3b227696bb932378a25d03faeffde0b81b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:a119b8f2c0fd835027de170a95bbcf3b227696bb932378a25d03faeffde0b81b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:a119b8f2c0fd835027de170a95bbcf3b227696bb932378a25d03faeffde0b81b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-interface-bond-cni-rhel9@sha256%3Aa119b8f2c0fd835027de170a95bbcf3b227696bb932378a25d03faeffde0b81b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774343616"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:574cb32a847343d30fa4b157434ea0214d017256d78c4b9766f0dcf2de5aa307_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:574cb32a847343d30fa4b157434ea0214d017256d78c4b9766f0dcf2de5aa307_arm64",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:574cb32a847343d30fa4b157434ea0214d017256d78c4b9766f0dcf2de5aa307_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-metrics-daemon-rhel9@sha256%3A574cb32a847343d30fa4b157434ea0214d017256d78c4b9766f0dcf2de5aa307?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774327446"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:e78e85a755a5ed3f6040bcbf704f4c0ccb19bfeb199a51ab5c39b71a0ab4721b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:e78e85a755a5ed3f6040bcbf704f4c0ccb19bfeb199a51ab5c39b71a0ab4721b_arm64",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:e78e85a755a5ed3f6040bcbf704f4c0ccb19bfeb199a51ab5c39b71a0ab4721b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/network-tools-rhel9@sha256%3Ae78e85a755a5ed3f6040bcbf704f4c0ccb19bfeb199a51ab5c39b71a0ab4721b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774408256"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:33a9a2d696f23a173cef8c2d8a1a5e2bdf9f449c0ca8bcef1c21d0c2a23b7df2_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:33a9a2d696f23a173cef8c2d8a1a5e2bdf9f449c0ca8bcef1c21d0c2a23b7df2_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:33a9a2d696f23a173cef8c2d8a1a5e2bdf9f449c0ca8bcef1c21d0c2a23b7df2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-apiserver-rhel9@sha256%3A33a9a2d696f23a173cef8c2d8a1a5e2bdf9f449c0ca8bcef1c21d0c2a23b7df2?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774326416"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a95b1411c1bc92cd58839c709039091e30e48a7f42aa814b6b32f1d8b515924b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a95b1411c1bc92cd58839c709039091e30e48a7f42aa814b6b32f1d8b515924b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a95b1411c1bc92cd58839c709039091e30e48a7f42aa814b6b32f1d8b515924b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-catalogd-rhel9@sha256%3Aa95b1411c1bc92cd58839c709039091e30e48a7f42aa814b6b32f1d8b515924b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774327735"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:836a4a2f753b57c7af650b935418cab4c70d99f2258e1f8bc3111eb48f7c3c8c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:836a4a2f753b57c7af650b935418cab4c70d99f2258e1f8bc3111eb48f7c3c8c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:836a4a2f753b57c7af650b935418cab4c70d99f2258e1f8bc3111eb48f7c3c8c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-operator-controller-rhel9@sha256%3A836a4a2f753b57c7af650b935418cab4c70d99f2258e1f8bc3111eb48f7c3c8c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774324727"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:b3747e8f7f1ad3cdce43b5d830b97a2ebaf292856468201e35a8ffdff5073e0f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:b3747e8f7f1ad3cdce43b5d830b97a2ebaf292856468201e35a8ffdff5073e0f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:b3747e8f7f1ad3cdce43b5d830b97a2ebaf292856468201e35a8ffdff5073e0f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-rukpak-rhel9@sha256%3Ab3747e8f7f1ad3cdce43b5d830b97a2ebaf292856468201e35a8ffdff5073e0f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774324364"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:db565201c3c294fa418788f0e76b435ddf985b49404d76cb3d2d33a081e589f1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:db565201c3c294fa418788f0e76b435ddf985b49404d76cb3d2d33a081e589f1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:db565201c3c294fa418788f0e76b435ddf985b49404d76cb3d2d33a081e589f1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-apiserver-rhel9@sha256%3Adb565201c3c294fa418788f0e76b435ddf985b49404d76cb3d2d33a081e589f1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774323789"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:982d14f339feb69b238590d9c07f6851f6495d3b46ebed8179ee62ff63844dc6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:982d14f339feb69b238590d9c07f6851f6495d3b46ebed8179ee62ff63844dc6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:982d14f339feb69b238590d9c07f6851f6495d3b46ebed8179ee62ff63844dc6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-controller-manager-rhel9@sha256%3A982d14f339feb69b238590d9c07f6851f6495d3b46ebed8179ee62ff63844dc6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774322635"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:81004ccdad84399e1982e6ea5d9ab2cd6fce84e2419a73cf22efe5f2bb862c2e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:81004ccdad84399e1982e6ea5d9ab2cd6fce84e2419a73cf22efe5f2bb862c2e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:81004ccdad84399e1982e6ea5d9ab2cd6fce84e2419a73cf22efe5f2bb862c2e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9@sha256%3A81004ccdad84399e1982e6ea5d9ab2cd6fce84e2419a73cf22efe5f2bb862c2e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774322616"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:50a323b245a43b0ab1b66a55b425ba8a137249017bd43cb630857c6457e07d4f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:50a323b245a43b0ab1b66a55b425ba8a137249017bd43cb630857c6457e07d4f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:50a323b245a43b0ab1b66a55b425ba8a137249017bd43cb630857c6457e07d4f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3A50a323b245a43b0ab1b66a55b425ba8a137249017bd43cb630857c6457e07d4f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774316379"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b1a56a00a9e0f3bc5a7450d971edc3a6b91eb576a53afc8fd659f098632f5c0c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b1a56a00a9e0f3bc5a7450d971edc3a6b91eb576a53afc8fd659f098632f5c0c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b1a56a00a9e0f3bc5a7450d971edc3a6b91eb576a53afc8fd659f098632f5c0c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cloud-controller-manager-rhel9@sha256%3Ab1a56a00a9e0f3bc5a7450d971edc3a6b91eb576a53afc8fd659f098632f5c0c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774316219"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:bbf8cc7fc3fe9370dd74420d09bc3d389de58130194df1abf1ef2e5f81f233a7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:bbf8cc7fc3fe9370dd74420d09bc3d389de58130194df1abf1ef2e5f81f233a7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:bbf8cc7fc3fe9370dd74420d09bc3d389de58130194df1abf1ef2e5f81f233a7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-framework-tools-rhel9@sha256%3Abbf8cc7fc3fe9370dd74420d09bc3d389de58130194df1abf1ef2e5f81f233a7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774329085"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:1dc2a5cfdb4a77f64219bb3544dcbf801ead73466a37c83f85fc608f0af1eda4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:1dc2a5cfdb4a77f64219bb3544dcbf801ead73466a37c83f85fc608f0af1eda4_arm64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:1dc2a5cfdb4a77f64219bb3544dcbf801ead73466a37c83f85fc608f0af1eda4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9@sha256%3A1dc2a5cfdb4a77f64219bb3544dcbf801ead73466a37c83f85fc608f0af1eda4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774328956"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:75b2b01ac003a058579cd460a0078ebd60203b98a0fccfaf82c965717d877e53_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:75b2b01ac003a058579cd460a0078ebd60203b98a0fccfaf82c965717d877e53_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:75b2b01ac003a058579cd460a0078ebd60203b98a0fccfaf82c965717d877e53_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-rhel9@sha256%3A75b2b01ac003a058579cd460a0078ebd60203b98a0fccfaf82c965717d877e53?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774339194"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:3fe7b68c25026fed3e3973bfc078c41f84aaf2e7f3b19266ad871d86cf50116b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:3fe7b68c25026fed3e3973bfc078c41f84aaf2e7f3b19266ad871d86cf50116b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:3fe7b68c25026fed3e3973bfc078c41f84aaf2e7f3b19266ad871d86cf50116b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-k8s-prometheus-adapter-rhel9@sha256%3A3fe7b68c25026fed3e3973bfc078c41f84aaf2e7f3b19266ad871d86cf50116b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774323177"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:c8e36a9081b80b8073f3898a73a1a3a86022d300ba77af9b1e41331f61d7e553_arm64",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:c8e36a9081b80b8073f3898a73a1a3a86022d300ba77af9b1e41331f61d7e553_arm64",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:c8e36a9081b80b8073f3898a73a1a3a86022d300ba77af9b1e41331f61d7e553_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openshift-route-controller-manager-rhel9@sha256%3Ac8e36a9081b80b8073f3898a73a1a3a86022d300ba77af9b1e41331f61d7e553?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774326142"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:acc4e0a9f6415b1d7dbbc04a9b087032a44f77aa5eb4807499f409d189a46271_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:acc4e0a9f6415b1d7dbbc04a9b087032a44f77aa5eb4807499f409d189a46271_arm64",
"product_id": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:acc4e0a9f6415b1d7dbbc04a9b087032a44f77aa5eb4807499f409d189a46271_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sdn-rhel9@sha256%3Aacc4e0a9f6415b1d7dbbc04a9b087032a44f77aa5eb4807499f409d189a46271?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774329378"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:7a154064440141c188f5b929c5f84e7b1b9dd923c1874b8d1a52bfb3669575a0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:7a154064440141c188f5b929c5f84e7b1b9dd923c1874b8d1a52bfb3669575a0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:7a154064440141c188f5b929c5f84e7b1b9dd923c1874b8d1a52bfb3669575a0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-service-ca-rhel9-operator@sha256%3A7a154064440141c188f5b929c5f84e7b1b9dd923c1874b8d1a52bfb3669575a0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774327275"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:80ca1adef13a5444938fae328630d47cdb914177e0b1da72d075df6b9176e29a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:80ca1adef13a5444938fae328630d47cdb914177e0b1da72d075df6b9176e29a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:80ca1adef13a5444938fae328630d47cdb914177e0b1da72d075df6b9176e29a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-microshift-rhel9@sha256%3A80ca1adef13a5444938fae328630d47cdb914177e0b1da72d075df6b9176e29a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774339140"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:df4584c4a846e2c70dbb72fdac4ef55b8f1d9f3ea1c2f3657dcedf979df5494b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:df4584c4a846e2c70dbb72fdac4ef55b8f1d9f3ea1c2f3657dcedf979df5494b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:df4584c4a846e2c70dbb72fdac4ef55b8f1d9f3ea1c2f3657dcedf979df5494b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prom-label-proxy-rhel9@sha256%3Adf4584c4a846e2c70dbb72fdac4ef55b8f1d9f3ea1c2f3657dcedf979df5494b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774325088"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:82c1d0a2a92f70ac434d223c568178daa4ddb67e0ee58944faf381dcb977e7ed_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:82c1d0a2a92f70ac434d223c568178daa4ddb67e0ee58944faf381dcb977e7ed_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:82c1d0a2a92f70ac434d223c568178daa4ddb67e0ee58944faf381dcb977e7ed_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-config-reloader-rhel9@sha256%3A82c1d0a2a92f70ac434d223c568178daa4ddb67e0ee58944faf381dcb977e7ed?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774323102"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:34525a3c41776686c72d0c93ac79e4b34babaa100597fb2c20c872363f374e92_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:34525a3c41776686c72d0c93ac79e4b34babaa100597fb2c20c872363f374e92_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:34525a3c41776686c72d0c93ac79e4b34babaa100597fb2c20c872363f374e92_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9-operator@sha256%3A34525a3c41776686c72d0c93ac79e4b34babaa100597fb2c20c872363f374e92?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774323566"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a675d9bf0f8b03dfbfe4ff1c994b79f1025a844dd75fd5bfff4329d642f271e7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a675d9bf0f8b03dfbfe4ff1c994b79f1025a844dd75fd5bfff4329d642f271e7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a675d9bf0f8b03dfbfe4ff1c994b79f1025a844dd75fd5bfff4329d642f271e7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-operator-admission-webhook-rhel9@sha256%3Aa675d9bf0f8b03dfbfe4ff1c994b79f1025a844dd75fd5bfff4329d642f271e7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774324565"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:5b20dd6e7f650ffaae8f5bbbc6198fad84f2917ab9a482df423b7bd153f883b4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:5b20dd6e7f650ffaae8f5bbbc6198fad84f2917ab9a482df423b7bd153f883b4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:5b20dd6e7f650ffaae8f5bbbc6198fad84f2917ab9a482df423b7bd153f883b4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-telemeter-rhel9@sha256%3A5b20dd6e7f650ffaae8f5bbbc6198fad84f2917ab9a482df423b7bd153f883b4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774323736"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:628acf2a2b41d5c4153f12c8c30ed607dd0d54a986214b8c057b8c7033679aca_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:628acf2a2b41d5c4153f12c8c30ed607dd0d54a986214b8c057b8c7033679aca_arm64",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:628acf2a2b41d5c4153f12c8c30ed607dd0d54a986214b8c057b8c7033679aca_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-thanos-rhel9@sha256%3A628acf2a2b41d5c4153f12c8c30ed607dd0d54a986214b8c057b8c7033679aca?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774321992"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:0177fcebb4c14747a27e7df34d85e6a2aa023639ba7bdc46ceefe2e03d9c973a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:0177fcebb4c14747a27e7df34d85e6a2aa023639ba7bdc46ceefe2e03d9c973a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:0177fcebb4c14747a27e7df34d85e6a2aa023639ba7bdc46ceefe2e03d9c973a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9@sha256%3A0177fcebb4c14747a27e7df34d85e6a2aa023639ba7bdc46ceefe2e03d9c973a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774297568"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:051b7a071f478879fafeb72cb9044f6b2cd18fa2c6483dc3c4c980a52d415d77_s390x",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:051b7a071f478879fafeb72cb9044f6b2cd18fa2c6483dc3c4c980a52d415d77_s390x",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:051b7a071f478879fafeb72cb9044f6b2cd18fa2c6483dc3c4c980a52d415d77_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-kms-encryption-provider-rhel9@sha256%3A051b7a071f478879fafeb72cb9044f6b2cd18fa2c6483dc3c4c980a52d415d77?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774326414"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:e0495d291012c2a231d6f886ea696e09dd60d8f40e6b2f60620b773d4c42a356_s390x",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:e0495d291012c2a231d6f886ea696e09dd60d8f40e6b2f60620b773d4c42a356_s390x",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:e0495d291012c2a231d6f886ea696e09dd60d8f40e6b2f60620b773d4c42a356_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-kms-encryption-provider-rhel9@sha256%3Ae0495d291012c2a231d6f886ea696e09dd60d8f40e6b2f60620b773d4c42a356?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774316221"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2fbaf29f4cb35d90c5f488cdb036a0065a057a1ede5a5bd549a0200512011179_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2fbaf29f4cb35d90c5f488cdb036a0065a057a1ede5a5bd549a0200512011179_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2fbaf29f4cb35d90c5f488cdb036a0065a057a1ede5a5bd549a0200512011179_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-machine-controllers-rhel9@sha256%3A2fbaf29f4cb35d90c5f488cdb036a0065a057a1ede5a5bd549a0200512011179?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774326154"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:be9a85aa855ce139b27b635afdda6a2dd2e13502887fdc8e0d86abd3b3b58580_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:be9a85aa855ce139b27b635afdda6a2dd2e13502887fdc8e0d86abd3b3b58580_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:be9a85aa855ce139b27b635afdda6a2dd2e13502887fdc8e0d86abd3b3b58580_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-runtimecfg-rhel9@sha256%3Abe9a85aa855ce139b27b635afdda6a2dd2e13502887fdc8e0d86abd3b3b58580?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774327953"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:72e3d4fad7e1771878239abe971e326405360657062ccc3b6b8cd489e3821e95_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:72e3d4fad7e1771878239abe971e326405360657062ccc3b6b8cd489e3821e95_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:72e3d4fad7e1771878239abe971e326405360657062ccc3b6b8cd489e3821e95_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-etcd-rhel9-operator@sha256%3A72e3d4fad7e1771878239abe971e326405360657062ccc3b6b8cd489e3821e95?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774316049"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:fe36acca99b3417f4f07d55a94985bd676ad8c58ca00e02cdae3e9b8deed1123_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:fe36acca99b3417f4f07d55a94985bd676ad8c58ca00e02cdae3e9b8deed1123_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:fe36acca99b3417f4f07d55a94985bd676ad8c58ca00e02cdae3e9b8deed1123_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-monitoring-rhel9-operator@sha256%3Afe36acca99b3417f4f07d55a94985bd676ad8c58ca00e02cdae3e9b8deed1123?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774324509"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b4391723a7cff5d2ad88faec42df8e04b7f260a485293e0d8e3bd71933c89751_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b4391723a7cff5d2ad88faec42df8e04b7f260a485293e0d8e3bd71933c89751_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b4391723a7cff5d2ad88faec42df8e04b7f260a485293e0d8e3bd71933c89751_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-network-rhel9-operator@sha256%3Ab4391723a7cff5d2ad88faec42df8e04b7f260a485293e0d8e3bd71933c89751?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774327978"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:19036226480cd192adc527b3f76787b61f651629ead8e60d56e525634a69f197_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:19036226480cd192adc527b3f76787b61f651629ead8e60d56e525634a69f197_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:19036226480cd192adc527b3f76787b61f651629ead8e60d56e525634a69f197_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-node-tuning-rhel9-operator@sha256%3A19036226480cd192adc527b3f76787b61f651629ead8e60d56e525634a69f197?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774404891"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:4aabff1812e36ca01b46324d4118c9f9bbfa5545dc3f1db6df5868c565566f73_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:4aabff1812e36ca01b46324d4118c9f9bbfa5545dc3f1db6df5868c565566f73_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:4aabff1812e36ca01b46324d4118c9f9bbfa5545dc3f1db6df5868c565566f73_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-policy-controller-rhel9@sha256%3A4aabff1812e36ca01b46324d4118c9f9bbfa5545dc3f1db6df5868c565566f73?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774326154"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1f7e578b252a8eb6be49252904042c549676d02e6a0518963af26b0d603e3a04_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1f7e578b252a8eb6be49252904042c549676d02e6a0518963af26b0d603e3a04_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1f7e578b252a8eb6be49252904042c549676d02e6a0518963af26b0d603e3a04_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-storage-rhel9-operator@sha256%3A1f7e578b252a8eb6be49252904042c549676d02e6a0518963af26b0d603e3a04?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774324647"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:28d6530d32ce5358215d0dd9d3097122367224a0b24e9be39b26ad9963aa46ab_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:28d6530d32ce5358215d0dd9d3097122367224a0b24e9be39b26ad9963aa46ab_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:28d6530d32ce5358215d0dd9d3097122367224a0b24e9be39b26ad9963aa46ab_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-version-rhel9-operator@sha256%3A28d6530d32ce5358215d0dd9d3097122367224a0b24e9be39b26ad9963aa46ab?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774324481"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:641c412f4f68b5057b4fe1e277086ccd8df79fd0f99c8982de64a6d0b6f5f6db_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:641c412f4f68b5057b4fe1e277086ccd8df79fd0f99c8982de64a6d0b6f5f6db_s390x",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:641c412f4f68b5057b4fe1e277086ccd8df79fd0f99c8982de64a6d0b6f5f6db_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-configmap-reloader-rhel9@sha256%3A641c412f4f68b5057b4fe1e277086ccd8df79fd0f99c8982de64a6d0b6f5f6db?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774324830"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:01e9215b7716e72604cb20070c22e90b3018cc8a3bb4c47ff24ad4de9e5f00dc_s390x",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:01e9215b7716e72604cb20070c22e90b3018cc8a3bb4c47ff24ad4de9e5f00dc_s390x",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:01e9215b7716e72604cb20070c22e90b3018cc8a3bb4c47ff24ad4de9e5f00dc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/container-networking-plugins-microshift-rhel9@sha256%3A01e9215b7716e72604cb20070c22e90b3018cc8a3bb4c47ff24ad4de9e5f00dc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774324085"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c10fec1af6366728c07a0daa6f2e6155a46947f846387d26a2a89777c09a9032_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c10fec1af6366728c07a0daa6f2e6155a46947f846387d26a2a89777c09a9032_s390x",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c10fec1af6366728c07a0daa6f2e6155a46947f846387d26a2a89777c09a9032_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-coredns-rhel9@sha256%3Ac10fec1af6366728c07a0daa6f2e6155a46947f846387d26a2a89777c09a9032?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774338792"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6f335e31477a687764688f382113421148510c6de56569e1e0975e63c6ea9f81_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6f335e31477a687764688f382113421148510c6de56569e1e0975e63c6ea9f81_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6f335e31477a687764688f382113421148510c6de56569e1e0975e63c6ea9f81_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-attacher-rhel9@sha256%3A6f335e31477a687764688f382113421148510c6de56569e1e0975e63c6ea9f81?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774324086"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:650af304f90eb7c13a01b0d1c75253ed6eb2e9205527675267cfe66a94a44c2f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:650af304f90eb7c13a01b0d1c75253ed6eb2e9205527675267cfe66a94a44c2f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:650af304f90eb7c13a01b0d1c75253ed6eb2e9205527675267cfe66a94a44c2f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-livenessprobe-rhel9@sha256%3A650af304f90eb7c13a01b0d1c75253ed6eb2e9205527675267cfe66a94a44c2f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774323350"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b037fd3c9213c9a3294fea19f52538f2ee73fa292ccd2f0570e6c7f68273799d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b037fd3c9213c9a3294fea19f52538f2ee73fa292ccd2f0570e6c7f68273799d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b037fd3c9213c9a3294fea19f52538f2ee73fa292ccd2f0570e6c7f68273799d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-node-driver-registrar-rhel9@sha256%3Ab037fd3c9213c9a3294fea19f52538f2ee73fa292ccd2f0570e6c7f68273799d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774327968"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6d0eae11780b86e59d90cc744390fbccd8b42d13bd540cb9292a30b19fb095eb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6d0eae11780b86e59d90cc744390fbccd8b42d13bd540cb9292a30b19fb095eb_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6d0eae11780b86e59d90cc744390fbccd8b42d13bd540cb9292a30b19fb095eb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-provisioner-rhel9@sha256%3A6d0eae11780b86e59d90cc744390fbccd8b42d13bd540cb9292a30b19fb095eb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774323518"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:27b92ef8394480cb9971777c224935403519a7d496ec52bddcc24821c9d088b0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:27b92ef8394480cb9971777c224935403519a7d496ec52bddcc24821c9d088b0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:27b92ef8394480cb9971777c224935403519a7d496ec52bddcc24821c9d088b0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-snapshot-validation-webhook-rhel9@sha256%3A27b92ef8394480cb9971777c224935403519a7d496ec52bddcc24821c9d088b0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774322709"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b077b4ca2e27e13b05c265c8acdf59c50dbd4a7a59b9d9dd4da4200a55a8e0e5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b077b4ca2e27e13b05c265c8acdf59c50dbd4a7a59b9d9dd4da4200a55a8e0e5_s390x",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b077b4ca2e27e13b05c265c8acdf59c50dbd4a7a59b9d9dd4da4200a55a8e0e5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/driver-toolkit-rhel9@sha256%3Ab077b4ca2e27e13b05c265c8acdf59c50dbd4a7a59b9d9dd4da4200a55a8e0e5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774342118"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ac50cdd09950ad634eb350219a31e2ea189f8281f00d52e92811e30e50e33c55_s390x",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ac50cdd09950ad634eb350219a31e2ea189f8281f00d52e92811e30e50e33c55_s390x",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ac50cdd09950ad634eb350219a31e2ea189f8281f00d52e92811e30e50e33c55_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/egress-router-cni-rhel9@sha256%3Aac50cdd09950ad634eb350219a31e2ea189f8281f00d52e92811e30e50e33c55?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774329189"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:ea7f364cacee07760b560247d9625eb907a5821854d8dee3c4ba189d6b10103f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:ea7f364cacee07760b560247d9625eb907a5821854d8dee3c4ba189d6b10103f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:ea7f364cacee07760b560247d9625eb907a5821854d8dee3c4ba189d6b10103f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-proxy-rhel9@sha256%3Aea7f364cacee07760b560247d9625eb907a5821854d8dee3c4ba189d6b10103f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774297647"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a3c96b546116624f8f2fbe220020c4f56b2b8d43b65a769f47752081d70f7b5a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a3c96b546116624f8f2fbe220020c4f56b2b8d43b65a769f47752081d70f7b5a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a3c96b546116624f8f2fbe220020c4f56b2b8d43b65a769f47752081d70f7b5a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-alertmanager-rhel9@sha256%3Aa3c96b546116624f8f2fbe220020c4f56b2b8d43b65a769f47752081d70f7b5a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774324855"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:4f46c1a04b18f55c1bc1914bed4691eec7e057696d73dc02a62a88fa70ed3f08_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:4f46c1a04b18f55c1bc1914bed4691eec7e057696d73dc02a62a88fa70ed3f08_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:4f46c1a04b18f55c1bc1914bed4691eec7e057696d73dc02a62a88fa70ed3f08_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-node-exporter-rhel9@sha256%3A4f46c1a04b18f55c1bc1914bed4691eec7e057696d73dc02a62a88fa70ed3f08?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774322283"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2fcc9ea828e2110729e6326d5faa4a33279ef0b5792ae24992ba1c8e07ac8ccc_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2fcc9ea828e2110729e6326d5faa4a33279ef0b5792ae24992ba1c8e07ac8ccc_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2fcc9ea828e2110729e6326d5faa4a33279ef0b5792ae24992ba1c8e07ac8ccc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9@sha256%3A2fcc9ea828e2110729e6326d5faa4a33279ef0b5792ae24992ba1c8e07ac8ccc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774327771"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e0907802be41dad3b8887b80e0e5acd6805d45d93d7b103fd8d6a45da5334329_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e0907802be41dad3b8887b80e0e5acd6805d45d93d7b103fd8d6a45da5334329_s390x",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e0907802be41dad3b8887b80e0e5acd6805d45d93d7b103fd8d6a45da5334329_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hypershift-rhel9@sha256%3Ae0907802be41dad3b8887b80e0e5acd6805d45d93d7b103fd8d6a45da5334329?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774327540"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a1fd59992a5e1a6471f82032bbb3bad43b6ced1857a0c6daa7af86c4fbe5546a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a1fd59992a5e1a6471f82032bbb3bad43b6ced1857a0c6daa7af86c4fbe5546a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a1fd59992a5e1a6471f82032bbb3bad43b6ced1857a0c6daa7af86c4fbe5546a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-proxy-rhel9@sha256%3Aa1fd59992a5e1a6471f82032bbb3bad43b6ced1857a0c6daa7af86c4fbe5546a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774326445"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:670bbfae8f8a7f7d6a86732795ab1186fa96742fcf821bba0c9d341dda66eff5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:670bbfae8f8a7f7d6a86732795ab1186fa96742fcf821bba0c9d341dda66eff5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:670bbfae8f8a7f7d6a86732795ab1186fa96742fcf821bba0c9d341dda66eff5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-rbac-proxy-rhel9@sha256%3A670bbfae8f8a7f7d6a86732795ab1186fa96742fcf821bba0c9d341dda66eff5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774324547"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c6767e49ad0dace3cba3b76cecbdb823d625ef4f26f72ddb9bbb6dd1ce26568f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c6767e49ad0dace3cba3b76cecbdb823d625ef4f26f72ddb9bbb6dd1ce26568f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c6767e49ad0dace3cba3b76cecbdb823d625ef4f26f72ddb9bbb6dd1ce26568f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-state-metrics-rhel9@sha256%3Ac6767e49ad0dace3cba3b76cecbdb823d625ef4f26f72ddb9bbb6dd1ce26568f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774324636"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:d8b4ee48cee2f8a4c35ff8523b1a6b2174cbfc0e353c873ec09b7e394bfd6ed8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:d8b4ee48cee2f8a4c35ff8523b1a6b2174cbfc0e353c873ec09b7e394bfd6ed8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:d8b4ee48cee2f8a4c35ff8523b1a6b2174cbfc0e353c873ec09b7e394bfd6ed8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-marketplace-rhel9@sha256%3Ad8b4ee48cee2f8a4c35ff8523b1a6b2174cbfc0e353c873ec09b7e394bfd6ed8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774328131"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a3f5114b88435d4289ab4db746cddde86c5349e122ddc7a9a6bedf8243061aa7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a3f5114b88435d4289ab4db746cddde86c5349e122ddc7a9a6bedf8243061aa7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a3f5114b88435d4289ab4db746cddde86c5349e122ddc7a9a6bedf8243061aa7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-monitoring-plugin-rhel9@sha256%3Aa3f5114b88435d4289ab4db746cddde86c5349e122ddc7a9a6bedf8243061aa7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774452649"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7503e162a225152b31b13cc8a5589dd7d2b2b58be528a7ef717d666d5fb812c7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7503e162a225152b31b13cc8a5589dd7d2b2b58be528a7ef717d666d5fb812c7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7503e162a225152b31b13cc8a5589dd7d2b2b58be528a7ef717d666d5fb812c7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-rhel9@sha256%3A7503e162a225152b31b13cc8a5589dd7d2b2b58be528a7ef717d666d5fb812c7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774328834"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a5e117242969e18575ca6288d45851bce04e1a33238f56e91cf7d6ddfde2b914_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a5e117242969e18575ca6288d45851bce04e1a33238f56e91cf7d6ddfde2b914_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a5e117242969e18575ca6288d45851bce04e1a33238f56e91cf7d6ddfde2b914_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-microshift-rhel9@sha256%3Aa5e117242969e18575ca6288d45851bce04e1a33238f56e91cf7d6ddfde2b914?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774324488"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a9c63e370596ba73519f84a292284b85112897df031bbc81d220e73862bf6e6e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a9c63e370596ba73519f84a292284b85112897df031bbc81d220e73862bf6e6e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a9c63e370596ba73519f84a292284b85112897df031bbc81d220e73862bf6e6e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-networkpolicy-rhel9@sha256%3Aa9c63e370596ba73519f84a292284b85112897df031bbc81d220e73862bf6e6e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774328968"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:665ef8e6b43dad423393ed7b0587b4674d6dde8d544f66d722424d9b245ece72_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:665ef8e6b43dad423393ed7b0587b4674d6dde8d544f66d722424d9b245ece72_s390x",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:665ef8e6b43dad423393ed7b0587b4674d6dde8d544f66d722424d9b245ece72_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-networking-console-plugin-rhel9@sha256%3A665ef8e6b43dad423393ed7b0587b4674d6dde8d544f66d722424d9b245ece72?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774452658"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:714659a80491cbfc00bdbda5fb4c4927b1ef8dcad41466a7c8923a8d63efd66f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:714659a80491cbfc00bdbda5fb4c4927b1ef8dcad41466a7c8923a8d63efd66f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:714659a80491cbfc00bdbda5fb4c4927b1ef8dcad41466a7c8923a8d63efd66f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-server-rhel9@sha256%3A714659a80491cbfc00bdbda5fb4c4927b1ef8dcad41466a7c8923a8d63efd66f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774315584"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:42b1d90a454d502b4a8d58b7889897a2204897713ff2f9a9dd845f067ed59620_s390x",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:42b1d90a454d502b4a8d58b7889897a2204897713ff2f9a9dd845f067ed59620_s390x",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:42b1d90a454d502b4a8d58b7889897a2204897713ff2f9a9dd845f067ed59620_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/oc-mirror-plugin-rhel9@sha256%3A42b1d90a454d502b4a8d58b7889897a2204897713ff2f9a9dd845f067ed59620?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774329319"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7d607ccd1e0f170b2cfe9d2a6a2081075cd52316ea590fdf20c7eace3b348bfd_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7d607ccd1e0f170b2cfe9d2a6a2081075cd52316ea590fdf20c7eace3b348bfd_s390x",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7d607ccd1e0f170b2cfe9d2a6a2081075cd52316ea590fdf20c7eace3b348bfd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-builder-rhel9@sha256%3A7d607ccd1e0f170b2cfe9d2a6a2081075cd52316ea590fdf20c7eace3b348bfd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774297902"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f7a9e076b63d519b09fd7b95367418f6af49e7f0140b314ba44e5b29757c1d43_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f7a9e076b63d519b09fd7b95367418f6af49e7f0140b314ba44e5b29757c1d43_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f7a9e076b63d519b09fd7b95367418f6af49e7f0140b314ba44e5b29757c1d43_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-rhel9@sha256%3Af7a9e076b63d519b09fd7b95367418f6af49e7f0140b314ba44e5b29757c1d43?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774327726"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:967e6af165f7a42c249c5d4feb3f887b72ff1b46596317388dba932110d5ed27_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:967e6af165f7a42c249c5d4feb3f887b72ff1b46596317388dba932110d5ed27_s390x",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:967e6af165f7a42c249c5d4feb3f887b72ff1b46596317388dba932110d5ed27_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9@sha256%3A967e6af165f7a42c249c5d4feb3f887b72ff1b46596317388dba932110d5ed27?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774452905"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0c641d7cc569225624d900f44ed85805934d5ca168a2c67ee2bb5a02da4db1ee_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0c641d7cc569225624d900f44ed85805934d5ca168a2c67ee2bb5a02da4db1ee_s390x",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0c641d7cc569225624d900f44ed85805934d5ca168a2c67ee2bb5a02da4db1ee_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9-operator@sha256%3A0c641d7cc569225624d900f44ed85805934d5ca168a2c67ee2bb5a02da4db1ee?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774367577"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:7513f7402077be92ff42f1956f37cea9e17edcbd0ce98509d8c5cb00f0fda793_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:7513f7402077be92ff42f1956f37cea9e17edcbd0ce98509d8c5cb00f0fda793_s390x",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:7513f7402077be92ff42f1956f37cea9e17edcbd0ce98509d8c5cb00f0fda793_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-deployer-rhel9@sha256%3A7513f7402077be92ff42f1956f37cea9e17edcbd0ce98509d8c5cb00f0fda793?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774340178"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:35ebc5195a624c44715be8d163d6982903e5ff2e7be80aa460bcfc1d5a4ccc75_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:35ebc5195a624c44715be8d163d6982903e5ff2e7be80aa460bcfc1d5a4ccc75_s390x",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:35ebc5195a624c44715be8d163d6982903e5ff2e7be80aa460bcfc1d5a4ccc75_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-haproxy-router-rhel9@sha256%3A35ebc5195a624c44715be8d163d6982903e5ff2e7be80aa460bcfc1d5a4ccc75?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774340269"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1221e6b06f4a2cd5a869cf0b7cfec48461ad9a9cc3ce0a4bab191fa94368546f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1221e6b06f4a2cd5a869cf0b7cfec48461ad9a9cc3ce0a4bab191fa94368546f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1221e6b06f4a2cd5a869cf0b7cfec48461ad9a9cc3ce0a4bab191fa94368546f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hyperkube-rhel9@sha256%3A1221e6b06f4a2cd5a869cf0b7cfec48461ad9a9cc3ce0a4bab191fa94368546f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774328901"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:530059cd82a547dcc66dbefd3e98306620cd6c9f5d5a3af81961bc15eaf07b61_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:530059cd82a547dcc66dbefd3e98306620cd6c9f5d5a3af81961bc15eaf07b61_s390x",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:530059cd82a547dcc66dbefd3e98306620cd6c9f5d5a3af81961bc15eaf07b61_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-keepalived-ipfailover-rhel9@sha256%3A530059cd82a547dcc66dbefd3e98306620cd6c9f5d5a3af81961bc15eaf07b61?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774321655"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:a3cf1530bd56cd378daec6a422621f14dfdb61db01bd9e8254f7c59a0d4ea1ba_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:a3cf1530bd56cd378daec6a422621f14dfdb61db01bd9e8254f7c59a0d4ea1ba_s390x",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:a3cf1530bd56cd378daec6a422621f14dfdb61db01bd9e8254f7c59a0d4ea1ba_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-pod-rhel9@sha256%3Aa3cf1530bd56cd378daec6a422621f14dfdb61db01bd9e8254f7c59a0d4ea1ba?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774327692"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:cafce4db5fd8f3f9c079c03346a8440a93c19c7ccadd796d0ad6ef66ada5ffd9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:cafce4db5fd8f3f9c079c03346a8440a93c19c7ccadd796d0ad6ef66ada5ffd9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:cafce4db5fd8f3f9c079c03346a8440a93c19c7ccadd796d0ad6ef66ada5ffd9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-registry-rhel9@sha256%3Acafce4db5fd8f3f9c079c03346a8440a93c19c7ccadd796d0ad6ef66ada5ffd9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774321987"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b1cb83f75f0aebf525f6c783a4c09cc061cf54319b2873ed73bfbe842b93f3cd_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b1cb83f75f0aebf525f6c783a4c09cc061cf54319b2873ed73bfbe842b93f3cd_s390x",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b1cb83f75f0aebf525f6c783a4c09cc061cf54319b2873ed73bfbe842b93f3cd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tests-rhel9@sha256%3Ab1cb83f75f0aebf525f6c783a4c09cc061cf54319b2873ed73bfbe842b93f3cd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774408420"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:07de7a2753be71c0e74c47e393627f882038786d70b2009484385dcbe05fd30f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:07de7a2753be71c0e74c47e393627f882038786d70b2009484385dcbe05fd30f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:07de7a2753be71c0e74c47e393627f882038786d70b2009484385dcbe05fd30f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-state-metrics-rhel9@sha256%3A07de7a2753be71c0e74c47e393627f882038786d70b2009484385dcbe05fd30f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774316444"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:22af173cafb30d1f19d234f2488c01bde8375d8b9f631916cfd68ff23027ce76_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:22af173cafb30d1f19d234f2488c01bde8375d8b9f631916cfd68ff23027ce76_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:22af173cafb30d1f19d234f2488c01bde8375d8b9f631916cfd68ff23027ce76_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cluster-api-controllers-rhel9@sha256%3A22af173cafb30d1f19d234f2488c01bde8375d8b9f631916cfd68ff23027ce76?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774327430"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:52681490b1b8f49f0e29afea167366ad0dc86610ae6d9eb5fc82478331777550_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:52681490b1b8f49f0e29afea167366ad0dc86610ae6d9eb5fc82478331777550_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:52681490b1b8f49f0e29afea167366ad0dc86610ae6d9eb5fc82478331777550_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-lifecycle-manager-rhel9@sha256%3A52681490b1b8f49f0e29afea167366ad0dc86610ae6d9eb5fc82478331777550?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774324665"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:2013de19ef16c2fefa1d6915dba0400b5d54f356234bce6978e41e7a0a318f82_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:2013de19ef16c2fefa1d6915dba0400b5d54f356234bce6978e41e7a0a318f82_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:2013de19ef16c2fefa1d6915dba0400b5d54f356234bce6978e41e7a0a318f82_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-registry-rhel9@sha256%3A2013de19ef16c2fefa1d6915dba0400b5d54f356234bce6978e41e7a0a318f82?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774323513"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:57e6d159ebef99b05aaee193cfe600b2a426696c4bbd20d00969c7d01e6bc25e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:57e6d159ebef99b05aaee193cfe600b2a426696c4bbd20d00969c7d01e6bc25e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:57e6d159ebef99b05aaee193cfe600b2a426696c4bbd20d00969c7d01e6bc25e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-api-server-rhel9@sha256%3A57e6d159ebef99b05aaee193cfe600b2a426696c4bbd20d00969c7d01e6bc25e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774322452"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e9e4e241c3311afcb48829362ac92b8d934453e958dbd5a52ec9bb95e578ee91_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e9e4e241c3311afcb48829362ac92b8d934453e958dbd5a52ec9bb95e578ee91_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e9e4e241c3311afcb48829362ac92b8d934453e958dbd5a52ec9bb95e578ee91_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-csr-approver-rhel9@sha256%3Ae9e4e241c3311afcb48829362ac92b8d934453e958dbd5a52ec9bb95e578ee91?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774322432"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a84d9083cac068aa79fb3b60dc709c81092d5fb42dfbb02cc720190310cf1af8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a84d9083cac068aa79fb3b60dc709c81092d5fb42dfbb02cc720190310cf1af8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a84d9083cac068aa79fb3b60dc709c81092d5fb42dfbb02cc720190310cf1af8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-node-agent-rhel9@sha256%3Aa84d9083cac068aa79fb3b60dc709c81092d5fb42dfbb02cc720190310cf1af8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774316342"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a5100bab6e8547e3b37daefdfbcc3f65ddfa4daab07a00bb0ae2c6a0fd6ae9bd_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a5100bab6e8547e3b37daefdfbcc3f65ddfa4daab07a00bb0ae2c6a0fd6ae9bd_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a5100bab6e8547e3b37daefdfbcc3f65ddfa4daab07a00bb0ae2c6a0fd6ae9bd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-orchestrator-rhel9@sha256%3Aa5100bab6e8547e3b37daefdfbcc3f65ddfa4daab07a00bb0ae2c6a0fd6ae9bd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774322813"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:26b16263fd2624cacf58280da821edabffece2f90dc6046726ff7cf7a65a62f8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:26b16263fd2624cacf58280da821edabffece2f90dc6046726ff7cf7a65a62f8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:26b16263fd2624cacf58280da821edabffece2f90dc6046726ff7cf7a65a62f8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-utils-rhel9@sha256%3A26b16263fd2624cacf58280da821edabffece2f90dc6046726ff7cf7a65a62f8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774328845"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:65823ce6289d3b08e6fb27c406c37092059785dc0dbc54456d2a96248aa422f7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:65823ce6289d3b08e6fb27c406c37092059785dc0dbc54456d2a96248aa422f7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:65823ce6289d3b08e6fb27c406c37092059785dc0dbc54456d2a96248aa422f7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-apiserver-network-proxy-rhel9@sha256%3A65823ce6289d3b08e6fb27c406c37092059785dc0dbc54456d2a96248aa422f7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774327425"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:32b707971b69da9f3ce622f2bc4b968d06ba626e853d184d062399798dd43098_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:32b707971b69da9f3ce622f2bc4b968d06ba626e853d184d062399798dd43098_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:32b707971b69da9f3ce622f2bc4b968d06ba626e853d184d062399798dd43098_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-installer-rhel9@sha256%3A32b707971b69da9f3ce622f2bc4b968d06ba626e853d184d062399798dd43098?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774341257"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:653a365aeb56d42582bd6cad4ffc117e63c3c167e0bae061bfb88b9d6ee2aff0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:653a365aeb56d42582bd6cad4ffc117e63c3c167e0bae061bfb88b9d6ee2aff0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:653a365aeb56d42582bd6cad4ffc117e63c3c167e0bae061bfb88b9d6ee2aff0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-rhel9-operator@sha256%3A653a365aeb56d42582bd6cad4ffc117e63c3c167e0bae061bfb88b9d6ee2aff0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774327369"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:c05fedf0b059cba3880e343765edd593a55421f164d6f3495d52da2c8ef30f30_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:c05fedf0b059cba3880e343765edd593a55421f164d6f3495d52da2c8ef30f30_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:c05fedf0b059cba3880e343765edd593a55421f164d6f3495d52da2c8ef30f30_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-artifacts-rhel9@sha256%3Ac05fedf0b059cba3880e343765edd593a55421f164d6f3495d52da2c8ef30f30?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774340076"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7697273b4804f02e27a176fac08c69c5d25ca171a9f7315801654f8f8bfae554_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7697273b4804f02e27a176fac08c69c5d25ca171a9f7315801654f8f8bfae554_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7697273b4804f02e27a176fac08c69c5d25ca171a9f7315801654f8f8bfae554_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cloud-credential-rhel9-operator@sha256%3A7697273b4804f02e27a176fac08c69c5d25ca171a9f7315801654f8f8bfae554?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774329264"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:ea4b1b706d596b1f85b08b21e0a1b63a31475e4addd288d6f0d0e94028c9980b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:ea4b1b706d596b1f85b08b21e0a1b63a31475e4addd288d6f0d0e94028c9980b_s390x",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:ea4b1b706d596b1f85b08b21e0a1b63a31475e4addd288d6f0d0e94028c9980b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/cloud-network-config-controller-rhel9@sha256%3Aea4b1b706d596b1f85b08b21e0a1b63a31475e4addd288d6f0d0e94028c9980b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774323033"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:d613f403b3693280059ca739a7d4ee2c1017aa7cc52626d763a36e92a5b049de_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:d613f403b3693280059ca739a7d4ee2c1017aa7cc52626d763a36e92a5b049de_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:d613f403b3693280059ca739a7d4ee2c1017aa7cc52626d763a36e92a5b049de_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-api-rhel9@sha256%3Ad613f403b3693280059ca739a7d4ee2c1017aa7cc52626d763a36e92a5b049de?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774316432"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:55148020244c9be13de9ede8ab9332ef59b5f57685925d757f86a0a5e7ca6d41_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:55148020244c9be13de9ede8ab9332ef59b5f57685925d757f86a0a5e7ca6d41_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:55148020244c9be13de9ede8ab9332ef59b5f57685925d757f86a0a5e7ca6d41_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-authentication-rhel9-operator@sha256%3A55148020244c9be13de9ede8ab9332ef59b5f57685925d757f86a0a5e7ca6d41?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774316038"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5c9a3f56c3bad6e25bce86053d801d4c763e01506bdc55983904fe5552550b81_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5c9a3f56c3bad6e25bce86053d801d4c763e01506bdc55983904fe5552550b81_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5c9a3f56c3bad6e25bce86053d801d4c763e01506bdc55983904fe5552550b81_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9-operator@sha256%3A5c9a3f56c3bad6e25bce86053d801d4c763e01506bdc55983904fe5552550b81?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774328676"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a3aed0fde6e6439ef61b522ffe76946a76ec7b7e05d62631febd2981303a1b50_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a3aed0fde6e6439ef61b522ffe76946a76ec7b7e05d62631febd2981303a1b50_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a3aed0fde6e6439ef61b522ffe76946a76ec7b7e05d62631febd2981303a1b50_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-baremetal-operator-rhel9@sha256%3Aa3aed0fde6e6439ef61b522ffe76946a76ec7b7e05d62631febd2981303a1b50?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774323749"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:aa60bc8b5f28c36bc293262ba449d0a9ef3ab198be0c55957cbf125b32dad600_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:aa60bc8b5f28c36bc293262ba449d0a9ef3ab198be0c55957cbf125b32dad600_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:aa60bc8b5f28c36bc293262ba449d0a9ef3ab198be0c55957cbf125b32dad600_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-bootstrap-rhel9@sha256%3Aaa60bc8b5f28c36bc293262ba449d0a9ef3ab198be0c55957cbf125b32dad600?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774328876"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:b26b16c7301095cddc5b1a6e821d4d6866a61dfd5dc241f3bbbdb8bf131557e0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:b26b16c7301095cddc5b1a6e821d4d6866a61dfd5dc241f3bbbdb8bf131557e0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:b26b16c7301095cddc5b1a6e821d4d6866a61dfd5dc241f3bbbdb8bf131557e0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capi-rhel9-operator@sha256%3Ab26b16c7301095cddc5b1a6e821d4d6866a61dfd5dc241f3bbbdb8bf131557e0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774326466"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:864c2c90f45829b971fed76e449a055486ab7a0abfe73cb5b9c2deaf9393f6d1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:864c2c90f45829b971fed76e449a055486ab7a0abfe73cb5b9c2deaf9393f6d1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:864c2c90f45829b971fed76e449a055486ab7a0abfe73cb5b9c2deaf9393f6d1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3A864c2c90f45829b971fed76e449a055486ab7a0abfe73cb5b9c2deaf9393f6d1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774326385"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5b9d3efe712019e598015edd0e8335cd1bd3dfd5e32f6ad6ecc7e5f071706c0d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5b9d3efe712019e598015edd0e8335cd1bd3dfd5e32f6ad6ecc7e5f071706c0d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5b9d3efe712019e598015edd0e8335cd1bd3dfd5e32f6ad6ecc7e5f071706c0d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-api-rhel9@sha256%3A5b9d3efe712019e598015edd0e8335cd1bd3dfd5e32f6ad6ecc7e5f071706c0d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774324170"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:30eec5ed1deab4367faedfe27910bf03da00f9fbdc67614d410f77e6e6d4f900_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:30eec5ed1deab4367faedfe27910bf03da00f9fbdc67614d410f77e6e6d4f900_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:30eec5ed1deab4367faedfe27910bf03da00f9fbdc67614d410f77e6e6d4f900_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-rhel9-operator@sha256%3A30eec5ed1deab4367faedfe27910bf03da00f9fbdc67614d410f77e6e6d4f900?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774325052"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:42192f80c641889c32d250b2a15fbecdb70b13821bf282b1cf12f2abc361e59c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:42192f80c641889c32d250b2a15fbecdb70b13821bf282b1cf12f2abc361e59c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:42192f80c641889c32d250b2a15fbecdb70b13821bf282b1cf12f2abc361e59c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3A42192f80c641889c32d250b2a15fbecdb70b13821bf282b1cf12f2abc361e59c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774327601"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5467fdeb0e0c06a8273099190451b4aa9d670264c8799a1f3f490015a01dc6e9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5467fdeb0e0c06a8273099190451b4aa9d670264c8799a1f3f490015a01dc6e9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5467fdeb0e0c06a8273099190451b4aa9d670264c8799a1f3f490015a01dc6e9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3A5467fdeb0e0c06a8273099190451b4aa9d670264c8799a1f3f490015a01dc6e9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774327738"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e0a276c78ac7a1cc3187ba91b3447570cf17b1163843cfc52d5189c5a7be42eb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e0a276c78ac7a1cc3187ba91b3447570cf17b1163843cfc52d5189c5a7be42eb_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e0a276c78ac7a1cc3187ba91b3447570cf17b1163843cfc52d5189c5a7be42eb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-dns-rhel9-operator@sha256%3Ae0a276c78ac7a1cc3187ba91b3447570cf17b1163843cfc52d5189c5a7be42eb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774315992"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e0dc58f00104b4e0c207e71268512c681c2fa56fb9cfb2d8f1d7351e15fc99aa_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e0dc58f00104b4e0c207e71268512c681c2fa56fb9cfb2d8f1d7351e15fc99aa_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e0dc58f00104b4e0c207e71268512c681c2fa56fb9cfb2d8f1d7351e15fc99aa_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-image-registry-rhel9-operator@sha256%3Ae0dc58f00104b4e0c207e71268512c681c2fa56fb9cfb2d8f1d7351e15fc99aa?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774324089"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:1ce5feefefe9c294d226e236c44b40799bb56b232eb14ecdfcb5738dd5032de3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:1ce5feefefe9c294d226e236c44b40799bb56b232eb14ecdfcb5738dd5032de3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:1ce5feefefe9c294d226e236c44b40799bb56b232eb14ecdfcb5738dd5032de3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-ingress-rhel9-operator@sha256%3A1ce5feefefe9c294d226e236c44b40799bb56b232eb14ecdfcb5738dd5032de3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774322986"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7e473acc672efd514176277880b50f43420aaee331afe004481135bacb15a312_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7e473acc672efd514176277880b50f43420aaee331afe004481135bacb15a312_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7e473acc672efd514176277880b50f43420aaee331afe004481135bacb15a312_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-apiserver-rhel9-operator@sha256%3A7e473acc672efd514176277880b50f43420aaee331afe004481135bacb15a312?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774323500"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:638eef31efee3ea27da6753ee33a2de792929795b28ebee820914964ab34b0bd_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:638eef31efee3ea27da6753ee33a2de792929795b28ebee820914964ab34b0bd_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:638eef31efee3ea27da6753ee33a2de792929795b28ebee820914964ab34b0bd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3A638eef31efee3ea27da6753ee33a2de792929795b28ebee820914964ab34b0bd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774323789"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ddd6cc904b4b2aefb2ef1229b4259faeeaac569305be4b6195752abd13a733b8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ddd6cc904b4b2aefb2ef1229b4259faeeaac569305be4b6195752abd13a733b8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ddd6cc904b4b2aefb2ef1229b4259faeeaac569305be4b6195752abd13a733b8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3Addd6cc904b4b2aefb2ef1229b4259faeeaac569305be4b6195752abd13a733b8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774316237"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:91aa51164ab93bb710a13eb682c3c6c094b7f1bb9f05bfe78ec60e3d96f0185a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:91aa51164ab93bb710a13eb682c3c6c094b7f1bb9f05bfe78ec60e3d96f0185a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:91aa51164ab93bb710a13eb682c3c6c094b7f1bb9f05bfe78ec60e3d96f0185a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-scheduler-rhel9-operator@sha256%3A91aa51164ab93bb710a13eb682c3c6c094b7f1bb9f05bfe78ec60e3d96f0185a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774323365"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5046998d55b2427d374c352c71c6d315bcdcdc3dcc7cfe4a6a78a66d311e3d71_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5046998d55b2427d374c352c71c6d315bcdcdc3dcc7cfe4a6a78a66d311e3d71_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5046998d55b2427d374c352c71c6d315bcdcdc3dcc7cfe4a6a78a66d311e3d71_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3A5046998d55b2427d374c352c71c6d315bcdcdc3dcc7cfe4a6a78a66d311e3d71?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774323160"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:5d61e93fe664552b6d28286f15b8d2646170f02089fb28c0bc4a75cff86e3bcb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:5d61e93fe664552b6d28286f15b8d2646170f02089fb28c0bc4a75cff86e3bcb_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:5d61e93fe664552b6d28286f15b8d2646170f02089fb28c0bc4a75cff86e3bcb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-machine-approver-rhel9@sha256%3A5d61e93fe664552b6d28286f15b8d2646170f02089fb28c0bc4a75cff86e3bcb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774328777"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:1b3cb429f7612ba20ef98bb85d19c1aeba3e74a4028fca975c6484dfb5eabdcc_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:1b3cb429f7612ba20ef98bb85d19c1aeba3e74a4028fca975c6484dfb5eabdcc_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:1b3cb429f7612ba20ef98bb85d19c1aeba3e74a4028fca975c6484dfb5eabdcc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-olm-rhel9-operator@sha256%3A1b3cb429f7612ba20ef98bb85d19c1aeba3e74a4028fca975c6484dfb5eabdcc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774327487"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9e0db475cc0ae822862bc46979cbab96b92cfccebcbd22811337980f63129d8a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9e0db475cc0ae822862bc46979cbab96b92cfccebcbd22811337980f63129d8a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9e0db475cc0ae822862bc46979cbab96b92cfccebcbd22811337980f63129d8a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3A9e0db475cc0ae822862bc46979cbab96b92cfccebcbd22811337980f63129d8a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774323659"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:9e5e3ea7007beaac8a3a292fbe2c93f6d75691fa854f284450b964d2ef9e84ed_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:9e5e3ea7007beaac8a3a292fbe2c93f6d75691fa854f284450b964d2ef9e84ed_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:9e5e3ea7007beaac8a3a292fbe2c93f6d75691fa854f284450b964d2ef9e84ed_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3A9e5e3ea7007beaac8a3a292fbe2c93f6d75691fa854f284450b964d2ef9e84ed?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774327371"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:7f38af8cc7313afde41e3790c8588a65545ab1e4fd56b8fd83c44b60efb302af_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:7f38af8cc7313afde41e3790c8588a65545ab1e4fd56b8fd83c44b60efb302af_s390x",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:7f38af8cc7313afde41e3790c8588a65545ab1e4fd56b8fd83c44b60efb302af_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9-operator@sha256%3A7f38af8cc7313afde41e3790c8588a65545ab1e4fd56b8fd83c44b60efb302af?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774323568"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:c15757b0281507cfee9c86c6a9453c571ada915b9073168ff1a43987a0c89ee4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:c15757b0281507cfee9c86c6a9453c571ada915b9073168ff1a43987a0c89ee4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:c15757b0281507cfee9c86c6a9453c571ada915b9073168ff1a43987a0c89ee4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-samples-rhel9-operator@sha256%3Ac15757b0281507cfee9c86c6a9453c571ada915b9073168ff1a43987a0c89ee4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774297719"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:f67a6e2f10b6f2d007254202bc2612be19aebb0b837b30f30d915f3a7d1683f7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:f67a6e2f10b6f2d007254202bc2612be19aebb0b837b30f30d915f3a7d1683f7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:f67a6e2f10b6f2d007254202bc2612be19aebb0b837b30f30d915f3a7d1683f7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-update-keys-rhel9@sha256%3Af67a6e2f10b6f2d007254202bc2612be19aebb0b837b30f30d915f3a7d1683f7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774321637"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:52466c176afa92ca627c169f9221e8ae7d160af7a2746cd9cb4a0a3e64817e45_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:52466c176afa92ca627c169f9221e8ae7d160af7a2746cd9cb4a0a3e64817e45_s390x",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:52466c176afa92ca627c169f9221e8ae7d160af7a2746cd9cb4a0a3e64817e45_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-container-networking-plugins-rhel9@sha256%3A52466c176afa92ca627c169f9221e8ae7d160af7a2746cd9cb4a0a3e64817e45?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774329753"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:331dcdcc9e74cc8da63ba586ec7ffdce89bbe207b762622d8dc3db7253890cc9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:331dcdcc9e74cc8da63ba586ec7ffdce89bbe207b762622d8dc3db7253890cc9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:331dcdcc9e74cc8da63ba586ec7ffdce89bbe207b762622d8dc3db7253890cc9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-shared-resource-rhel9@sha256%3A331dcdcc9e74cc8da63ba586ec7ffdce89bbe207b762622d8dc3db7253890cc9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774323158"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:a80c47da0a776c92ef3b38f7997876996e6b46b431e86d82303236ba2a1fb5ed_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:a80c47da0a776c92ef3b38f7997876996e6b46b431e86d82303236ba2a1fb5ed_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:a80c47da0a776c92ef3b38f7997876996e6b46b431e86d82303236ba2a1fb5ed_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-shared-resource-rhel9-operator@sha256%3Aa80c47da0a776c92ef3b38f7997876996e6b46b431e86d82303236ba2a1fb5ed?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774315544"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:77c676faf2ee63b2c5d8aa307fcea6fea990fab420d38c1cd4abdd182c30356e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:77c676faf2ee63b2c5d8aa307fcea6fea990fab420d38c1cd4abdd182c30356e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:77c676faf2ee63b2c5d8aa307fcea6fea990fab420d38c1cd4abdd182c30356e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-shared-resource-webhook-rhel9@sha256%3A77c676faf2ee63b2c5d8aa307fcea6fea990fab420d38c1cd4abdd182c30356e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774315584"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:6837ff55eb1efc95ef5b3323bfa63c069029503833b6ccecebe450cd2c054ada_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:6837ff55eb1efc95ef5b3323bfa63c069029503833b6ccecebe450cd2c054ada_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:6837ff55eb1efc95ef5b3323bfa63c069029503833b6ccecebe450cd2c054ada_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-resizer-rhel9@sha256%3A6837ff55eb1efc95ef5b3323bfa63c069029503833b6ccecebe450cd2c054ada?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774315985"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1f119240417462c4d8ea21f350fb93734bf41b562b53bd45997cb55b2ed6bc20_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1f119240417462c4d8ea21f350fb93734bf41b562b53bd45997cb55b2ed6bc20_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1f119240417462c4d8ea21f350fb93734bf41b562b53bd45997cb55b2ed6bc20_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshotter-rhel9@sha256%3A1f119240417462c4d8ea21f350fb93734bf41b562b53bd45997cb55b2ed6bc20?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774328808"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:1138bb4a1e02331f81286a5130f931b99fc5da9812426928711290faa47986b3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:1138bb4a1e02331f81286a5130f931b99fc5da9812426928711290faa47986b3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:1138bb4a1e02331f81286a5130f931b99fc5da9812426928711290faa47986b3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-snapshot-controller-rhel9@sha256%3A1138bb4a1e02331f81286a5130f931b99fc5da9812426928711290faa47986b3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774315544"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:04692d8b0c4278fe31b9a4c46d02133271e129f2e7bb6e0ded4dd404cf130cc2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:04692d8b0c4278fe31b9a4c46d02133271e129f2e7bb6e0ded4dd404cf130cc2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:04692d8b0c4278fe31b9a4c46d02133271e129f2e7bb6e0ded4dd404cf130cc2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-etcd-rhel9@sha256%3A04692d8b0c4278fe31b9a4c46d02133271e129f2e7bb6e0ded4dd404cf130cc2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774324772"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:66e8ff25c5e4a6c5bc3c4d59d8c5ab4a4bf1c04cf93936fa1ef44582d372ef23_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:66e8ff25c5e4a6c5bc3c4d59d8c5ab4a4bf1c04cf93936fa1ef44582d372ef23_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:66e8ff25c5e4a6c5bc3c4d59d8c5ab4a4bf1c04cf93936fa1ef44582d372ef23_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-cloud-controller-manager-rhel9@sha256%3A66e8ff25c5e4a6c5bc3c4d59d8c5ab4a4bf1c04cf93936fa1ef44582d372ef23?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774323450"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:96e77ade5cf30676ffdbe4139982340a0c7598e11f1d432f17a4c80d7bf0ad86_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:96e77ade5cf30676ffdbe4139982340a0c7598e11f1d432f17a4c80d7bf0ad86_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:96e77ade5cf30676ffdbe4139982340a0c7598e11f1d432f17a4c80d7bf0ad86_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-vpc-block-csi-driver-rhel9@sha256%3A96e77ade5cf30676ffdbe4139982340a0c7598e11f1d432f17a4c80d7bf0ad86?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774323306"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:e2a2a23dc15304233aa251543ad5d0764461b33f04758f196fe87e8be14b5e6f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:e2a2a23dc15304233aa251543ad5d0764461b33f04758f196fe87e8be14b5e6f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:e2a2a23dc15304233aa251543ad5d0764461b33f04758f196fe87e8be14b5e6f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256%3Ae2a2a23dc15304233aa251543ad5d0764461b33f04758f196fe87e8be14b5e6f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774322597"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:4ebe7b31281f57b51820e3f8797706fb0cc9711ff7c0c429d3cc62cc675ae911_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:4ebe7b31281f57b51820e3f8797706fb0cc9711ff7c0c429d3cc62cc675ae911_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:4ebe7b31281f57b51820e3f8797706fb0cc9711ff7c0c429d3cc62cc675ae911_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3A4ebe7b31281f57b51820e3f8797706fb0cc9711ff7c0c429d3cc62cc675ae911?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774315607"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:2222d8bd0d49413ddbb5ce815e9ffcd72931da48a408c16c6592394787766d0e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:2222d8bd0d49413ddbb5ce815e9ffcd72931da48a408c16c6592394787766d0e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:2222d8bd0d49413ddbb5ce815e9ffcd72931da48a408c16c6592394787766d0e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibmcloud-machine-controllers-rhel9@sha256%3A2222d8bd0d49413ddbb5ce815e9ffcd72931da48a408c16c6592394787766d0e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774327477"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:66c98117263e3600c6047acede32fd070e120642df0387d8dae0ac3ef6c6b6d5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:66c98117263e3600c6047acede32fd070e120642df0387d8dae0ac3ef6c6b6d5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:66c98117263e3600c6047acede32fd070e120642df0387d8dae0ac3ef6c6b6d5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-insights-rhel9-operator@sha256%3A66c98117263e3600c6047acede32fd070e120642df0387d8dae0ac3ef6c6b6d5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774327682"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:19e531349169f9a476ce6ed0a21b2bc5c1b8c357fc4c006667a006ce3792ef00_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:19e531349169f9a476ce6ed0a21b2bc5c1b8c357fc4c006667a006ce3792ef00_s390x",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:19e531349169f9a476ce6ed0a21b2bc5c1b8c357fc4c006667a006ce3792ef00_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-rhel9@sha256%3A19e531349169f9a476ce6ed0a21b2bc5c1b8c357fc4c006667a006ce3792ef00?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774349510"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:91ecb22bec85293b669875c91f22a51efc9cb371640faba3044868f87585b7f4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:91ecb22bec85293b669875c91f22a51efc9cb371640faba3044868f87585b7f4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:91ecb22bec85293b669875c91f22a51efc9cb371640faba3044868f87585b7f4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-altinfra-rhel9@sha256%3A91ecb22bec85293b669875c91f22a51efc9cb371640faba3044868f87585b7f4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774349579"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:c3d7a8e8d3f2f18eb4067557f7b0f08637fb092656a673baf2073f1e1c58797c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:c3d7a8e8d3f2f18eb4067557f7b0f08637fb092656a673baf2073f1e1c58797c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:c3d7a8e8d3f2f18eb4067557f7b0f08637fb092656a673baf2073f1e1c58797c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-artifacts-rhel9@sha256%3Ac3d7a8e8d3f2f18eb4067557f7b0f08637fb092656a673baf2073f1e1c58797c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774349545"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:aef6e7b6ca3416d8e360bca6cd6c7fe54b883b97e1e3b86c775ca55e76523784_s390x",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:aef6e7b6ca3416d8e360bca6cd6c7fe54b883b97e1e3b86c775ca55e76523784_s390x",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:aef6e7b6ca3416d8e360bca6cd6c7fe54b883b97e1e3b86c775ca55e76523784_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kube-metrics-server-rhel9@sha256%3Aaef6e7b6ca3416d8e360bca6cd6c7fe54b883b97e1e3b86c775ca55e76523784?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774324364"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:67058e5388cc7b459c18989396c864607466385cbe54053f58373167a09e0f8a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:67058e5388cc7b459c18989396c864607466385cbe54053f58373167a09e0f8a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:67058e5388cc7b459c18989396c864607466385cbe54053f58373167a09e0f8a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-storage-version-migrator-rhel9@sha256%3A67058e5388cc7b459c18989396c864607466385cbe54053f58373167a09e0f8a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774323909"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3c0ec9152f6c713a38ee73e20ec93bfaac18af2adf9a58ca1b339e9b541932f1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3c0ec9152f6c713a38ee73e20ec93bfaac18af2adf9a58ca1b339e9b541932f1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3c0ec9152f6c713a38ee73e20ec93bfaac18af2adf9a58ca1b339e9b541932f1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3A3c0ec9152f6c713a38ee73e20ec93bfaac18af2adf9a58ca1b339e9b541932f1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774326160"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e3ce69e4555552bc0ca2294f3ae28a485e60d8a8babdf0a81f2b7ff15c41a3f5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e3ce69e4555552bc0ca2294f3ae28a485e60d8a8babdf0a81f2b7ff15c41a3f5_s390x",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e3ce69e4555552bc0ca2294f3ae28a485e60d8a8babdf0a81f2b7ff15c41a3f5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubevirt-csi-driver-rhel9@sha256%3Ae3ce69e4555552bc0ca2294f3ae28a485e60d8a8babdf0a81f2b7ff15c41a3f5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774328075"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:0aacca87a77e995033d79fe50d84d3f787e7bf47360f3edcff7e132f27d9b9af_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:0aacca87a77e995033d79fe50d84d3f787e7bf47360f3edcff7e132f27d9b9af_s390x",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:0aacca87a77e995033d79fe50d84d3f787e7bf47360f3edcff7e132f27d9b9af_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-libvirt-machine-controllers-rhel9@sha256%3A0aacca87a77e995033d79fe50d84d3f787e7bf47360f3edcff7e132f27d9b9af?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774440722"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:ae4d73e42dd30385dd9828808aeb17b2438ec79479b6c1bc8c4972ca223595b5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:ae4d73e42dd30385dd9828808aeb17b2438ec79479b6c1bc8c4972ca223595b5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:ae4d73e42dd30385dd9828808aeb17b2438ec79479b6c1bc8c4972ca223595b5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-rhel9-operator@sha256%3Aae4d73e42dd30385dd9828808aeb17b2438ec79479b6c1bc8c4972ca223595b5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774327436"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a85253948f28b34e4efe0296277fd4e636d2b66c7096ab8269b1695e8f297567_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a85253948f28b34e4efe0296277fd4e636d2b66c7096ab8269b1695e8f297567_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a85253948f28b34e4efe0296277fd4e636d2b66c7096ab8269b1695e8f297567_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-openstack-rhel9@sha256%3Aa85253948f28b34e4efe0296277fd4e636d2b66c7096ab8269b1695e8f297567?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774404793"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ef5bb63f2462316580a37f706ee6e4d08d4f7ebedbe315c88014cbf8da8d990a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ef5bb63f2462316580a37f706ee6e4d08d4f7ebedbe315c88014cbf8da8d990a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ef5bb63f2462316580a37f706ee6e4d08d4f7ebedbe315c88014cbf8da8d990a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-config-rhel9-operator@sha256%3Aef5bb63f2462316580a37f706ee6e4d08d4f7ebedbe315c88014cbf8da8d990a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774329337"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:3953bba8a0e193949da3686b8ae403b386d039e69e745adb32ef9a458ce86d4a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:3953bba8a0e193949da3686b8ae403b386d039e69e745adb32ef9a458ce86d4a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:3953bba8a0e193949da3686b8ae403b386d039e69e745adb32ef9a458ce86d4a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-os-images-rhel9@sha256%3A3953bba8a0e193949da3686b8ae403b386d039e69e745adb32ef9a458ce86d4a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774358390"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:44f10762c94b229c4f291c8fda5dce4875e5c52fb47c084e8f0306e585ad183c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:44f10762c94b229c4f291c8fda5dce4875e5c52fb47c084e8f0306e585ad183c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:44f10762c94b229c4f291c8fda5dce4875e5c52fb47c084e8f0306e585ad183c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-admission-controller-rhel9@sha256%3A44f10762c94b229c4f291c8fda5dce4875e5c52fb47c084e8f0306e585ad183c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774315760"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:134bf1eb95ac163465096cf1a0a6ebbc564aa528fa0aedfea3c6f6e94eb52cd2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:134bf1eb95ac163465096cf1a0a6ebbc564aa528fa0aedfea3c6f6e94eb52cd2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:134bf1eb95ac163465096cf1a0a6ebbc564aa528fa0aedfea3c6f6e94eb52cd2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-route-override-cni-rhel9@sha256%3A134bf1eb95ac163465096cf1a0a6ebbc564aa528fa0aedfea3c6f6e94eb52cd2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774329036"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fde4e67273baeb81dff439a6d7a2ad894d891c23bc5c55d7e05ea466c00cad05_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fde4e67273baeb81dff439a6d7a2ad894d891c23bc5c55d7e05ea466c00cad05_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fde4e67273baeb81dff439a6d7a2ad894d891c23bc5c55d7e05ea466c00cad05_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3Afde4e67273baeb81dff439a6d7a2ad894d891c23bc5c55d7e05ea466c00cad05?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774329097"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b98f1102a8f483df5e9495aaf35b2f8489c9b496bb0f25a028c86dabcf59ea5d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b98f1102a8f483df5e9495aaf35b2f8489c9b496bb0f25a028c86dabcf59ea5d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b98f1102a8f483df5e9495aaf35b2f8489c9b496bb0f25a028c86dabcf59ea5d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-must-gather-rhel9@sha256%3Ab98f1102a8f483df5e9495aaf35b2f8489c9b496bb0f25a028c86dabcf59ea5d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774340188"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:8c7a0d8ce53c2dc1c5f4e8bfb8c7a6b861a1b498c80d01d0497be7440ef1bfb1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:8c7a0d8ce53c2dc1c5f4e8bfb8c7a6b861a1b498c80d01d0497be7440ef1bfb1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:8c7a0d8ce53c2dc1c5f4e8bfb8c7a6b861a1b498c80d01d0497be7440ef1bfb1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-interface-bond-cni-rhel9@sha256%3A8c7a0d8ce53c2dc1c5f4e8bfb8c7a6b861a1b498c80d01d0497be7440ef1bfb1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774343616"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:a04386b642a39795682299b81f714092ad6a6b0ede0794e738007a2de5eca328_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:a04386b642a39795682299b81f714092ad6a6b0ede0794e738007a2de5eca328_s390x",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:a04386b642a39795682299b81f714092ad6a6b0ede0794e738007a2de5eca328_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-metrics-daemon-rhel9@sha256%3Aa04386b642a39795682299b81f714092ad6a6b0ede0794e738007a2de5eca328?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774327446"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:5a51ba21c1feddf2638c7af98299e78c5d327a63ae6f5a596473dea0c4bf180e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:5a51ba21c1feddf2638c7af98299e78c5d327a63ae6f5a596473dea0c4bf180e_s390x",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:5a51ba21c1feddf2638c7af98299e78c5d327a63ae6f5a596473dea0c4bf180e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/network-tools-rhel9@sha256%3A5a51ba21c1feddf2638c7af98299e78c5d327a63ae6f5a596473dea0c4bf180e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774408256"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:6f46b8aa4521566326b477259fb2d0523b90dfff44e91cf07894d4f1523ba04e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:6f46b8aa4521566326b477259fb2d0523b90dfff44e91cf07894d4f1523ba04e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:6f46b8aa4521566326b477259fb2d0523b90dfff44e91cf07894d4f1523ba04e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-apiserver-rhel9@sha256%3A6f46b8aa4521566326b477259fb2d0523b90dfff44e91cf07894d4f1523ba04e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774326416"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:7834041f1a7e19a3beb0dfe4358f0e1c05b98433f38a36085dfc59cf864a740a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:7834041f1a7e19a3beb0dfe4358f0e1c05b98433f38a36085dfc59cf864a740a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:7834041f1a7e19a3beb0dfe4358f0e1c05b98433f38a36085dfc59cf864a740a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-catalogd-rhel9@sha256%3A7834041f1a7e19a3beb0dfe4358f0e1c05b98433f38a36085dfc59cf864a740a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774327735"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:d18f704dc037ccf94b6b20e4b1c047ada3a84622a999dd60e25290cc122659f9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:d18f704dc037ccf94b6b20e4b1c047ada3a84622a999dd60e25290cc122659f9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:d18f704dc037ccf94b6b20e4b1c047ada3a84622a999dd60e25290cc122659f9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-operator-controller-rhel9@sha256%3Ad18f704dc037ccf94b6b20e4b1c047ada3a84622a999dd60e25290cc122659f9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774324727"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:1fb1b000ba95983e486ab9affcb1d778675d31a5b48fb078c3248b4710f92c4f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:1fb1b000ba95983e486ab9affcb1d778675d31a5b48fb078c3248b4710f92c4f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:1fb1b000ba95983e486ab9affcb1d778675d31a5b48fb078c3248b4710f92c4f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-rukpak-rhel9@sha256%3A1fb1b000ba95983e486ab9affcb1d778675d31a5b48fb078c3248b4710f92c4f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774324364"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:dbfbbb985df7ac442e7a227b30db1bbf425abce2b465d98cf1004ae8d7b592c8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:dbfbbb985df7ac442e7a227b30db1bbf425abce2b465d98cf1004ae8d7b592c8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:dbfbbb985df7ac442e7a227b30db1bbf425abce2b465d98cf1004ae8d7b592c8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-apiserver-rhel9@sha256%3Adbfbbb985df7ac442e7a227b30db1bbf425abce2b465d98cf1004ae8d7b592c8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774323789"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2c87dce53c0920d3fbcac56c5bf8f7c70edf54f171f2db470d2a705f108fa8cb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2c87dce53c0920d3fbcac56c5bf8f7c70edf54f171f2db470d2a705f108fa8cb_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2c87dce53c0920d3fbcac56c5bf8f7c70edf54f171f2db470d2a705f108fa8cb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-controller-manager-rhel9@sha256%3A2c87dce53c0920d3fbcac56c5bf8f7c70edf54f171f2db470d2a705f108fa8cb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774322635"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:50677c7ecaeb624c0437186afd6125fcc4971153867867f2c61ba3985ce540a7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:50677c7ecaeb624c0437186afd6125fcc4971153867867f2c61ba3985ce540a7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:50677c7ecaeb624c0437186afd6125fcc4971153867867f2c61ba3985ce540a7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9@sha256%3A50677c7ecaeb624c0437186afd6125fcc4971153867867f2c61ba3985ce540a7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774322616"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:d28d73435c6b6f15ba5d1045b641722ef6e8e9018acca1489bdcbfe689f30723_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:d28d73435c6b6f15ba5d1045b641722ef6e8e9018acca1489bdcbfe689f30723_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:d28d73435c6b6f15ba5d1045b641722ef6e8e9018acca1489bdcbfe689f30723_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3Ad28d73435c6b6f15ba5d1045b641722ef6e8e9018acca1489bdcbfe689f30723?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774316379"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:756eba43b0c56c6a9183b071f6088f4d1666548289041b1ef40e8b5332749e4e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:756eba43b0c56c6a9183b071f6088f4d1666548289041b1ef40e8b5332749e4e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:756eba43b0c56c6a9183b071f6088f4d1666548289041b1ef40e8b5332749e4e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cloud-controller-manager-rhel9@sha256%3A756eba43b0c56c6a9183b071f6088f4d1666548289041b1ef40e8b5332749e4e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774316219"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:391849f7f123c1c67232aa60d75375a7e48a19aa022e5e3ae298bb0bf1eab034_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:391849f7f123c1c67232aa60d75375a7e48a19aa022e5e3ae298bb0bf1eab034_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:391849f7f123c1c67232aa60d75375a7e48a19aa022e5e3ae298bb0bf1eab034_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-framework-tools-rhel9@sha256%3A391849f7f123c1c67232aa60d75375a7e48a19aa022e5e3ae298bb0bf1eab034?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774329085"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:517ee9497a647c976786cdc72edf7e700d275810003361f73624a5d4467df1a2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:517ee9497a647c976786cdc72edf7e700d275810003361f73624a5d4467df1a2_s390x",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:517ee9497a647c976786cdc72edf7e700d275810003361f73624a5d4467df1a2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9@sha256%3A517ee9497a647c976786cdc72edf7e700d275810003361f73624a5d4467df1a2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774328956"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:806b1812e8e1339ba1ea3b289f44e6cb31ea264f8c5e38442c863ba2096f04d2_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:806b1812e8e1339ba1ea3b289f44e6cb31ea264f8c5e38442c863ba2096f04d2_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:806b1812e8e1339ba1ea3b289f44e6cb31ea264f8c5e38442c863ba2096f04d2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-rhel9@sha256%3A806b1812e8e1339ba1ea3b289f44e6cb31ea264f8c5e38442c863ba2096f04d2?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774339194"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:bda49ba0203d57b0b6413253ed1dc68ef4c51d33b2cb5b37dcafe28643f03baf_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:bda49ba0203d57b0b6413253ed1dc68ef4c51d33b2cb5b37dcafe28643f03baf_s390x",
"product_id": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:bda49ba0203d57b0b6413253ed1dc68ef4c51d33b2cb5b37dcafe28643f03baf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-k8s-prometheus-adapter-rhel9@sha256%3Abda49ba0203d57b0b6413253ed1dc68ef4c51d33b2cb5b37dcafe28643f03baf?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774323177"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:16c4c7b708d115a6b673a373b99b9b05336fc3166c5f0ef1b5008c335a303b42_s390x",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:16c4c7b708d115a6b673a373b99b9b05336fc3166c5f0ef1b5008c335a303b42_s390x",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:16c4c7b708d115a6b673a373b99b9b05336fc3166c5f0ef1b5008c335a303b42_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openshift-route-controller-manager-rhel9@sha256%3A16c4c7b708d115a6b673a373b99b9b05336fc3166c5f0ef1b5008c335a303b42?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774326142"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:4039d53563c99c9f142961aed344baeeb6e0f99ecd69cfe253eff4a635520a57_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:4039d53563c99c9f142961aed344baeeb6e0f99ecd69cfe253eff4a635520a57_s390x",
"product_id": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:4039d53563c99c9f142961aed344baeeb6e0f99ecd69cfe253eff4a635520a57_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sdn-rhel9@sha256%3A4039d53563c99c9f142961aed344baeeb6e0f99ecd69cfe253eff4a635520a57?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774329378"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:915e507d9384be8197d21d1bad349101d120d8841f58e56b37df45fb64de747e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:915e507d9384be8197d21d1bad349101d120d8841f58e56b37df45fb64de747e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:915e507d9384be8197d21d1bad349101d120d8841f58e56b37df45fb64de747e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-service-ca-rhel9-operator@sha256%3A915e507d9384be8197d21d1bad349101d120d8841f58e56b37df45fb64de747e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774327275"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:570a5cb8b155964bb5f480c94c8e835e373fef65ff903150bdbd862507f26592_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:570a5cb8b155964bb5f480c94c8e835e373fef65ff903150bdbd862507f26592_s390x",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:570a5cb8b155964bb5f480c94c8e835e373fef65ff903150bdbd862507f26592_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tools-rhel9@sha256%3A570a5cb8b155964bb5f480c94c8e835e373fef65ff903150bdbd862507f26592?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774404942"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:65afd385682369d514f9ac53d0165ef0abcc55894e68a973d7f462e93dbe4495_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:65afd385682369d514f9ac53d0165ef0abcc55894e68a973d7f462e93dbe4495_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:65afd385682369d514f9ac53d0165ef0abcc55894e68a973d7f462e93dbe4495_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-microshift-rhel9@sha256%3A65afd385682369d514f9ac53d0165ef0abcc55894e68a973d7f462e93dbe4495?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774339140"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:0c97c506ab490fb8e75579f58fc4a8ace78b34b3650365196ad68b6f4c78e045_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:0c97c506ab490fb8e75579f58fc4a8ace78b34b3650365196ad68b6f4c78e045_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:0c97c506ab490fb8e75579f58fc4a8ace78b34b3650365196ad68b6f4c78e045_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prom-label-proxy-rhel9@sha256%3A0c97c506ab490fb8e75579f58fc4a8ace78b34b3650365196ad68b6f4c78e045?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774325088"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:b78ecaac4e21bb0cd2b9b88cd1c9286872a8c2fc09d767262533ed79fe02ae50_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:b78ecaac4e21bb0cd2b9b88cd1c9286872a8c2fc09d767262533ed79fe02ae50_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:b78ecaac4e21bb0cd2b9b88cd1c9286872a8c2fc09d767262533ed79fe02ae50_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-config-reloader-rhel9@sha256%3Ab78ecaac4e21bb0cd2b9b88cd1c9286872a8c2fc09d767262533ed79fe02ae50?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774323102"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d180b29f7c294c57a9b8aaa133c7e2020847b6d11220524833cf41bdd622dbd1_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d180b29f7c294c57a9b8aaa133c7e2020847b6d11220524833cf41bdd622dbd1_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d180b29f7c294c57a9b8aaa133c7e2020847b6d11220524833cf41bdd622dbd1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9-operator@sha256%3Ad180b29f7c294c57a9b8aaa133c7e2020847b6d11220524833cf41bdd622dbd1?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774323566"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:305e8a3cbac65e7abcfc05ac7ad928bd233e1cf2d8a693bfa6f878752e4ca26a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:305e8a3cbac65e7abcfc05ac7ad928bd233e1cf2d8a693bfa6f878752e4ca26a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:305e8a3cbac65e7abcfc05ac7ad928bd233e1cf2d8a693bfa6f878752e4ca26a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-operator-admission-webhook-rhel9@sha256%3A305e8a3cbac65e7abcfc05ac7ad928bd233e1cf2d8a693bfa6f878752e4ca26a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774324565"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3773514e66fa9f56fafd6c46a81b8aa2368daadc00da1d80bb782e417829e029_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3773514e66fa9f56fafd6c46a81b8aa2368daadc00da1d80bb782e417829e029_s390x",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3773514e66fa9f56fafd6c46a81b8aa2368daadc00da1d80bb782e417829e029_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-telemeter-rhel9@sha256%3A3773514e66fa9f56fafd6c46a81b8aa2368daadc00da1d80bb782e417829e029?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774323736"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:3f995eb9c52e4ad289e656945991495699b364b05f7395a79d662465bd719bcf_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:3f995eb9c52e4ad289e656945991495699b364b05f7395a79d662465bd719bcf_s390x",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:3f995eb9c52e4ad289e656945991495699b364b05f7395a79d662465bd719bcf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-thanos-rhel9@sha256%3A3f995eb9c52e4ad289e656945991495699b364b05f7395a79d662465bd719bcf?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774321992"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3001abe5629fddef969e5ac00936a54a28edf8a2efe60266f179a99fb644e174_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3001abe5629fddef969e5ac00936a54a28edf8a2efe60266f179a99fb644e174_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3001abe5629fddef969e5ac00936a54a28edf8a2efe60266f179a99fb644e174_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9@sha256%3A3001abe5629fddef969e5ac00936a54a28edf8a2efe60266f179a99fb644e174?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774297568"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:f7588da590b24e9cc405bd59109d09f3046bf37305fc2e5b26da29651e82223e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:f7588da590b24e9cc405bd59109d09f3046bf37305fc2e5b26da29651e82223e_ppc64le",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:f7588da590b24e9cc405bd59109d09f3046bf37305fc2e5b26da29651e82223e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-kms-encryption-provider-rhel9@sha256%3Af7588da590b24e9cc405bd59109d09f3046bf37305fc2e5b26da29651e82223e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774326414"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4cdeffe7a8b8d3757cd7978febb6abf7790e346b7f9f7ea84c028b08a163200a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4cdeffe7a8b8d3757cd7978febb6abf7790e346b7f9f7ea84c028b08a163200a_ppc64le",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4cdeffe7a8b8d3757cd7978febb6abf7790e346b7f9f7ea84c028b08a163200a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-kms-encryption-provider-rhel9@sha256%3A4cdeffe7a8b8d3757cd7978febb6abf7790e346b7f9f7ea84c028b08a163200a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774316221"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:75bef1e2aeab375ab92939162783cce5dd33a87ccb1e8b24f450f3dfba127522_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:75bef1e2aeab375ab92939162783cce5dd33a87ccb1e8b24f450f3dfba127522_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:75bef1e2aeab375ab92939162783cce5dd33a87ccb1e8b24f450f3dfba127522_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-machine-controllers-rhel9@sha256%3A75bef1e2aeab375ab92939162783cce5dd33a87ccb1e8b24f450f3dfba127522?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774326154"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b09e3ace2bc72dfe6d047b4470112b0d8ea9eed4b0c8901703a840ddebe3027d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b09e3ace2bc72dfe6d047b4470112b0d8ea9eed4b0c8901703a840ddebe3027d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b09e3ace2bc72dfe6d047b4470112b0d8ea9eed4b0c8901703a840ddebe3027d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-runtimecfg-rhel9@sha256%3Ab09e3ace2bc72dfe6d047b4470112b0d8ea9eed4b0c8901703a840ddebe3027d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774327953"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e9fb7cb935ce6ebee48673b362a32b4ec91d5236976a37e68df3f95957ce19ed_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e9fb7cb935ce6ebee48673b362a32b4ec91d5236976a37e68df3f95957ce19ed_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e9fb7cb935ce6ebee48673b362a32b4ec91d5236976a37e68df3f95957ce19ed_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-etcd-rhel9-operator@sha256%3Ae9fb7cb935ce6ebee48673b362a32b4ec91d5236976a37e68df3f95957ce19ed?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774316049"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:966d76d48ef02c048be5927903c47be56da91ecb50f11f4442a8cde889daf541_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:966d76d48ef02c048be5927903c47be56da91ecb50f11f4442a8cde889daf541_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:966d76d48ef02c048be5927903c47be56da91ecb50f11f4442a8cde889daf541_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-monitoring-rhel9-operator@sha256%3A966d76d48ef02c048be5927903c47be56da91ecb50f11f4442a8cde889daf541?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774324509"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e26a2571e8cee47675ba19646f1319ba8331f2fe8f86c783530891d7f76382df_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e26a2571e8cee47675ba19646f1319ba8331f2fe8f86c783530891d7f76382df_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e26a2571e8cee47675ba19646f1319ba8331f2fe8f86c783530891d7f76382df_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-network-rhel9-operator@sha256%3Ae26a2571e8cee47675ba19646f1319ba8331f2fe8f86c783530891d7f76382df?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774327978"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:14b030caac26fe629896b22feafea14c01577bb495777c2e3ffcac8f83d4b85a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:14b030caac26fe629896b22feafea14c01577bb495777c2e3ffcac8f83d4b85a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:14b030caac26fe629896b22feafea14c01577bb495777c2e3ffcac8f83d4b85a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-node-tuning-rhel9-operator@sha256%3A14b030caac26fe629896b22feafea14c01577bb495777c2e3ffcac8f83d4b85a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774404891"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c5ca5e4c2251be770ba80b21d5e9fa34889c959e8df8bc1bd0e920a219caecce_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c5ca5e4c2251be770ba80b21d5e9fa34889c959e8df8bc1bd0e920a219caecce_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c5ca5e4c2251be770ba80b21d5e9fa34889c959e8df8bc1bd0e920a219caecce_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-policy-controller-rhel9@sha256%3Ac5ca5e4c2251be770ba80b21d5e9fa34889c959e8df8bc1bd0e920a219caecce?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774326154"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:9fda0b0769d58fd2106edb682fa5f9d9d1b0818ab269d251b2e327dbe32f92d1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:9fda0b0769d58fd2106edb682fa5f9d9d1b0818ab269d251b2e327dbe32f92d1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:9fda0b0769d58fd2106edb682fa5f9d9d1b0818ab269d251b2e327dbe32f92d1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-storage-rhel9-operator@sha256%3A9fda0b0769d58fd2106edb682fa5f9d9d1b0818ab269d251b2e327dbe32f92d1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774324647"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:e778e794ff239b0c563fa58aaa3c5075792271c8b2f8643a9f10ba2709c9b5ef_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:e778e794ff239b0c563fa58aaa3c5075792271c8b2f8643a9f10ba2709c9b5ef_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:e778e794ff239b0c563fa58aaa3c5075792271c8b2f8643a9f10ba2709c9b5ef_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-version-rhel9-operator@sha256%3Ae778e794ff239b0c563fa58aaa3c5075792271c8b2f8643a9f10ba2709c9b5ef?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774324481"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:40b04761a4b68fd9fb847282d2f20f412c72b07636cffe3231a68b77d406d027_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:40b04761a4b68fd9fb847282d2f20f412c72b07636cffe3231a68b77d406d027_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:40b04761a4b68fd9fb847282d2f20f412c72b07636cffe3231a68b77d406d027_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-configmap-reloader-rhel9@sha256%3A40b04761a4b68fd9fb847282d2f20f412c72b07636cffe3231a68b77d406d027?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774324830"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0f4ba1e847fec5e9a3b63f7d154778b333643459228d41ac48959f6589957bfe_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0f4ba1e847fec5e9a3b63f7d154778b333643459228d41ac48959f6589957bfe_ppc64le",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0f4ba1e847fec5e9a3b63f7d154778b333643459228d41ac48959f6589957bfe_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/container-networking-plugins-microshift-rhel9@sha256%3A0f4ba1e847fec5e9a3b63f7d154778b333643459228d41ac48959f6589957bfe?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774324085"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:1c31195c707acf08a3ee88f91830e4d24df5a8c791d45a25ce2b6c5acd9e6e04_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:1c31195c707acf08a3ee88f91830e4d24df5a8c791d45a25ce2b6c5acd9e6e04_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:1c31195c707acf08a3ee88f91830e4d24df5a8c791d45a25ce2b6c5acd9e6e04_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-coredns-rhel9@sha256%3A1c31195c707acf08a3ee88f91830e4d24df5a8c791d45a25ce2b6c5acd9e6e04?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774338792"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4cd7f99109e528c98946ca89aa748c8499c033e184bdc462b3b1742b59cfc46f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4cd7f99109e528c98946ca89aa748c8499c033e184bdc462b3b1742b59cfc46f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4cd7f99109e528c98946ca89aa748c8499c033e184bdc462b3b1742b59cfc46f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-attacher-rhel9@sha256%3A4cd7f99109e528c98946ca89aa748c8499c033e184bdc462b3b1742b59cfc46f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774324086"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:5d50a676cbb58b319ed83ec42920d8a02c4050308a04b44d706d3f40572b4b7b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:5d50a676cbb58b319ed83ec42920d8a02c4050308a04b44d706d3f40572b4b7b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:5d50a676cbb58b319ed83ec42920d8a02c4050308a04b44d706d3f40572b4b7b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-manila-rhel9@sha256%3A5d50a676cbb58b319ed83ec42920d8a02c4050308a04b44d706d3f40572b4b7b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774301536"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:b91b2537aa737d1c13ab22e44e0ca463dc738ac48c613d052172fcbddf36ddc8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:b91b2537aa737d1c13ab22e44e0ca463dc738ac48c613d052172fcbddf36ddc8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:b91b2537aa737d1c13ab22e44e0ca463dc738ac48c613d052172fcbddf36ddc8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-manila-rhel9-operator@sha256%3Ab91b2537aa737d1c13ab22e44e0ca463dc738ac48c613d052172fcbddf36ddc8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774300776"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:86876a862b58c838623e6b6eb889e614f92e2c864480b15f9f73c064f0fe1146_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:86876a862b58c838623e6b6eb889e614f92e2c864480b15f9f73c064f0fe1146_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:86876a862b58c838623e6b6eb889e614f92e2c864480b15f9f73c064f0fe1146_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-nfs-rhel9@sha256%3A86876a862b58c838623e6b6eb889e614f92e2c864480b15f9f73c064f0fe1146?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774304210"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:44235e1864454e6f6506e7aba1349452d6966ad821a3cf0864189cfc1e4e3eac_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:44235e1864454e6f6506e7aba1349452d6966ad821a3cf0864189cfc1e4e3eac_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:44235e1864454e6f6506e7aba1349452d6966ad821a3cf0864189cfc1e4e3eac_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-livenessprobe-rhel9@sha256%3A44235e1864454e6f6506e7aba1349452d6966ad821a3cf0864189cfc1e4e3eac?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774323350"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:14aff997615ef055124db30bfa46b60a7cac24311fdebd2454fb8f5d9935f97f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:14aff997615ef055124db30bfa46b60a7cac24311fdebd2454fb8f5d9935f97f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:14aff997615ef055124db30bfa46b60a7cac24311fdebd2454fb8f5d9935f97f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-node-driver-registrar-rhel9@sha256%3A14aff997615ef055124db30bfa46b60a7cac24311fdebd2454fb8f5d9935f97f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774327968"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:371d2c0bee96d1a36c493d214bb5107e05cf7c92c72e361a333973c8ebbe49b4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:371d2c0bee96d1a36c493d214bb5107e05cf7c92c72e361a333973c8ebbe49b4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:371d2c0bee96d1a36c493d214bb5107e05cf7c92c72e361a333973c8ebbe49b4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-provisioner-rhel9@sha256%3A371d2c0bee96d1a36c493d214bb5107e05cf7c92c72e361a333973c8ebbe49b4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774323518"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:1e866737824e1a455f61e63af2b72dbaf4ce1c29702d268699942971570ef4b2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:1e866737824e1a455f61e63af2b72dbaf4ce1c29702d268699942971570ef4b2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:1e866737824e1a455f61e63af2b72dbaf4ce1c29702d268699942971570ef4b2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-snapshot-validation-webhook-rhel9@sha256%3A1e866737824e1a455f61e63af2b72dbaf4ce1c29702d268699942971570ef4b2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774322709"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cedfbc0c49943d0050f68dea0b9c4757b27436f6dcb3ebca48470296ae722def_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cedfbc0c49943d0050f68dea0b9c4757b27436f6dcb3ebca48470296ae722def_ppc64le",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cedfbc0c49943d0050f68dea0b9c4757b27436f6dcb3ebca48470296ae722def_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/driver-toolkit-rhel9@sha256%3Acedfbc0c49943d0050f68dea0b9c4757b27436f6dcb3ebca48470296ae722def?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774342118"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:cabdde4581ab4aa592167587405fff8bc310c0576b77fc65013764182bd77c09_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:cabdde4581ab4aa592167587405fff8bc310c0576b77fc65013764182bd77c09_ppc64le",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:cabdde4581ab4aa592167587405fff8bc310c0576b77fc65013764182bd77c09_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/egress-router-cni-rhel9@sha256%3Acabdde4581ab4aa592167587405fff8bc310c0576b77fc65013764182bd77c09?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774329189"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:cc72591786814ec43e5e79524dd3400a3c08d08ba74f03f6871a3d468b5867b1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:cc72591786814ec43e5e79524dd3400a3c08d08ba74f03f6871a3d468b5867b1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:cc72591786814ec43e5e79524dd3400a3c08d08ba74f03f6871a3d468b5867b1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-proxy-rhel9@sha256%3Acc72591786814ec43e5e79524dd3400a3c08d08ba74f03f6871a3d468b5867b1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774297647"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:ce76c9e90761ad984861d6fb112b263341bcec2c8237adb20f5f8a0fa58959b3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:ce76c9e90761ad984861d6fb112b263341bcec2c8237adb20f5f8a0fa58959b3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:ce76c9e90761ad984861d6fb112b263341bcec2c8237adb20f5f8a0fa58959b3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-alertmanager-rhel9@sha256%3Ace76c9e90761ad984861d6fb112b263341bcec2c8237adb20f5f8a0fa58959b3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774324855"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:122ad766c552f98ab57c8e111574eeb5d3cf43c6401fa7ff925afee3643c524d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:122ad766c552f98ab57c8e111574eeb5d3cf43c6401fa7ff925afee3643c524d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:122ad766c552f98ab57c8e111574eeb5d3cf43c6401fa7ff925afee3643c524d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-node-exporter-rhel9@sha256%3A122ad766c552f98ab57c8e111574eeb5d3cf43c6401fa7ff925afee3643c524d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774322283"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:474c245eba58e9bc6bbefabe196e7cbe06a9745bbe3d26c3acc0d5d7a7578660_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:474c245eba58e9bc6bbefabe196e7cbe06a9745bbe3d26c3acc0d5d7a7578660_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:474c245eba58e9bc6bbefabe196e7cbe06a9745bbe3d26c3acc0d5d7a7578660_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9@sha256%3A474c245eba58e9bc6bbefabe196e7cbe06a9745bbe3d26c3acc0d5d7a7578660?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774327771"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:493f421e1f134779851388138e0d629fad1fa1545ceb556af0a5b37deea7200f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:493f421e1f134779851388138e0d629fad1fa1545ceb556af0a5b37deea7200f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:493f421e1f134779851388138e0d629fad1fa1545ceb556af0a5b37deea7200f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hypershift-rhel9@sha256%3A493f421e1f134779851388138e0d629fad1fa1545ceb556af0a5b37deea7200f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774327540"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:2e04976b305144f2b852339c00637a0bde2490fc6ce5673cbbc44ae4f2cdfecc_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:2e04976b305144f2b852339c00637a0bde2490fc6ce5673cbbc44ae4f2cdfecc_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:2e04976b305144f2b852339c00637a0bde2490fc6ce5673cbbc44ae4f2cdfecc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-proxy-rhel9@sha256%3A2e04976b305144f2b852339c00637a0bde2490fc6ce5673cbbc44ae4f2cdfecc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774326445"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:e640dd19e7ce4dc642b322ba78e6883fce5ef56beda6f615cac5f159d495d794_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:e640dd19e7ce4dc642b322ba78e6883fce5ef56beda6f615cac5f159d495d794_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:e640dd19e7ce4dc642b322ba78e6883fce5ef56beda6f615cac5f159d495d794_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-rbac-proxy-rhel9@sha256%3Ae640dd19e7ce4dc642b322ba78e6883fce5ef56beda6f615cac5f159d495d794?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774324547"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:a7eacbf364ba770d4d1ac053f7184b914a450fba3f39dbd08dbf76f6ddc42767_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:a7eacbf364ba770d4d1ac053f7184b914a450fba3f39dbd08dbf76f6ddc42767_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:a7eacbf364ba770d4d1ac053f7184b914a450fba3f39dbd08dbf76f6ddc42767_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-state-metrics-rhel9@sha256%3Aa7eacbf364ba770d4d1ac053f7184b914a450fba3f39dbd08dbf76f6ddc42767?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774324636"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5c5df667524143d001856ff1e142910c8e8c2dd2667250af4afdde04fb05b4ef_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5c5df667524143d001856ff1e142910c8e8c2dd2667250af4afdde04fb05b4ef_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5c5df667524143d001856ff1e142910c8e8c2dd2667250af4afdde04fb05b4ef_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-marketplace-rhel9@sha256%3A5c5df667524143d001856ff1e142910c8e8c2dd2667250af4afdde04fb05b4ef?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774328131"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:612453e7cae95711dc81b6186ec5b66a31e13bf700fc7a69c547cf2c29885f31_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:612453e7cae95711dc81b6186ec5b66a31e13bf700fc7a69c547cf2c29885f31_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:612453e7cae95711dc81b6186ec5b66a31e13bf700fc7a69c547cf2c29885f31_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-monitoring-plugin-rhel9@sha256%3A612453e7cae95711dc81b6186ec5b66a31e13bf700fc7a69c547cf2c29885f31?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774452649"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9cd8ba1a9c9e497bedc72709a3b383ba611f9500beba0be89584a0802287c48d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9cd8ba1a9c9e497bedc72709a3b383ba611f9500beba0be89584a0802287c48d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9cd8ba1a9c9e497bedc72709a3b383ba611f9500beba0be89584a0802287c48d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-rhel9@sha256%3A9cd8ba1a9c9e497bedc72709a3b383ba611f9500beba0be89584a0802287c48d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774328834"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:0226ab75dd1f78a79837574edbd8891939d29f65a0c69aef6705652e1d9abbb7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:0226ab75dd1f78a79837574edbd8891939d29f65a0c69aef6705652e1d9abbb7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:0226ab75dd1f78a79837574edbd8891939d29f65a0c69aef6705652e1d9abbb7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-microshift-rhel9@sha256%3A0226ab75dd1f78a79837574edbd8891939d29f65a0c69aef6705652e1d9abbb7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774324488"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f0f6b6aa0f9da61031d5aa640e120c9041195b20c14c4ddd32060435b1679151_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f0f6b6aa0f9da61031d5aa640e120c9041195b20c14c4ddd32060435b1679151_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f0f6b6aa0f9da61031d5aa640e120c9041195b20c14c4ddd32060435b1679151_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-networkpolicy-rhel9@sha256%3Af0f6b6aa0f9da61031d5aa640e120c9041195b20c14c4ddd32060435b1679151?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774328968"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fc9fcdae29c5b5429f52d5141ba19e57e8e245d0fa4664b1dc614267b3bb214f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fc9fcdae29c5b5429f52d5141ba19e57e8e245d0fa4664b1dc614267b3bb214f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fc9fcdae29c5b5429f52d5141ba19e57e8e245d0fa4664b1dc614267b3bb214f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-networking-console-plugin-rhel9@sha256%3Afc9fcdae29c5b5429f52d5141ba19e57e8e245d0fa4664b1dc614267b3bb214f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774452658"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f055f745a30f9a3a15a0b451bfdbc27cc2b89de752a79c901361a70f3d8cfb63_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f055f745a30f9a3a15a0b451bfdbc27cc2b89de752a79c901361a70f3d8cfb63_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f055f745a30f9a3a15a0b451bfdbc27cc2b89de752a79c901361a70f3d8cfb63_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-server-rhel9@sha256%3Af055f745a30f9a3a15a0b451bfdbc27cc2b89de752a79c901361a70f3d8cfb63?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774315584"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c6df0952603066fbdb561a01c9bc6928d9a6a79e51b3690f265601bf0ed8ebd4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c6df0952603066fbdb561a01c9bc6928d9a6a79e51b3690f265601bf0ed8ebd4_ppc64le",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c6df0952603066fbdb561a01c9bc6928d9a6a79e51b3690f265601bf0ed8ebd4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/oc-mirror-plugin-rhel9@sha256%3Ac6df0952603066fbdb561a01c9bc6928d9a6a79e51b3690f265601bf0ed8ebd4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774329319"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:087d522537f04da6d1ce5621bd2aa60d595e024671a68abe412afd74a38e4c71_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:087d522537f04da6d1ce5621bd2aa60d595e024671a68abe412afd74a38e4c71_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:087d522537f04da6d1ce5621bd2aa60d595e024671a68abe412afd74a38e4c71_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-builder-rhel9@sha256%3A087d522537f04da6d1ce5621bd2aa60d595e024671a68abe412afd74a38e4c71?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774297902"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:08b5cc886a41832c9d4916aa21cf44df44ad4566c340e0436cdf14f8d3e6e73f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:08b5cc886a41832c9d4916aa21cf44df44ad4566c340e0436cdf14f8d3e6e73f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:08b5cc886a41832c9d4916aa21cf44df44ad4566c340e0436cdf14f8d3e6e73f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-rhel9@sha256%3A08b5cc886a41832c9d4916aa21cf44df44ad4566c340e0436cdf14f8d3e6e73f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774327726"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:3cf1c832fd2d8e8c16de247482998bd057d8d9f8ca76d535811d325f07283cb5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:3cf1c832fd2d8e8c16de247482998bd057d8d9f8ca76d535811d325f07283cb5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:3cf1c832fd2d8e8c16de247482998bd057d8d9f8ca76d535811d325f07283cb5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9@sha256%3A3cf1c832fd2d8e8c16de247482998bd057d8d9f8ca76d535811d325f07283cb5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774452905"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:63f0c9805b661a79e19ec2bd43b7c2380cdd2c0e2acb63f7467b9f277a0a4129_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:63f0c9805b661a79e19ec2bd43b7c2380cdd2c0e2acb63f7467b9f277a0a4129_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:63f0c9805b661a79e19ec2bd43b7c2380cdd2c0e2acb63f7467b9f277a0a4129_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9-operator@sha256%3A63f0c9805b661a79e19ec2bd43b7c2380cdd2c0e2acb63f7467b9f277a0a4129?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774367577"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:4b75a6b187a4c0c9afc015049a256e6282cf320363c54c450a3f95e9ca9c22a3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:4b75a6b187a4c0c9afc015049a256e6282cf320363c54c450a3f95e9ca9c22a3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:4b75a6b187a4c0c9afc015049a256e6282cf320363c54c450a3f95e9ca9c22a3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-deployer-rhel9@sha256%3A4b75a6b187a4c0c9afc015049a256e6282cf320363c54c450a3f95e9ca9c22a3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774340178"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:a9c333760706bb11c7c9faeae183721b5295c7b0e34995cf461d8377ce0f4f9d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:a9c333760706bb11c7c9faeae183721b5295c7b0e34995cf461d8377ce0f4f9d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:a9c333760706bb11c7c9faeae183721b5295c7b0e34995cf461d8377ce0f4f9d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-haproxy-router-rhel9@sha256%3Aa9c333760706bb11c7c9faeae183721b5295c7b0e34995cf461d8377ce0f4f9d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774340269"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:3d867b42ac8dcd48b294c69dc7a452376d11211eb91a27cb9885085f43b4ecdb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:3d867b42ac8dcd48b294c69dc7a452376d11211eb91a27cb9885085f43b4ecdb_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:3d867b42ac8dcd48b294c69dc7a452376d11211eb91a27cb9885085f43b4ecdb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hyperkube-rhel9@sha256%3A3d867b42ac8dcd48b294c69dc7a452376d11211eb91a27cb9885085f43b4ecdb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774328901"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:50775936849e1d26637a48d327a93bfc6bf254f3d266a1a2fa2860106bfd85d0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:50775936849e1d26637a48d327a93bfc6bf254f3d266a1a2fa2860106bfd85d0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:50775936849e1d26637a48d327a93bfc6bf254f3d266a1a2fa2860106bfd85d0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-keepalived-ipfailover-rhel9@sha256%3A50775936849e1d26637a48d327a93bfc6bf254f3d266a1a2fa2860106bfd85d0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774321655"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:43a984aaae56c49e4ff3a068ffd62e19490d3123b9128bdbfc3aa653104c734c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:43a984aaae56c49e4ff3a068ffd62e19490d3123b9128bdbfc3aa653104c734c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:43a984aaae56c49e4ff3a068ffd62e19490d3123b9128bdbfc3aa653104c734c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-pod-rhel9@sha256%3A43a984aaae56c49e4ff3a068ffd62e19490d3123b9128bdbfc3aa653104c734c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774327692"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e56025cbf0150a1537e16f6651f3f1c40e3d5e125b2fa19db4bcb27d9844a62c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e56025cbf0150a1537e16f6651f3f1c40e3d5e125b2fa19db4bcb27d9844a62c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e56025cbf0150a1537e16f6651f3f1c40e3d5e125b2fa19db4bcb27d9844a62c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-registry-rhel9@sha256%3Ae56025cbf0150a1537e16f6651f3f1c40e3d5e125b2fa19db4bcb27d9844a62c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774321987"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3f716b9b5a2a2e196357b1b612c8f6506e9c2b04dc1ddcaa705b2d1f24e719c7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3f716b9b5a2a2e196357b1b612c8f6506e9c2b04dc1ddcaa705b2d1f24e719c7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3f716b9b5a2a2e196357b1b612c8f6506e9c2b04dc1ddcaa705b2d1f24e719c7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tests-rhel9@sha256%3A3f716b9b5a2a2e196357b1b612c8f6506e9c2b04dc1ddcaa705b2d1f24e719c7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774408420"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4a4cc584bf0ac23edf6fac4ce8b91e1d1bf57ba751e2de34c51d9c87b9b6764c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4a4cc584bf0ac23edf6fac4ce8b91e1d1bf57ba751e2de34c51d9c87b9b6764c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4a4cc584bf0ac23edf6fac4ce8b91e1d1bf57ba751e2de34c51d9c87b9b6764c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-state-metrics-rhel9@sha256%3A4a4cc584bf0ac23edf6fac4ce8b91e1d1bf57ba751e2de34c51d9c87b9b6764c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774316444"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2798562f6a06fc7cda2546947a1568860ced91549bccda62368e120792afee70_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2798562f6a06fc7cda2546947a1568860ced91549bccda62368e120792afee70_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2798562f6a06fc7cda2546947a1568860ced91549bccda62368e120792afee70_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cluster-api-controllers-rhel9@sha256%3A2798562f6a06fc7cda2546947a1568860ced91549bccda62368e120792afee70?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774327430"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:715d1e4a69cb33db7e6e9011e9b325c8d3260d8c60cbd2b65ddc2064317a81d7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:715d1e4a69cb33db7e6e9011e9b325c8d3260d8c60cbd2b65ddc2064317a81d7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:715d1e4a69cb33db7e6e9011e9b325c8d3260d8c60cbd2b65ddc2064317a81d7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-lifecycle-manager-rhel9@sha256%3A715d1e4a69cb33db7e6e9011e9b325c8d3260d8c60cbd2b65ddc2064317a81d7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774324665"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b9ae1f8ef078a8d5cef3a4413d30cbfea4b43f086138d08387d8390eaa66ae21_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b9ae1f8ef078a8d5cef3a4413d30cbfea4b43f086138d08387d8390eaa66ae21_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b9ae1f8ef078a8d5cef3a4413d30cbfea4b43f086138d08387d8390eaa66ae21_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-registry-rhel9@sha256%3Ab9ae1f8ef078a8d5cef3a4413d30cbfea4b43f086138d08387d8390eaa66ae21?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774323513"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1050c9427e5eb0771922f477e0927315d4c7ebedfecbd69e676b0fc483bd96d3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1050c9427e5eb0771922f477e0927315d4c7ebedfecbd69e676b0fc483bd96d3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1050c9427e5eb0771922f477e0927315d4c7ebedfecbd69e676b0fc483bd96d3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-api-server-rhel9@sha256%3A1050c9427e5eb0771922f477e0927315d4c7ebedfecbd69e676b0fc483bd96d3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774322452"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:88da257b28d9eae361eaa27162c921ab719bb6b9235ea868526b7689ea5fe405_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:88da257b28d9eae361eaa27162c921ab719bb6b9235ea868526b7689ea5fe405_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:88da257b28d9eae361eaa27162c921ab719bb6b9235ea868526b7689ea5fe405_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-csr-approver-rhel9@sha256%3A88da257b28d9eae361eaa27162c921ab719bb6b9235ea868526b7689ea5fe405?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774322432"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:d9632dfd9305193a65d701b29332c9f63faee5c3f461c09a341a494ead8b0149_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:d9632dfd9305193a65d701b29332c9f63faee5c3f461c09a341a494ead8b0149_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:d9632dfd9305193a65d701b29332c9f63faee5c3f461c09a341a494ead8b0149_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-node-agent-rhel9@sha256%3Ad9632dfd9305193a65d701b29332c9f63faee5c3f461c09a341a494ead8b0149?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774316342"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c124c5b1412fcb6fa05e40d156973b9ab4420f936d198c14aff12712a17bd289_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c124c5b1412fcb6fa05e40d156973b9ab4420f936d198c14aff12712a17bd289_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c124c5b1412fcb6fa05e40d156973b9ab4420f936d198c14aff12712a17bd289_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-orchestrator-rhel9@sha256%3Ac124c5b1412fcb6fa05e40d156973b9ab4420f936d198c14aff12712a17bd289?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774322813"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3ff1ed635edb3f2c1df70789b5d60d90c0cab42e7720c5c91471348aa5b50003_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3ff1ed635edb3f2c1df70789b5d60d90c0cab42e7720c5c91471348aa5b50003_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3ff1ed635edb3f2c1df70789b5d60d90c0cab42e7720c5c91471348aa5b50003_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-utils-rhel9@sha256%3A3ff1ed635edb3f2c1df70789b5d60d90c0cab42e7720c5c91471348aa5b50003?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774328845"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:40f9cc27484d19d0aa5897eca6e8124d241c684a69f7d903ebde54b967c18ce7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:40f9cc27484d19d0aa5897eca6e8124d241c684a69f7d903ebde54b967c18ce7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:40f9cc27484d19d0aa5897eca6e8124d241c684a69f7d903ebde54b967c18ce7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-apiserver-network-proxy-rhel9@sha256%3A40f9cc27484d19d0aa5897eca6e8124d241c684a69f7d903ebde54b967c18ce7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774327425"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:e48dd1920b27aa2913e168199529b27f260f506a8b0adf1e1610bbed178bfd9d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:e48dd1920b27aa2913e168199529b27f260f506a8b0adf1e1610bbed178bfd9d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:e48dd1920b27aa2913e168199529b27f260f506a8b0adf1e1610bbed178bfd9d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-installer-rhel9@sha256%3Ae48dd1920b27aa2913e168199529b27f260f506a8b0adf1e1610bbed178bfd9d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774341257"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:23bca08d568a098c82311fe06249361ed63054b4242328b22d79ef5eef85b56f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:23bca08d568a098c82311fe06249361ed63054b4242328b22d79ef5eef85b56f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:23bca08d568a098c82311fe06249361ed63054b4242328b22d79ef5eef85b56f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-rhel9-operator@sha256%3A23bca08d568a098c82311fe06249361ed63054b4242328b22d79ef5eef85b56f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774327369"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:cd2567248bb53b122c0410beb364d29b2754bb23e928fcf9d30b384c9a7a560b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:cd2567248bb53b122c0410beb364d29b2754bb23e928fcf9d30b384c9a7a560b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:cd2567248bb53b122c0410beb364d29b2754bb23e928fcf9d30b384c9a7a560b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-artifacts-rhel9@sha256%3Acd2567248bb53b122c0410beb364d29b2754bb23e928fcf9d30b384c9a7a560b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774340076"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:0d80d485b42d2c795776ffe8eecb633bc7841bd4c6905cf596af681ff6adc6f8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:0d80d485b42d2c795776ffe8eecb633bc7841bd4c6905cf596af681ff6adc6f8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:0d80d485b42d2c795776ffe8eecb633bc7841bd4c6905cf596af681ff6adc6f8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cloud-credential-rhel9-operator@sha256%3A0d80d485b42d2c795776ffe8eecb633bc7841bd4c6905cf596af681ff6adc6f8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774329264"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:74ab03d28abc171a23c493c17b5116b6a1235cf9a21b5fff2c9a1db24cea43de_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:74ab03d28abc171a23c493c17b5116b6a1235cf9a21b5fff2c9a1db24cea43de_ppc64le",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:74ab03d28abc171a23c493c17b5116b6a1235cf9a21b5fff2c9a1db24cea43de_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/cloud-network-config-controller-rhel9@sha256%3A74ab03d28abc171a23c493c17b5116b6a1235cf9a21b5fff2c9a1db24cea43de?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774323033"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:a2982705dd2acf129ca74d179bbf58c40a6acefe7a2875d0cbeb7ff63dde9bad_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:a2982705dd2acf129ca74d179bbf58c40a6acefe7a2875d0cbeb7ff63dde9bad_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:a2982705dd2acf129ca74d179bbf58c40a6acefe7a2875d0cbeb7ff63dde9bad_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-api-rhel9@sha256%3Aa2982705dd2acf129ca74d179bbf58c40a6acefe7a2875d0cbeb7ff63dde9bad?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774316432"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7608d15c26926985acf8d3a97ee6cf15a459441adcdcd22d33921446ea1ad9b8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7608d15c26926985acf8d3a97ee6cf15a459441adcdcd22d33921446ea1ad9b8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7608d15c26926985acf8d3a97ee6cf15a459441adcdcd22d33921446ea1ad9b8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-authentication-rhel9-operator@sha256%3A7608d15c26926985acf8d3a97ee6cf15a459441adcdcd22d33921446ea1ad9b8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774316038"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:40017d7f538a47fd861f01d3811397d3882742067b3eb3fdb830fb006b874f8a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:40017d7f538a47fd861f01d3811397d3882742067b3eb3fdb830fb006b874f8a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:40017d7f538a47fd861f01d3811397d3882742067b3eb3fdb830fb006b874f8a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9-operator@sha256%3A40017d7f538a47fd861f01d3811397d3882742067b3eb3fdb830fb006b874f8a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774328676"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:82c2407bd46ffa6dbe371ba504b808703dfa57166fb38410f8f1e589525ed778_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:82c2407bd46ffa6dbe371ba504b808703dfa57166fb38410f8f1e589525ed778_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:82c2407bd46ffa6dbe371ba504b808703dfa57166fb38410f8f1e589525ed778_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-baremetal-operator-rhel9@sha256%3A82c2407bd46ffa6dbe371ba504b808703dfa57166fb38410f8f1e589525ed778?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774323749"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:dc8720ba1fceefa64fc5b4843c2654e21149575037b2bc9694f81c35c3e6a0d8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:dc8720ba1fceefa64fc5b4843c2654e21149575037b2bc9694f81c35c3e6a0d8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:dc8720ba1fceefa64fc5b4843c2654e21149575037b2bc9694f81c35c3e6a0d8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-bootstrap-rhel9@sha256%3Adc8720ba1fceefa64fc5b4843c2654e21149575037b2bc9694f81c35c3e6a0d8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774328876"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:fe961290f422bd4e452be78be988645c1d4bed3b557c0fb5d96598777a3525d2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:fe961290f422bd4e452be78be988645c1d4bed3b557c0fb5d96598777a3525d2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:fe961290f422bd4e452be78be988645c1d4bed3b557c0fb5d96598777a3525d2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capi-rhel9-operator@sha256%3Afe961290f422bd4e452be78be988645c1d4bed3b557c0fb5d96598777a3525d2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774326466"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:5f6a25d79b559c95415d440153147edef224fb0a3575577a37ae4cc9d36e1c21_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:5f6a25d79b559c95415d440153147edef224fb0a3575577a37ae4cc9d36e1c21_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:5f6a25d79b559c95415d440153147edef224fb0a3575577a37ae4cc9d36e1c21_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3A5f6a25d79b559c95415d440153147edef224fb0a3575577a37ae4cc9d36e1c21?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774326385"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b0648bd8b379c9e16341e4abd49ee6885fd3f3edbaab16dcf4e2f2d9f7ecc911_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b0648bd8b379c9e16341e4abd49ee6885fd3f3edbaab16dcf4e2f2d9f7ecc911_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b0648bd8b379c9e16341e4abd49ee6885fd3f3edbaab16dcf4e2f2d9f7ecc911_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-api-rhel9@sha256%3Ab0648bd8b379c9e16341e4abd49ee6885fd3f3edbaab16dcf4e2f2d9f7ecc911?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774324170"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d4cc63c24f43d0101c97663ff4978c345cfe4c8be254de8e6569100329f13888_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d4cc63c24f43d0101c97663ff4978c345cfe4c8be254de8e6569100329f13888_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d4cc63c24f43d0101c97663ff4978c345cfe4c8be254de8e6569100329f13888_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-rhel9-operator@sha256%3Ad4cc63c24f43d0101c97663ff4978c345cfe4c8be254de8e6569100329f13888?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774325052"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cc1f06c96cbe69265830dd6e14a678a277e3051a35eba2901d94779daa13eedf_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cc1f06c96cbe69265830dd6e14a678a277e3051a35eba2901d94779daa13eedf_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cc1f06c96cbe69265830dd6e14a678a277e3051a35eba2901d94779daa13eedf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3Acc1f06c96cbe69265830dd6e14a678a277e3051a35eba2901d94779daa13eedf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774327601"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8e6a7e386bd3fb9f2b77ff22503bffb19cc3e30de5c5ddb1f89b7623f209776a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8e6a7e386bd3fb9f2b77ff22503bffb19cc3e30de5c5ddb1f89b7623f209776a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8e6a7e386bd3fb9f2b77ff22503bffb19cc3e30de5c5ddb1f89b7623f209776a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3A8e6a7e386bd3fb9f2b77ff22503bffb19cc3e30de5c5ddb1f89b7623f209776a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774327738"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2048a8f47fb1cc1f625668f123737a89b858a1cf3ddff9c51bf8f2fa46ad648d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2048a8f47fb1cc1f625668f123737a89b858a1cf3ddff9c51bf8f2fa46ad648d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2048a8f47fb1cc1f625668f123737a89b858a1cf3ddff9c51bf8f2fa46ad648d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-dns-rhel9-operator@sha256%3A2048a8f47fb1cc1f625668f123737a89b858a1cf3ddff9c51bf8f2fa46ad648d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774315992"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:bb7595fa3af01c37dd11db61c2eb0473955a5a85bbb50563afd8a2d9601a7c50_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:bb7595fa3af01c37dd11db61c2eb0473955a5a85bbb50563afd8a2d9601a7c50_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:bb7595fa3af01c37dd11db61c2eb0473955a5a85bbb50563afd8a2d9601a7c50_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-image-registry-rhel9-operator@sha256%3Abb7595fa3af01c37dd11db61c2eb0473955a5a85bbb50563afd8a2d9601a7c50?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774324089"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:94d7a578aae316c93c3cc2f9bbb92385b75f149a47bf714fa285a6796aaffaf4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:94d7a578aae316c93c3cc2f9bbb92385b75f149a47bf714fa285a6796aaffaf4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:94d7a578aae316c93c3cc2f9bbb92385b75f149a47bf714fa285a6796aaffaf4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-ingress-rhel9-operator@sha256%3A94d7a578aae316c93c3cc2f9bbb92385b75f149a47bf714fa285a6796aaffaf4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774322986"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5c6ff4ae62abcc80833eb9442fbb807bd1827ed626bcb3e9982866808c2b6e42_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5c6ff4ae62abcc80833eb9442fbb807bd1827ed626bcb3e9982866808c2b6e42_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5c6ff4ae62abcc80833eb9442fbb807bd1827ed626bcb3e9982866808c2b6e42_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-apiserver-rhel9-operator@sha256%3A5c6ff4ae62abcc80833eb9442fbb807bd1827ed626bcb3e9982866808c2b6e42?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774323500"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7914967342ac6809f9551e6de351e2732ac6a18f056544b07217d78e13993613_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7914967342ac6809f9551e6de351e2732ac6a18f056544b07217d78e13993613_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7914967342ac6809f9551e6de351e2732ac6a18f056544b07217d78e13993613_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3A7914967342ac6809f9551e6de351e2732ac6a18f056544b07217d78e13993613?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774323789"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:d9aedbe752dd09b297fb880992609342c0a13be5a0cef89ae93a78a621d3d5d5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:d9aedbe752dd09b297fb880992609342c0a13be5a0cef89ae93a78a621d3d5d5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:d9aedbe752dd09b297fb880992609342c0a13be5a0cef89ae93a78a621d3d5d5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3Ad9aedbe752dd09b297fb880992609342c0a13be5a0cef89ae93a78a621d3d5d5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774316237"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:37c6113eaaa615132968955aa6c12406f49100b811760d700abf5370c7bd87eb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:37c6113eaaa615132968955aa6c12406f49100b811760d700abf5370c7bd87eb_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:37c6113eaaa615132968955aa6c12406f49100b811760d700abf5370c7bd87eb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-scheduler-rhel9-operator@sha256%3A37c6113eaaa615132968955aa6c12406f49100b811760d700abf5370c7bd87eb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774323365"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:0258c167e2cfdfa4cb954bc88c0d38e2e895e40eb387489b62e94d82862617a4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:0258c167e2cfdfa4cb954bc88c0d38e2e895e40eb387489b62e94d82862617a4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:0258c167e2cfdfa4cb954bc88c0d38e2e895e40eb387489b62e94d82862617a4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3A0258c167e2cfdfa4cb954bc88c0d38e2e895e40eb387489b62e94d82862617a4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774323160"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f99ec5cf7e351a36c65c9a723c304bba218f652cfde09d0e98325a5ba701b61e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f99ec5cf7e351a36c65c9a723c304bba218f652cfde09d0e98325a5ba701b61e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f99ec5cf7e351a36c65c9a723c304bba218f652cfde09d0e98325a5ba701b61e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-machine-approver-rhel9@sha256%3Af99ec5cf7e351a36c65c9a723c304bba218f652cfde09d0e98325a5ba701b61e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774328777"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:90508dfe8e85e5125e5a0e8061e42265e4d83ed30c25e1ac604747f14441ce00_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:90508dfe8e85e5125e5a0e8061e42265e4d83ed30c25e1ac604747f14441ce00_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:90508dfe8e85e5125e5a0e8061e42265e4d83ed30c25e1ac604747f14441ce00_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-olm-rhel9-operator@sha256%3A90508dfe8e85e5125e5a0e8061e42265e4d83ed30c25e1ac604747f14441ce00?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774327487"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d27a0cb5ff1cad05ee9e7e1808810069db8fa7f73b1d7154253cfc20672409ee_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d27a0cb5ff1cad05ee9e7e1808810069db8fa7f73b1d7154253cfc20672409ee_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d27a0cb5ff1cad05ee9e7e1808810069db8fa7f73b1d7154253cfc20672409ee_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3Ad27a0cb5ff1cad05ee9e7e1808810069db8fa7f73b1d7154253cfc20672409ee?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774323659"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:4a54536580eb59b264dc608a8fa0279c161a003b0311130a8a7bd87e5e1d7913_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:4a54536580eb59b264dc608a8fa0279c161a003b0311130a8a7bd87e5e1d7913_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:4a54536580eb59b264dc608a8fa0279c161a003b0311130a8a7bd87e5e1d7913_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3A4a54536580eb59b264dc608a8fa0279c161a003b0311130a8a7bd87e5e1d7913?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774327371"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b210e6f99ef94f7fc24f497913ea1a08d64beb6c172dc3b38c366404b287f9b0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b210e6f99ef94f7fc24f497913ea1a08d64beb6c172dc3b38c366404b287f9b0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b210e6f99ef94f7fc24f497913ea1a08d64beb6c172dc3b38c366404b287f9b0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9-operator@sha256%3Ab210e6f99ef94f7fc24f497913ea1a08d64beb6c172dc3b38c366404b287f9b0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774323568"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:4827e2fba1a10e3a2abfc904cd298121d9cccfe4afeaae93b26559d8a76c7dfb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:4827e2fba1a10e3a2abfc904cd298121d9cccfe4afeaae93b26559d8a76c7dfb_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:4827e2fba1a10e3a2abfc904cd298121d9cccfe4afeaae93b26559d8a76c7dfb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-samples-rhel9-operator@sha256%3A4827e2fba1a10e3a2abfc904cd298121d9cccfe4afeaae93b26559d8a76c7dfb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774297719"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2d59785cd3d14570718813ee141a6660ef661ed614d1ecfa3055f20528d80115_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2d59785cd3d14570718813ee141a6660ef661ed614d1ecfa3055f20528d80115_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2d59785cd3d14570718813ee141a6660ef661ed614d1ecfa3055f20528d80115_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-update-keys-rhel9@sha256%3A2d59785cd3d14570718813ee141a6660ef661ed614d1ecfa3055f20528d80115?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774321637"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:f2448776eaecd105d9deeaf19f769784f86e607e0200cf0cc7186bfa98094127_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:f2448776eaecd105d9deeaf19f769784f86e607e0200cf0cc7186bfa98094127_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:f2448776eaecd105d9deeaf19f769784f86e607e0200cf0cc7186bfa98094127_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-container-networking-plugins-rhel9@sha256%3Af2448776eaecd105d9deeaf19f769784f86e607e0200cf0cc7186bfa98094127?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774329753"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:1420bbb33b8d7a5b6f6c3de8ce4743134bbe00f37f4c59749cb825ee23b418e1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:1420bbb33b8d7a5b6f6c3de8ce4743134bbe00f37f4c59749cb825ee23b418e1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:1420bbb33b8d7a5b6f6c3de8ce4743134bbe00f37f4c59749cb825ee23b418e1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-shared-resource-rhel9@sha256%3A1420bbb33b8d7a5b6f6c3de8ce4743134bbe00f37f4c59749cb825ee23b418e1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774323158"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:39361a6b6ab8267fd1d31c739671892ee9724ab6161912617920f20c10ac3762_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:39361a6b6ab8267fd1d31c739671892ee9724ab6161912617920f20c10ac3762_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:39361a6b6ab8267fd1d31c739671892ee9724ab6161912617920f20c10ac3762_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-shared-resource-rhel9-operator@sha256%3A39361a6b6ab8267fd1d31c739671892ee9724ab6161912617920f20c10ac3762?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774315544"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:0adf8769b11a8cc11a5c7ee61e4653817a42be7f6216ee7fbd82aaa4be5ecd67_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:0adf8769b11a8cc11a5c7ee61e4653817a42be7f6216ee7fbd82aaa4be5ecd67_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:0adf8769b11a8cc11a5c7ee61e4653817a42be7f6216ee7fbd82aaa4be5ecd67_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-shared-resource-webhook-rhel9@sha256%3A0adf8769b11a8cc11a5c7ee61e4653817a42be7f6216ee7fbd82aaa4be5ecd67?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774315584"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b5b150556bef4a6c1eeb0a96fb191addbf8c6928ed70ed57c44e89b34ee02a03_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b5b150556bef4a6c1eeb0a96fb191addbf8c6928ed70ed57c44e89b34ee02a03_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b5b150556bef4a6c1eeb0a96fb191addbf8c6928ed70ed57c44e89b34ee02a03_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-resizer-rhel9@sha256%3Ab5b150556bef4a6c1eeb0a96fb191addbf8c6928ed70ed57c44e89b34ee02a03?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774315985"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:af8d05412fce7dd28ecd3e43e9bf7dd4b24dd259fd3c95ad75e8a8106f829c80_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:af8d05412fce7dd28ecd3e43e9bf7dd4b24dd259fd3c95ad75e8a8106f829c80_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:af8d05412fce7dd28ecd3e43e9bf7dd4b24dd259fd3c95ad75e8a8106f829c80_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshotter-rhel9@sha256%3Aaf8d05412fce7dd28ecd3e43e9bf7dd4b24dd259fd3c95ad75e8a8106f829c80?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774328808"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9a0634b080e2f468ffed06b70398671d23440fb8c2ab9123a8fa984edade5293_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9a0634b080e2f468ffed06b70398671d23440fb8c2ab9123a8fa984edade5293_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9a0634b080e2f468ffed06b70398671d23440fb8c2ab9123a8fa984edade5293_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-snapshot-controller-rhel9@sha256%3A9a0634b080e2f468ffed06b70398671d23440fb8c2ab9123a8fa984edade5293?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774315544"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:63613b3f8b7a2d2ef58d3d5914c64eb7f4d21f6dea8f77346e02263aa5e6135a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:63613b3f8b7a2d2ef58d3d5914c64eb7f4d21f6dea8f77346e02263aa5e6135a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:63613b3f8b7a2d2ef58d3d5914c64eb7f4d21f6dea8f77346e02263aa5e6135a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-etcd-rhel9@sha256%3A63613b3f8b7a2d2ef58d3d5914c64eb7f4d21f6dea8f77346e02263aa5e6135a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774324772"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:827d784dc11371d40bdc621474d61167065bc44fbebf2bc765a010bfaf952e0c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:827d784dc11371d40bdc621474d61167065bc44fbebf2bc765a010bfaf952e0c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:827d784dc11371d40bdc621474d61167065bc44fbebf2bc765a010bfaf952e0c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cloud-controller-manager-rhel9@sha256%3A827d784dc11371d40bdc621474d61167065bc44fbebf2bc765a010bfaf952e0c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774301233"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:7183f7097e9e25d05fe57d7c55a26f68993acc9441a9b28d46b6fc7778bb7774_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:7183f7097e9e25d05fe57d7c55a26f68993acc9441a9b28d46b6fc7778bb7774_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:7183f7097e9e25d05fe57d7c55a26f68993acc9441a9b28d46b6fc7778bb7774_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cluster-api-controllers-rhel9@sha256%3A7183f7097e9e25d05fe57d7c55a26f68993acc9441a9b28d46b6fc7778bb7774?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774299417"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:9f41c1d6d30eb2dad6d99e99cb297266611c303fb34b1b4409618948cc7fe12c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:9f41c1d6d30eb2dad6d99e99cb297266611c303fb34b1b4409618948cc7fe12c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:9f41c1d6d30eb2dad6d99e99cb297266611c303fb34b1b4409618948cc7fe12c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-rhel9@sha256%3A9f41c1d6d30eb2dad6d99e99cb297266611c303fb34b1b4409618948cc7fe12c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774301252"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:110a149c567c0e4f94902bcd3f8326d8f0cee6f228b29ead637a59446f7b965c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:110a149c567c0e4f94902bcd3f8326d8f0cee6f228b29ead637a59446f7b965c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:110a149c567c0e4f94902bcd3f8326d8f0cee6f228b29ead637a59446f7b965c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-operator-rhel9@sha256%3A110a149c567c0e4f94902bcd3f8326d8f0cee6f228b29ead637a59446f7b965c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774302323"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:cb5f5a8dc90ff44c4a9a244707f69e143cb8aae90f508cb326a729cef17b466e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:cb5f5a8dc90ff44c4a9a244707f69e143cb8aae90f508cb326a729cef17b466e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:cb5f5a8dc90ff44c4a9a244707f69e143cb8aae90f508cb326a729cef17b466e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3Acb5f5a8dc90ff44c4a9a244707f69e143cb8aae90f508cb326a729cef17b466e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774315607"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8c30253d3aff1f5c4c807da2937ba99c6712927aababb2b69292e2c8a1340246_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8c30253d3aff1f5c4c807da2937ba99c6712927aababb2b69292e2c8a1340246_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8c30253d3aff1f5c4c807da2937ba99c6712927aababb2b69292e2c8a1340246_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-insights-rhel9-operator@sha256%3A8c30253d3aff1f5c4c807da2937ba99c6712927aababb2b69292e2c8a1340246?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774327682"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:07b03e81bbd5db08143e93e6c3aa8fe2384ccf9b0a4801edf507695c46411f42_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:07b03e81bbd5db08143e93e6c3aa8fe2384ccf9b0a4801edf507695c46411f42_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:07b03e81bbd5db08143e93e6c3aa8fe2384ccf9b0a4801edf507695c46411f42_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-rhel9@sha256%3A07b03e81bbd5db08143e93e6c3aa8fe2384ccf9b0a4801edf507695c46411f42?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774349510"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:c754cae62bc2195133ad20803f900eb322beb5830e9d10bd952a3a3924ce40cd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:c754cae62bc2195133ad20803f900eb322beb5830e9d10bd952a3a3924ce40cd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:c754cae62bc2195133ad20803f900eb322beb5830e9d10bd952a3a3924ce40cd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-altinfra-rhel9@sha256%3Ac754cae62bc2195133ad20803f900eb322beb5830e9d10bd952a3a3924ce40cd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774349579"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:34c6a7978a9e9fdd1adec81d2c9f668ef9f7bfe114e71be6dba4e274e8c1a66f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:34c6a7978a9e9fdd1adec81d2c9f668ef9f7bfe114e71be6dba4e274e8c1a66f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:34c6a7978a9e9fdd1adec81d2c9f668ef9f7bfe114e71be6dba4e274e8c1a66f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-artifacts-rhel9@sha256%3A34c6a7978a9e9fdd1adec81d2c9f668ef9f7bfe114e71be6dba4e274e8c1a66f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774349545"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:de1a387a24f617b5543294f8af190e16e14ac5bd1d0d6ea6a10eae6d55ecb27b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:de1a387a24f617b5543294f8af190e16e14ac5bd1d0d6ea6a10eae6d55ecb27b_ppc64le",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:de1a387a24f617b5543294f8af190e16e14ac5bd1d0d6ea6a10eae6d55ecb27b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kube-metrics-server-rhel9@sha256%3Ade1a387a24f617b5543294f8af190e16e14ac5bd1d0d6ea6a10eae6d55ecb27b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774324364"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:be0b31aee69409243b2026a3bfe8bcf52ba65dca9024f173fb66cf81082736b8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:be0b31aee69409243b2026a3bfe8bcf52ba65dca9024f173fb66cf81082736b8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:be0b31aee69409243b2026a3bfe8bcf52ba65dca9024f173fb66cf81082736b8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-storage-version-migrator-rhel9@sha256%3Abe0b31aee69409243b2026a3bfe8bcf52ba65dca9024f173fb66cf81082736b8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774323909"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:fb0035f0c471b4e563b7240508b2cd637b80253a32b473e5ea92c8937561e907_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:fb0035f0c471b4e563b7240508b2cd637b80253a32b473e5ea92c8937561e907_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:fb0035f0c471b4e563b7240508b2cd637b80253a32b473e5ea92c8937561e907_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3Afb0035f0c471b4e563b7240508b2cd637b80253a32b473e5ea92c8937561e907?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774326160"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:34484b1162cc151a8688ddea4f7902759d79b3d87964e6d415681bf4977857b2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:34484b1162cc151a8688ddea4f7902759d79b3d87964e6d415681bf4977857b2_ppc64le",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:34484b1162cc151a8688ddea4f7902759d79b3d87964e6d415681bf4977857b2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubevirt-csi-driver-rhel9@sha256%3A34484b1162cc151a8688ddea4f7902759d79b3d87964e6d415681bf4977857b2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774328075"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b1fed06b81f9e7616fa4618bb9d4ddc558368d3d5cce82d28abc4315ca7a6b6c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b1fed06b81f9e7616fa4618bb9d4ddc558368d3d5cce82d28abc4315ca7a6b6c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b1fed06b81f9e7616fa4618bb9d4ddc558368d3d5cce82d28abc4315ca7a6b6c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-libvirt-machine-controllers-rhel9@sha256%3Ab1fed06b81f9e7616fa4618bb9d4ddc558368d3d5cce82d28abc4315ca7a6b6c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774440722"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:f06e1c713c2aa045e3ec30c0791c5d07ea1d52a0edc1ad15e4ba38a813ad08d0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:f06e1c713c2aa045e3ec30c0791c5d07ea1d52a0edc1ad15e4ba38a813ad08d0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:f06e1c713c2aa045e3ec30c0791c5d07ea1d52a0edc1ad15e4ba38a813ad08d0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-rhel9-operator@sha256%3Af06e1c713c2aa045e3ec30c0791c5d07ea1d52a0edc1ad15e4ba38a813ad08d0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774327436"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:5591aa5d0b5435c9e793a67e55e0703b3c299278cb1ff864424cd5f512b07ff0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:5591aa5d0b5435c9e793a67e55e0703b3c299278cb1ff864424cd5f512b07ff0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:5591aa5d0b5435c9e793a67e55e0703b3c299278cb1ff864424cd5f512b07ff0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-gcp-rhel9@sha256%3A5591aa5d0b5435c9e793a67e55e0703b3c299278cb1ff864424cd5f512b07ff0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774300560"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:3fade7400e8f130d346195b631dcca3652d5f6dc99213a8cfbc4de54bae2b907_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:3fade7400e8f130d346195b631dcca3652d5f6dc99213a8cfbc4de54bae2b907_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:3fade7400e8f130d346195b631dcca3652d5f6dc99213a8cfbc4de54bae2b907_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-openstack-rhel9@sha256%3A3fade7400e8f130d346195b631dcca3652d5f6dc99213a8cfbc4de54bae2b907?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774404793"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a569ce5848ee3f1518f6340bd8869899b3e7e30f5e99267240b83c598b65358f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a569ce5848ee3f1518f6340bd8869899b3e7e30f5e99267240b83c598b65358f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a569ce5848ee3f1518f6340bd8869899b3e7e30f5e99267240b83c598b65358f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-config-rhel9-operator@sha256%3Aa569ce5848ee3f1518f6340bd8869899b3e7e30f5e99267240b83c598b65358f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774329337"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e2eee7c9f42630d9392778fdf7032eabd00fb9b1176ba9d7d70d362384fbdba3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e2eee7c9f42630d9392778fdf7032eabd00fb9b1176ba9d7d70d362384fbdba3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e2eee7c9f42630d9392778fdf7032eabd00fb9b1176ba9d7d70d362384fbdba3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-os-images-rhel9@sha256%3Ae2eee7c9f42630d9392778fdf7032eabd00fb9b1176ba9d7d70d362384fbdba3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774358390"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:bef060c7eea469b7a2d8546a72d48ed915f19d78feb5b46388c3a53d18bb3cd9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:bef060c7eea469b7a2d8546a72d48ed915f19d78feb5b46388c3a53d18bb3cd9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:bef060c7eea469b7a2d8546a72d48ed915f19d78feb5b46388c3a53d18bb3cd9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-admission-controller-rhel9@sha256%3Abef060c7eea469b7a2d8546a72d48ed915f19d78feb5b46388c3a53d18bb3cd9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774315760"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7dbeb87ecd76017e7ca52613a6be8ef86b6063fe414671b138d3ef2c4db70b5a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7dbeb87ecd76017e7ca52613a6be8ef86b6063fe414671b138d3ef2c4db70b5a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7dbeb87ecd76017e7ca52613a6be8ef86b6063fe414671b138d3ef2c4db70b5a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-route-override-cni-rhel9@sha256%3A7dbeb87ecd76017e7ca52613a6be8ef86b6063fe414671b138d3ef2c4db70b5a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774329036"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5ec2a44bc231ce23e9118abf864923cc9014d44a26e3b97acc87c0b8a9287cd8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5ec2a44bc231ce23e9118abf864923cc9014d44a26e3b97acc87c0b8a9287cd8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5ec2a44bc231ce23e9118abf864923cc9014d44a26e3b97acc87c0b8a9287cd8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3A5ec2a44bc231ce23e9118abf864923cc9014d44a26e3b97acc87c0b8a9287cd8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774329097"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b4d3e8cca17975734956d07bfc7117b55f9a6656a5a73d799f53f419e2fcf254_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b4d3e8cca17975734956d07bfc7117b55f9a6656a5a73d799f53f419e2fcf254_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b4d3e8cca17975734956d07bfc7117b55f9a6656a5a73d799f53f419e2fcf254_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-must-gather-rhel9@sha256%3Ab4d3e8cca17975734956d07bfc7117b55f9a6656a5a73d799f53f419e2fcf254?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774340188"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:eb7cb8f4e5a06ba636e2c56c92e40dbe02968cdcc061798492da5913cfae6376_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:eb7cb8f4e5a06ba636e2c56c92e40dbe02968cdcc061798492da5913cfae6376_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:eb7cb8f4e5a06ba636e2c56c92e40dbe02968cdcc061798492da5913cfae6376_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-interface-bond-cni-rhel9@sha256%3Aeb7cb8f4e5a06ba636e2c56c92e40dbe02968cdcc061798492da5913cfae6376?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774343616"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:238c94eec839de9599a612369fa67110c68713abe49eb92a41b3e17b5288e2f0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:238c94eec839de9599a612369fa67110c68713abe49eb92a41b3e17b5288e2f0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:238c94eec839de9599a612369fa67110c68713abe49eb92a41b3e17b5288e2f0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-metrics-daemon-rhel9@sha256%3A238c94eec839de9599a612369fa67110c68713abe49eb92a41b3e17b5288e2f0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774327446"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:afc3f7c3975c2e76752c44e88bcc1eb21c7f963eebace13680df4247ad6258aa_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:afc3f7c3975c2e76752c44e88bcc1eb21c7f963eebace13680df4247ad6258aa_ppc64le",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:afc3f7c3975c2e76752c44e88bcc1eb21c7f963eebace13680df4247ad6258aa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/network-tools-rhel9@sha256%3Aafc3f7c3975c2e76752c44e88bcc1eb21c7f963eebace13680df4247ad6258aa?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774408256"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:5240983e2e95adc541780dcffa0335ece2225ab7213a40e25e0827b4679d0f6f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:5240983e2e95adc541780dcffa0335ece2225ab7213a40e25e0827b4679d0f6f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:5240983e2e95adc541780dcffa0335ece2225ab7213a40e25e0827b4679d0f6f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-apiserver-rhel9@sha256%3A5240983e2e95adc541780dcffa0335ece2225ab7213a40e25e0827b4679d0f6f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774326416"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3dfa0e0157beb5a1bfcb2fdd650cc45733942e0440e1727b48551d560f3512a8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3dfa0e0157beb5a1bfcb2fdd650cc45733942e0440e1727b48551d560f3512a8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3dfa0e0157beb5a1bfcb2fdd650cc45733942e0440e1727b48551d560f3512a8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-catalogd-rhel9@sha256%3A3dfa0e0157beb5a1bfcb2fdd650cc45733942e0440e1727b48551d560f3512a8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774327735"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:66c2db321bd5134a1f1d5548ba48c313c738c6685b0ddd60ff93f0ea91ae6fc7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:66c2db321bd5134a1f1d5548ba48c313c738c6685b0ddd60ff93f0ea91ae6fc7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:66c2db321bd5134a1f1d5548ba48c313c738c6685b0ddd60ff93f0ea91ae6fc7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-operator-controller-rhel9@sha256%3A66c2db321bd5134a1f1d5548ba48c313c738c6685b0ddd60ff93f0ea91ae6fc7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774324727"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:d004edb692ce99057d62d1aba4216534a456ac39f355dfbfbdf13fd2f3a33a53_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:d004edb692ce99057d62d1aba4216534a456ac39f355dfbfbdf13fd2f3a33a53_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:d004edb692ce99057d62d1aba4216534a456ac39f355dfbfbdf13fd2f3a33a53_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-rukpak-rhel9@sha256%3Ad004edb692ce99057d62d1aba4216534a456ac39f355dfbfbdf13fd2f3a33a53?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774324364"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:9792c1dcd4e9a0421f976832ba0ccda917112fe0b565b7637b3c1966bce95711_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:9792c1dcd4e9a0421f976832ba0ccda917112fe0b565b7637b3c1966bce95711_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:9792c1dcd4e9a0421f976832ba0ccda917112fe0b565b7637b3c1966bce95711_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-apiserver-rhel9@sha256%3A9792c1dcd4e9a0421f976832ba0ccda917112fe0b565b7637b3c1966bce95711?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774323789"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:d85fbc8f3126e539cff1e42b2c2919b056a5fa7cfb6272fe7880af8f153c4ab3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:d85fbc8f3126e539cff1e42b2c2919b056a5fa7cfb6272fe7880af8f153c4ab3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:d85fbc8f3126e539cff1e42b2c2919b056a5fa7cfb6272fe7880af8f153c4ab3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-controller-manager-rhel9@sha256%3Ad85fbc8f3126e539cff1e42b2c2919b056a5fa7cfb6272fe7880af8f153c4ab3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774322635"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:138f37f3658eed71fd8dfb9019b9d2a59b3245082c5d99b0cbc391a9fcc4534a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:138f37f3658eed71fd8dfb9019b9d2a59b3245082c5d99b0cbc391a9fcc4534a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:138f37f3658eed71fd8dfb9019b9d2a59b3245082c5d99b0cbc391a9fcc4534a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9@sha256%3A138f37f3658eed71fd8dfb9019b9d2a59b3245082c5d99b0cbc391a9fcc4534a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774322616"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:99b6d20d9fe1f8eed07149fe581d5ddaf320120081832c43f6f2bdf1375dd51a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:99b6d20d9fe1f8eed07149fe581d5ddaf320120081832c43f6f2bdf1375dd51a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:99b6d20d9fe1f8eed07149fe581d5ddaf320120081832c43f6f2bdf1375dd51a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3A99b6d20d9fe1f8eed07149fe581d5ddaf320120081832c43f6f2bdf1375dd51a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774316379"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d90c9589f9c795d7d7d613154e67a18486575cbcd003941008f0269da1aafc54_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d90c9589f9c795d7d7d613154e67a18486575cbcd003941008f0269da1aafc54_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d90c9589f9c795d7d7d613154e67a18486575cbcd003941008f0269da1aafc54_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cloud-controller-manager-rhel9@sha256%3Ad90c9589f9c795d7d7d613154e67a18486575cbcd003941008f0269da1aafc54?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774316219"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5a9904d36258f8a5597522d5c04e7a53dcf37d5e4f7d806fdee88da4d90fbb5c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5a9904d36258f8a5597522d5c04e7a53dcf37d5e4f7d806fdee88da4d90fbb5c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5a9904d36258f8a5597522d5c04e7a53dcf37d5e4f7d806fdee88da4d90fbb5c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-framework-tools-rhel9@sha256%3A5a9904d36258f8a5597522d5c04e7a53dcf37d5e4f7d806fdee88da4d90fbb5c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774329085"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:f7efba876b236fc8f9d4d48aa24d9f3b7cb6906fd46f22054a9bb52ab59e40c3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:f7efba876b236fc8f9d4d48aa24d9f3b7cb6906fd46f22054a9bb52ab59e40c3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:f7efba876b236fc8f9d4d48aa24d9f3b7cb6906fd46f22054a9bb52ab59e40c3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9@sha256%3Af7efba876b236fc8f9d4d48aa24d9f3b7cb6906fd46f22054a9bb52ab59e40c3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774328956"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:26bd86e888bb6cd36f1cbbe81725b4e51d6e7c84b7df102abc0513bc2ba2bdf1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:26bd86e888bb6cd36f1cbbe81725b4e51d6e7c84b7df102abc0513bc2ba2bdf1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:26bd86e888bb6cd36f1cbbe81725b4e51d6e7c84b7df102abc0513bc2ba2bdf1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-rhel9@sha256%3A26bd86e888bb6cd36f1cbbe81725b4e51d6e7c84b7df102abc0513bc2ba2bdf1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774339194"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:0ded86b43fd8fc060ccb42b4a1d29050cae776d972475944b9ff5a44c045f785_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:0ded86b43fd8fc060ccb42b4a1d29050cae776d972475944b9ff5a44c045f785_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:0ded86b43fd8fc060ccb42b4a1d29050cae776d972475944b9ff5a44c045f785_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-block-csi-driver-rhel9@sha256%3A0ded86b43fd8fc060ccb42b4a1d29050cae776d972475944b9ff5a44c045f785?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774299485"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:d29a40382e43994eadfa1f692bcf0e65c3b5e1ee8d6f222ad03a917fb61deaa4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:d29a40382e43994eadfa1f692bcf0e65c3b5e1ee8d6f222ad03a917fb61deaa4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:d29a40382e43994eadfa1f692bcf0e65c3b5e1ee8d6f222ad03a917fb61deaa4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-block-csi-driver-rhel9-operator@sha256%3Ad29a40382e43994eadfa1f692bcf0e65c3b5e1ee8d6f222ad03a917fb61deaa4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774300781"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:e5a242c1b55a04cb96918227c207b2324997497a09c758deec015cba2218bd85_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:e5a242c1b55a04cb96918227c207b2324997497a09c758deec015cba2218bd85_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:e5a242c1b55a04cb96918227c207b2324997497a09c758deec015cba2218bd85_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-cloud-controller-manager-rhel9@sha256%3Ae5a242c1b55a04cb96918227c207b2324997497a09c758deec015cba2218bd85?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774302324"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:812e2ba9705c4dd3841e469e4a7613fd2ed565f4d29c2ea3e11653ac891b67da_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:812e2ba9705c4dd3841e469e4a7613fd2ed565f4d29c2ea3e11653ac891b67da_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:812e2ba9705c4dd3841e469e4a7613fd2ed565f4d29c2ea3e11653ac891b67da_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-machine-controllers-rhel9@sha256%3A812e2ba9705c4dd3841e469e4a7613fd2ed565f4d29c2ea3e11653ac891b67da?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774302328"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:b2c317fb6724449e50bf9f781c0655bc4351090d6176ceca459417f3962145b6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:b2c317fb6724449e50bf9f781c0655bc4351090d6176ceca459417f3962145b6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:b2c317fb6724449e50bf9f781c0655bc4351090d6176ceca459417f3962145b6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-k8s-prometheus-adapter-rhel9@sha256%3Ab2c317fb6724449e50bf9f781c0655bc4351090d6176ceca459417f3962145b6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774323177"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:f576a319aa6e34aac3c0cefca29c55d24ab9918462040eb4b7f27cf09f26772e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:f576a319aa6e34aac3c0cefca29c55d24ab9918462040eb4b7f27cf09f26772e_ppc64le",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:f576a319aa6e34aac3c0cefca29c55d24ab9918462040eb4b7f27cf09f26772e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openshift-route-controller-manager-rhel9@sha256%3Af576a319aa6e34aac3c0cefca29c55d24ab9918462040eb4b7f27cf09f26772e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774326142"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:968222fe445598e70aaaec54dae231a6eb5ed952417c572ded71241d5362edc9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:968222fe445598e70aaaec54dae231a6eb5ed952417c572ded71241d5362edc9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:968222fe445598e70aaaec54dae231a6eb5ed952417c572ded71241d5362edc9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-sdn-rhel9@sha256%3A968222fe445598e70aaaec54dae231a6eb5ed952417c572ded71241d5362edc9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774329378"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:9e34e30a45e904081b5569ee95e1b80b5142f3c054b6437e51a2950b037268bb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:9e34e30a45e904081b5569ee95e1b80b5142f3c054b6437e51a2950b037268bb_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:9e34e30a45e904081b5569ee95e1b80b5142f3c054b6437e51a2950b037268bb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-service-ca-rhel9-operator@sha256%3A9e34e30a45e904081b5569ee95e1b80b5142f3c054b6437e51a2950b037268bb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774327275"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8bc499da3660ecbeb741285d71c404e89ecc160a7dc431c6f7937c23e065c56c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8bc499da3660ecbeb741285d71c404e89ecc160a7dc431c6f7937c23e065c56c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8bc499da3660ecbeb741285d71c404e89ecc160a7dc431c6f7937c23e065c56c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tools-rhel9@sha256%3A8bc499da3660ecbeb741285d71c404e89ecc160a7dc431c6f7937c23e065c56c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774404942"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:380900bb8838db0fa658984a2865f06c17f6eea5c1cf90c84715e79ac53e03a1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:380900bb8838db0fa658984a2865f06c17f6eea5c1cf90c84715e79ac53e03a1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:380900bb8838db0fa658984a2865f06c17f6eea5c1cf90c84715e79ac53e03a1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-microshift-rhel9@sha256%3A380900bb8838db0fa658984a2865f06c17f6eea5c1cf90c84715e79ac53e03a1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774339140"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:fd22a989efa582af4d13f726034af9291db503807b991930d9caeb5a34849e89_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:fd22a989efa582af4d13f726034af9291db503807b991930d9caeb5a34849e89_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:fd22a989efa582af4d13f726034af9291db503807b991930d9caeb5a34849e89_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prom-label-proxy-rhel9@sha256%3Afd22a989efa582af4d13f726034af9291db503807b991930d9caeb5a34849e89?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774325088"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:395aeaf5d6abd849d53d71f5483f64bc053686120b55831a1899872a4e47655a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:395aeaf5d6abd849d53d71f5483f64bc053686120b55831a1899872a4e47655a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:395aeaf5d6abd849d53d71f5483f64bc053686120b55831a1899872a4e47655a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-config-reloader-rhel9@sha256%3A395aeaf5d6abd849d53d71f5483f64bc053686120b55831a1899872a4e47655a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774323102"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e1bc5455f3edc097434acb82015fa21b171ee765ec3befdf004488912993d30c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e1bc5455f3edc097434acb82015fa21b171ee765ec3befdf004488912993d30c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e1bc5455f3edc097434acb82015fa21b171ee765ec3befdf004488912993d30c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9-operator@sha256%3Ae1bc5455f3edc097434acb82015fa21b171ee765ec3befdf004488912993d30c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774323566"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ff27a6b88cf334cc6e18fc1a0dc3bd6238eee0473b5998182cdfeff267e6eb68_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ff27a6b88cf334cc6e18fc1a0dc3bd6238eee0473b5998182cdfeff267e6eb68_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ff27a6b88cf334cc6e18fc1a0dc3bd6238eee0473b5998182cdfeff267e6eb68_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-operator-admission-webhook-rhel9@sha256%3Aff27a6b88cf334cc6e18fc1a0dc3bd6238eee0473b5998182cdfeff267e6eb68?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774324565"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:49a55d7a910c4385d9e9ec7a12b55b5329e57f4091dc2d2371155bc6b7366e00_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:49a55d7a910c4385d9e9ec7a12b55b5329e57f4091dc2d2371155bc6b7366e00_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:49a55d7a910c4385d9e9ec7a12b55b5329e57f4091dc2d2371155bc6b7366e00_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-telemeter-rhel9@sha256%3A49a55d7a910c4385d9e9ec7a12b55b5329e57f4091dc2d2371155bc6b7366e00?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774323736"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:cd2971350ce22496f03b2e5b43bd575af3e7131410d7d4039bf05af93f2bc55c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:cd2971350ce22496f03b2e5b43bd575af3e7131410d7d4039bf05af93f2bc55c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:cd2971350ce22496f03b2e5b43bd575af3e7131410d7d4039bf05af93f2bc55c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-thanos-rhel9@sha256%3Acd2971350ce22496f03b2e5b43bd575af3e7131410d7d4039bf05af93f2bc55c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774321992"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:051b7a071f478879fafeb72cb9044f6b2cd18fa2c6483dc3c4c980a52d415d77_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:051b7a071f478879fafeb72cb9044f6b2cd18fa2c6483dc3c4c980a52d415d77_s390x"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:051b7a071f478879fafeb72cb9044f6b2cd18fa2c6483dc3c4c980a52d415d77_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:3b26f11f424cfe0088f5ddc11be2f4e4a562b95e1d89ef8afb2bd086cc31fb17_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:3b26f11f424cfe0088f5ddc11be2f4e4a562b95e1d89ef8afb2bd086cc31fb17_amd64"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:3b26f11f424cfe0088f5ddc11be2f4e4a562b95e1d89ef8afb2bd086cc31fb17_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:df40915a48e2dbf497d410c80c0d8c4241cc9e50a30731eb15b5366436f3f3d0_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:df40915a48e2dbf497d410c80c0d8c4241cc9e50a30731eb15b5366436f3f3d0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:df40915a48e2dbf497d410c80c0d8c4241cc9e50a30731eb15b5366436f3f3d0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:f7588da590b24e9cc405bd59109d09f3046bf37305fc2e5b26da29651e82223e_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:f7588da590b24e9cc405bd59109d09f3046bf37305fc2e5b26da29651e82223e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:f7588da590b24e9cc405bd59109d09f3046bf37305fc2e5b26da29651e82223e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:2c7a047b341265c656f0fae0ffe3d7a795567b4741bf490788ed9c81e3950501_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:2c7a047b341265c656f0fae0ffe3d7a795567b4741bf490788ed9c81e3950501_arm64"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:2c7a047b341265c656f0fae0ffe3d7a795567b4741bf490788ed9c81e3950501_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4cdeffe7a8b8d3757cd7978febb6abf7790e346b7f9f7ea84c028b08a163200a_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4cdeffe7a8b8d3757cd7978febb6abf7790e346b7f9f7ea84c028b08a163200a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4cdeffe7a8b8d3757cd7978febb6abf7790e346b7f9f7ea84c028b08a163200a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c52088ab317b1e30a85c824e26c217d8073dcea907dc3c9502fc86aca86f5bdc_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c52088ab317b1e30a85c824e26c217d8073dcea907dc3c9502fc86aca86f5bdc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c52088ab317b1e30a85c824e26c217d8073dcea907dc3c9502fc86aca86f5bdc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:e0495d291012c2a231d6f886ea696e09dd60d8f40e6b2f60620b773d4c42a356_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:e0495d291012c2a231d6f886ea696e09dd60d8f40e6b2f60620b773d4c42a356_s390x"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:e0495d291012c2a231d6f886ea696e09dd60d8f40e6b2f60620b773d4c42a356_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:12e290355046e5f549a8cdae7517128f87ff3f03d5f25a36b5d8a718599d239a_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:12e290355046e5f549a8cdae7517128f87ff3f03d5f25a36b5d8a718599d239a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:12e290355046e5f549a8cdae7517128f87ff3f03d5f25a36b5d8a718599d239a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:74ab03d28abc171a23c493c17b5116b6a1235cf9a21b5fff2c9a1db24cea43de_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:74ab03d28abc171a23c493c17b5116b6a1235cf9a21b5fff2c9a1db24cea43de_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:74ab03d28abc171a23c493c17b5116b6a1235cf9a21b5fff2c9a1db24cea43de_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:ea4b1b706d596b1f85b08b21e0a1b63a31475e4addd288d6f0d0e94028c9980b_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:ea4b1b706d596b1f85b08b21e0a1b63a31475e4addd288d6f0d0e94028c9980b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:ea4b1b706d596b1f85b08b21e0a1b63a31475e4addd288d6f0d0e94028c9980b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:fbc7412064c5c4f6c7dcc8473da95f953534a31bbe49b21326d1b8de453da45f_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:fbc7412064c5c4f6c7dcc8473da95f953534a31bbe49b21326d1b8de453da45f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:fbc7412064c5c4f6c7dcc8473da95f953534a31bbe49b21326d1b8de453da45f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:01e9215b7716e72604cb20070c22e90b3018cc8a3bb4c47ff24ad4de9e5f00dc_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:01e9215b7716e72604cb20070c22e90b3018cc8a3bb4c47ff24ad4de9e5f00dc_s390x"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:01e9215b7716e72604cb20070c22e90b3018cc8a3bb4c47ff24ad4de9e5f00dc_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0f4ba1e847fec5e9a3b63f7d154778b333643459228d41ac48959f6589957bfe_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0f4ba1e847fec5e9a3b63f7d154778b333643459228d41ac48959f6589957bfe_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0f4ba1e847fec5e9a3b63f7d154778b333643459228d41ac48959f6589957bfe_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bad42fbb57b49339dfb5ca4dd0882d707249d74ac11a3e85f8edec2eb7505873_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bad42fbb57b49339dfb5ca4dd0882d707249d74ac11a3e85f8edec2eb7505873_arm64"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bad42fbb57b49339dfb5ca4dd0882d707249d74ac11a3e85f8edec2eb7505873_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e82feeaae65417ea40580d5f3125c213e8f6b95a7921debb77221cd0adc37406_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e82feeaae65417ea40580d5f3125c213e8f6b95a7921debb77221cd0adc37406_amd64"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e82feeaae65417ea40580d5f3125c213e8f6b95a7921debb77221cd0adc37406_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b077b4ca2e27e13b05c265c8acdf59c50dbd4a7a59b9d9dd4da4200a55a8e0e5_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b077b4ca2e27e13b05c265c8acdf59c50dbd4a7a59b9d9dd4da4200a55a8e0e5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b077b4ca2e27e13b05c265c8acdf59c50dbd4a7a59b9d9dd4da4200a55a8e0e5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bb31d4f6ba51c99a802448588a475bf3dffce347d33881f3da36763b5d17a5e3_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bb31d4f6ba51c99a802448588a475bf3dffce347d33881f3da36763b5d17a5e3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bb31d4f6ba51c99a802448588a475bf3dffce347d33881f3da36763b5d17a5e3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cedfbc0c49943d0050f68dea0b9c4757b27436f6dcb3ebca48470296ae722def_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cedfbc0c49943d0050f68dea0b9c4757b27436f6dcb3ebca48470296ae722def_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cedfbc0c49943d0050f68dea0b9c4757b27436f6dcb3ebca48470296ae722def_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:f1cf2508b6aeea813dd73746ba37eec67fb4cb6443a2d3bbd8abc0d2267c4331_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:f1cf2508b6aeea813dd73746ba37eec67fb4cb6443a2d3bbd8abc0d2267c4331_amd64"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:f1cf2508b6aeea813dd73746ba37eec67fb4cb6443a2d3bbd8abc0d2267c4331_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6ad8b7e4c729b8f9bc42b2387ce3b6887610c22fed937cc07a03ec775f534584_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6ad8b7e4c729b8f9bc42b2387ce3b6887610c22fed937cc07a03ec775f534584_amd64"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6ad8b7e4c729b8f9bc42b2387ce3b6887610c22fed937cc07a03ec775f534584_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:8c58ad7ed30b5922d04336d01dd5cdcf35fa7d35ba40de558330932b6983efc8_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:8c58ad7ed30b5922d04336d01dd5cdcf35fa7d35ba40de558330932b6983efc8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:8c58ad7ed30b5922d04336d01dd5cdcf35fa7d35ba40de558330932b6983efc8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ac50cdd09950ad634eb350219a31e2ea189f8281f00d52e92811e30e50e33c55_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ac50cdd09950ad634eb350219a31e2ea189f8281f00d52e92811e30e50e33c55_s390x"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ac50cdd09950ad634eb350219a31e2ea189f8281f00d52e92811e30e50e33c55_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:cabdde4581ab4aa592167587405fff8bc310c0576b77fc65013764182bd77c09_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:cabdde4581ab4aa592167587405fff8bc310c0576b77fc65013764182bd77c09_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:cabdde4581ab4aa592167587405fff8bc310c0576b77fc65013764182bd77c09_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:38a4a2ae97d1b1e465974b97b23135e9de76252f02e725449406a3660d971a06_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:38a4a2ae97d1b1e465974b97b23135e9de76252f02e725449406a3660d971a06_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:38a4a2ae97d1b1e465974b97b23135e9de76252f02e725449406a3660d971a06_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:80131fcc9c8fc87d4636a5f44fbfa9e73c25b1391f95f66c3241c8ccc3083d80_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:80131fcc9c8fc87d4636a5f44fbfa9e73c25b1391f95f66c3241c8ccc3083d80_arm64"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:80131fcc9c8fc87d4636a5f44fbfa9e73c25b1391f95f66c3241c8ccc3083d80_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:aef6e7b6ca3416d8e360bca6cd6c7fe54b883b97e1e3b86c775ca55e76523784_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:aef6e7b6ca3416d8e360bca6cd6c7fe54b883b97e1e3b86c775ca55e76523784_s390x"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:aef6e7b6ca3416d8e360bca6cd6c7fe54b883b97e1e3b86c775ca55e76523784_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:de1a387a24f617b5543294f8af190e16e14ac5bd1d0d6ea6a10eae6d55ecb27b_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:de1a387a24f617b5543294f8af190e16e14ac5bd1d0d6ea6a10eae6d55ecb27b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:de1a387a24f617b5543294f8af190e16e14ac5bd1d0d6ea6a10eae6d55ecb27b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:34484b1162cc151a8688ddea4f7902759d79b3d87964e6d415681bf4977857b2_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:34484b1162cc151a8688ddea4f7902759d79b3d87964e6d415681bf4977857b2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:34484b1162cc151a8688ddea4f7902759d79b3d87964e6d415681bf4977857b2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9a730cdf4a926b27d03ec1b85e0eaa9df4b2957e21f3fcc34312dde6a76bbc97_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9a730cdf4a926b27d03ec1b85e0eaa9df4b2957e21f3fcc34312dde6a76bbc97_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9a730cdf4a926b27d03ec1b85e0eaa9df4b2957e21f3fcc34312dde6a76bbc97_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c1799e7e4d9ce6f8f5bd944d1d9c6a0597eedd7d7c07688ab5a145c0c0884331_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c1799e7e4d9ce6f8f5bd944d1d9c6a0597eedd7d7c07688ab5a145c0c0884331_arm64"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c1799e7e4d9ce6f8f5bd944d1d9c6a0597eedd7d7c07688ab5a145c0c0884331_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e3ce69e4555552bc0ca2294f3ae28a485e60d8a8babdf0a81f2b7ff15c41a3f5_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e3ce69e4555552bc0ca2294f3ae28a485e60d8a8babdf0a81f2b7ff15c41a3f5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e3ce69e4555552bc0ca2294f3ae28a485e60d8a8babdf0a81f2b7ff15c41a3f5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:5a51ba21c1feddf2638c7af98299e78c5d327a63ae6f5a596473dea0c4bf180e_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:5a51ba21c1feddf2638c7af98299e78c5d327a63ae6f5a596473dea0c4bf180e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:5a51ba21c1feddf2638c7af98299e78c5d327a63ae6f5a596473dea0c4bf180e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:afc3f7c3975c2e76752c44e88bcc1eb21c7f963eebace13680df4247ad6258aa_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:afc3f7c3975c2e76752c44e88bcc1eb21c7f963eebace13680df4247ad6258aa_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:afc3f7c3975c2e76752c44e88bcc1eb21c7f963eebace13680df4247ad6258aa_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:b765253cd60aec106ef28ddbfc9c1de7142f96feda2ab619c9f6ada3860417aa_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b765253cd60aec106ef28ddbfc9c1de7142f96feda2ab619c9f6ada3860417aa_amd64"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:b765253cd60aec106ef28ddbfc9c1de7142f96feda2ab619c9f6ada3860417aa_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:e78e85a755a5ed3f6040bcbf704f4c0ccb19bfeb199a51ab5c39b71a0ab4721b_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e78e85a755a5ed3f6040bcbf704f4c0ccb19bfeb199a51ab5c39b71a0ab4721b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:e78e85a755a5ed3f6040bcbf704f4c0ccb19bfeb199a51ab5c39b71a0ab4721b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:42b1d90a454d502b4a8d58b7889897a2204897713ff2f9a9dd845f067ed59620_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:42b1d90a454d502b4a8d58b7889897a2204897713ff2f9a9dd845f067ed59620_s390x"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:42b1d90a454d502b4a8d58b7889897a2204897713ff2f9a9dd845f067ed59620_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c6df0952603066fbdb561a01c9bc6928d9a6a79e51b3690f265601bf0ed8ebd4_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c6df0952603066fbdb561a01c9bc6928d9a6a79e51b3690f265601bf0ed8ebd4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c6df0952603066fbdb561a01c9bc6928d9a6a79e51b3690f265601bf0ed8ebd4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:de1e95785333a63f4a1e9cbbc7384e66f053e43af1d20d23caa9bfa29abf4ddb_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:de1e95785333a63f4a1e9cbbc7384e66f053e43af1d20d23caa9bfa29abf4ddb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:de1e95785333a63f4a1e9cbbc7384e66f053e43af1d20d23caa9bfa29abf4ddb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e6d477016f0e55e915bb08ae969ecffae5fe8bb0fe85c96e00b745528ebc2630_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e6d477016f0e55e915bb08ae969ecffae5fe8bb0fe85c96e00b745528ebc2630_amd64"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e6d477016f0e55e915bb08ae969ecffae5fe8bb0fe85c96e00b745528ebc2630_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:16c4c7b708d115a6b673a373b99b9b05336fc3166c5f0ef1b5008c335a303b42_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:16c4c7b708d115a6b673a373b99b9b05336fc3166c5f0ef1b5008c335a303b42_s390x"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:16c4c7b708d115a6b673a373b99b9b05336fc3166c5f0ef1b5008c335a303b42_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:76c398fe9d2591ecf28719d7a1c6b570441497c9d9a78cd376092dcdac2ea190_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:76c398fe9d2591ecf28719d7a1c6b570441497c9d9a78cd376092dcdac2ea190_amd64"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:76c398fe9d2591ecf28719d7a1c6b570441497c9d9a78cd376092dcdac2ea190_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:c8e36a9081b80b8073f3898a73a1a3a86022d300ba77af9b1e41331f61d7e553_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:c8e36a9081b80b8073f3898a73a1a3a86022d300ba77af9b1e41331f61d7e553_arm64"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:c8e36a9081b80b8073f3898a73a1a3a86022d300ba77af9b1e41331f61d7e553_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:f576a319aa6e34aac3c0cefca29c55d24ab9918462040eb4b7f27cf09f26772e_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:f576a319aa6e34aac3c0cefca29c55d24ab9918462040eb4b7f27cf09f26772e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:f576a319aa6e34aac3c0cefca29c55d24ab9918462040eb4b7f27cf09f26772e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1050c9427e5eb0771922f477e0927315d4c7ebedfecbd69e676b0fc483bd96d3_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1050c9427e5eb0771922f477e0927315d4c7ebedfecbd69e676b0fc483bd96d3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1050c9427e5eb0771922f477e0927315d4c7ebedfecbd69e676b0fc483bd96d3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1f360616eed0043920d6e6e444319264da60f7868872fa78d0765f394f686c30_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1f360616eed0043920d6e6e444319264da60f7868872fa78d0765f394f686c30_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1f360616eed0043920d6e6e444319264da60f7868872fa78d0765f394f686c30_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:57e6d159ebef99b05aaee193cfe600b2a426696c4bbd20d00969c7d01e6bc25e_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:57e6d159ebef99b05aaee193cfe600b2a426696c4bbd20d00969c7d01e6bc25e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:57e6d159ebef99b05aaee193cfe600b2a426696c4bbd20d00969c7d01e6bc25e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8883ca8959359fd84ac6c7a83571aa239796bbc5d580362aa749bfcc4b6984c7_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8883ca8959359fd84ac6c7a83571aa239796bbc5d580362aa749bfcc4b6984c7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8883ca8959359fd84ac6c7a83571aa239796bbc5d580362aa749bfcc4b6984c7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0da6e0ca7c13fdc40d3c6a3c34b97600d2b3792b27da2b280a89fbfd3958c91b_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0da6e0ca7c13fdc40d3c6a3c34b97600d2b3792b27da2b280a89fbfd3958c91b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0da6e0ca7c13fdc40d3c6a3c34b97600d2b3792b27da2b280a89fbfd3958c91b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:88da257b28d9eae361eaa27162c921ab719bb6b9235ea868526b7689ea5fe405_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:88da257b28d9eae361eaa27162c921ab719bb6b9235ea868526b7689ea5fe405_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:88da257b28d9eae361eaa27162c921ab719bb6b9235ea868526b7689ea5fe405_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:c0c576020d59eaa1f634f9ef493358f866dccfe7b2c0c635b98e8b55fefe1096_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:c0c576020d59eaa1f634f9ef493358f866dccfe7b2c0c635b98e8b55fefe1096_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:c0c576020d59eaa1f634f9ef493358f866dccfe7b2c0c635b98e8b55fefe1096_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e9e4e241c3311afcb48829362ac92b8d934453e958dbd5a52ec9bb95e578ee91_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e9e4e241c3311afcb48829362ac92b8d934453e958dbd5a52ec9bb95e578ee91_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e9e4e241c3311afcb48829362ac92b8d934453e958dbd5a52ec9bb95e578ee91_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1add4296afb6412eddc3ba2aed3c917b98518521d48ba41b28e8fc0f4d834cc4_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1add4296afb6412eddc3ba2aed3c917b98518521d48ba41b28e8fc0f4d834cc4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1add4296afb6412eddc3ba2aed3c917b98518521d48ba41b28e8fc0f4d834cc4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7195c3636df9ed4fa22299f7c18a79bd506913e9542f4172248e346ca4c9a8d8_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7195c3636df9ed4fa22299f7c18a79bd506913e9542f4172248e346ca4c9a8d8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7195c3636df9ed4fa22299f7c18a79bd506913e9542f4172248e346ca4c9a8d8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a84d9083cac068aa79fb3b60dc709c81092d5fb42dfbb02cc720190310cf1af8_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a84d9083cac068aa79fb3b60dc709c81092d5fb42dfbb02cc720190310cf1af8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a84d9083cac068aa79fb3b60dc709c81092d5fb42dfbb02cc720190310cf1af8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:d9632dfd9305193a65d701b29332c9f63faee5c3f461c09a341a494ead8b0149_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:d9632dfd9305193a65d701b29332c9f63faee5c3f461c09a341a494ead8b0149_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:d9632dfd9305193a65d701b29332c9f63faee5c3f461c09a341a494ead8b0149_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8223af98ca00442e0ef4bc945e42bd9ae21e071340453b62f0df9bcf956bcdc1_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8223af98ca00442e0ef4bc945e42bd9ae21e071340453b62f0df9bcf956bcdc1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8223af98ca00442e0ef4bc945e42bd9ae21e071340453b62f0df9bcf956bcdc1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a29004cbfac099c60b1fe4a61951e9cb1b1a1bbfc40d3f28da9557213e88bd7b_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a29004cbfac099c60b1fe4a61951e9cb1b1a1bbfc40d3f28da9557213e88bd7b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a29004cbfac099c60b1fe4a61951e9cb1b1a1bbfc40d3f28da9557213e88bd7b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a5100bab6e8547e3b37daefdfbcc3f65ddfa4daab07a00bb0ae2c6a0fd6ae9bd_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a5100bab6e8547e3b37daefdfbcc3f65ddfa4daab07a00bb0ae2c6a0fd6ae9bd_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a5100bab6e8547e3b37daefdfbcc3f65ddfa4daab07a00bb0ae2c6a0fd6ae9bd_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c124c5b1412fcb6fa05e40d156973b9ab4420f936d198c14aff12712a17bd289_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c124c5b1412fcb6fa05e40d156973b9ab4420f936d198c14aff12712a17bd289_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c124c5b1412fcb6fa05e40d156973b9ab4420f936d198c14aff12712a17bd289_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:26b16263fd2624cacf58280da821edabffece2f90dc6046726ff7cf7a65a62f8_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:26b16263fd2624cacf58280da821edabffece2f90dc6046726ff7cf7a65a62f8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:26b16263fd2624cacf58280da821edabffece2f90dc6046726ff7cf7a65a62f8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:38b3bb69d9d0a12a3fe5fca73bde60eded0809ba430ed883a8f3fd034ca0fa4a_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:38b3bb69d9d0a12a3fe5fca73bde60eded0809ba430ed883a8f3fd034ca0fa4a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:38b3bb69d9d0a12a3fe5fca73bde60eded0809ba430ed883a8f3fd034ca0fa4a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3ff1ed635edb3f2c1df70789b5d60d90c0cab42e7720c5c91471348aa5b50003_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3ff1ed635edb3f2c1df70789b5d60d90c0cab42e7720c5c91471348aa5b50003_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3ff1ed635edb3f2c1df70789b5d60d90c0cab42e7720c5c91471348aa5b50003_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a1f25c7cda4892f4ed680d4a5304d66c77f760a778f879422e000e21a6038d3c_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a1f25c7cda4892f4ed680d4a5304d66c77f760a778f879422e000e21a6038d3c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a1f25c7cda4892f4ed680d4a5304d66c77f760a778f879422e000e21a6038d3c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:3083b6b6a5d5ede007301668db59a6b4d6ea93f44d04fc1142dbb457a56de06f_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:3083b6b6a5d5ede007301668db59a6b4d6ea93f44d04fc1142dbb457a56de06f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:3083b6b6a5d5ede007301668db59a6b4d6ea93f44d04fc1142dbb457a56de06f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:6742b1e28065f60c800aa17c9c946ba6999de6491092708554e614628b82c16a_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:6742b1e28065f60c800aa17c9c946ba6999de6491092708554e614628b82c16a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:6742b1e28065f60c800aa17c9c946ba6999de6491092708554e614628b82c16a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:40f9cc27484d19d0aa5897eca6e8124d241c684a69f7d903ebde54b967c18ce7_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:40f9cc27484d19d0aa5897eca6e8124d241c684a69f7d903ebde54b967c18ce7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:40f9cc27484d19d0aa5897eca6e8124d241c684a69f7d903ebde54b967c18ce7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:5d7f2f7f44e95c44b52061911b935feda57913b8d7c476827e92a201cccadf17_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:5d7f2f7f44e95c44b52061911b935feda57913b8d7c476827e92a201cccadf17_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:5d7f2f7f44e95c44b52061911b935feda57913b8d7c476827e92a201cccadf17_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:65823ce6289d3b08e6fb27c406c37092059785dc0dbc54456d2a96248aa422f7_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:65823ce6289d3b08e6fb27c406c37092059785dc0dbc54456d2a96248aa422f7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:65823ce6289d3b08e6fb27c406c37092059785dc0dbc54456d2a96248aa422f7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ca104fcefa667959c6e2d171f61b8985435b893f8fcad1a586dec476adc765ef_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ca104fcefa667959c6e2d171f61b8985435b893f8fcad1a586dec476adc765ef_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ca104fcefa667959c6e2d171f61b8985435b893f8fcad1a586dec476adc765ef_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:1aa07336646cb2b4e19454afa30a0723baafae5747756aa32f3acfcf85c281d7_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:1aa07336646cb2b4e19454afa30a0723baafae5747756aa32f3acfcf85c281d7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:1aa07336646cb2b4e19454afa30a0723baafae5747756aa32f3acfcf85c281d7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:eb1555caf1a4e5039db7e004a3809f52c5f6046f9a8252b7d1ccbca406ae45ef_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:eb1555caf1a4e5039db7e004a3809f52c5f6046f9a8252b7d1ccbca406ae45ef_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:eb1555caf1a4e5039db7e004a3809f52c5f6046f9a8252b7d1ccbca406ae45ef_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:6fd14a5c7156ea8735e030e15e7ccdd1ffebb8966e61e3e108d524d8343d50a9_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:6fd14a5c7156ea8735e030e15e7ccdd1ffebb8966e61e3e108d524d8343d50a9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:6fd14a5c7156ea8735e030e15e7ccdd1ffebb8966e61e3e108d524d8343d50a9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:b89a349b9b434744f27c2695394b5d4ab75aee78b92750fcac56e5bbf6db0893_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:b89a349b9b434744f27c2695394b5d4ab75aee78b92750fcac56e5bbf6db0893_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:b89a349b9b434744f27c2695394b5d4ab75aee78b92750fcac56e5bbf6db0893_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:400b8f84024b96c4631b9ae6f6ddf7c751576d1a45f61d9c3888808e44c46ac7_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:400b8f84024b96c4631b9ae6f6ddf7c751576d1a45f61d9c3888808e44c46ac7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:400b8f84024b96c4631b9ae6f6ddf7c751576d1a45f61d9c3888808e44c46ac7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:dcdfff13b1d844d19b87da5a8560e3568093ffc905659a887d5d898b57f78320_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:dcdfff13b1d844d19b87da5a8560e3568093ffc905659a887d5d898b57f78320_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:dcdfff13b1d844d19b87da5a8560e3568093ffc905659a887d5d898b57f78320_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:65295e7c1760efa45dda65d95af1495f4c7a39deff7f4daa5edf2ec20ed4e548_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:65295e7c1760efa45dda65d95af1495f4c7a39deff7f4daa5edf2ec20ed4e548_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:65295e7c1760efa45dda65d95af1495f4c7a39deff7f4daa5edf2ec20ed4e548_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:8befa290e4b709440028026d45410ec5b465720163a54b5e3e957ada075e37f6_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:8befa290e4b709440028026d45410ec5b465720163a54b5e3e957ada075e37f6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:8befa290e4b709440028026d45410ec5b465720163a54b5e3e957ada075e37f6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:1c306db76f83890352446828def13888fb8d108d2c67099cc36905418d68ca64_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:1c306db76f83890352446828def13888fb8d108d2c67099cc36905418d68ca64_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:1c306db76f83890352446828def13888fb8d108d2c67099cc36905418d68ca64_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:c0e6842fcb7e49d71b27d665432f85dad54440e47688ea3ab0766221850e11d9_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:c0e6842fcb7e49d71b27d665432f85dad54440e47688ea3ab0766221850e11d9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:c0e6842fcb7e49d71b27d665432f85dad54440e47688ea3ab0766221850e11d9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:52c71bade776eba7d86428b99e3c88ae25cc034d7442f17cdb8ad5a250a3cb20_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:52c71bade776eba7d86428b99e3c88ae25cc034d7442f17cdb8ad5a250a3cb20_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:52c71bade776eba7d86428b99e3c88ae25cc034d7442f17cdb8ad5a250a3cb20_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:d5b9cb9ae3bfb2d44fa76a3b6e55a32e05dedf72cd3b955ceda08809c55b31e7_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:d5b9cb9ae3bfb2d44fa76a3b6e55a32e05dedf72cd3b955ceda08809c55b31e7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:d5b9cb9ae3bfb2d44fa76a3b6e55a32e05dedf72cd3b955ceda08809c55b31e7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:2d7109db2112c16f6e0b0ba625c5b0d06aa4d072654cf555a614f26b0bb13a17_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:2d7109db2112c16f6e0b0ba625c5b0d06aa4d072654cf555a614f26b0bb13a17_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:2d7109db2112c16f6e0b0ba625c5b0d06aa4d072654cf555a614f26b0bb13a17_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:510ccb453e8586ca7f83c97e2818253b3bb5498e38fe8cc958803199e8056700_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:510ccb453e8586ca7f83c97e2818253b3bb5498e38fe8cc958803199e8056700_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:510ccb453e8586ca7f83c97e2818253b3bb5498e38fe8cc958803199e8056700_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:2f08fff3a635aa58e280028b31733ae48da0e73801fe1bfb83b38130d59dc972_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:2f08fff3a635aa58e280028b31733ae48da0e73801fe1bfb83b38130d59dc972_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:2f08fff3a635aa58e280028b31733ae48da0e73801fe1bfb83b38130d59dc972_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:cab5f81a9399a9cc76c54e67d1a5aadd4fa21ae07b345658802d1074bf4ebbbe_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:cab5f81a9399a9cc76c54e67d1a5aadd4fa21ae07b345658802d1074bf4ebbbe_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:cab5f81a9399a9cc76c54e67d1a5aadd4fa21ae07b345658802d1074bf4ebbbe_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:82348ea9edc47ac8218c69fc3372fc21ed86788c486a6b9b699daee451a61129_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:82348ea9edc47ac8218c69fc3372fc21ed86788c486a6b9b699daee451a61129_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:82348ea9edc47ac8218c69fc3372fc21ed86788c486a6b9b699daee451a61129_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ba7277b2b3ab3880ec5c0e7396ac443e581ebf84bca916e5d2415cc0e5cc3e61_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ba7277b2b3ab3880ec5c0e7396ac443e581ebf84bca916e5d2415cc0e5cc3e61_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ba7277b2b3ab3880ec5c0e7396ac443e581ebf84bca916e5d2415cc0e5cc3e61_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:5021f4f3021d59d4dd18e8118a48a88b6b32b127f1901d1b0297deb9a7a49d8e_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:5021f4f3021d59d4dd18e8118a48a88b6b32b127f1901d1b0297deb9a7a49d8e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:5021f4f3021d59d4dd18e8118a48a88b6b32b127f1901d1b0297deb9a7a49d8e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:66968a07c5398976200a7dcdaf29ec321f9180d1b90af0dcdcfc6eefe1342577_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:66968a07c5398976200a7dcdaf29ec321f9180d1b90af0dcdcfc6eefe1342577_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:66968a07c5398976200a7dcdaf29ec321f9180d1b90af0dcdcfc6eefe1342577_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:0f6349ae2493677918292d26dffd70fc75511f097e3880f668381d67dff2dabe_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:0f6349ae2493677918292d26dffd70fc75511f097e3880f668381d67dff2dabe_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:0f6349ae2493677918292d26dffd70fc75511f097e3880f668381d67dff2dabe_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:ca008edfc79b808af4bf26d43aa371f0f7297d3134c8d31bd0dfd9f17505f358_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:ca008edfc79b808af4bf26d43aa371f0f7297d3134c8d31bd0dfd9f17505f358_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:ca008edfc79b808af4bf26d43aa371f0f7297d3134c8d31bd0dfd9f17505f358_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:6278171112e156c3c1f9f214cf9a35681ed63ef35f6912302df2e61592fe81f9_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:6278171112e156c3c1f9f214cf9a35681ed63ef35f6912302df2e61592fe81f9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:6278171112e156c3c1f9f214cf9a35681ed63ef35f6912302df2e61592fe81f9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:b1164bb3db4e31dd5c4a002985dbd3b75e0891b43355d9b31cff9b930b990f43_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:b1164bb3db4e31dd5c4a002985dbd3b75e0891b43355d9b31cff9b930b990f43_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:b1164bb3db4e31dd5c4a002985dbd3b75e0891b43355d9b31cff9b930b990f43_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:1a1482540323009aad0144d393b13b7cd469d8221c87af2f0a90ee45a9fca9fa_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:1a1482540323009aad0144d393b13b7cd469d8221c87af2f0a90ee45a9fca9fa_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:1a1482540323009aad0144d393b13b7cd469d8221c87af2f0a90ee45a9fca9fa_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:1d5f500a2b97a095d0e4f63fca78ec1e686abed73fc75b41fbe8964790e290be_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:1d5f500a2b97a095d0e4f63fca78ec1e686abed73fc75b41fbe8964790e290be_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:1d5f500a2b97a095d0e4f63fca78ec1e686abed73fc75b41fbe8964790e290be_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:32b707971b69da9f3ce622f2bc4b968d06ba626e853d184d062399798dd43098_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:32b707971b69da9f3ce622f2bc4b968d06ba626e853d184d062399798dd43098_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:32b707971b69da9f3ce622f2bc4b968d06ba626e853d184d062399798dd43098_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:44e1f815318800f645f78505856879a191eb6dfb6323bc3012e262ccfa156586_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:44e1f815318800f645f78505856879a191eb6dfb6323bc3012e262ccfa156586_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:44e1f815318800f645f78505856879a191eb6dfb6323bc3012e262ccfa156586_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4e04e3ee15e266b99d8e4d7517df55fa163a4a640b572a29a993be75b2db5666_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4e04e3ee15e266b99d8e4d7517df55fa163a4a640b572a29a993be75b2db5666_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4e04e3ee15e266b99d8e4d7517df55fa163a4a640b572a29a993be75b2db5666_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:e48dd1920b27aa2913e168199529b27f260f506a8b0adf1e1610bbed178bfd9d_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:e48dd1920b27aa2913e168199529b27f260f506a8b0adf1e1610bbed178bfd9d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:e48dd1920b27aa2913e168199529b27f260f506a8b0adf1e1610bbed178bfd9d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2fbaf29f4cb35d90c5f488cdb036a0065a057a1ede5a5bd549a0200512011179_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2fbaf29f4cb35d90c5f488cdb036a0065a057a1ede5a5bd549a0200512011179_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2fbaf29f4cb35d90c5f488cdb036a0065a057a1ede5a5bd549a0200512011179_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:75bef1e2aeab375ab92939162783cce5dd33a87ccb1e8b24f450f3dfba127522_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:75bef1e2aeab375ab92939162783cce5dd33a87ccb1e8b24f450f3dfba127522_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:75bef1e2aeab375ab92939162783cce5dd33a87ccb1e8b24f450f3dfba127522_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e7ff4034d6daf4b0d205eeb701e024e1c909301f8497e8010a8fff8e4bc003be_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e7ff4034d6daf4b0d205eeb701e024e1c909301f8497e8010a8fff8e4bc003be_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e7ff4034d6daf4b0d205eeb701e024e1c909301f8497e8010a8fff8e4bc003be_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:fa912c0ec58260e24684439d5aa62a726dbcbc856896254f12990793493592f4_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:fa912c0ec58260e24684439d5aa62a726dbcbc856896254f12990793493592f4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:fa912c0ec58260e24684439d5aa62a726dbcbc856896254f12990793493592f4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:23bca08d568a098c82311fe06249361ed63054b4242328b22d79ef5eef85b56f_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:23bca08d568a098c82311fe06249361ed63054b4242328b22d79ef5eef85b56f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:23bca08d568a098c82311fe06249361ed63054b4242328b22d79ef5eef85b56f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3aff920d05b90e9e159a304c33364d8203aca05f23c53b14a26a369a21ba70be_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3aff920d05b90e9e159a304c33364d8203aca05f23c53b14a26a369a21ba70be_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3aff920d05b90e9e159a304c33364d8203aca05f23c53b14a26a369a21ba70be_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:653a365aeb56d42582bd6cad4ffc117e63c3c167e0bae061bfb88b9d6ee2aff0_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:653a365aeb56d42582bd6cad4ffc117e63c3c167e0bae061bfb88b9d6ee2aff0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:653a365aeb56d42582bd6cad4ffc117e63c3c167e0bae061bfb88b9d6ee2aff0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9fb2fab42feaa165f18c5d00b5b4bb155306f4661c68410a3a4f93a68ecaec5f_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9fb2fab42feaa165f18c5d00b5b4bb155306f4661c68410a3a4f93a68ecaec5f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9fb2fab42feaa165f18c5d00b5b4bb155306f4661c68410a3a4f93a68ecaec5f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:02920b5261f35ae36c47cfd6d83d526419944919421b079ffca94d81587cfcf4_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:02920b5261f35ae36c47cfd6d83d526419944919421b079ffca94d81587cfcf4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:02920b5261f35ae36c47cfd6d83d526419944919421b079ffca94d81587cfcf4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:91e74ef1908bc304643b6d3ab551afb011d0ffa86df90a237218ad4e685b2c04_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:91e74ef1908bc304643b6d3ab551afb011d0ffa86df90a237218ad4e685b2c04_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:91e74ef1908bc304643b6d3ab551afb011d0ffa86df90a237218ad4e685b2c04_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b09e3ace2bc72dfe6d047b4470112b0d8ea9eed4b0c8901703a840ddebe3027d_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b09e3ace2bc72dfe6d047b4470112b0d8ea9eed4b0c8901703a840ddebe3027d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b09e3ace2bc72dfe6d047b4470112b0d8ea9eed4b0c8901703a840ddebe3027d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:be9a85aa855ce139b27b635afdda6a2dd2e13502887fdc8e0d86abd3b3b58580_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:be9a85aa855ce139b27b635afdda6a2dd2e13502887fdc8e0d86abd3b3b58580_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:be9a85aa855ce139b27b635afdda6a2dd2e13502887fdc8e0d86abd3b3b58580_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:3d591d0e9ed1ed48d0b2a1a29db01145af85b48208810660bb2893b639b56b30_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:3d591d0e9ed1ed48d0b2a1a29db01145af85b48208810660bb2893b639b56b30_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:3d591d0e9ed1ed48d0b2a1a29db01145af85b48208810660bb2893b639b56b30_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:c05fedf0b059cba3880e343765edd593a55421f164d6f3495d52da2c8ef30f30_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:c05fedf0b059cba3880e343765edd593a55421f164d6f3495d52da2c8ef30f30_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:c05fedf0b059cba3880e343765edd593a55421f164d6f3495d52da2c8ef30f30_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:cd2567248bb53b122c0410beb364d29b2754bb23e928fcf9d30b384c9a7a560b_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:cd2567248bb53b122c0410beb364d29b2754bb23e928fcf9d30b384c9a7a560b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:cd2567248bb53b122c0410beb364d29b2754bb23e928fcf9d30b384c9a7a560b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d37304df7ec9250a4a119ff4bb6176b98ee223b6b4cafe76d8b8d5b0f8f93c8a_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d37304df7ec9250a4a119ff4bb6176b98ee223b6b4cafe76d8b8d5b0f8f93c8a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d37304df7ec9250a4a119ff4bb6176b98ee223b6b4cafe76d8b8d5b0f8f93c8a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:08b5cc886a41832c9d4916aa21cf44df44ad4566c340e0436cdf14f8d3e6e73f_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:08b5cc886a41832c9d4916aa21cf44df44ad4566c340e0436cdf14f8d3e6e73f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:08b5cc886a41832c9d4916aa21cf44df44ad4566c340e0436cdf14f8d3e6e73f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2d2e7df24eead48d09ca23ea657bed41c70c61d957b9c006ab669572cfd9fc68_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2d2e7df24eead48d09ca23ea657bed41c70c61d957b9c006ab669572cfd9fc68_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2d2e7df24eead48d09ca23ea657bed41c70c61d957b9c006ab669572cfd9fc68_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:9d835a6fe4375adf7474f50ade01d2c05e9551f94e200691e0bf6e635fccb99c_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:9d835a6fe4375adf7474f50ade01d2c05e9551f94e200691e0bf6e635fccb99c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:9d835a6fe4375adf7474f50ade01d2c05e9551f94e200691e0bf6e635fccb99c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f7a9e076b63d519b09fd7b95367418f6af49e7f0140b314ba44e5b29757c1d43_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f7a9e076b63d519b09fd7b95367418f6af49e7f0140b314ba44e5b29757c1d43_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f7a9e076b63d519b09fd7b95367418f6af49e7f0140b314ba44e5b29757c1d43_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:0d80d485b42d2c795776ffe8eecb633bc7841bd4c6905cf596af681ff6adc6f8_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:0d80d485b42d2c795776ffe8eecb633bc7841bd4c6905cf596af681ff6adc6f8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:0d80d485b42d2c795776ffe8eecb633bc7841bd4c6905cf596af681ff6adc6f8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:5c1e0e300b6078581bb78ad772fa5eda9afc2a8207e965ea23cddd006b73d9d3_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:5c1e0e300b6078581bb78ad772fa5eda9afc2a8207e965ea23cddd006b73d9d3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:5c1e0e300b6078581bb78ad772fa5eda9afc2a8207e965ea23cddd006b73d9d3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7697273b4804f02e27a176fac08c69c5d25ca171a9f7315801654f8f8bfae554_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7697273b4804f02e27a176fac08c69c5d25ca171a9f7315801654f8f8bfae554_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7697273b4804f02e27a176fac08c69c5d25ca171a9f7315801654f8f8bfae554_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:8d5ad04696f5c0104ffc7a20abc3be4e8a5a30477ccc38b6b88513e45bd23c3b_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:8d5ad04696f5c0104ffc7a20abc3be4e8a5a30477ccc38b6b88513e45bd23c3b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:8d5ad04696f5c0104ffc7a20abc3be4e8a5a30477ccc38b6b88513e45bd23c3b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1262d75387e03eea83ca987d3674e6d14ba49ea770ba05c486042f99d7f45bc6_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1262d75387e03eea83ca987d3674e6d14ba49ea770ba05c486042f99d7f45bc6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1262d75387e03eea83ca987d3674e6d14ba49ea770ba05c486042f99d7f45bc6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9fcaae240db53c5e839fbb036d2caa888d61f52618c1567fb3edd5f529d711f3_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9fcaae240db53c5e839fbb036d2caa888d61f52618c1567fb3edd5f529d711f3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9fcaae240db53c5e839fbb036d2caa888d61f52618c1567fb3edd5f529d711f3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:a2982705dd2acf129ca74d179bbf58c40a6acefe7a2875d0cbeb7ff63dde9bad_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:a2982705dd2acf129ca74d179bbf58c40a6acefe7a2875d0cbeb7ff63dde9bad_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:a2982705dd2acf129ca74d179bbf58c40a6acefe7a2875d0cbeb7ff63dde9bad_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:d613f403b3693280059ca739a7d4ee2c1017aa7cc52626d763a36e92a5b049de_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:d613f403b3693280059ca739a7d4ee2c1017aa7cc52626d763a36e92a5b049de_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:d613f403b3693280059ca739a7d4ee2c1017aa7cc52626d763a36e92a5b049de_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:33298998ffd10c80a186bd5a975ccf36c5b1b87a6ca9d18186212735e8361b30_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:33298998ffd10c80a186bd5a975ccf36c5b1b87a6ca9d18186212735e8361b30_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:33298998ffd10c80a186bd5a975ccf36c5b1b87a6ca9d18186212735e8361b30_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:55148020244c9be13de9ede8ab9332ef59b5f57685925d757f86a0a5e7ca6d41_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:55148020244c9be13de9ede8ab9332ef59b5f57685925d757f86a0a5e7ca6d41_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:55148020244c9be13de9ede8ab9332ef59b5f57685925d757f86a0a5e7ca6d41_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7608d15c26926985acf8d3a97ee6cf15a459441adcdcd22d33921446ea1ad9b8_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7608d15c26926985acf8d3a97ee6cf15a459441adcdcd22d33921446ea1ad9b8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7608d15c26926985acf8d3a97ee6cf15a459441adcdcd22d33921446ea1ad9b8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:b6bcecadc20ee8b8ae0f99203743fce2fc284e77454f319d8072f45039efb2b7_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:b6bcecadc20ee8b8ae0f99203743fce2fc284e77454f319d8072f45039efb2b7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:b6bcecadc20ee8b8ae0f99203743fce2fc284e77454f319d8072f45039efb2b7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:244692765fe92b476140c9540365c7c5aeac1f58ecda1665372e00e7bf051982_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:244692765fe92b476140c9540365c7c5aeac1f58ecda1665372e00e7bf051982_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:244692765fe92b476140c9540365c7c5aeac1f58ecda1665372e00e7bf051982_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:40017d7f538a47fd861f01d3811397d3882742067b3eb3fdb830fb006b874f8a_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:40017d7f538a47fd861f01d3811397d3882742067b3eb3fdb830fb006b874f8a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:40017d7f538a47fd861f01d3811397d3882742067b3eb3fdb830fb006b874f8a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5a110fd8242f0209433004db252fcb93fa3788032c6551c41e523b973554a1dc_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5a110fd8242f0209433004db252fcb93fa3788032c6551c41e523b973554a1dc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5a110fd8242f0209433004db252fcb93fa3788032c6551c41e523b973554a1dc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5c9a3f56c3bad6e25bce86053d801d4c763e01506bdc55983904fe5552550b81_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5c9a3f56c3bad6e25bce86053d801d4c763e01506bdc55983904fe5552550b81_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5c9a3f56c3bad6e25bce86053d801d4c763e01506bdc55983904fe5552550b81_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:0177fcebb4c14747a27e7df34d85e6a2aa023639ba7bdc46ceefe2e03d9c973a_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:0177fcebb4c14747a27e7df34d85e6a2aa023639ba7bdc46ceefe2e03d9c973a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:0177fcebb4c14747a27e7df34d85e6a2aa023639ba7bdc46ceefe2e03d9c973a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3001abe5629fddef969e5ac00936a54a28edf8a2efe60266f179a99fb644e174_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3001abe5629fddef969e5ac00936a54a28edf8a2efe60266f179a99fb644e174_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3001abe5629fddef969e5ac00936a54a28edf8a2efe60266f179a99fb644e174_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:b689e7f15f1192720ba14b1487c31128b84bf71fe76a8a868d57f8b16b8400df_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:b689e7f15f1192720ba14b1487c31128b84bf71fe76a8a868d57f8b16b8400df_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:b689e7f15f1192720ba14b1487c31128b84bf71fe76a8a868d57f8b16b8400df_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:ce4973def73a2410eb14fb44a7289989d902788083e4f9f330231525c35eb568_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:ce4973def73a2410eb14fb44a7289989d902788083e4f9f330231525c35eb568_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:ce4973def73a2410eb14fb44a7289989d902788083e4f9f330231525c35eb568_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:7200d5d412230b41f41e2847253fe12ebe91d061ad89429f890e9a57c6dc30f8_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:7200d5d412230b41f41e2847253fe12ebe91d061ad89429f890e9a57c6dc30f8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:7200d5d412230b41f41e2847253fe12ebe91d061ad89429f890e9a57c6dc30f8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:7612a8fb0a5b96fdcae42d77b2f50ee89faf0a4a4a5fb972bbca06eb8efae16e_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:7612a8fb0a5b96fdcae42d77b2f50ee89faf0a4a4a5fb972bbca06eb8efae16e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:7612a8fb0a5b96fdcae42d77b2f50ee89faf0a4a4a5fb972bbca06eb8efae16e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:82c2407bd46ffa6dbe371ba504b808703dfa57166fb38410f8f1e589525ed778_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:82c2407bd46ffa6dbe371ba504b808703dfa57166fb38410f8f1e589525ed778_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:82c2407bd46ffa6dbe371ba504b808703dfa57166fb38410f8f1e589525ed778_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a3aed0fde6e6439ef61b522ffe76946a76ec7b7e05d62631febd2981303a1b50_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a3aed0fde6e6439ef61b522ffe76946a76ec7b7e05d62631febd2981303a1b50_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a3aed0fde6e6439ef61b522ffe76946a76ec7b7e05d62631febd2981303a1b50_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5ba7b22f57236cd12e84ee8889a034d0fcd46d0b6d0a6addb178c4cc90655fbd_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5ba7b22f57236cd12e84ee8889a034d0fcd46d0b6d0a6addb178c4cc90655fbd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5ba7b22f57236cd12e84ee8889a034d0fcd46d0b6d0a6addb178c4cc90655fbd_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9c17ddc93faeb7311e9456b8131eba4ef7e0404cb2ca0d4b340c736fa1889594_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9c17ddc93faeb7311e9456b8131eba4ef7e0404cb2ca0d4b340c736fa1889594_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9c17ddc93faeb7311e9456b8131eba4ef7e0404cb2ca0d4b340c736fa1889594_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:aa60bc8b5f28c36bc293262ba449d0a9ef3ab198be0c55957cbf125b32dad600_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:aa60bc8b5f28c36bc293262ba449d0a9ef3ab198be0c55957cbf125b32dad600_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:aa60bc8b5f28c36bc293262ba449d0a9ef3ab198be0c55957cbf125b32dad600_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:dc8720ba1fceefa64fc5b4843c2654e21149575037b2bc9694f81c35c3e6a0d8_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:dc8720ba1fceefa64fc5b4843c2654e21149575037b2bc9694f81c35c3e6a0d8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:dc8720ba1fceefa64fc5b4843c2654e21149575037b2bc9694f81c35c3e6a0d8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:91fe16d9d21935c2803b80abb6cc08e7e29858c35ea3c9352c09026f30eb23bd_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:91fe16d9d21935c2803b80abb6cc08e7e29858c35ea3c9352c09026f30eb23bd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:91fe16d9d21935c2803b80abb6cc08e7e29858c35ea3c9352c09026f30eb23bd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:b26b16c7301095cddc5b1a6e821d4d6866a61dfd5dc241f3bbbdb8bf131557e0_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:b26b16c7301095cddc5b1a6e821d4d6866a61dfd5dc241f3bbbdb8bf131557e0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:b26b16c7301095cddc5b1a6e821d4d6866a61dfd5dc241f3bbbdb8bf131557e0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:f34364281012ad9004deefb732565f7688e00c7a4beea4d4eaf1c59e5d978da7_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:f34364281012ad9004deefb732565f7688e00c7a4beea4d4eaf1c59e5d978da7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:f34364281012ad9004deefb732565f7688e00c7a4beea4d4eaf1c59e5d978da7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:fe961290f422bd4e452be78be988645c1d4bed3b557c0fb5d96598777a3525d2_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:fe961290f422bd4e452be78be988645c1d4bed3b557c0fb5d96598777a3525d2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:fe961290f422bd4e452be78be988645c1d4bed3b557c0fb5d96598777a3525d2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:1cdfcad2b7567c775ec8e7842a22b3c300d5d236298b14a9ce8456bb814c8090_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:1cdfcad2b7567c775ec8e7842a22b3c300d5d236298b14a9ce8456bb814c8090_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:1cdfcad2b7567c775ec8e7842a22b3c300d5d236298b14a9ce8456bb814c8090_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:5f6a25d79b559c95415d440153147edef224fb0a3575577a37ae4cc9d36e1c21_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:5f6a25d79b559c95415d440153147edef224fb0a3575577a37ae4cc9d36e1c21_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:5f6a25d79b559c95415d440153147edef224fb0a3575577a37ae4cc9d36e1c21_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:864c2c90f45829b971fed76e449a055486ab7a0abfe73cb5b9c2deaf9393f6d1_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:864c2c90f45829b971fed76e449a055486ab7a0abfe73cb5b9c2deaf9393f6d1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:864c2c90f45829b971fed76e449a055486ab7a0abfe73cb5b9c2deaf9393f6d1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f7da4189d91ce0becf795c19ae2fe89a4fc4e3e26e6bd86bae15d939a24c9c78_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f7da4189d91ce0becf795c19ae2fe89a4fc4e3e26e6bd86bae15d939a24c9c78_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f7da4189d91ce0becf795c19ae2fe89a4fc4e3e26e6bd86bae15d939a24c9c78_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5b9d3efe712019e598015edd0e8335cd1bd3dfd5e32f6ad6ecc7e5f071706c0d_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5b9d3efe712019e598015edd0e8335cd1bd3dfd5e32f6ad6ecc7e5f071706c0d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5b9d3efe712019e598015edd0e8335cd1bd3dfd5e32f6ad6ecc7e5f071706c0d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7ef239fb07781ee5f830c14ea9caeae51647bec94fcfaf513307359dde580d82_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7ef239fb07781ee5f830c14ea9caeae51647bec94fcfaf513307359dde580d82_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7ef239fb07781ee5f830c14ea9caeae51647bec94fcfaf513307359dde580d82_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b0648bd8b379c9e16341e4abd49ee6885fd3f3edbaab16dcf4e2f2d9f7ecc911_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b0648bd8b379c9e16341e4abd49ee6885fd3f3edbaab16dcf4e2f2d9f7ecc911_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b0648bd8b379c9e16341e4abd49ee6885fd3f3edbaab16dcf4e2f2d9f7ecc911_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ee81b5aa43a6c05822113497f15879be2531836a9d2bd86b9d7fbcb4bd57efeb_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ee81b5aa43a6c05822113497f15879be2531836a9d2bd86b9d7fbcb4bd57efeb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ee81b5aa43a6c05822113497f15879be2531836a9d2bd86b9d7fbcb4bd57efeb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:30eec5ed1deab4367faedfe27910bf03da00f9fbdc67614d410f77e6e6d4f900_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:30eec5ed1deab4367faedfe27910bf03da00f9fbdc67614d410f77e6e6d4f900_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:30eec5ed1deab4367faedfe27910bf03da00f9fbdc67614d410f77e6e6d4f900_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:9d94dc41b6e09ae4cccfb98f9943a4fd51a8e054ff88a1325c20be97795c95b2_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:9d94dc41b6e09ae4cccfb98f9943a4fd51a8e054ff88a1325c20be97795c95b2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:9d94dc41b6e09ae4cccfb98f9943a4fd51a8e054ff88a1325c20be97795c95b2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:9de0003282a68bea6351487c9e51d763def77f4f3dbbe3d3ffac7e57152189af_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:9de0003282a68bea6351487c9e51d763def77f4f3dbbe3d3ffac7e57152189af_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:9de0003282a68bea6351487c9e51d763def77f4f3dbbe3d3ffac7e57152189af_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d4cc63c24f43d0101c97663ff4978c345cfe4c8be254de8e6569100329f13888_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d4cc63c24f43d0101c97663ff4978c345cfe4c8be254de8e6569100329f13888_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d4cc63c24f43d0101c97663ff4978c345cfe4c8be254de8e6569100329f13888_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:3ae1e077ccb1bf56edc166263146435bd8585c0c946b03bf3bf09f580b20030b_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:3ae1e077ccb1bf56edc166263146435bd8585c0c946b03bf3bf09f580b20030b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:3ae1e077ccb1bf56edc166263146435bd8585c0c946b03bf3bf09f580b20030b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:42192f80c641889c32d250b2a15fbecdb70b13821bf282b1cf12f2abc361e59c_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:42192f80c641889c32d250b2a15fbecdb70b13821bf282b1cf12f2abc361e59c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:42192f80c641889c32d250b2a15fbecdb70b13821bf282b1cf12f2abc361e59c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:58b00e83916956a8a0db1c25fe71b86d0214f2891a0cf53ea0927cf75a0241da_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:58b00e83916956a8a0db1c25fe71b86d0214f2891a0cf53ea0927cf75a0241da_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:58b00e83916956a8a0db1c25fe71b86d0214f2891a0cf53ea0927cf75a0241da_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cc1f06c96cbe69265830dd6e14a678a277e3051a35eba2901d94779daa13eedf_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cc1f06c96cbe69265830dd6e14a678a277e3051a35eba2901d94779daa13eedf_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cc1f06c96cbe69265830dd6e14a678a277e3051a35eba2901d94779daa13eedf_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e66c79a1b7ab31f3b2337d3cbbd064d1c9e099bdf0a37cfd63549866317455f_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e66c79a1b7ab31f3b2337d3cbbd064d1c9e099bdf0a37cfd63549866317455f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e66c79a1b7ab31f3b2337d3cbbd064d1c9e099bdf0a37cfd63549866317455f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5467fdeb0e0c06a8273099190451b4aa9d670264c8799a1f3f490015a01dc6e9_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5467fdeb0e0c06a8273099190451b4aa9d670264c8799a1f3f490015a01dc6e9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5467fdeb0e0c06a8273099190451b4aa9d670264c8799a1f3f490015a01dc6e9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8e6a7e386bd3fb9f2b77ff22503bffb19cc3e30de5c5ddb1f89b7623f209776a_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8e6a7e386bd3fb9f2b77ff22503bffb19cc3e30de5c5ddb1f89b7623f209776a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8e6a7e386bd3fb9f2b77ff22503bffb19cc3e30de5c5ddb1f89b7623f209776a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:d619b6d2f2a7407096eccad753fdce3d1200c3a0dfcd9df3f1aeffd5765af0c9_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:d619b6d2f2a7407096eccad753fdce3d1200c3a0dfcd9df3f1aeffd5765af0c9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:d619b6d2f2a7407096eccad753fdce3d1200c3a0dfcd9df3f1aeffd5765af0c9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:10677357921a67cee54424877f8eddb0c082e9489ed32037dbc0d6f2945efc89_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:10677357921a67cee54424877f8eddb0c082e9489ed32037dbc0d6f2945efc89_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:10677357921a67cee54424877f8eddb0c082e9489ed32037dbc0d6f2945efc89_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2048a8f47fb1cc1f625668f123737a89b858a1cf3ddff9c51bf8f2fa46ad648d_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2048a8f47fb1cc1f625668f123737a89b858a1cf3ddff9c51bf8f2fa46ad648d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2048a8f47fb1cc1f625668f123737a89b858a1cf3ddff9c51bf8f2fa46ad648d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:b493d91516a6491a13d8812b53771a43207f6fafd92749845846910720817f8e_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:b493d91516a6491a13d8812b53771a43207f6fafd92749845846910720817f8e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:b493d91516a6491a13d8812b53771a43207f6fafd92749845846910720817f8e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e0a276c78ac7a1cc3187ba91b3447570cf17b1163843cfc52d5189c5a7be42eb_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e0a276c78ac7a1cc3187ba91b3447570cf17b1163843cfc52d5189c5a7be42eb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e0a276c78ac7a1cc3187ba91b3447570cf17b1163843cfc52d5189c5a7be42eb_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:522ff011e745c1724215cb6866afe007fa981bfc63481cc77985aea0fc4bc71c_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:522ff011e745c1724215cb6866afe007fa981bfc63481cc77985aea0fc4bc71c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:522ff011e745c1724215cb6866afe007fa981bfc63481cc77985aea0fc4bc71c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:72e3d4fad7e1771878239abe971e326405360657062ccc3b6b8cd489e3821e95_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:72e3d4fad7e1771878239abe971e326405360657062ccc3b6b8cd489e3821e95_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:72e3d4fad7e1771878239abe971e326405360657062ccc3b6b8cd489e3821e95_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:db117dd1958c2222ae483b96393098a84a4c17e489943165c56e880de6b1ddfd_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:db117dd1958c2222ae483b96393098a84a4c17e489943165c56e880de6b1ddfd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:db117dd1958c2222ae483b96393098a84a4c17e489943165c56e880de6b1ddfd_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e9fb7cb935ce6ebee48673b362a32b4ec91d5236976a37e68df3f95957ce19ed_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e9fb7cb935ce6ebee48673b362a32b4ec91d5236976a37e68df3f95957ce19ed_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e9fb7cb935ce6ebee48673b362a32b4ec91d5236976a37e68df3f95957ce19ed_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7616531c5340ad508e044aee9b1b0dd074b90d731ad29f869512459f465736b6_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7616531c5340ad508e044aee9b1b0dd074b90d731ad29f869512459f465736b6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7616531c5340ad508e044aee9b1b0dd074b90d731ad29f869512459f465736b6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b00217822a504632d068cb93b0d80e4df0a51449e5344dfcf4c9cd1eb868c7bc_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b00217822a504632d068cb93b0d80e4df0a51449e5344dfcf4c9cd1eb868c7bc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b00217822a504632d068cb93b0d80e4df0a51449e5344dfcf4c9cd1eb868c7bc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:bb7595fa3af01c37dd11db61c2eb0473955a5a85bbb50563afd8a2d9601a7c50_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:bb7595fa3af01c37dd11db61c2eb0473955a5a85bbb50563afd8a2d9601a7c50_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:bb7595fa3af01c37dd11db61c2eb0473955a5a85bbb50563afd8a2d9601a7c50_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e0dc58f00104b4e0c207e71268512c681c2fa56fb9cfb2d8f1d7351e15fc99aa_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e0dc58f00104b4e0c207e71268512c681c2fa56fb9cfb2d8f1d7351e15fc99aa_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e0dc58f00104b4e0c207e71268512c681c2fa56fb9cfb2d8f1d7351e15fc99aa_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:1ce5feefefe9c294d226e236c44b40799bb56b232eb14ecdfcb5738dd5032de3_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:1ce5feefefe9c294d226e236c44b40799bb56b232eb14ecdfcb5738dd5032de3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:1ce5feefefe9c294d226e236c44b40799bb56b232eb14ecdfcb5738dd5032de3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5826760e44856a35c47fae78b7b4e09092f27dae467d5cb4237d306f80f35d19_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5826760e44856a35c47fae78b7b4e09092f27dae467d5cb4237d306f80f35d19_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5826760e44856a35c47fae78b7b4e09092f27dae467d5cb4237d306f80f35d19_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:94d7a578aae316c93c3cc2f9bbb92385b75f149a47bf714fa285a6796aaffaf4_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:94d7a578aae316c93c3cc2f9bbb92385b75f149a47bf714fa285a6796aaffaf4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:94d7a578aae316c93c3cc2f9bbb92385b75f149a47bf714fa285a6796aaffaf4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ceeac2fac475617df1c29e04ce9944f7decb8057394b04225a918ea3d9da652e_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ceeac2fac475617df1c29e04ce9944f7decb8057394b04225a918ea3d9da652e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ceeac2fac475617df1c29e04ce9944f7decb8057394b04225a918ea3d9da652e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5c6ff4ae62abcc80833eb9442fbb807bd1827ed626bcb3e9982866808c2b6e42_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5c6ff4ae62abcc80833eb9442fbb807bd1827ed626bcb3e9982866808c2b6e42_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5c6ff4ae62abcc80833eb9442fbb807bd1827ed626bcb3e9982866808c2b6e42_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:77dce8283cc522f83c1b1120d7d013b52781d02a8943e9468de316574683c124_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:77dce8283cc522f83c1b1120d7d013b52781d02a8943e9468de316574683c124_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:77dce8283cc522f83c1b1120d7d013b52781d02a8943e9468de316574683c124_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7e473acc672efd514176277880b50f43420aaee331afe004481135bacb15a312_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7e473acc672efd514176277880b50f43420aaee331afe004481135bacb15a312_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7e473acc672efd514176277880b50f43420aaee331afe004481135bacb15a312_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a60942a84d5b9be38f6a02e5b0d2b09299f4214671a38ae2a09d425e892d40d0_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a60942a84d5b9be38f6a02e5b0d2b09299f4214671a38ae2a09d425e892d40d0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a60942a84d5b9be38f6a02e5b0d2b09299f4214671a38ae2a09d425e892d40d0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:638eef31efee3ea27da6753ee33a2de792929795b28ebee820914964ab34b0bd_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:638eef31efee3ea27da6753ee33a2de792929795b28ebee820914964ab34b0bd_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:638eef31efee3ea27da6753ee33a2de792929795b28ebee820914964ab34b0bd_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:6e0b568985833fc8a1cb3dc015a999491a11ddc4e7a4c345db25f9d7ca60a425_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:6e0b568985833fc8a1cb3dc015a999491a11ddc4e7a4c345db25f9d7ca60a425_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:6e0b568985833fc8a1cb3dc015a999491a11ddc4e7a4c345db25f9d7ca60a425_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7914967342ac6809f9551e6de351e2732ac6a18f056544b07217d78e13993613_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7914967342ac6809f9551e6de351e2732ac6a18f056544b07217d78e13993613_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7914967342ac6809f9551e6de351e2732ac6a18f056544b07217d78e13993613_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ab196367ac8711c62318706e57cb30a5d92202f0f5b06cf3999e889f8b5dfa28_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ab196367ac8711c62318706e57cb30a5d92202f0f5b06cf3999e889f8b5dfa28_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ab196367ac8711c62318706e57cb30a5d92202f0f5b06cf3999e889f8b5dfa28_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:717d0ebe635649f3a34910702d7df4903f91a6c5d8c26e2f7b6c601d9ad613d8_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:717d0ebe635649f3a34910702d7df4903f91a6c5d8c26e2f7b6c601d9ad613d8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:717d0ebe635649f3a34910702d7df4903f91a6c5d8c26e2f7b6c601d9ad613d8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:d00d3920c3a59c60e8ebef3ac5fae392cc2e92b6c6aac59e32dec0a34dcdb287_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:d00d3920c3a59c60e8ebef3ac5fae392cc2e92b6c6aac59e32dec0a34dcdb287_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:d00d3920c3a59c60e8ebef3ac5fae392cc2e92b6c6aac59e32dec0a34dcdb287_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:d9aedbe752dd09b297fb880992609342c0a13be5a0cef89ae93a78a621d3d5d5_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:d9aedbe752dd09b297fb880992609342c0a13be5a0cef89ae93a78a621d3d5d5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:d9aedbe752dd09b297fb880992609342c0a13be5a0cef89ae93a78a621d3d5d5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ddd6cc904b4b2aefb2ef1229b4259faeeaac569305be4b6195752abd13a733b8_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ddd6cc904b4b2aefb2ef1229b4259faeeaac569305be4b6195752abd13a733b8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ddd6cc904b4b2aefb2ef1229b4259faeeaac569305be4b6195752abd13a733b8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2bd838b4b1cfd652f7037dc52c6c20df7654ff01f20c251fee821b091f1cb6a5_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2bd838b4b1cfd652f7037dc52c6c20df7654ff01f20c251fee821b091f1cb6a5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2bd838b4b1cfd652f7037dc52c6c20df7654ff01f20c251fee821b091f1cb6a5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:37c6113eaaa615132968955aa6c12406f49100b811760d700abf5370c7bd87eb_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:37c6113eaaa615132968955aa6c12406f49100b811760d700abf5370c7bd87eb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:37c6113eaaa615132968955aa6c12406f49100b811760d700abf5370c7bd87eb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:59f7fb73b6f73d81bf93a3e211ff8c372c1b2ae934638a328a1181e3f33a1043_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:59f7fb73b6f73d81bf93a3e211ff8c372c1b2ae934638a328a1181e3f33a1043_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:59f7fb73b6f73d81bf93a3e211ff8c372c1b2ae934638a328a1181e3f33a1043_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:91aa51164ab93bb710a13eb682c3c6c094b7f1bb9f05bfe78ec60e3d96f0185a_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:91aa51164ab93bb710a13eb682c3c6c094b7f1bb9f05bfe78ec60e3d96f0185a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:91aa51164ab93bb710a13eb682c3c6c094b7f1bb9f05bfe78ec60e3d96f0185a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:0258c167e2cfdfa4cb954bc88c0d38e2e895e40eb387489b62e94d82862617a4_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:0258c167e2cfdfa4cb954bc88c0d38e2e895e40eb387489b62e94d82862617a4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:0258c167e2cfdfa4cb954bc88c0d38e2e895e40eb387489b62e94d82862617a4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5046998d55b2427d374c352c71c6d315bcdcdc3dcc7cfe4a6a78a66d311e3d71_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5046998d55b2427d374c352c71c6d315bcdcdc3dcc7cfe4a6a78a66d311e3d71_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5046998d55b2427d374c352c71c6d315bcdcdc3dcc7cfe4a6a78a66d311e3d71_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:a4cb98293b71c4524c5de8a7bc04564f4fb2c07f69b8cc2862fc41e2a9fa8090_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:a4cb98293b71c4524c5de8a7bc04564f4fb2c07f69b8cc2862fc41e2a9fa8090_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:a4cb98293b71c4524c5de8a7bc04564f4fb2c07f69b8cc2862fc41e2a9fa8090_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b03a96af51f900ce4a8561f9227feb436f2de44985500b95adcaba3c0fdb6cbe_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b03a96af51f900ce4a8561f9227feb436f2de44985500b95adcaba3c0fdb6cbe_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b03a96af51f900ce4a8561f9227feb436f2de44985500b95adcaba3c0fdb6cbe_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4829803254af7a62a2b340a71fe5677d9ec482c1db24181d0467fe6257d0a1dc_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4829803254af7a62a2b340a71fe5677d9ec482c1db24181d0467fe6257d0a1dc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4829803254af7a62a2b340a71fe5677d9ec482c1db24181d0467fe6257d0a1dc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:5d61e93fe664552b6d28286f15b8d2646170f02089fb28c0bc4a75cff86e3bcb_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:5d61e93fe664552b6d28286f15b8d2646170f02089fb28c0bc4a75cff86e3bcb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:5d61e93fe664552b6d28286f15b8d2646170f02089fb28c0bc4a75cff86e3bcb_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:8cc5a4ed4d449bc7261faa4c44b2fb98433797a280f2d6e22b1669816b29851d_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:8cc5a4ed4d449bc7261faa4c44b2fb98433797a280f2d6e22b1669816b29851d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:8cc5a4ed4d449bc7261faa4c44b2fb98433797a280f2d6e22b1669816b29851d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f99ec5cf7e351a36c65c9a723c304bba218f652cfde09d0e98325a5ba701b61e_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f99ec5cf7e351a36c65c9a723c304bba218f652cfde09d0e98325a5ba701b61e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f99ec5cf7e351a36c65c9a723c304bba218f652cfde09d0e98325a5ba701b61e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:966d76d48ef02c048be5927903c47be56da91ecb50f11f4442a8cde889daf541_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:966d76d48ef02c048be5927903c47be56da91ecb50f11f4442a8cde889daf541_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:966d76d48ef02c048be5927903c47be56da91ecb50f11f4442a8cde889daf541_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e168aa9cca899b8b9e327f1204cedbc68ab96eccacdf57729cb77e78eb8dab15_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e168aa9cca899b8b9e327f1204cedbc68ab96eccacdf57729cb77e78eb8dab15_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e168aa9cca899b8b9e327f1204cedbc68ab96eccacdf57729cb77e78eb8dab15_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e8aa5dc44ad4701638fd82c234d74f4aacb72aa4d1c827a4873280a42324f564_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e8aa5dc44ad4701638fd82c234d74f4aacb72aa4d1c827a4873280a42324f564_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e8aa5dc44ad4701638fd82c234d74f4aacb72aa4d1c827a4873280a42324f564_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:fe36acca99b3417f4f07d55a94985bd676ad8c58ca00e02cdae3e9b8deed1123_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:fe36acca99b3417f4f07d55a94985bd676ad8c58ca00e02cdae3e9b8deed1123_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:fe36acca99b3417f4f07d55a94985bd676ad8c58ca00e02cdae3e9b8deed1123_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:527edd4670167e09af8009e6ae19f53313c36e157e8e3b8c84c36c74cbc3a7cf_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:527edd4670167e09af8009e6ae19f53313c36e157e8e3b8c84c36c74cbc3a7cf_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:527edd4670167e09af8009e6ae19f53313c36e157e8e3b8c84c36c74cbc3a7cf_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:7c5c21bffbf45377b1864ff4820310c926addeb20c2dbca1beb1e861a666628a_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:7c5c21bffbf45377b1864ff4820310c926addeb20c2dbca1beb1e861a666628a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:7c5c21bffbf45377b1864ff4820310c926addeb20c2dbca1beb1e861a666628a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b4391723a7cff5d2ad88faec42df8e04b7f260a485293e0d8e3bd71933c89751_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b4391723a7cff5d2ad88faec42df8e04b7f260a485293e0d8e3bd71933c89751_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b4391723a7cff5d2ad88faec42df8e04b7f260a485293e0d8e3bd71933c89751_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e26a2571e8cee47675ba19646f1319ba8331f2fe8f86c783530891d7f76382df_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e26a2571e8cee47675ba19646f1319ba8331f2fe8f86c783530891d7f76382df_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e26a2571e8cee47675ba19646f1319ba8331f2fe8f86c783530891d7f76382df_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:14b030caac26fe629896b22feafea14c01577bb495777c2e3ffcac8f83d4b85a_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:14b030caac26fe629896b22feafea14c01577bb495777c2e3ffcac8f83d4b85a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:14b030caac26fe629896b22feafea14c01577bb495777c2e3ffcac8f83d4b85a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:19036226480cd192adc527b3f76787b61f651629ead8e60d56e525634a69f197_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:19036226480cd192adc527b3f76787b61f651629ead8e60d56e525634a69f197_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:19036226480cd192adc527b3f76787b61f651629ead8e60d56e525634a69f197_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3cc4b7a280daff53f288a2dfba294ffc26bc56e20e96971882edd21414ad94e0_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3cc4b7a280daff53f288a2dfba294ffc26bc56e20e96971882edd21414ad94e0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3cc4b7a280daff53f288a2dfba294ffc26bc56e20e96971882edd21414ad94e0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a7ac9531fed74b996f1b21c1815553cd65d3ca7cd1abd1dfddc4d08ec6040de0_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a7ac9531fed74b996f1b21c1815553cd65d3ca7cd1abd1dfddc4d08ec6040de0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a7ac9531fed74b996f1b21c1815553cd65d3ca7cd1abd1dfddc4d08ec6040de0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:14dd2bab3e689286be62b927fc836c063a4231e12473489dbd9cad5dd003cf6b_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:14dd2bab3e689286be62b927fc836c063a4231e12473489dbd9cad5dd003cf6b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:14dd2bab3e689286be62b927fc836c063a4231e12473489dbd9cad5dd003cf6b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:1b3cb429f7612ba20ef98bb85d19c1aeba3e74a4028fca975c6484dfb5eabdcc_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:1b3cb429f7612ba20ef98bb85d19c1aeba3e74a4028fca975c6484dfb5eabdcc_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:1b3cb429f7612ba20ef98bb85d19c1aeba3e74a4028fca975c6484dfb5eabdcc_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:90508dfe8e85e5125e5a0e8061e42265e4d83ed30c25e1ac604747f14441ce00_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:90508dfe8e85e5125e5a0e8061e42265e4d83ed30c25e1ac604747f14441ce00_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:90508dfe8e85e5125e5a0e8061e42265e4d83ed30c25e1ac604747f14441ce00_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c029d412e945ca17539876dbcf3a1b2943f7593a4e767ca6fe78f45f85a22f5d_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c029d412e945ca17539876dbcf3a1b2943f7593a4e767ca6fe78f45f85a22f5d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c029d412e945ca17539876dbcf3a1b2943f7593a4e767ca6fe78f45f85a22f5d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9c519de2d648b67a9e0935a717acb3585720984db702196861844656c9b6e377_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9c519de2d648b67a9e0935a717acb3585720984db702196861844656c9b6e377_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9c519de2d648b67a9e0935a717acb3585720984db702196861844656c9b6e377_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9e0db475cc0ae822862bc46979cbab96b92cfccebcbd22811337980f63129d8a_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9e0db475cc0ae822862bc46979cbab96b92cfccebcbd22811337980f63129d8a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9e0db475cc0ae822862bc46979cbab96b92cfccebcbd22811337980f63129d8a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d27a0cb5ff1cad05ee9e7e1808810069db8fa7f73b1d7154253cfc20672409ee_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d27a0cb5ff1cad05ee9e7e1808810069db8fa7f73b1d7154253cfc20672409ee_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d27a0cb5ff1cad05ee9e7e1808810069db8fa7f73b1d7154253cfc20672409ee_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:df6ba3d4aab29aa0aaf5764522b07e1cc5abd7312fcdbc520afecaa93b90c517_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:df6ba3d4aab29aa0aaf5764522b07e1cc5abd7312fcdbc520afecaa93b90c517_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:df6ba3d4aab29aa0aaf5764522b07e1cc5abd7312fcdbc520afecaa93b90c517_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:4a54536580eb59b264dc608a8fa0279c161a003b0311130a8a7bd87e5e1d7913_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:4a54536580eb59b264dc608a8fa0279c161a003b0311130a8a7bd87e5e1d7913_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:4a54536580eb59b264dc608a8fa0279c161a003b0311130a8a7bd87e5e1d7913_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:565b67693a907b77c733c7cf1c9bf75275908d7639620241d4db59aa441b21f0_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:565b67693a907b77c733c7cf1c9bf75275908d7639620241d4db59aa441b21f0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:565b67693a907b77c733c7cf1c9bf75275908d7639620241d4db59aa441b21f0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:9e5e3ea7007beaac8a3a292fbe2c93f6d75691fa854f284450b964d2ef9e84ed_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:9e5e3ea7007beaac8a3a292fbe2c93f6d75691fa854f284450b964d2ef9e84ed_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:9e5e3ea7007beaac8a3a292fbe2c93f6d75691fa854f284450b964d2ef9e84ed_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ea6b2ab2fb23302f41b66f3f24f153ac4fcddffb408ac53a92638547fcff3511_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ea6b2ab2fb23302f41b66f3f24f153ac4fcddffb408ac53a92638547fcff3511_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ea6b2ab2fb23302f41b66f3f24f153ac4fcddffb408ac53a92638547fcff3511_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:337c7f682047b0aa5e6e40b685e5a0fa70d8d713caa6871010e71cddfadf75f7_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:337c7f682047b0aa5e6e40b685e5a0fa70d8d713caa6871010e71cddfadf75f7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:337c7f682047b0aa5e6e40b685e5a0fa70d8d713caa6871010e71cddfadf75f7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:4aabff1812e36ca01b46324d4118c9f9bbfa5545dc3f1db6df5868c565566f73_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:4aabff1812e36ca01b46324d4118c9f9bbfa5545dc3f1db6df5868c565566f73_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:4aabff1812e36ca01b46324d4118c9f9bbfa5545dc3f1db6df5868c565566f73_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c1f162808f71d323c337fe422ede5f5445cdb129f510184ca647ab259e07a20d_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c1f162808f71d323c337fe422ede5f5445cdb129f510184ca647ab259e07a20d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c1f162808f71d323c337fe422ede5f5445cdb129f510184ca647ab259e07a20d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c5ca5e4c2251be770ba80b21d5e9fa34889c959e8df8bc1bd0e920a219caecce_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c5ca5e4c2251be770ba80b21d5e9fa34889c959e8df8bc1bd0e920a219caecce_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c5ca5e4c2251be770ba80b21d5e9fa34889c959e8df8bc1bd0e920a219caecce_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:21000531491e67e0745a8798f2a9a65673ec864cf7ff2c66de3e24ed60a68219_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:21000531491e67e0745a8798f2a9a65673ec864cf7ff2c66de3e24ed60a68219_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:21000531491e67e0745a8798f2a9a65673ec864cf7ff2c66de3e24ed60a68219_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:4827e2fba1a10e3a2abfc904cd298121d9cccfe4afeaae93b26559d8a76c7dfb_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:4827e2fba1a10e3a2abfc904cd298121d9cccfe4afeaae93b26559d8a76c7dfb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:4827e2fba1a10e3a2abfc904cd298121d9cccfe4afeaae93b26559d8a76c7dfb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:c15757b0281507cfee9c86c6a9453c571ada915b9073168ff1a43987a0c89ee4_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:c15757b0281507cfee9c86c6a9453c571ada915b9073168ff1a43987a0c89ee4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:c15757b0281507cfee9c86c6a9453c571ada915b9073168ff1a43987a0c89ee4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d55638691d63fed30b0092213358fcc0018345235e58aa6fea758dbcccbc2ba3_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d55638691d63fed30b0092213358fcc0018345235e58aa6fea758dbcccbc2ba3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d55638691d63fed30b0092213358fcc0018345235e58aa6fea758dbcccbc2ba3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1f7e578b252a8eb6be49252904042c549676d02e6a0518963af26b0d603e3a04_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1f7e578b252a8eb6be49252904042c549676d02e6a0518963af26b0d603e3a04_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1f7e578b252a8eb6be49252904042c549676d02e6a0518963af26b0d603e3a04_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:7339e3f5b83dab5576a5bdc6ed6f1ed7ae31a0b770b344258518c12c896655f7_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:7339e3f5b83dab5576a5bdc6ed6f1ed7ae31a0b770b344258518c12c896655f7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:7339e3f5b83dab5576a5bdc6ed6f1ed7ae31a0b770b344258518c12c896655f7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:9fda0b0769d58fd2106edb682fa5f9d9d1b0818ab269d251b2e327dbe32f92d1_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:9fda0b0769d58fd2106edb682fa5f9d9d1b0818ab269d251b2e327dbe32f92d1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:9fda0b0769d58fd2106edb682fa5f9d9d1b0818ab269d251b2e327dbe32f92d1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:bb8377deff75b8adb45c81c7abc0d6ca947f6f7b72b33f1ca58b399a412faa1c_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:bb8377deff75b8adb45c81c7abc0d6ca947f6f7b72b33f1ca58b399a412faa1c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:bb8377deff75b8adb45c81c7abc0d6ca947f6f7b72b33f1ca58b399a412faa1c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2c7bbfc511f97bee3f843ba001d51ce3d5cccaf8839e938c7de2da2af2206aae_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2c7bbfc511f97bee3f843ba001d51ce3d5cccaf8839e938c7de2da2af2206aae_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2c7bbfc511f97bee3f843ba001d51ce3d5cccaf8839e938c7de2da2af2206aae_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2d59785cd3d14570718813ee141a6660ef661ed614d1ecfa3055f20528d80115_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2d59785cd3d14570718813ee141a6660ef661ed614d1ecfa3055f20528d80115_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2d59785cd3d14570718813ee141a6660ef661ed614d1ecfa3055f20528d80115_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:afb5944df3113e11ffe7fdba71c1ab1ac2e8801d44676ae26be02622876117e1_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:afb5944df3113e11ffe7fdba71c1ab1ac2e8801d44676ae26be02622876117e1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:afb5944df3113e11ffe7fdba71c1ab1ac2e8801d44676ae26be02622876117e1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:f67a6e2f10b6f2d007254202bc2612be19aebb0b837b30f30d915f3a7d1683f7_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:f67a6e2f10b6f2d007254202bc2612be19aebb0b837b30f30d915f3a7d1683f7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:f67a6e2f10b6f2d007254202bc2612be19aebb0b837b30f30d915f3a7d1683f7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:28d6530d32ce5358215d0dd9d3097122367224a0b24e9be39b26ad9963aa46ab_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:28d6530d32ce5358215d0dd9d3097122367224a0b24e9be39b26ad9963aa46ab_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:28d6530d32ce5358215d0dd9d3097122367224a0b24e9be39b26ad9963aa46ab_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2fa7a2be99cb0defc5b4ecc61fa33e5a34a25ce133ae5802c0e8c90936f30922_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2fa7a2be99cb0defc5b4ecc61fa33e5a34a25ce133ae5802c0e8c90936f30922_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2fa7a2be99cb0defc5b4ecc61fa33e5a34a25ce133ae5802c0e8c90936f30922_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:e778e794ff239b0c563fa58aaa3c5075792271c8b2f8643a9f10ba2709c9b5ef_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:e778e794ff239b0c563fa58aaa3c5075792271c8b2f8643a9f10ba2709c9b5ef_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:e778e794ff239b0c563fa58aaa3c5075792271c8b2f8643a9f10ba2709c9b5ef_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:e9091fe10d20f46026ccf5041aaa66ccfc64dfe0cf040920e67b2d4246435815_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:e9091fe10d20f46026ccf5041aaa66ccfc64dfe0cf040920e67b2d4246435815_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:e9091fe10d20f46026ccf5041aaa66ccfc64dfe0cf040920e67b2d4246435815_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:40b04761a4b68fd9fb847282d2f20f412c72b07636cffe3231a68b77d406d027_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:40b04761a4b68fd9fb847282d2f20f412c72b07636cffe3231a68b77d406d027_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:40b04761a4b68fd9fb847282d2f20f412c72b07636cffe3231a68b77d406d027_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:641c412f4f68b5057b4fe1e277086ccd8df79fd0f99c8982de64a6d0b6f5f6db_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:641c412f4f68b5057b4fe1e277086ccd8df79fd0f99c8982de64a6d0b6f5f6db_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:641c412f4f68b5057b4fe1e277086ccd8df79fd0f99c8982de64a6d0b6f5f6db_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:7f18da5abc4762d0fc14ccd6696bc4dbe13322f108130e054f7d0029dd302120_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:7f18da5abc4762d0fc14ccd6696bc4dbe13322f108130e054f7d0029dd302120_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:7f18da5abc4762d0fc14ccd6696bc4dbe13322f108130e054f7d0029dd302120_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a0de926332d3ec30b2fe3bb25bfa39b0dc95a59d7a11d289e755346621a60d21_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a0de926332d3ec30b2fe3bb25bfa39b0dc95a59d7a11d289e755346621a60d21_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a0de926332d3ec30b2fe3bb25bfa39b0dc95a59d7a11d289e755346621a60d21_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0c641d7cc569225624d900f44ed85805934d5ca168a2c67ee2bb5a02da4db1ee_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0c641d7cc569225624d900f44ed85805934d5ca168a2c67ee2bb5a02da4db1ee_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0c641d7cc569225624d900f44ed85805934d5ca168a2c67ee2bb5a02da4db1ee_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:63f0c9805b661a79e19ec2bd43b7c2380cdd2c0e2acb63f7467b9f277a0a4129_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:63f0c9805b661a79e19ec2bd43b7c2380cdd2c0e2acb63f7467b9f277a0a4129_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:63f0c9805b661a79e19ec2bd43b7c2380cdd2c0e2acb63f7467b9f277a0a4129_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:86b511fa05476f8d643a2b45fb796e52d9202999d97f1b6a83308f046d609589_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:86b511fa05476f8d643a2b45fb796e52d9202999d97f1b6a83308f046d609589_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:86b511fa05476f8d643a2b45fb796e52d9202999d97f1b6a83308f046d609589_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:95ffecf0d27f3d745cd44687f03dbc5359ca5581fbf1047c42bb3be40ad1fa29_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:95ffecf0d27f3d745cd44687f03dbc5359ca5581fbf1047c42bb3be40ad1fa29_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:95ffecf0d27f3d745cd44687f03dbc5359ca5581fbf1047c42bb3be40ad1fa29_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:3cf1c832fd2d8e8c16de247482998bd057d8d9f8ca76d535811d325f07283cb5_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:3cf1c832fd2d8e8c16de247482998bd057d8d9f8ca76d535811d325f07283cb5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:3cf1c832fd2d8e8c16de247482998bd057d8d9f8ca76d535811d325f07283cb5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:967e6af165f7a42c249c5d4feb3f887b72ff1b46596317388dba932110d5ed27_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:967e6af165f7a42c249c5d4feb3f887b72ff1b46596317388dba932110d5ed27_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:967e6af165f7a42c249c5d4feb3f887b72ff1b46596317388dba932110d5ed27_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:9cef5b53d0ec8c23c177e371af9fdf2a5f507d112a9e34c76ef9a747cae67631_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9cef5b53d0ec8c23c177e371af9fdf2a5f507d112a9e34c76ef9a747cae67631_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:9cef5b53d0ec8c23c177e371af9fdf2a5f507d112a9e34c76ef9a747cae67631_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:aaae02dc7cfae7ba686c202807c2d527710a3ec47bdd1b1c46743874c5fe58c2_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:aaae02dc7cfae7ba686c202807c2d527710a3ec47bdd1b1c46743874c5fe58c2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:aaae02dc7cfae7ba686c202807c2d527710a3ec47bdd1b1c46743874c5fe58c2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:52466c176afa92ca627c169f9221e8ae7d160af7a2746cd9cb4a0a3e64817e45_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:52466c176afa92ca627c169f9221e8ae7d160af7a2746cd9cb4a0a3e64817e45_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:52466c176afa92ca627c169f9221e8ae7d160af7a2746cd9cb4a0a3e64817e45_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:91267a502fc66ca4802628b1e433b5358de67e30f53875c5b7b9871a65df036f_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:91267a502fc66ca4802628b1e433b5358de67e30f53875c5b7b9871a65df036f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:91267a502fc66ca4802628b1e433b5358de67e30f53875c5b7b9871a65df036f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d1c4f0dd1db409d2914ee39ce2047eb0462ef87d598fc77e547fb296067f0a20_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d1c4f0dd1db409d2914ee39ce2047eb0462ef87d598fc77e547fb296067f0a20_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d1c4f0dd1db409d2914ee39ce2047eb0462ef87d598fc77e547fb296067f0a20_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:f2448776eaecd105d9deeaf19f769784f86e607e0200cf0cc7186bfa98094127_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:f2448776eaecd105d9deeaf19f769784f86e607e0200cf0cc7186bfa98094127_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:f2448776eaecd105d9deeaf19f769784f86e607e0200cf0cc7186bfa98094127_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:1c31195c707acf08a3ee88f91830e4d24df5a8c791d45a25ce2b6c5acd9e6e04_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:1c31195c707acf08a3ee88f91830e4d24df5a8c791d45a25ce2b6c5acd9e6e04_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:1c31195c707acf08a3ee88f91830e4d24df5a8c791d45a25ce2b6c5acd9e6e04_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:28b9b9941169ee65c18d4a5807377c7b094f6c642e7117c127e27774dcf23aec_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:28b9b9941169ee65c18d4a5807377c7b094f6c642e7117c127e27774dcf23aec_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:28b9b9941169ee65c18d4a5807377c7b094f6c642e7117c127e27774dcf23aec_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:9ca6bee84e42a44fa926368962eecd2c3d6158ed4b9230e9d3d0774874625240_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:9ca6bee84e42a44fa926368962eecd2c3d6158ed4b9230e9d3d0774874625240_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:9ca6bee84e42a44fa926368962eecd2c3d6158ed4b9230e9d3d0774874625240_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c10fec1af6366728c07a0daa6f2e6155a46947f846387d26a2a89777c09a9032_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c10fec1af6366728c07a0daa6f2e6155a46947f846387d26a2a89777c09a9032_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c10fec1af6366728c07a0daa6f2e6155a46947f846387d26a2a89777c09a9032_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:76d6028c0c843de4b3c0f197eba1fadf6efbe11fd0dc2e27da8808457704b429_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:76d6028c0c843de4b3c0f197eba1fadf6efbe11fd0dc2e27da8808457704b429_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:76d6028c0c843de4b3c0f197eba1fadf6efbe11fd0dc2e27da8808457704b429_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:b91b2537aa737d1c13ab22e44e0ca463dc738ac48c613d052172fcbddf36ddc8_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:b91b2537aa737d1c13ab22e44e0ca463dc738ac48c613d052172fcbddf36ddc8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:b91b2537aa737d1c13ab22e44e0ca463dc738ac48c613d052172fcbddf36ddc8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:5d50a676cbb58b319ed83ec42920d8a02c4050308a04b44d706d3f40572b4b7b_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:5d50a676cbb58b319ed83ec42920d8a02c4050308a04b44d706d3f40572b4b7b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:5d50a676cbb58b319ed83ec42920d8a02c4050308a04b44d706d3f40572b4b7b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ef051049b62962ae0a577c4619440439e12891d0333f29e7bf96a633825f4a82_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ef051049b62962ae0a577c4619440439e12891d0333f29e7bf96a633825f4a82_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ef051049b62962ae0a577c4619440439e12891d0333f29e7bf96a633825f4a82_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:603c85c5076603fb5c008bf9e099664175726696d4c5392fdf784591a38d27bd_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:603c85c5076603fb5c008bf9e099664175726696d4c5392fdf784591a38d27bd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:603c85c5076603fb5c008bf9e099664175726696d4c5392fdf784591a38d27bd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:86876a862b58c838623e6b6eb889e614f92e2c864480b15f9f73c064f0fe1146_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:86876a862b58c838623e6b6eb889e614f92e2c864480b15f9f73c064f0fe1146_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:86876a862b58c838623e6b6eb889e614f92e2c864480b15f9f73c064f0fe1146_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:39361a6b6ab8267fd1d31c739671892ee9724ab6161912617920f20c10ac3762_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:39361a6b6ab8267fd1d31c739671892ee9724ab6161912617920f20c10ac3762_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:39361a6b6ab8267fd1d31c739671892ee9724ab6161912617920f20c10ac3762_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:9625263527c82621befdca63468d66501af95074e1047c7fe59e66d9aa56848b_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:9625263527c82621befdca63468d66501af95074e1047c7fe59e66d9aa56848b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:9625263527c82621befdca63468d66501af95074e1047c7fe59e66d9aa56848b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:a80c47da0a776c92ef3b38f7997876996e6b46b431e86d82303236ba2a1fb5ed_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:a80c47da0a776c92ef3b38f7997876996e6b46b431e86d82303236ba2a1fb5ed_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:a80c47da0a776c92ef3b38f7997876996e6b46b431e86d82303236ba2a1fb5ed_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:bae43551cde2c709e21e7111fe1fa60a9150e4fd7ff67be8d6d8142600e53633_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:bae43551cde2c709e21e7111fe1fa60a9150e4fd7ff67be8d6d8142600e53633_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:bae43551cde2c709e21e7111fe1fa60a9150e4fd7ff67be8d6d8142600e53633_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:1420bbb33b8d7a5b6f6c3de8ce4743134bbe00f37f4c59749cb825ee23b418e1_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:1420bbb33b8d7a5b6f6c3de8ce4743134bbe00f37f4c59749cb825ee23b418e1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:1420bbb33b8d7a5b6f6c3de8ce4743134bbe00f37f4c59749cb825ee23b418e1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:331dcdcc9e74cc8da63ba586ec7ffdce89bbe207b762622d8dc3db7253890cc9_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:331dcdcc9e74cc8da63ba586ec7ffdce89bbe207b762622d8dc3db7253890cc9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:331dcdcc9e74cc8da63ba586ec7ffdce89bbe207b762622d8dc3db7253890cc9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:5d3c54c6507da727e4a1351196cd8cf8e8d7a96f0dbabfdb7b07f28b92933808_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:5d3c54c6507da727e4a1351196cd8cf8e8d7a96f0dbabfdb7b07f28b92933808_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:5d3c54c6507da727e4a1351196cd8cf8e8d7a96f0dbabfdb7b07f28b92933808_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:c573f0d5309301089992714e20201f384b3e910266e36431eda6630848cd0c69_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:c573f0d5309301089992714e20201f384b3e910266e36431eda6630848cd0c69_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:c573f0d5309301089992714e20201f384b3e910266e36431eda6630848cd0c69_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:0adf8769b11a8cc11a5c7ee61e4653817a42be7f6216ee7fbd82aaa4be5ecd67_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:0adf8769b11a8cc11a5c7ee61e4653817a42be7f6216ee7fbd82aaa4be5ecd67_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:0adf8769b11a8cc11a5c7ee61e4653817a42be7f6216ee7fbd82aaa4be5ecd67_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:77c676faf2ee63b2c5d8aa307fcea6fea990fab420d38c1cd4abdd182c30356e_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:77c676faf2ee63b2c5d8aa307fcea6fea990fab420d38c1cd4abdd182c30356e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:77c676faf2ee63b2c5d8aa307fcea6fea990fab420d38c1cd4abdd182c30356e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:cfd286249d1a839ce282b76dac9e593b738008f5f6d8480fca5f1b1953240902_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:cfd286249d1a839ce282b76dac9e593b738008f5f6d8480fca5f1b1953240902_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:cfd286249d1a839ce282b76dac9e593b738008f5f6d8480fca5f1b1953240902_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:ef63686a9c24d95cb35b77b46c1f35ae2cd3c6c5aafbee03fcaedd408e2e5784_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:ef63686a9c24d95cb35b77b46c1f35ae2cd3c6c5aafbee03fcaedd408e2e5784_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:ef63686a9c24d95cb35b77b46c1f35ae2cd3c6c5aafbee03fcaedd408e2e5784_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4cd7f99109e528c98946ca89aa748c8499c033e184bdc462b3b1742b59cfc46f_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4cd7f99109e528c98946ca89aa748c8499c033e184bdc462b3b1742b59cfc46f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4cd7f99109e528c98946ca89aa748c8499c033e184bdc462b3b1742b59cfc46f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6f335e31477a687764688f382113421148510c6de56569e1e0975e63c6ea9f81_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6f335e31477a687764688f382113421148510c6de56569e1e0975e63c6ea9f81_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6f335e31477a687764688f382113421148510c6de56569e1e0975e63c6ea9f81_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:91a7471795cdce93ea422b1e62252ccff5f984ff97d1fa2cf6fc732a771d1ff6_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:91a7471795cdce93ea422b1e62252ccff5f984ff97d1fa2cf6fc732a771d1ff6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:91a7471795cdce93ea422b1e62252ccff5f984ff97d1fa2cf6fc732a771d1ff6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:e42d614021674babe7988c3c1197df4da5eaa4c3734ab6c7cff9825f96c7ae6c_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:e42d614021674babe7988c3c1197df4da5eaa4c3734ab6c7cff9825f96c7ae6c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:e42d614021674babe7988c3c1197df4da5eaa4c3734ab6c7cff9825f96c7ae6c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:371d2c0bee96d1a36c493d214bb5107e05cf7c92c72e361a333973c8ebbe49b4_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:371d2c0bee96d1a36c493d214bb5107e05cf7c92c72e361a333973c8ebbe49b4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:371d2c0bee96d1a36c493d214bb5107e05cf7c92c72e361a333973c8ebbe49b4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6d0eae11780b86e59d90cc744390fbccd8b42d13bd540cb9292a30b19fb095eb_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6d0eae11780b86e59d90cc744390fbccd8b42d13bd540cb9292a30b19fb095eb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6d0eae11780b86e59d90cc744390fbccd8b42d13bd540cb9292a30b19fb095eb_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:7067c040e835dab708456e23987832bf6a2fd0bfdd5e0ce592d6af625bee274c_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:7067c040e835dab708456e23987832bf6a2fd0bfdd5e0ce592d6af625bee274c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:7067c040e835dab708456e23987832bf6a2fd0bfdd5e0ce592d6af625bee274c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:da9c15237228288aaf1d716db77585afcf033e4c6ee836601df1d7339661e21f_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:da9c15237228288aaf1d716db77585afcf033e4c6ee836601df1d7339661e21f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:da9c15237228288aaf1d716db77585afcf033e4c6ee836601df1d7339661e21f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:6837ff55eb1efc95ef5b3323bfa63c069029503833b6ccecebe450cd2c054ada_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:6837ff55eb1efc95ef5b3323bfa63c069029503833b6ccecebe450cd2c054ada_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:6837ff55eb1efc95ef5b3323bfa63c069029503833b6ccecebe450cd2c054ada_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:9dcd9ba0b3b837ad31eb1ef97d7d0548309e42e47ad7707b95a2eaaca8ce78c8_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:9dcd9ba0b3b837ad31eb1ef97d7d0548309e42e47ad7707b95a2eaaca8ce78c8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:9dcd9ba0b3b837ad31eb1ef97d7d0548309e42e47ad7707b95a2eaaca8ce78c8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b5b150556bef4a6c1eeb0a96fb191addbf8c6928ed70ed57c44e89b34ee02a03_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b5b150556bef4a6c1eeb0a96fb191addbf8c6928ed70ed57c44e89b34ee02a03_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b5b150556bef4a6c1eeb0a96fb191addbf8c6928ed70ed57c44e89b34ee02a03_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:fe817971610b692a8a2e0ba694ee7701b7cc8da422c5174e9b50d9c04d7bef88_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:fe817971610b692a8a2e0ba694ee7701b7cc8da422c5174e9b50d9c04d7bef88_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:fe817971610b692a8a2e0ba694ee7701b7cc8da422c5174e9b50d9c04d7bef88_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1f119240417462c4d8ea21f350fb93734bf41b562b53bd45997cb55b2ed6bc20_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1f119240417462c4d8ea21f350fb93734bf41b562b53bd45997cb55b2ed6bc20_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1f119240417462c4d8ea21f350fb93734bf41b562b53bd45997cb55b2ed6bc20_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3e21f0fa1889eb9f45f941a130602823f8c0d5a33a08b66133b5d5cc6dbeccca_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3e21f0fa1889eb9f45f941a130602823f8c0d5a33a08b66133b5d5cc6dbeccca_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3e21f0fa1889eb9f45f941a130602823f8c0d5a33a08b66133b5d5cc6dbeccca_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:80f092391fc386c15535f4fecd2d16b5dab0c36187b50278d6894ede1b177db0_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:80f092391fc386c15535f4fecd2d16b5dab0c36187b50278d6894ede1b177db0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:80f092391fc386c15535f4fecd2d16b5dab0c36187b50278d6894ede1b177db0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:af8d05412fce7dd28ecd3e43e9bf7dd4b24dd259fd3c95ad75e8a8106f829c80_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:af8d05412fce7dd28ecd3e43e9bf7dd4b24dd259fd3c95ad75e8a8106f829c80_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:af8d05412fce7dd28ecd3e43e9bf7dd4b24dd259fd3c95ad75e8a8106f829c80_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:44235e1864454e6f6506e7aba1349452d6966ad821a3cf0864189cfc1e4e3eac_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:44235e1864454e6f6506e7aba1349452d6966ad821a3cf0864189cfc1e4e3eac_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:44235e1864454e6f6506e7aba1349452d6966ad821a3cf0864189cfc1e4e3eac_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:650af304f90eb7c13a01b0d1c75253ed6eb2e9205527675267cfe66a94a44c2f_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:650af304f90eb7c13a01b0d1c75253ed6eb2e9205527675267cfe66a94a44c2f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:650af304f90eb7c13a01b0d1c75253ed6eb2e9205527675267cfe66a94a44c2f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bc9a024371adadee6933b28af46bd4cf1ef0934ebb70b5922b2d02a76d2704e1_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bc9a024371adadee6933b28af46bd4cf1ef0934ebb70b5922b2d02a76d2704e1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bc9a024371adadee6933b28af46bd4cf1ef0934ebb70b5922b2d02a76d2704e1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d2a4f998f0dd38f15d88e9a7fa95bd71857d38bee59187ccd37b81489237c496_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d2a4f998f0dd38f15d88e9a7fa95bd71857d38bee59187ccd37b81489237c496_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d2a4f998f0dd38f15d88e9a7fa95bd71857d38bee59187ccd37b81489237c496_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:14aff997615ef055124db30bfa46b60a7cac24311fdebd2454fb8f5d9935f97f_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:14aff997615ef055124db30bfa46b60a7cac24311fdebd2454fb8f5d9935f97f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:14aff997615ef055124db30bfa46b60a7cac24311fdebd2454fb8f5d9935f97f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:1a146e67a815641b2021f7f7f3424cc307a2ba9a23c0331435736dcca1fad7df_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:1a146e67a815641b2021f7f7f3424cc307a2ba9a23c0331435736dcca1fad7df_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:1a146e67a815641b2021f7f7f3424cc307a2ba9a23c0331435736dcca1fad7df_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b037fd3c9213c9a3294fea19f52538f2ee73fa292ccd2f0570e6c7f68273799d_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b037fd3c9213c9a3294fea19f52538f2ee73fa292ccd2f0570e6c7f68273799d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b037fd3c9213c9a3294fea19f52538f2ee73fa292ccd2f0570e6c7f68273799d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:dbf91b34f08921aa48c4a685fa0e20bb52887958b92e129de482b05b5e841268_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:dbf91b34f08921aa48c4a685fa0e20bb52887958b92e129de482b05b5e841268_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:dbf91b34f08921aa48c4a685fa0e20bb52887958b92e129de482b05b5e841268_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:1138bb4a1e02331f81286a5130f931b99fc5da9812426928711290faa47986b3_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:1138bb4a1e02331f81286a5130f931b99fc5da9812426928711290faa47986b3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:1138bb4a1e02331f81286a5130f931b99fc5da9812426928711290faa47986b3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:77ca7db52809679a28a12c689573c932da660c47a18237500936cc1e1285a73e_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:77ca7db52809679a28a12c689573c932da660c47a18237500936cc1e1285a73e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:77ca7db52809679a28a12c689573c932da660c47a18237500936cc1e1285a73e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9a0634b080e2f468ffed06b70398671d23440fb8c2ab9123a8fa984edade5293_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9a0634b080e2f468ffed06b70398671d23440fb8c2ab9123a8fa984edade5293_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9a0634b080e2f468ffed06b70398671d23440fb8c2ab9123a8fa984edade5293_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:edd30c86a660c90e7209f7b6584cb310c777350e507a626943b43dad7c5fb037_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:edd30c86a660c90e7209f7b6584cb310c777350e507a626943b43dad7c5fb037_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:edd30c86a660c90e7209f7b6584cb310c777350e507a626943b43dad7c5fb037_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:07356217307c735fe7d5d17f9a238e76cd3a3b5e1c92f965d9dae10bb0c18a9f_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:07356217307c735fe7d5d17f9a238e76cd3a3b5e1c92f965d9dae10bb0c18a9f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:07356217307c735fe7d5d17f9a238e76cd3a3b5e1c92f965d9dae10bb0c18a9f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:1e866737824e1a455f61e63af2b72dbaf4ce1c29702d268699942971570ef4b2_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:1e866737824e1a455f61e63af2b72dbaf4ce1c29702d268699942971570ef4b2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:1e866737824e1a455f61e63af2b72dbaf4ce1c29702d268699942971570ef4b2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:1f04d891ad59020a77fd84c1b442b669c965c16884ca74764e7757e9f4ac5286_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:1f04d891ad59020a77fd84c1b442b669c965c16884ca74764e7757e9f4ac5286_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:1f04d891ad59020a77fd84c1b442b669c965c16884ca74764e7757e9f4ac5286_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:27b92ef8394480cb9971777c224935403519a7d496ec52bddcc24821c9d088b0_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:27b92ef8394480cb9971777c224935403519a7d496ec52bddcc24821c9d088b0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:27b92ef8394480cb9971777c224935403519a7d496ec52bddcc24821c9d088b0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:154bc68572bff172152cb8e6ca56e386dd0683470884f6f7c544cd364263c892_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:154bc68572bff172152cb8e6ca56e386dd0683470884f6f7c544cd364263c892_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:154bc68572bff172152cb8e6ca56e386dd0683470884f6f7c544cd364263c892_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:4b75a6b187a4c0c9afc015049a256e6282cf320363c54c450a3f95e9ca9c22a3_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:4b75a6b187a4c0c9afc015049a256e6282cf320363c54c450a3f95e9ca9c22a3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:4b75a6b187a4c0c9afc015049a256e6282cf320363c54c450a3f95e9ca9c22a3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:7513f7402077be92ff42f1956f37cea9e17edcbd0ce98509d8c5cb00f0fda793_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:7513f7402077be92ff42f1956f37cea9e17edcbd0ce98509d8c5cb00f0fda793_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:7513f7402077be92ff42f1956f37cea9e17edcbd0ce98509d8c5cb00f0fda793_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:d1336b188ff78822ba10496f42b2a6d168dd1c70212fcd7a51d2379c1dd71776_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:d1336b188ff78822ba10496f42b2a6d168dd1c70212fcd7a51d2379c1dd71776_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:d1336b188ff78822ba10496f42b2a6d168dd1c70212fcd7a51d2379c1dd71776_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:087d522537f04da6d1ce5621bd2aa60d595e024671a68abe412afd74a38e4c71_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:087d522537f04da6d1ce5621bd2aa60d595e024671a68abe412afd74a38e4c71_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:087d522537f04da6d1ce5621bd2aa60d595e024671a68abe412afd74a38e4c71_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:269f4c94ac2759cbc669cc53ed149f3d2b41bbbb9e5b7f38206e420b7b2b5c04_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:269f4c94ac2759cbc669cc53ed149f3d2b41bbbb9e5b7f38206e420b7b2b5c04_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:269f4c94ac2759cbc669cc53ed149f3d2b41bbbb9e5b7f38206e420b7b2b5c04_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7d607ccd1e0f170b2cfe9d2a6a2081075cd52316ea590fdf20c7eace3b348bfd_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7d607ccd1e0f170b2cfe9d2a6a2081075cd52316ea590fdf20c7eace3b348bfd_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7d607ccd1e0f170b2cfe9d2a6a2081075cd52316ea590fdf20c7eace3b348bfd_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:f926972d3affab6f67cd82f67a09adf338da8c2f4fcaa62ecf33ea72e146e534_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:f926972d3affab6f67cd82f67a09adf338da8c2f4fcaa62ecf33ea72e146e534_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:f926972d3affab6f67cd82f67a09adf338da8c2f4fcaa62ecf33ea72e146e534_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:29aef7f9137d4c3ab09227264171f7d75098f62ae331f144e634fd05610ac471_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:29aef7f9137d4c3ab09227264171f7d75098f62ae331f144e634fd05610ac471_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:29aef7f9137d4c3ab09227264171f7d75098f62ae331f144e634fd05610ac471_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:3f7278be0143a02635b7f1fd97726682e5e2952138ce39248e19f3fd95f43ed7_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:3f7278be0143a02635b7f1fd97726682e5e2952138ce39248e19f3fd95f43ed7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:3f7278be0143a02635b7f1fd97726682e5e2952138ce39248e19f3fd95f43ed7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:cafce4db5fd8f3f9c079c03346a8440a93c19c7ccadd796d0ad6ef66ada5ffd9_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:cafce4db5fd8f3f9c079c03346a8440a93c19c7ccadd796d0ad6ef66ada5ffd9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:cafce4db5fd8f3f9c079c03346a8440a93c19c7ccadd796d0ad6ef66ada5ffd9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e56025cbf0150a1537e16f6651f3f1c40e3d5e125b2fa19db4bcb27d9844a62c_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e56025cbf0150a1537e16f6651f3f1c40e3d5e125b2fa19db4bcb27d9844a62c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e56025cbf0150a1537e16f6651f3f1c40e3d5e125b2fa19db4bcb27d9844a62c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:04692d8b0c4278fe31b9a4c46d02133271e129f2e7bb6e0ded4dd404cf130cc2_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:04692d8b0c4278fe31b9a4c46d02133271e129f2e7bb6e0ded4dd404cf130cc2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:04692d8b0c4278fe31b9a4c46d02133271e129f2e7bb6e0ded4dd404cf130cc2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:46fa06b7a0192dc7c3cf7e381f1ef3b4dc7b87a2a5c91505049c49cf4e456a3d_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:46fa06b7a0192dc7c3cf7e381f1ef3b4dc7b87a2a5c91505049c49cf4e456a3d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:46fa06b7a0192dc7c3cf7e381f1ef3b4dc7b87a2a5c91505049c49cf4e456a3d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:63613b3f8b7a2d2ef58d3d5914c64eb7f4d21f6dea8f77346e02263aa5e6135a_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:63613b3f8b7a2d2ef58d3d5914c64eb7f4d21f6dea8f77346e02263aa5e6135a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:63613b3f8b7a2d2ef58d3d5914c64eb7f4d21f6dea8f77346e02263aa5e6135a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ae601d9f18f45cbb4ded3bd2ddd83dba2e99b92d88e1c3613184af87f9a7a80e_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ae601d9f18f45cbb4ded3bd2ddd83dba2e99b92d88e1c3613184af87f9a7a80e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ae601d9f18f45cbb4ded3bd2ddd83dba2e99b92d88e1c3613184af87f9a7a80e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:27ebc371aa163d733b887ef8bbdde4805dadbb6be6638f0618b4258ed9f8b05e_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:27ebc371aa163d733b887ef8bbdde4805dadbb6be6638f0618b4258ed9f8b05e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:27ebc371aa163d733b887ef8bbdde4805dadbb6be6638f0618b4258ed9f8b05e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:3c17214fa451ad495d69d3702016ea8ef7a7445dd18950abded683f347514057_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:3c17214fa451ad495d69d3702016ea8ef7a7445dd18950abded683f347514057_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:3c17214fa451ad495d69d3702016ea8ef7a7445dd18950abded683f347514057_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:827d784dc11371d40bdc621474d61167065bc44fbebf2bc765a010bfaf952e0c_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:827d784dc11371d40bdc621474d61167065bc44fbebf2bc765a010bfaf952e0c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:827d784dc11371d40bdc621474d61167065bc44fbebf2bc765a010bfaf952e0c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:45f0687e50c303a9970b6d5206eaeaec30141826bd398a9eb6f48ac98c5fa43b_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:45f0687e50c303a9970b6d5206eaeaec30141826bd398a9eb6f48ac98c5fa43b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:45f0687e50c303a9970b6d5206eaeaec30141826bd398a9eb6f48ac98c5fa43b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:7183f7097e9e25d05fe57d7c55a26f68993acc9441a9b28d46b6fc7778bb7774_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:7183f7097e9e25d05fe57d7c55a26f68993acc9441a9b28d46b6fc7778bb7774_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:7183f7097e9e25d05fe57d7c55a26f68993acc9441a9b28d46b6fc7778bb7774_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:e71130250738b69b62f2c5f2d8d1101c634c9984b8b7647405fab4c33be11b9f_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:e71130250738b69b62f2c5f2d8d1101c634c9984b8b7647405fab4c33be11b9f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:e71130250738b69b62f2c5f2d8d1101c634c9984b8b7647405fab4c33be11b9f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:110a149c567c0e4f94902bcd3f8326d8f0cee6f228b29ead637a59446f7b965c_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:110a149c567c0e4f94902bcd3f8326d8f0cee6f228b29ead637a59446f7b965c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:110a149c567c0e4f94902bcd3f8326d8f0cee6f228b29ead637a59446f7b965c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:26d8ce7b55b5afc03cbd8d77e1412dd049bfaf6a6063876a638ed8f256c9ccb9_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:26d8ce7b55b5afc03cbd8d77e1412dd049bfaf6a6063876a638ed8f256c9ccb9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:26d8ce7b55b5afc03cbd8d77e1412dd049bfaf6a6063876a638ed8f256c9ccb9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:c7ae49160f9cafc41bdc7e060337c15a1c37b61fe8be7379f46e1596fdf747cb_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:c7ae49160f9cafc41bdc7e060337c15a1c37b61fe8be7379f46e1596fdf747cb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:c7ae49160f9cafc41bdc7e060337c15a1c37b61fe8be7379f46e1596fdf747cb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:553da682d87c302e73ceecb23def3aa5a2ebac4b99ab950eb591af937666b1ef_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:553da682d87c302e73ceecb23def3aa5a2ebac4b99ab950eb591af937666b1ef_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:553da682d87c302e73ceecb23def3aa5a2ebac4b99ab950eb591af937666b1ef_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:9f41c1d6d30eb2dad6d99e99cb297266611c303fb34b1b4409618948cc7fe12c_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:9f41c1d6d30eb2dad6d99e99cb297266611c303fb34b1b4409618948cc7fe12c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:9f41c1d6d30eb2dad6d99e99cb297266611c303fb34b1b4409618948cc7fe12c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:eec2a0b0693062e7a1958c7b4133b7e5605e474c7bb286c393b5b3e21cc810aa_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:eec2a0b0693062e7a1958c7b4133b7e5605e474c7bb286c393b5b3e21cc810aa_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:eec2a0b0693062e7a1958c7b4133b7e5605e474c7bb286c393b5b3e21cc810aa_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:35ebc5195a624c44715be8d163d6982903e5ff2e7be80aa460bcfc1d5a4ccc75_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:35ebc5195a624c44715be8d163d6982903e5ff2e7be80aa460bcfc1d5a4ccc75_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:35ebc5195a624c44715be8d163d6982903e5ff2e7be80aa460bcfc1d5a4ccc75_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:45cd606919d4963166b02919061a6b59f1749b298be7ba6bd5e1e37a64ec2691_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:45cd606919d4963166b02919061a6b59f1749b298be7ba6bd5e1e37a64ec2691_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:45cd606919d4963166b02919061a6b59f1749b298be7ba6bd5e1e37a64ec2691_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:a9c333760706bb11c7c9faeae183721b5295c7b0e34995cf461d8377ce0f4f9d_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:a9c333760706bb11c7c9faeae183721b5295c7b0e34995cf461d8377ce0f4f9d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:a9c333760706bb11c7c9faeae183721b5295c7b0e34995cf461d8377ce0f4f9d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c75474dcead17964346c51d6577129192e14d234cdb7d84087143e831bbab59e_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c75474dcead17964346c51d6577129192e14d234cdb7d84087143e831bbab59e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c75474dcead17964346c51d6577129192e14d234cdb7d84087143e831bbab59e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1221e6b06f4a2cd5a869cf0b7cfec48461ad9a9cc3ce0a4bab191fa94368546f_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1221e6b06f4a2cd5a869cf0b7cfec48461ad9a9cc3ce0a4bab191fa94368546f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1221e6b06f4a2cd5a869cf0b7cfec48461ad9a9cc3ce0a4bab191fa94368546f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:3d867b42ac8dcd48b294c69dc7a452376d11211eb91a27cb9885085f43b4ecdb_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:3d867b42ac8dcd48b294c69dc7a452376d11211eb91a27cb9885085f43b4ecdb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:3d867b42ac8dcd48b294c69dc7a452376d11211eb91a27cb9885085f43b4ecdb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:44aa14e26d7f58ba5b3f67b3ece13bc317cb5b9f8553b60719be4df122701b63_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:44aa14e26d7f58ba5b3f67b3ece13bc317cb5b9f8553b60719be4df122701b63_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:44aa14e26d7f58ba5b3f67b3ece13bc317cb5b9f8553b60719be4df122701b63_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:df22fc0ec3ff553f96fac5c0fb69174ab9a251c7cbf3894d146d8d7aee6c6b5d_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:df22fc0ec3ff553f96fac5c0fb69174ab9a251c7cbf3894d146d8d7aee6c6b5d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:df22fc0ec3ff553f96fac5c0fb69174ab9a251c7cbf3894d146d8d7aee6c6b5d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:493f421e1f134779851388138e0d629fad1fa1545ceb556af0a5b37deea7200f_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:493f421e1f134779851388138e0d629fad1fa1545ceb556af0a5b37deea7200f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:493f421e1f134779851388138e0d629fad1fa1545ceb556af0a5b37deea7200f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:9f54afbe0f6f58849846360ce629ae1ff322271fd06d2779e3fef47414fa6fbe_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:9f54afbe0f6f58849846360ce629ae1ff322271fd06d2779e3fef47414fa6fbe_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:9f54afbe0f6f58849846360ce629ae1ff322271fd06d2779e3fef47414fa6fbe_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b51a5d72d7b5d8335886c69a1074c5d496a588a669f336967ae8051b60b62c79_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b51a5d72d7b5d8335886c69a1074c5d496a588a669f336967ae8051b60b62c79_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b51a5d72d7b5d8335886c69a1074c5d496a588a669f336967ae8051b60b62c79_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e0907802be41dad3b8887b80e0e5acd6805d45d93d7b103fd8d6a45da5334329_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e0907802be41dad3b8887b80e0e5acd6805d45d93d7b103fd8d6a45da5334329_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e0907802be41dad3b8887b80e0e5acd6805d45d93d7b103fd8d6a45da5334329_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:66e8ff25c5e4a6c5bc3c4d59d8c5ab4a4bf1c04cf93936fa1ef44582d372ef23_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:66e8ff25c5e4a6c5bc3c4d59d8c5ab4a4bf1c04cf93936fa1ef44582d372ef23_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:66e8ff25c5e4a6c5bc3c4d59d8c5ab4a4bf1c04cf93936fa1ef44582d372ef23_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6c8af767e2cb464a36bd75dc8c82d1930159a91d7952eb78fec8bad3a84adfb3_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6c8af767e2cb464a36bd75dc8c82d1930159a91d7952eb78fec8bad3a84adfb3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6c8af767e2cb464a36bd75dc8c82d1930159a91d7952eb78fec8bad3a84adfb3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:e2a2a23dc15304233aa251543ad5d0764461b33f04758f196fe87e8be14b5e6f_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:e2a2a23dc15304233aa251543ad5d0764461b33f04758f196fe87e8be14b5e6f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:e2a2a23dc15304233aa251543ad5d0764461b33f04758f196fe87e8be14b5e6f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:e47640e0e71ed4a92926a7500eb307f21034b39b34f095cadbdd5a0dce795561_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:e47640e0e71ed4a92926a7500eb307f21034b39b34f095cadbdd5a0dce795561_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:e47640e0e71ed4a92926a7500eb307f21034b39b34f095cadbdd5a0dce795561_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:96e77ade5cf30676ffdbe4139982340a0c7598e11f1d432f17a4c80d7bf0ad86_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:96e77ade5cf30676ffdbe4139982340a0c7598e11f1d432f17a4c80d7bf0ad86_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:96e77ade5cf30676ffdbe4139982340a0c7598e11f1d432f17a4c80d7bf0ad86_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:fb9f181d1c455e3b00e53e61b897a3738109158d083bbe188754414c6aa07e4f_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:fb9f181d1c455e3b00e53e61b897a3738109158d083bbe188754414c6aa07e4f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:fb9f181d1c455e3b00e53e61b897a3738109158d083bbe188754414c6aa07e4f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:04606de228672d1a67f076965e3d7ea468ccf176850a7cb638554ff66bb8f728_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:04606de228672d1a67f076965e3d7ea468ccf176850a7cb638554ff66bb8f728_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:04606de228672d1a67f076965e3d7ea468ccf176850a7cb638554ff66bb8f728_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:4ebe7b31281f57b51820e3f8797706fb0cc9711ff7c0c429d3cc62cc675ae911_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:4ebe7b31281f57b51820e3f8797706fb0cc9711ff7c0c429d3cc62cc675ae911_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:4ebe7b31281f57b51820e3f8797706fb0cc9711ff7c0c429d3cc62cc675ae911_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:cb5f5a8dc90ff44c4a9a244707f69e143cb8aae90f508cb326a729cef17b466e_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:cb5f5a8dc90ff44c4a9a244707f69e143cb8aae90f508cb326a729cef17b466e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:cb5f5a8dc90ff44c4a9a244707f69e143cb8aae90f508cb326a729cef17b466e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:2222d8bd0d49413ddbb5ce815e9ffcd72931da48a408c16c6592394787766d0e_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:2222d8bd0d49413ddbb5ce815e9ffcd72931da48a408c16c6592394787766d0e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:2222d8bd0d49413ddbb5ce815e9ffcd72931da48a408c16c6592394787766d0e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:337b8663d131ebcdb897d1d4403136d03993061edfc0ef9f1784c8f3dc4d7984_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:337b8663d131ebcdb897d1d4403136d03993061edfc0ef9f1784c8f3dc4d7984_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:337b8663d131ebcdb897d1d4403136d03993061edfc0ef9f1784c8f3dc4d7984_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:dd2ea0f95852ffcfb8411e2cea59877027dd3ee75f044a488e012ca871a24809_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:dd2ea0f95852ffcfb8411e2cea59877027dd3ee75f044a488e012ca871a24809_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:dd2ea0f95852ffcfb8411e2cea59877027dd3ee75f044a488e012ca871a24809_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ea809991bcb600e5275ab62fbd921dfea84e034705d5db8f524218b8d9b7211f_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ea809991bcb600e5275ab62fbd921dfea84e034705d5db8f524218b8d9b7211f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ea809991bcb600e5275ab62fbd921dfea84e034705d5db8f524218b8d9b7211f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:2fe3758432f33222b589ae3efbdd3c9ed2c656e088315e310be0b5764b3f3899_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:2fe3758432f33222b589ae3efbdd3c9ed2c656e088315e310be0b5764b3f3899_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:2fe3758432f33222b589ae3efbdd3c9ed2c656e088315e310be0b5764b3f3899_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:66c98117263e3600c6047acede32fd070e120642df0387d8dae0ac3ef6c6b6d5_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:66c98117263e3600c6047acede32fd070e120642df0387d8dae0ac3ef6c6b6d5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:66c98117263e3600c6047acede32fd070e120642df0387d8dae0ac3ef6c6b6d5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8c30253d3aff1f5c4c807da2937ba99c6712927aababb2b69292e2c8a1340246_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8c30253d3aff1f5c4c807da2937ba99c6712927aababb2b69292e2c8a1340246_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8c30253d3aff1f5c4c807da2937ba99c6712927aababb2b69292e2c8a1340246_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:9ae4a5d2d3314daebcdade90c7ea1f42f58238aa85b5cccb0b3e127f4e403626_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:9ae4a5d2d3314daebcdade90c7ea1f42f58238aa85b5cccb0b3e127f4e403626_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:9ae4a5d2d3314daebcdade90c7ea1f42f58238aa85b5cccb0b3e127f4e403626_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:91ecb22bec85293b669875c91f22a51efc9cb371640faba3044868f87585b7f4_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:91ecb22bec85293b669875c91f22a51efc9cb371640faba3044868f87585b7f4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:91ecb22bec85293b669875c91f22a51efc9cb371640faba3044868f87585b7f4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:c54d91156df452ce6784f07e6a5fbc72918ef30636d0bb5da6d9c5f11921458f_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:c54d91156df452ce6784f07e6a5fbc72918ef30636d0bb5da6d9c5f11921458f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:c54d91156df452ce6784f07e6a5fbc72918ef30636d0bb5da6d9c5f11921458f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:c754cae62bc2195133ad20803f900eb322beb5830e9d10bd952a3a3924ce40cd_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:c754cae62bc2195133ad20803f900eb322beb5830e9d10bd952a3a3924ce40cd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:c754cae62bc2195133ad20803f900eb322beb5830e9d10bd952a3a3924ce40cd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:dc7dcf68d8ab40000d428f1ad0348805ec857b9597b29c2ce7988c5fa5901e41_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:dc7dcf68d8ab40000d428f1ad0348805ec857b9597b29c2ce7988c5fa5901e41_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:dc7dcf68d8ab40000d428f1ad0348805ec857b9597b29c2ce7988c5fa5901e41_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:34c6a7978a9e9fdd1adec81d2c9f668ef9f7bfe114e71be6dba4e274e8c1a66f_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:34c6a7978a9e9fdd1adec81d2c9f668ef9f7bfe114e71be6dba4e274e8c1a66f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:34c6a7978a9e9fdd1adec81d2c9f668ef9f7bfe114e71be6dba4e274e8c1a66f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:c3d7a8e8d3f2f18eb4067557f7b0f08637fb092656a673baf2073f1e1c58797c_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:c3d7a8e8d3f2f18eb4067557f7b0f08637fb092656a673baf2073f1e1c58797c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:c3d7a8e8d3f2f18eb4067557f7b0f08637fb092656a673baf2073f1e1c58797c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:f4ee66129d917c69d067c75953561b72d3a3d80fd00a1aa20f1f49ec1960d7de_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:f4ee66129d917c69d067c75953561b72d3a3d80fd00a1aa20f1f49ec1960d7de_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:f4ee66129d917c69d067c75953561b72d3a3d80fd00a1aa20f1f49ec1960d7de_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:f8770c71023f38b7f7de41123ae12bde62b918ad7805c6d597f4f84a9c9af47d_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:f8770c71023f38b7f7de41123ae12bde62b918ad7805c6d597f4f84a9c9af47d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:f8770c71023f38b7f7de41123ae12bde62b918ad7805c6d597f4f84a9c9af47d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:07b03e81bbd5db08143e93e6c3aa8fe2384ccf9b0a4801edf507695c46411f42_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:07b03e81bbd5db08143e93e6c3aa8fe2384ccf9b0a4801edf507695c46411f42_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:07b03e81bbd5db08143e93e6c3aa8fe2384ccf9b0a4801edf507695c46411f42_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:19e531349169f9a476ce6ed0a21b2bc5c1b8c357fc4c006667a006ce3792ef00_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:19e531349169f9a476ce6ed0a21b2bc5c1b8c357fc4c006667a006ce3792ef00_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:19e531349169f9a476ce6ed0a21b2bc5c1b8c357fc4c006667a006ce3792ef00_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:421e859502fe42d78d0785ed920094ba12bd7341af4893a24fc7061ead7524a9_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:421e859502fe42d78d0785ed920094ba12bd7341af4893a24fc7061ead7524a9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:421e859502fe42d78d0785ed920094ba12bd7341af4893a24fc7061ead7524a9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:57fb409b3aa6e60945b5b06f993e0c11e8e1b9019304c296bd00789579eda9e4_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:57fb409b3aa6e60945b5b06f993e0c11e8e1b9019304c296bd00789579eda9e4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:57fb409b3aa6e60945b5b06f993e0c11e8e1b9019304c296bd00789579eda9e4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:1af4f57d6e5fe736100c3129c4b9c226bf3c35519de72b72800aa187c2537d2b_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:1af4f57d6e5fe736100c3129c4b9c226bf3c35519de72b72800aa187c2537d2b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:1af4f57d6e5fe736100c3129c4b9c226bf3c35519de72b72800aa187c2537d2b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:ab1bc1598a5b84d9ae77938e112960f83cace92255a342fd016709d2d9751a9d_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:ab1bc1598a5b84d9ae77938e112960f83cace92255a342fd016709d2d9751a9d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:ab1bc1598a5b84d9ae77938e112960f83cace92255a342fd016709d2d9751a9d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:33b50ba656686e49101f62377587175d2a26c9b2407a31f821b28dc5673d3815_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:33b50ba656686e49101f62377587175d2a26c9b2407a31f821b28dc5673d3815_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:33b50ba656686e49101f62377587175d2a26c9b2407a31f821b28dc5673d3815_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5b7dc8a57aaaacbabf632648c584d658a3091eeea3e945443d5d86c24f583d76_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5b7dc8a57aaaacbabf632648c584d658a3091eeea3e945443d5d86c24f583d76_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5b7dc8a57aaaacbabf632648c584d658a3091eeea3e945443d5d86c24f583d76_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:8e883bb3d483e309c0ae908e94b798b63a1acbabd0525af964ff16666966c6e4_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:8e883bb3d483e309c0ae908e94b798b63a1acbabd0525af964ff16666966c6e4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:8e883bb3d483e309c0ae908e94b798b63a1acbabd0525af964ff16666966c6e4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:f03ccdc240fbe0db2ca0a16dce6c280e1fb02eb56443dbdf1503dd5f203ced66_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:f03ccdc240fbe0db2ca0a16dce6c280e1fb02eb56443dbdf1503dd5f203ced66_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:f03ccdc240fbe0db2ca0a16dce6c280e1fb02eb56443dbdf1503dd5f203ced66_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:73a4a76b2eb8bd66bfbf1a8e067107bc7f27463ebd78806c04443d87db3fc030_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:73a4a76b2eb8bd66bfbf1a8e067107bc7f27463ebd78806c04443d87db3fc030_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:73a4a76b2eb8bd66bfbf1a8e067107bc7f27463ebd78806c04443d87db3fc030_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:a10cbcc3937209e0c9e2e96e16632cd9c8cb4f6a2ad9a87f8825959e73d86aa3_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:a10cbcc3937209e0c9e2e96e16632cd9c8cb4f6a2ad9a87f8825959e73d86aa3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:a10cbcc3937209e0c9e2e96e16632cd9c8cb4f6a2ad9a87f8825959e73d86aa3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:31028cf6380dd6f9d42e57d14faee186ca88cf7aad8ac510c8b7b44cdb00410d_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:31028cf6380dd6f9d42e57d14faee186ca88cf7aad8ac510c8b7b44cdb00410d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:31028cf6380dd6f9d42e57d14faee186ca88cf7aad8ac510c8b7b44cdb00410d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:3fe7b68c25026fed3e3973bfc078c41f84aaf2e7f3b19266ad871d86cf50116b_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:3fe7b68c25026fed3e3973bfc078c41f84aaf2e7f3b19266ad871d86cf50116b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:3fe7b68c25026fed3e3973bfc078c41f84aaf2e7f3b19266ad871d86cf50116b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:b2c317fb6724449e50bf9f781c0655bc4351090d6176ceca459417f3962145b6_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:b2c317fb6724449e50bf9f781c0655bc4351090d6176ceca459417f3962145b6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:b2c317fb6724449e50bf9f781c0655bc4351090d6176ceca459417f3962145b6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:bda49ba0203d57b0b6413253ed1dc68ef4c51d33b2cb5b37dcafe28643f03baf_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:bda49ba0203d57b0b6413253ed1dc68ef4c51d33b2cb5b37dcafe28643f03baf_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:bda49ba0203d57b0b6413253ed1dc68ef4c51d33b2cb5b37dcafe28643f03baf_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:288b1b934ddfed4305a99d37ac099e1562c629f505488878230b4c67924bed2d_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:288b1b934ddfed4305a99d37ac099e1562c629f505488878230b4c67924bed2d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:288b1b934ddfed4305a99d37ac099e1562c629f505488878230b4c67924bed2d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:50775936849e1d26637a48d327a93bfc6bf254f3d266a1a2fa2860106bfd85d0_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:50775936849e1d26637a48d327a93bfc6bf254f3d266a1a2fa2860106bfd85d0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:50775936849e1d26637a48d327a93bfc6bf254f3d266a1a2fa2860106bfd85d0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:530059cd82a547dcc66dbefd3e98306620cd6c9f5d5a3af81961bc15eaf07b61_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:530059cd82a547dcc66dbefd3e98306620cd6c9f5d5a3af81961bc15eaf07b61_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:530059cd82a547dcc66dbefd3e98306620cd6c9f5d5a3af81961bc15eaf07b61_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f7630a14b2a27211ba37f97647a5a91542006d9311f9fca6e22581518053e7d3_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f7630a14b2a27211ba37f97647a5a91542006d9311f9fca6e22581518053e7d3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f7630a14b2a27211ba37f97647a5a91542006d9311f9fca6e22581518053e7d3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:2e04976b305144f2b852339c00637a0bde2490fc6ce5673cbbc44ae4f2cdfecc_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:2e04976b305144f2b852339c00637a0bde2490fc6ce5673cbbc44ae4f2cdfecc_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:2e04976b305144f2b852339c00637a0bde2490fc6ce5673cbbc44ae4f2cdfecc_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a1fd59992a5e1a6471f82032bbb3bad43b6ced1857a0c6daa7af86c4fbe5546a_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a1fd59992a5e1a6471f82032bbb3bad43b6ced1857a0c6daa7af86c4fbe5546a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a1fd59992a5e1a6471f82032bbb3bad43b6ced1857a0c6daa7af86c4fbe5546a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a45ed9f8a4658b982b2f104e042e080a73ce6892abe42670b8d4922d31a8f567_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a45ed9f8a4658b982b2f104e042e080a73ce6892abe42670b8d4922d31a8f567_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a45ed9f8a4658b982b2f104e042e080a73ce6892abe42670b8d4922d31a8f567_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d56c0ff61b1f6d62a7efbeac76af95d478c95dfb1e303dc30d1c49f635d5363d_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d56c0ff61b1f6d62a7efbeac76af95d478c95dfb1e303dc30d1c49f635d5363d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d56c0ff61b1f6d62a7efbeac76af95d478c95dfb1e303dc30d1c49f635d5363d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:514e470c91716a8fdc68adb6d3c751727c51578a738982c753f97342463b6ce1_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:514e470c91716a8fdc68adb6d3c751727c51578a738982c753f97342463b6ce1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:514e470c91716a8fdc68adb6d3c751727c51578a738982c753f97342463b6ce1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:670bbfae8f8a7f7d6a86732795ab1186fa96742fcf821bba0c9d341dda66eff5_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:670bbfae8f8a7f7d6a86732795ab1186fa96742fcf821bba0c9d341dda66eff5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:670bbfae8f8a7f7d6a86732795ab1186fa96742fcf821bba0c9d341dda66eff5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b88bf27c87aa820d8fed4120662cfbcfd47b2e4bb2a3dd5bb9b2083d97a24817_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b88bf27c87aa820d8fed4120662cfbcfd47b2e4bb2a3dd5bb9b2083d97a24817_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b88bf27c87aa820d8fed4120662cfbcfd47b2e4bb2a3dd5bb9b2083d97a24817_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:e640dd19e7ce4dc642b322ba78e6883fce5ef56beda6f615cac5f159d495d794_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:e640dd19e7ce4dc642b322ba78e6883fce5ef56beda6f615cac5f159d495d794_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:e640dd19e7ce4dc642b322ba78e6883fce5ef56beda6f615cac5f159d495d794_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1d6ff2bc31f24beff71db677b4f095d056188db1e423b866ee7355bd9a53a0db_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1d6ff2bc31f24beff71db677b4f095d056188db1e423b866ee7355bd9a53a0db_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1d6ff2bc31f24beff71db677b4f095d056188db1e423b866ee7355bd9a53a0db_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3eb3cfe151384c3537ec523738297d7192a23be26f96c5e563f436b0a36223dd_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3eb3cfe151384c3537ec523738297d7192a23be26f96c5e563f436b0a36223dd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3eb3cfe151384c3537ec523738297d7192a23be26f96c5e563f436b0a36223dd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:a7eacbf364ba770d4d1ac053f7184b914a450fba3f39dbd08dbf76f6ddc42767_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:a7eacbf364ba770d4d1ac053f7184b914a450fba3f39dbd08dbf76f6ddc42767_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:a7eacbf364ba770d4d1ac053f7184b914a450fba3f39dbd08dbf76f6ddc42767_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c6767e49ad0dace3cba3b76cecbdb823d625ef4f26f72ddb9bbb6dd1ce26568f_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c6767e49ad0dace3cba3b76cecbdb823d625ef4f26f72ddb9bbb6dd1ce26568f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c6767e49ad0dace3cba3b76cecbdb823d625ef4f26f72ddb9bbb6dd1ce26568f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:67058e5388cc7b459c18989396c864607466385cbe54053f58373167a09e0f8a_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:67058e5388cc7b459c18989396c864607466385cbe54053f58373167a09e0f8a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:67058e5388cc7b459c18989396c864607466385cbe54053f58373167a09e0f8a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:7ab7591f7d42f256a79bb6d8c03d7268145f05c70b6134b95d7aa22f7daf7ff7_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:7ab7591f7d42f256a79bb6d8c03d7268145f05c70b6134b95d7aa22f7daf7ff7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:7ab7591f7d42f256a79bb6d8c03d7268145f05c70b6134b95d7aa22f7daf7ff7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:be0b31aee69409243b2026a3bfe8bcf52ba65dca9024f173fb66cf81082736b8_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:be0b31aee69409243b2026a3bfe8bcf52ba65dca9024f173fb66cf81082736b8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:be0b31aee69409243b2026a3bfe8bcf52ba65dca9024f173fb66cf81082736b8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:da12708a87b187e471f4053853c29db1edddd733f1b00738e47dd4c8ed95ec45_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:da12708a87b187e471f4053853c29db1edddd733f1b00738e47dd4c8ed95ec45_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:da12708a87b187e471f4053853c29db1edddd733f1b00738e47dd4c8ed95ec45_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3c0ec9152f6c713a38ee73e20ec93bfaac18af2adf9a58ca1b339e9b541932f1_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3c0ec9152f6c713a38ee73e20ec93bfaac18af2adf9a58ca1b339e9b541932f1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3c0ec9152f6c713a38ee73e20ec93bfaac18af2adf9a58ca1b339e9b541932f1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:711fa572af02cac1f809db279713b9255f13b5e7d3fd08f4a109ce9b58e6233b_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:711fa572af02cac1f809db279713b9255f13b5e7d3fd08f4a109ce9b58e6233b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:711fa572af02cac1f809db279713b9255f13b5e7d3fd08f4a109ce9b58e6233b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e1a75bcc315f27bb12840c17f1fa7daba452d174dbf5b68c00ee50eb5c43ae1a_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e1a75bcc315f27bb12840c17f1fa7daba452d174dbf5b68c00ee50eb5c43ae1a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e1a75bcc315f27bb12840c17f1fa7daba452d174dbf5b68c00ee50eb5c43ae1a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:fb0035f0c471b4e563b7240508b2cd637b80253a32b473e5ea92c8937561e907_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:fb0035f0c471b4e563b7240508b2cd637b80253a32b473e5ea92c8937561e907_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:fb0035f0c471b4e563b7240508b2cd637b80253a32b473e5ea92c8937561e907_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:0aacca87a77e995033d79fe50d84d3f787e7bf47360f3edcff7e132f27d9b9af_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:0aacca87a77e995033d79fe50d84d3f787e7bf47360f3edcff7e132f27d9b9af_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:0aacca87a77e995033d79fe50d84d3f787e7bf47360f3edcff7e132f27d9b9af_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:38b5d9d8df2e4e6bef48355860b72f3e621315ccc0ac0c92c26938dc451e80f4_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:38b5d9d8df2e4e6bef48355860b72f3e621315ccc0ac0c92c26938dc451e80f4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:38b5d9d8df2e4e6bef48355860b72f3e621315ccc0ac0c92c26938dc451e80f4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:463ec8d43c2b245e3366c65845115bd5e6ad8a4aac3cb388c52cf68952dd73ef_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:463ec8d43c2b245e3366c65845115bd5e6ad8a4aac3cb388c52cf68952dd73ef_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:463ec8d43c2b245e3366c65845115bd5e6ad8a4aac3cb388c52cf68952dd73ef_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b1fed06b81f9e7616fa4618bb9d4ddc558368d3d5cce82d28abc4315ca7a6b6c_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b1fed06b81f9e7616fa4618bb9d4ddc558368d3d5cce82d28abc4315ca7a6b6c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b1fed06b81f9e7616fa4618bb9d4ddc558368d3d5cce82d28abc4315ca7a6b6c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:12f99bcff45e25e4cb5a375421939cf9b2ce09771f559088b68f4fcc616e1eca_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:12f99bcff45e25e4cb5a375421939cf9b2ce09771f559088b68f4fcc616e1eca_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:12f99bcff45e25e4cb5a375421939cf9b2ce09771f559088b68f4fcc616e1eca_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:d0f6c253fe9a783fba6af17cc3e676a3ec03107c1b83ac1d05aa2461272cb394_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:d0f6c253fe9a783fba6af17cc3e676a3ec03107c1b83ac1d05aa2461272cb394_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:d0f6c253fe9a783fba6af17cc3e676a3ec03107c1b83ac1d05aa2461272cb394_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:231fa87769ef80e16ebf0d33891797890d2420aace34f5fb5453b4efbe1c4461_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:231fa87769ef80e16ebf0d33891797890d2420aace34f5fb5453b4efbe1c4461_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:231fa87769ef80e16ebf0d33891797890d2420aace34f5fb5453b4efbe1c4461_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:d384b1a73e3462328245eeedc34ecb7a3068fa650c48a08363a08c5751ee4b8b_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:d384b1a73e3462328245eeedc34ecb7a3068fa650c48a08363a08c5751ee4b8b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:d384b1a73e3462328245eeedc34ecb7a3068fa650c48a08363a08c5751ee4b8b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:5591aa5d0b5435c9e793a67e55e0703b3c299278cb1ff864424cd5f512b07ff0_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:5591aa5d0b5435c9e793a67e55e0703b3c299278cb1ff864424cd5f512b07ff0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:5591aa5d0b5435c9e793a67e55e0703b3c299278cb1ff864424cd5f512b07ff0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:76196acb0beb6bb21d0a5ea719848dfcd485a3d5925bad2d1e5c9dd05cb9756b_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:76196acb0beb6bb21d0a5ea719848dfcd485a3d5925bad2d1e5c9dd05cb9756b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:76196acb0beb6bb21d0a5ea719848dfcd485a3d5925bad2d1e5c9dd05cb9756b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:b6252a4bf45603d23a8c0ede3e4476c03b1684bf8812c654e16d0e6db9c3970a_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:b6252a4bf45603d23a8c0ede3e4476c03b1684bf8812c654e16d0e6db9c3970a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:b6252a4bf45603d23a8c0ede3e4476c03b1684bf8812c654e16d0e6db9c3970a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:12e8fd889a9e3ee2b3e06f3cad86d4f670dfa4a9b14d21aaafe59f0d27fd82a7_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:12e8fd889a9e3ee2b3e06f3cad86d4f670dfa4a9b14d21aaafe59f0d27fd82a7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:12e8fd889a9e3ee2b3e06f3cad86d4f670dfa4a9b14d21aaafe59f0d27fd82a7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2d6b4deadccc7a8c7254435869d5efc4e2a6c5d3562bb25bfc41d79e7c6ac76f_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2d6b4deadccc7a8c7254435869d5efc4e2a6c5d3562bb25bfc41d79e7c6ac76f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2d6b4deadccc7a8c7254435869d5efc4e2a6c5d3562bb25bfc41d79e7c6ac76f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:3fade7400e8f130d346195b631dcca3652d5f6dc99213a8cfbc4de54bae2b907_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:3fade7400e8f130d346195b631dcca3652d5f6dc99213a8cfbc4de54bae2b907_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:3fade7400e8f130d346195b631dcca3652d5f6dc99213a8cfbc4de54bae2b907_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a85253948f28b34e4efe0296277fd4e636d2b66c7096ab8269b1695e8f297567_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a85253948f28b34e4efe0296277fd4e636d2b66c7096ab8269b1695e8f297567_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a85253948f28b34e4efe0296277fd4e636d2b66c7096ab8269b1695e8f297567_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0441b80a944ecb61e874430b224503609565638f79019e63da36668359b98def_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0441b80a944ecb61e874430b224503609565638f79019e63da36668359b98def_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0441b80a944ecb61e874430b224503609565638f79019e63da36668359b98def_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:ae4d73e42dd30385dd9828808aeb17b2438ec79479b6c1bc8c4972ca223595b5_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:ae4d73e42dd30385dd9828808aeb17b2438ec79479b6c1bc8c4972ca223595b5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:ae4d73e42dd30385dd9828808aeb17b2438ec79479b6c1bc8c4972ca223595b5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:df171cc337509bcfecaafbe819265a1f31a31b6f323ca84a00a0b1f9cacd0c1b_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:df171cc337509bcfecaafbe819265a1f31a31b6f323ca84a00a0b1f9cacd0c1b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:df171cc337509bcfecaafbe819265a1f31a31b6f323ca84a00a0b1f9cacd0c1b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:f06e1c713c2aa045e3ec30c0791c5d07ea1d52a0edc1ad15e4ba38a813ad08d0_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:f06e1c713c2aa045e3ec30c0791c5d07ea1d52a0edc1ad15e4ba38a813ad08d0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:f06e1c713c2aa045e3ec30c0791c5d07ea1d52a0edc1ad15e4ba38a813ad08d0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:062dbfaf50125b8aff2abff92c3f9bc9c6346544ecb12259c538254f0451cb70_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:062dbfaf50125b8aff2abff92c3f9bc9c6346544ecb12259c538254f0451cb70_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:062dbfaf50125b8aff2abff92c3f9bc9c6346544ecb12259c538254f0451cb70_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:8d91e3a678a33808519a3013e0de265ee21232756ab6ad3a0ab38d7c216e2574_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:8d91e3a678a33808519a3013e0de265ee21232756ab6ad3a0ab38d7c216e2574_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:8d91e3a678a33808519a3013e0de265ee21232756ab6ad3a0ab38d7c216e2574_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a569ce5848ee3f1518f6340bd8869899b3e7e30f5e99267240b83c598b65358f_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a569ce5848ee3f1518f6340bd8869899b3e7e30f5e99267240b83c598b65358f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a569ce5848ee3f1518f6340bd8869899b3e7e30f5e99267240b83c598b65358f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ef5bb63f2462316580a37f706ee6e4d08d4f7ebedbe315c88014cbf8da8d990a_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ef5bb63f2462316580a37f706ee6e4d08d4f7ebedbe315c88014cbf8da8d990a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ef5bb63f2462316580a37f706ee6e4d08d4f7ebedbe315c88014cbf8da8d990a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:3953bba8a0e193949da3686b8ae403b386d039e69e745adb32ef9a458ce86d4a_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:3953bba8a0e193949da3686b8ae403b386d039e69e745adb32ef9a458ce86d4a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:3953bba8a0e193949da3686b8ae403b386d039e69e745adb32ef9a458ce86d4a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:bca4209d291e2ecd99a33e675ef6a4a1f891f5835aecd9db5def891e8858cb57_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:bca4209d291e2ecd99a33e675ef6a4a1f891f5835aecd9db5def891e8858cb57_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:bca4209d291e2ecd99a33e675ef6a4a1f891f5835aecd9db5def891e8858cb57_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:ce0e2d54894f99758a87cb5005df4bb048ce33885286ce60682c8ca53cac5691_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:ce0e2d54894f99758a87cb5005df4bb048ce33885286ce60682c8ca53cac5691_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:ce0e2d54894f99758a87cb5005df4bb048ce33885286ce60682c8ca53cac5691_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e2eee7c9f42630d9392778fdf7032eabd00fb9b1176ba9d7d70d362384fbdba3_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e2eee7c9f42630d9392778fdf7032eabd00fb9b1176ba9d7d70d362384fbdba3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e2eee7c9f42630d9392778fdf7032eabd00fb9b1176ba9d7d70d362384fbdba3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:612453e7cae95711dc81b6186ec5b66a31e13bf700fc7a69c547cf2c29885f31_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:612453e7cae95711dc81b6186ec5b66a31e13bf700fc7a69c547cf2c29885f31_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:612453e7cae95711dc81b6186ec5b66a31e13bf700fc7a69c547cf2c29885f31_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:78afb6c2e10b6e0f134284f3a0f2e69e35108c747cf814141e8692d6dcffcfe9_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:78afb6c2e10b6e0f134284f3a0f2e69e35108c747cf814141e8692d6dcffcfe9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:78afb6c2e10b6e0f134284f3a0f2e69e35108c747cf814141e8692d6dcffcfe9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8120cd97f5d132d44d0d5cc89bd6ebe95f54dd5396b95e24c0785f2da7a218a5_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8120cd97f5d132d44d0d5cc89bd6ebe95f54dd5396b95e24c0785f2da7a218a5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8120cd97f5d132d44d0d5cc89bd6ebe95f54dd5396b95e24c0785f2da7a218a5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a3f5114b88435d4289ab4db746cddde86c5349e122ddc7a9a6bedf8243061aa7_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a3f5114b88435d4289ab4db746cddde86c5349e122ddc7a9a6bedf8243061aa7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a3f5114b88435d4289ab4db746cddde86c5349e122ddc7a9a6bedf8243061aa7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:3d31d3dbe6a3d31485fc696c364e524276d2855de93b8958797e06ab80ce0e07_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:3d31d3dbe6a3d31485fc696c364e524276d2855de93b8958797e06ab80ce0e07_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:3d31d3dbe6a3d31485fc696c364e524276d2855de93b8958797e06ab80ce0e07_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:44f10762c94b229c4f291c8fda5dce4875e5c52fb47c084e8f0306e585ad183c_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:44f10762c94b229c4f291c8fda5dce4875e5c52fb47c084e8f0306e585ad183c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:44f10762c94b229c4f291c8fda5dce4875e5c52fb47c084e8f0306e585ad183c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:52b833b0ec58c2d6e127f0836bac1fb4f06dd409af46b599318cd05b3669c86f_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:52b833b0ec58c2d6e127f0836bac1fb4f06dd409af46b599318cd05b3669c86f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:52b833b0ec58c2d6e127f0836bac1fb4f06dd409af46b599318cd05b3669c86f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:bef060c7eea469b7a2d8546a72d48ed915f19d78feb5b46388c3a53d18bb3cd9_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:bef060c7eea469b7a2d8546a72d48ed915f19d78feb5b46388c3a53d18bb3cd9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:bef060c7eea469b7a2d8546a72d48ed915f19d78feb5b46388c3a53d18bb3cd9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:0226ab75dd1f78a79837574edbd8891939d29f65a0c69aef6705652e1d9abbb7_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:0226ab75dd1f78a79837574edbd8891939d29f65a0c69aef6705652e1d9abbb7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:0226ab75dd1f78a79837574edbd8891939d29f65a0c69aef6705652e1d9abbb7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:28cc0b2dc11a594e37adb13b69918a9b0950db446c8378f22851fb8bd5d9810d_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:28cc0b2dc11a594e37adb13b69918a9b0950db446c8378f22851fb8bd5d9810d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:28cc0b2dc11a594e37adb13b69918a9b0950db446c8378f22851fb8bd5d9810d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a5e117242969e18575ca6288d45851bce04e1a33238f56e91cf7d6ddfde2b914_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a5e117242969e18575ca6288d45851bce04e1a33238f56e91cf7d6ddfde2b914_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a5e117242969e18575ca6288d45851bce04e1a33238f56e91cf7d6ddfde2b914_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:dcdc6e7f8dec17833f7a8eac41dfc5618b392bdbf19298391fe86bf6fae4c3d3_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:dcdc6e7f8dec17833f7a8eac41dfc5618b392bdbf19298391fe86bf6fae4c3d3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:dcdc6e7f8dec17833f7a8eac41dfc5618b392bdbf19298391fe86bf6fae4c3d3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5573465b3a791a45c65ad948825190ac534071364a6e43f91328c2a3a83c50d4_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5573465b3a791a45c65ad948825190ac534071364a6e43f91328c2a3a83c50d4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5573465b3a791a45c65ad948825190ac534071364a6e43f91328c2a3a83c50d4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:6cd7b5d92dd000c615e2ac345d48d975eca8a6ac278b7a0336c9b888fbdc1f3d_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:6cd7b5d92dd000c615e2ac345d48d975eca8a6ac278b7a0336c9b888fbdc1f3d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:6cd7b5d92dd000c615e2ac345d48d975eca8a6ac278b7a0336c9b888fbdc1f3d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7503e162a225152b31b13cc8a5589dd7d2b2b58be528a7ef717d666d5fb812c7_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7503e162a225152b31b13cc8a5589dd7d2b2b58be528a7ef717d666d5fb812c7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7503e162a225152b31b13cc8a5589dd7d2b2b58be528a7ef717d666d5fb812c7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9cd8ba1a9c9e497bedc72709a3b383ba611f9500beba0be89584a0802287c48d_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9cd8ba1a9c9e497bedc72709a3b383ba611f9500beba0be89584a0802287c48d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9cd8ba1a9c9e497bedc72709a3b383ba611f9500beba0be89584a0802287c48d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7aabc04c4fd7bef952f28d3399bd5d96f337c6ae2bdcb6b7b3bb4aa8e8a75c09_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7aabc04c4fd7bef952f28d3399bd5d96f337c6ae2bdcb6b7b3bb4aa8e8a75c09_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7aabc04c4fd7bef952f28d3399bd5d96f337c6ae2bdcb6b7b3bb4aa8e8a75c09_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a9c63e370596ba73519f84a292284b85112897df031bbc81d220e73862bf6e6e_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a9c63e370596ba73519f84a292284b85112897df031bbc81d220e73862bf6e6e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a9c63e370596ba73519f84a292284b85112897df031bbc81d220e73862bf6e6e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:af1fc89d1ad4ec2846a8badd08329d895c80f384014f7c1e2f8725343a8002bc_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:af1fc89d1ad4ec2846a8badd08329d895c80f384014f7c1e2f8725343a8002bc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:af1fc89d1ad4ec2846a8badd08329d895c80f384014f7c1e2f8725343a8002bc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f0f6b6aa0f9da61031d5aa640e120c9041195b20c14c4ddd32060435b1679151_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f0f6b6aa0f9da61031d5aa640e120c9041195b20c14c4ddd32060435b1679151_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f0f6b6aa0f9da61031d5aa640e120c9041195b20c14c4ddd32060435b1679151_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:134bf1eb95ac163465096cf1a0a6ebbc564aa528fa0aedfea3c6f6e94eb52cd2_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:134bf1eb95ac163465096cf1a0a6ebbc564aa528fa0aedfea3c6f6e94eb52cd2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:134bf1eb95ac163465096cf1a0a6ebbc564aa528fa0aedfea3c6f6e94eb52cd2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7dbeb87ecd76017e7ca52613a6be8ef86b6063fe414671b138d3ef2c4db70b5a_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7dbeb87ecd76017e7ca52613a6be8ef86b6063fe414671b138d3ef2c4db70b5a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7dbeb87ecd76017e7ca52613a6be8ef86b6063fe414671b138d3ef2c4db70b5a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:9433784dab95516e28d33d34ad567139b8a1e91029e9c1036501082827da8eae_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:9433784dab95516e28d33d34ad567139b8a1e91029e9c1036501082827da8eae_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:9433784dab95516e28d33d34ad567139b8a1e91029e9c1036501082827da8eae_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d1c7f835ec6658ff38da50b0bfe7b8e5a27a72e2e8c0884e7d8f4cd1c1809c9e_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d1c7f835ec6658ff38da50b0bfe7b8e5a27a72e2e8c0884e7d8f4cd1c1809c9e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d1c7f835ec6658ff38da50b0bfe7b8e5a27a72e2e8c0884e7d8f4cd1c1809c9e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3e7c0ff0f6b7329db5109266f0a4c707d2087b86e109a7deb82d5448f1f20993_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3e7c0ff0f6b7329db5109266f0a4c707d2087b86e109a7deb82d5448f1f20993_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3e7c0ff0f6b7329db5109266f0a4c707d2087b86e109a7deb82d5448f1f20993_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5ec2a44bc231ce23e9118abf864923cc9014d44a26e3b97acc87c0b8a9287cd8_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5ec2a44bc231ce23e9118abf864923cc9014d44a26e3b97acc87c0b8a9287cd8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5ec2a44bc231ce23e9118abf864923cc9014d44a26e3b97acc87c0b8a9287cd8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:84997e3f4dd37e21aa58a0a1abe84ab72253497cde528a3c92c16d108834e635_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:84997e3f4dd37e21aa58a0a1abe84ab72253497cde528a3c92c16d108834e635_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:84997e3f4dd37e21aa58a0a1abe84ab72253497cde528a3c92c16d108834e635_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fde4e67273baeb81dff439a6d7a2ad894d891c23bc5c55d7e05ea466c00cad05_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fde4e67273baeb81dff439a6d7a2ad894d891c23bc5c55d7e05ea466c00cad05_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fde4e67273baeb81dff439a6d7a2ad894d891c23bc5c55d7e05ea466c00cad05_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:08ac14224dfc8461a140ea3cf9af0692c9aa01ab29c5ce7665f7d07377710f34_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:08ac14224dfc8461a140ea3cf9af0692c9aa01ab29c5ce7665f7d07377710f34_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:08ac14224dfc8461a140ea3cf9af0692c9aa01ab29c5ce7665f7d07377710f34_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:23e14f35c2707061375a6dcc5e077efb7e8306db828f6d0810d8ebf85d064ce1_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:23e14f35c2707061375a6dcc5e077efb7e8306db828f6d0810d8ebf85d064ce1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:23e14f35c2707061375a6dcc5e077efb7e8306db828f6d0810d8ebf85d064ce1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b4d3e8cca17975734956d07bfc7117b55f9a6656a5a73d799f53f419e2fcf254_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b4d3e8cca17975734956d07bfc7117b55f9a6656a5a73d799f53f419e2fcf254_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b4d3e8cca17975734956d07bfc7117b55f9a6656a5a73d799f53f419e2fcf254_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b98f1102a8f483df5e9495aaf35b2f8489c9b496bb0f25a028c86dabcf59ea5d_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b98f1102a8f483df5e9495aaf35b2f8489c9b496bb0f25a028c86dabcf59ea5d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b98f1102a8f483df5e9495aaf35b2f8489c9b496bb0f25a028c86dabcf59ea5d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:8c7a0d8ce53c2dc1c5f4e8bfb8c7a6b861a1b498c80d01d0497be7440ef1bfb1_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:8c7a0d8ce53c2dc1c5f4e8bfb8c7a6b861a1b498c80d01d0497be7440ef1bfb1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:8c7a0d8ce53c2dc1c5f4e8bfb8c7a6b861a1b498c80d01d0497be7440ef1bfb1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:a119b8f2c0fd835027de170a95bbcf3b227696bb932378a25d03faeffde0b81b_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:a119b8f2c0fd835027de170a95bbcf3b227696bb932378a25d03faeffde0b81b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:a119b8f2c0fd835027de170a95bbcf3b227696bb932378a25d03faeffde0b81b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:eb7cb8f4e5a06ba636e2c56c92e40dbe02968cdcc061798492da5913cfae6376_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:eb7cb8f4e5a06ba636e2c56c92e40dbe02968cdcc061798492da5913cfae6376_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:eb7cb8f4e5a06ba636e2c56c92e40dbe02968cdcc061798492da5913cfae6376_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:f64cd5767a79f00b106ee51678bdf08039a6bc0e3cbd2f812454429b3acdd919_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:f64cd5767a79f00b106ee51678bdf08039a6bc0e3cbd2f812454429b3acdd919_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:f64cd5767a79f00b106ee51678bdf08039a6bc0e3cbd2f812454429b3acdd919_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:238c94eec839de9599a612369fa67110c68713abe49eb92a41b3e17b5288e2f0_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:238c94eec839de9599a612369fa67110c68713abe49eb92a41b3e17b5288e2f0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:238c94eec839de9599a612369fa67110c68713abe49eb92a41b3e17b5288e2f0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:574cb32a847343d30fa4b157434ea0214d017256d78c4b9766f0dcf2de5aa307_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:574cb32a847343d30fa4b157434ea0214d017256d78c4b9766f0dcf2de5aa307_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:574cb32a847343d30fa4b157434ea0214d017256d78c4b9766f0dcf2de5aa307_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:a04386b642a39795682299b81f714092ad6a6b0ede0794e738007a2de5eca328_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:a04386b642a39795682299b81f714092ad6a6b0ede0794e738007a2de5eca328_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:a04386b642a39795682299b81f714092ad6a6b0ede0794e738007a2de5eca328_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:c79b9a36db7dd35140b3f91a74c07eb14455a155ee1dd2839b065b92bccc20b3_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:c79b9a36db7dd35140b3f91a74c07eb14455a155ee1dd2839b065b92bccc20b3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:c79b9a36db7dd35140b3f91a74c07eb14455a155ee1dd2839b065b92bccc20b3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:665ef8e6b43dad423393ed7b0587b4674d6dde8d544f66d722424d9b245ece72_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:665ef8e6b43dad423393ed7b0587b4674d6dde8d544f66d722424d9b245ece72_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:665ef8e6b43dad423393ed7b0587b4674d6dde8d544f66d722424d9b245ece72_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:99cf39468b18f60e1157c1eb36bdc70360b30be80fb7399a90ae980ae80dc9e3_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:99cf39468b18f60e1157c1eb36bdc70360b30be80fb7399a90ae980ae80dc9e3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:99cf39468b18f60e1157c1eb36bdc70360b30be80fb7399a90ae980ae80dc9e3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:a9834b7c965926992a9290bdd291f63931b5ff6a3c64fc7131dd55861c941e91_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:a9834b7c965926992a9290bdd291f63931b5ff6a3c64fc7131dd55861c941e91_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:a9834b7c965926992a9290bdd291f63931b5ff6a3c64fc7131dd55861c941e91_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fc9fcdae29c5b5429f52d5141ba19e57e8e245d0fa4664b1dc614267b3bb214f_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fc9fcdae29c5b5429f52d5141ba19e57e8e245d0fa4664b1dc614267b3bb214f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fc9fcdae29c5b5429f52d5141ba19e57e8e245d0fa4664b1dc614267b3bb214f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:5385798b3244bebebe239b7568fd7c864c6fc855aee65b6cfc234aaddbbd10cc_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:5385798b3244bebebe239b7568fd7c864c6fc855aee65b6cfc234aaddbbd10cc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:5385798b3244bebebe239b7568fd7c864c6fc855aee65b6cfc234aaddbbd10cc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:de62d695a160e7398b215e88fe5ecf402338e16bcf61c380fdb9f0ad02a20bbb_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:de62d695a160e7398b215e88fe5ecf402338e16bcf61c380fdb9f0ad02a20bbb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:de62d695a160e7398b215e88fe5ecf402338e16bcf61c380fdb9f0ad02a20bbb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:23e036b80585286c11caaba48a1693de57b0903517870945c6e6306935a2c552_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:23e036b80585286c11caaba48a1693de57b0903517870945c6e6306935a2c552_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:23e036b80585286c11caaba48a1693de57b0903517870945c6e6306935a2c552_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:33a9a2d696f23a173cef8c2d8a1a5e2bdf9f449c0ca8bcef1c21d0c2a23b7df2_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:33a9a2d696f23a173cef8c2d8a1a5e2bdf9f449c0ca8bcef1c21d0c2a23b7df2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:33a9a2d696f23a173cef8c2d8a1a5e2bdf9f449c0ca8bcef1c21d0c2a23b7df2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:5240983e2e95adc541780dcffa0335ece2225ab7213a40e25e0827b4679d0f6f_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:5240983e2e95adc541780dcffa0335ece2225ab7213a40e25e0827b4679d0f6f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:5240983e2e95adc541780dcffa0335ece2225ab7213a40e25e0827b4679d0f6f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:6f46b8aa4521566326b477259fb2d0523b90dfff44e91cf07894d4f1523ba04e_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:6f46b8aa4521566326b477259fb2d0523b90dfff44e91cf07894d4f1523ba04e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:6f46b8aa4521566326b477259fb2d0523b90dfff44e91cf07894d4f1523ba04e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:cc72591786814ec43e5e79524dd3400a3c08d08ba74f03f6871a3d468b5867b1_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:cc72591786814ec43e5e79524dd3400a3c08d08ba74f03f6871a3d468b5867b1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:cc72591786814ec43e5e79524dd3400a3c08d08ba74f03f6871a3d468b5867b1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e504a17ab4051fd88db07424aec0d27f4c991a5af20aaaa2e898faddb09b2e7a_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e504a17ab4051fd88db07424aec0d27f4c991a5af20aaaa2e898faddb09b2e7a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e504a17ab4051fd88db07424aec0d27f4c991a5af20aaaa2e898faddb09b2e7a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e526578dbfccc212089bcf557237396e58dc585a47a9b2faacfd36814eb82376_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e526578dbfccc212089bcf557237396e58dc585a47a9b2faacfd36814eb82376_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e526578dbfccc212089bcf557237396e58dc585a47a9b2faacfd36814eb82376_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:ea7f364cacee07760b560247d9625eb907a5821854d8dee3c4ba189d6b10103f_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:ea7f364cacee07760b560247d9625eb907a5821854d8dee3c4ba189d6b10103f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:ea7f364cacee07760b560247d9625eb907a5821854d8dee3c4ba189d6b10103f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:714659a80491cbfc00bdbda5fb4c4927b1ef8dcad41466a7c8923a8d63efd66f_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:714659a80491cbfc00bdbda5fb4c4927b1ef8dcad41466a7c8923a8d63efd66f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:714659a80491cbfc00bdbda5fb4c4927b1ef8dcad41466a7c8923a8d63efd66f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9e274021b4e1f67932d0f34a22710aeeafdf7d0b95ecb598f4059e51b047787f_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9e274021b4e1f67932d0f34a22710aeeafdf7d0b95ecb598f4059e51b047787f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9e274021b4e1f67932d0f34a22710aeeafdf7d0b95ecb598f4059e51b047787f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c3f9814d9c373b7831f6b2229741ec37199410703f1af51d4e1309c377519413_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c3f9814d9c373b7831f6b2229741ec37199410703f1af51d4e1309c377519413_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c3f9814d9c373b7831f6b2229741ec37199410703f1af51d4e1309c377519413_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f055f745a30f9a3a15a0b451bfdbc27cc2b89de752a79c901361a70f3d8cfb63_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f055f745a30f9a3a15a0b451bfdbc27cc2b89de752a79c901361a70f3d8cfb63_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f055f745a30f9a3a15a0b451bfdbc27cc2b89de752a79c901361a70f3d8cfb63_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3dfa0e0157beb5a1bfcb2fdd650cc45733942e0440e1727b48551d560f3512a8_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3dfa0e0157beb5a1bfcb2fdd650cc45733942e0440e1727b48551d560f3512a8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3dfa0e0157beb5a1bfcb2fdd650cc45733942e0440e1727b48551d560f3512a8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:675c674c399398b0b16974f6fd6052acc56b6ad11776f559b25657495289658b_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:675c674c399398b0b16974f6fd6052acc56b6ad11776f559b25657495289658b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:675c674c399398b0b16974f6fd6052acc56b6ad11776f559b25657495289658b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:7834041f1a7e19a3beb0dfe4358f0e1c05b98433f38a36085dfc59cf864a740a_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:7834041f1a7e19a3beb0dfe4358f0e1c05b98433f38a36085dfc59cf864a740a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:7834041f1a7e19a3beb0dfe4358f0e1c05b98433f38a36085dfc59cf864a740a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a95b1411c1bc92cd58839c709039091e30e48a7f42aa814b6b32f1d8b515924b_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a95b1411c1bc92cd58839c709039091e30e48a7f42aa814b6b32f1d8b515924b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a95b1411c1bc92cd58839c709039091e30e48a7f42aa814b6b32f1d8b515924b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:66c2db321bd5134a1f1d5548ba48c313c738c6685b0ddd60ff93f0ea91ae6fc7_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:66c2db321bd5134a1f1d5548ba48c313c738c6685b0ddd60ff93f0ea91ae6fc7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:66c2db321bd5134a1f1d5548ba48c313c738c6685b0ddd60ff93f0ea91ae6fc7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6e915a64b2fe808b835871d9bc4f3de8cee86bd9e97ab499575e102bd92185d5_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6e915a64b2fe808b835871d9bc4f3de8cee86bd9e97ab499575e102bd92185d5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6e915a64b2fe808b835871d9bc4f3de8cee86bd9e97ab499575e102bd92185d5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:836a4a2f753b57c7af650b935418cab4c70d99f2258e1f8bc3111eb48f7c3c8c_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:836a4a2f753b57c7af650b935418cab4c70d99f2258e1f8bc3111eb48f7c3c8c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:836a4a2f753b57c7af650b935418cab4c70d99f2258e1f8bc3111eb48f7c3c8c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:d18f704dc037ccf94b6b20e4b1c047ada3a84622a999dd60e25290cc122659f9_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:d18f704dc037ccf94b6b20e4b1c047ada3a84622a999dd60e25290cc122659f9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:d18f704dc037ccf94b6b20e4b1c047ada3a84622a999dd60e25290cc122659f9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:1fb1b000ba95983e486ab9affcb1d778675d31a5b48fb078c3248b4710f92c4f_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:1fb1b000ba95983e486ab9affcb1d778675d31a5b48fb078c3248b4710f92c4f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:1fb1b000ba95983e486ab9affcb1d778675d31a5b48fb078c3248b4710f92c4f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:b3747e8f7f1ad3cdce43b5d830b97a2ebaf292856468201e35a8ffdff5073e0f_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:b3747e8f7f1ad3cdce43b5d830b97a2ebaf292856468201e35a8ffdff5073e0f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:b3747e8f7f1ad3cdce43b5d830b97a2ebaf292856468201e35a8ffdff5073e0f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:d004edb692ce99057d62d1aba4216534a456ac39f355dfbfbdf13fd2f3a33a53_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:d004edb692ce99057d62d1aba4216534a456ac39f355dfbfbdf13fd2f3a33a53_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:d004edb692ce99057d62d1aba4216534a456ac39f355dfbfbdf13fd2f3a33a53_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:d3fe754ae706eb2ba2cd27e157ee466dff00aa366e715e52beafc4ef1bb7a091_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:d3fe754ae706eb2ba2cd27e157ee466dff00aa366e715e52beafc4ef1bb7a091_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:d3fe754ae706eb2ba2cd27e157ee466dff00aa366e715e52beafc4ef1bb7a091_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:596d7154d69b1ee369c67bd54e5955a0e54fa9c17cc70f80f21e88d3a6a0e7d9_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:596d7154d69b1ee369c67bd54e5955a0e54fa9c17cc70f80f21e88d3a6a0e7d9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:596d7154d69b1ee369c67bd54e5955a0e54fa9c17cc70f80f21e88d3a6a0e7d9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:9792c1dcd4e9a0421f976832ba0ccda917112fe0b565b7637b3c1966bce95711_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:9792c1dcd4e9a0421f976832ba0ccda917112fe0b565b7637b3c1966bce95711_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:9792c1dcd4e9a0421f976832ba0ccda917112fe0b565b7637b3c1966bce95711_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:db565201c3c294fa418788f0e76b435ddf985b49404d76cb3d2d33a081e589f1_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:db565201c3c294fa418788f0e76b435ddf985b49404d76cb3d2d33a081e589f1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:db565201c3c294fa418788f0e76b435ddf985b49404d76cb3d2d33a081e589f1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:dbfbbb985df7ac442e7a227b30db1bbf425abce2b465d98cf1004ae8d7b592c8_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:dbfbbb985df7ac442e7a227b30db1bbf425abce2b465d98cf1004ae8d7b592c8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:dbfbbb985df7ac442e7a227b30db1bbf425abce2b465d98cf1004ae8d7b592c8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2c87dce53c0920d3fbcac56c5bf8f7c70edf54f171f2db470d2a705f108fa8cb_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2c87dce53c0920d3fbcac56c5bf8f7c70edf54f171f2db470d2a705f108fa8cb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2c87dce53c0920d3fbcac56c5bf8f7c70edf54f171f2db470d2a705f108fa8cb_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:7e8c345f24acf26f50566626f10f3e55fdb930eb1423ecd0aaa44899cd3526e1_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:7e8c345f24acf26f50566626f10f3e55fdb930eb1423ecd0aaa44899cd3526e1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:7e8c345f24acf26f50566626f10f3e55fdb930eb1423ecd0aaa44899cd3526e1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:982d14f339feb69b238590d9c07f6851f6495d3b46ebed8179ee62ff63844dc6_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:982d14f339feb69b238590d9c07f6851f6495d3b46ebed8179ee62ff63844dc6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:982d14f339feb69b238590d9c07f6851f6495d3b46ebed8179ee62ff63844dc6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:d85fbc8f3126e539cff1e42b2c2919b056a5fa7cfb6272fe7880af8f153c4ab3_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:d85fbc8f3126e539cff1e42b2c2919b056a5fa7cfb6272fe7880af8f153c4ab3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:d85fbc8f3126e539cff1e42b2c2919b056a5fa7cfb6272fe7880af8f153c4ab3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:07de7a2753be71c0e74c47e393627f882038786d70b2009484385dcbe05fd30f_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:07de7a2753be71c0e74c47e393627f882038786d70b2009484385dcbe05fd30f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:07de7a2753be71c0e74c47e393627f882038786d70b2009484385dcbe05fd30f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:28a6acfff26c2b2ffbe8ccca9fae11bd6a2e4a97b62b5662fd116e1468287a71_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:28a6acfff26c2b2ffbe8ccca9fae11bd6a2e4a97b62b5662fd116e1468287a71_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:28a6acfff26c2b2ffbe8ccca9fae11bd6a2e4a97b62b5662fd116e1468287a71_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4a4cc584bf0ac23edf6fac4ce8b91e1d1bf57ba751e2de34c51d9c87b9b6764c_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4a4cc584bf0ac23edf6fac4ce8b91e1d1bf57ba751e2de34c51d9c87b9b6764c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4a4cc584bf0ac23edf6fac4ce8b91e1d1bf57ba751e2de34c51d9c87b9b6764c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:5d702d61a2a5619901778f083dbcdf797417a8a6dd547bd48c361cec353229f8_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:5d702d61a2a5619901778f083dbcdf797417a8a6dd547bd48c361cec353229f8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:5d702d61a2a5619901778f083dbcdf797417a8a6dd547bd48c361cec353229f8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:50a323b245a43b0ab1b66a55b425ba8a137249017bd43cb630857c6457e07d4f_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:50a323b245a43b0ab1b66a55b425ba8a137249017bd43cb630857c6457e07d4f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:50a323b245a43b0ab1b66a55b425ba8a137249017bd43cb630857c6457e07d4f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:706fdc719165b5f26f6a095389b0ff1795807fbdd7daf7d99d15d46ea12fdda1_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:706fdc719165b5f26f6a095389b0ff1795807fbdd7daf7d99d15d46ea12fdda1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:706fdc719165b5f26f6a095389b0ff1795807fbdd7daf7d99d15d46ea12fdda1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:99b6d20d9fe1f8eed07149fe581d5ddaf320120081832c43f6f2bdf1375dd51a_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:99b6d20d9fe1f8eed07149fe581d5ddaf320120081832c43f6f2bdf1375dd51a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:99b6d20d9fe1f8eed07149fe581d5ddaf320120081832c43f6f2bdf1375dd51a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:d28d73435c6b6f15ba5d1045b641722ef6e8e9018acca1489bdcbfe689f30723_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:d28d73435c6b6f15ba5d1045b641722ef6e8e9018acca1489bdcbfe689f30723_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:d28d73435c6b6f15ba5d1045b641722ef6e8e9018acca1489bdcbfe689f30723_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:138f37f3658eed71fd8dfb9019b9d2a59b3245082c5d99b0cbc391a9fcc4534a_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:138f37f3658eed71fd8dfb9019b9d2a59b3245082c5d99b0cbc391a9fcc4534a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:138f37f3658eed71fd8dfb9019b9d2a59b3245082c5d99b0cbc391a9fcc4534a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:50677c7ecaeb624c0437186afd6125fcc4971153867867f2c61ba3985ce540a7_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:50677c7ecaeb624c0437186afd6125fcc4971153867867f2c61ba3985ce540a7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:50677c7ecaeb624c0437186afd6125fcc4971153867867f2c61ba3985ce540a7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:81004ccdad84399e1982e6ea5d9ab2cd6fce84e2419a73cf22efe5f2bb862c2e_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:81004ccdad84399e1982e6ea5d9ab2cd6fce84e2419a73cf22efe5f2bb862c2e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:81004ccdad84399e1982e6ea5d9ab2cd6fce84e2419a73cf22efe5f2bb862c2e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:cdb5ef383414f229ad352e15fa7487725b082c03b8bf9583ddfcbfc3f519c603_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:cdb5ef383414f229ad352e15fa7487725b082c03b8bf9583ddfcbfc3f519c603_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:cdb5ef383414f229ad352e15fa7487725b082c03b8bf9583ddfcbfc3f519c603_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:756eba43b0c56c6a9183b071f6088f4d1666548289041b1ef40e8b5332749e4e_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:756eba43b0c56c6a9183b071f6088f4d1666548289041b1ef40e8b5332749e4e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:756eba43b0c56c6a9183b071f6088f4d1666548289041b1ef40e8b5332749e4e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b1a56a00a9e0f3bc5a7450d971edc3a6b91eb576a53afc8fd659f098632f5c0c_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b1a56a00a9e0f3bc5a7450d971edc3a6b91eb576a53afc8fd659f098632f5c0c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b1a56a00a9e0f3bc5a7450d971edc3a6b91eb576a53afc8fd659f098632f5c0c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d90c9589f9c795d7d7d613154e67a18486575cbcd003941008f0269da1aafc54_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d90c9589f9c795d7d7d613154e67a18486575cbcd003941008f0269da1aafc54_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d90c9589f9c795d7d7d613154e67a18486575cbcd003941008f0269da1aafc54_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:eeca17be92c23dcb473f54f4f8da91dfa83ccba794378393310b1c03fb498f79_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:eeca17be92c23dcb473f54f4f8da91dfa83ccba794378393310b1c03fb498f79_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:eeca17be92c23dcb473f54f4f8da91dfa83ccba794378393310b1c03fb498f79_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:12591e228e0f32eb07590e73e0b40f47ed100d4947b41cd61938fcd8da1dfa40_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:12591e228e0f32eb07590e73e0b40f47ed100d4947b41cd61938fcd8da1dfa40_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:12591e228e0f32eb07590e73e0b40f47ed100d4947b41cd61938fcd8da1dfa40_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:22af173cafb30d1f19d234f2488c01bde8375d8b9f631916cfd68ff23027ce76_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:22af173cafb30d1f19d234f2488c01bde8375d8b9f631916cfd68ff23027ce76_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:22af173cafb30d1f19d234f2488c01bde8375d8b9f631916cfd68ff23027ce76_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2798562f6a06fc7cda2546947a1568860ced91549bccda62368e120792afee70_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2798562f6a06fc7cda2546947a1568860ced91549bccda62368e120792afee70_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2798562f6a06fc7cda2546947a1568860ced91549bccda62368e120792afee70_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:30d2f1ee74522c4fd7adf1ff382438b3e00fb7184ae58dbddf57e64fc5841ae3_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:30d2f1ee74522c4fd7adf1ff382438b3e00fb7184ae58dbddf57e64fc5841ae3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:30d2f1ee74522c4fd7adf1ff382438b3e00fb7184ae58dbddf57e64fc5841ae3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:391849f7f123c1c67232aa60d75375a7e48a19aa022e5e3ae298bb0bf1eab034_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:391849f7f123c1c67232aa60d75375a7e48a19aa022e5e3ae298bb0bf1eab034_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:391849f7f123c1c67232aa60d75375a7e48a19aa022e5e3ae298bb0bf1eab034_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5a9904d36258f8a5597522d5c04e7a53dcf37d5e4f7d806fdee88da4d90fbb5c_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5a9904d36258f8a5597522d5c04e7a53dcf37d5e4f7d806fdee88da4d90fbb5c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5a9904d36258f8a5597522d5c04e7a53dcf37d5e4f7d806fdee88da4d90fbb5c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ad60e1de48c60d275e0a0dc1d762dc4492791a2b509a556f6b72fffb991d3668_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ad60e1de48c60d275e0a0dc1d762dc4492791a2b509a556f6b72fffb991d3668_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ad60e1de48c60d275e0a0dc1d762dc4492791a2b509a556f6b72fffb991d3668_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:bbf8cc7fc3fe9370dd74420d09bc3d389de58130194df1abf1ef2e5f81f233a7_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:bbf8cc7fc3fe9370dd74420d09bc3d389de58130194df1abf1ef2e5f81f233a7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:bbf8cc7fc3fe9370dd74420d09bc3d389de58130194df1abf1ef2e5f81f233a7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1d197b835810a7933db1be10d2492415e0f374f78eafba7fa5746ab472094fff_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1d197b835810a7933db1be10d2492415e0f374f78eafba7fa5746ab472094fff_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1d197b835810a7933db1be10d2492415e0f374f78eafba7fa5746ab472094fff_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:52681490b1b8f49f0e29afea167366ad0dc86610ae6d9eb5fc82478331777550_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:52681490b1b8f49f0e29afea167366ad0dc86610ae6d9eb5fc82478331777550_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:52681490b1b8f49f0e29afea167366ad0dc86610ae6d9eb5fc82478331777550_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:715d1e4a69cb33db7e6e9011e9b325c8d3260d8c60cbd2b65ddc2064317a81d7_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:715d1e4a69cb33db7e6e9011e9b325c8d3260d8c60cbd2b65ddc2064317a81d7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:715d1e4a69cb33db7e6e9011e9b325c8d3260d8c60cbd2b65ddc2064317a81d7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:b1b9e3c0cc86e8d0df3fb817c36612f1f5ac435c3bd8c16dbae9b1f0c9ec9862_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:b1b9e3c0cc86e8d0df3fb817c36612f1f5ac435c3bd8c16dbae9b1f0c9ec9862_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:b1b9e3c0cc86e8d0df3fb817c36612f1f5ac435c3bd8c16dbae9b1f0c9ec9862_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5c5df667524143d001856ff1e142910c8e8c2dd2667250af4afdde04fb05b4ef_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5c5df667524143d001856ff1e142910c8e8c2dd2667250af4afdde04fb05b4ef_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5c5df667524143d001856ff1e142910c8e8c2dd2667250af4afdde04fb05b4ef_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:75dbde89821235df1e3162e7ee454a946bf62263f1952e894d1c4f7a6374ae8f_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:75dbde89821235df1e3162e7ee454a946bf62263f1952e894d1c4f7a6374ae8f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:75dbde89821235df1e3162e7ee454a946bf62263f1952e894d1c4f7a6374ae8f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:d8b4ee48cee2f8a4c35ff8523b1a6b2174cbfc0e353c873ec09b7e394bfd6ed8_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:d8b4ee48cee2f8a4c35ff8523b1a6b2174cbfc0e353c873ec09b7e394bfd6ed8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:d8b4ee48cee2f8a4c35ff8523b1a6b2174cbfc0e353c873ec09b7e394bfd6ed8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fe593c5b2a2e27134802d5bb7d3300f6931ca43434ba4fade620c00f9a1a50ac_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fe593c5b2a2e27134802d5bb7d3300f6931ca43434ba4fade620c00f9a1a50ac_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fe593c5b2a2e27134802d5bb7d3300f6931ca43434ba4fade620c00f9a1a50ac_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:2013de19ef16c2fefa1d6915dba0400b5d54f356234bce6978e41e7a0a318f82_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:2013de19ef16c2fefa1d6915dba0400b5d54f356234bce6978e41e7a0a318f82_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:2013de19ef16c2fefa1d6915dba0400b5d54f356234bce6978e41e7a0a318f82_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:8412dd75db281d588fbd098700033046bc6b49665101ea8b3b4a7f3f187cd280_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:8412dd75db281d588fbd098700033046bc6b49665101ea8b3b4a7f3f187cd280_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:8412dd75db281d588fbd098700033046bc6b49665101ea8b3b4a7f3f187cd280_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:abb1405f761ddcfe0d542948b161cbadbfca6286c6602f34a46b870fc469f6d3_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:abb1405f761ddcfe0d542948b161cbadbfca6286c6602f34a46b870fc469f6d3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:abb1405f761ddcfe0d542948b161cbadbfca6286c6602f34a46b870fc469f6d3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b9ae1f8ef078a8d5cef3a4413d30cbfea4b43f086138d08387d8390eaa66ae21_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b9ae1f8ef078a8d5cef3a4413d30cbfea4b43f086138d08387d8390eaa66ae21_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b9ae1f8ef078a8d5cef3a4413d30cbfea4b43f086138d08387d8390eaa66ae21_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:380900bb8838db0fa658984a2865f06c17f6eea5c1cf90c84715e79ac53e03a1_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:380900bb8838db0fa658984a2865f06c17f6eea5c1cf90c84715e79ac53e03a1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:380900bb8838db0fa658984a2865f06c17f6eea5c1cf90c84715e79ac53e03a1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:65afd385682369d514f9ac53d0165ef0abcc55894e68a973d7f462e93dbe4495_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:65afd385682369d514f9ac53d0165ef0abcc55894e68a973d7f462e93dbe4495_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:65afd385682369d514f9ac53d0165ef0abcc55894e68a973d7f462e93dbe4495_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:80ca1adef13a5444938fae328630d47cdb914177e0b1da72d075df6b9176e29a_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:80ca1adef13a5444938fae328630d47cdb914177e0b1da72d075df6b9176e29a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:80ca1adef13a5444938fae328630d47cdb914177e0b1da72d075df6b9176e29a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:acabaad0a17c5d98c2ca826eb728da08d2e46c48b0c1d8d87f9ae4fd14d9fe9a_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:acabaad0a17c5d98c2ca826eb728da08d2e46c48b0c1d8d87f9ae4fd14d9fe9a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:acabaad0a17c5d98c2ca826eb728da08d2e46c48b0c1d8d87f9ae4fd14d9fe9a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:26bd86e888bb6cd36f1cbbe81725b4e51d6e7c84b7df102abc0513bc2ba2bdf1_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:26bd86e888bb6cd36f1cbbe81725b4e51d6e7c84b7df102abc0513bc2ba2bdf1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:26bd86e888bb6cd36f1cbbe81725b4e51d6e7c84b7df102abc0513bc2ba2bdf1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:642f05c47898ef3156e9f16f9e51c38a41bf09d0eaa78099ce295150fe3610f4_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:642f05c47898ef3156e9f16f9e51c38a41bf09d0eaa78099ce295150fe3610f4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:642f05c47898ef3156e9f16f9e51c38a41bf09d0eaa78099ce295150fe3610f4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:75b2b01ac003a058579cd460a0078ebd60203b98a0fccfaf82c965717d877e53_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:75b2b01ac003a058579cd460a0078ebd60203b98a0fccfaf82c965717d877e53_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:75b2b01ac003a058579cd460a0078ebd60203b98a0fccfaf82c965717d877e53_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:806b1812e8e1339ba1ea3b289f44e6cb31ea264f8c5e38442c863ba2096f04d2_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:806b1812e8e1339ba1ea3b289f44e6cb31ea264f8c5e38442c863ba2096f04d2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:806b1812e8e1339ba1ea3b289f44e6cb31ea264f8c5e38442c863ba2096f04d2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:43a984aaae56c49e4ff3a068ffd62e19490d3123b9128bdbfc3aa653104c734c_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:43a984aaae56c49e4ff3a068ffd62e19490d3123b9128bdbfc3aa653104c734c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:43a984aaae56c49e4ff3a068ffd62e19490d3123b9128bdbfc3aa653104c734c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:48fd41abfe3fe87ce12c3b695fd43bc00869177adcca6127124cd14186765d69_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:48fd41abfe3fe87ce12c3b695fd43bc00869177adcca6127124cd14186765d69_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:48fd41abfe3fe87ce12c3b695fd43bc00869177adcca6127124cd14186765d69_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:572607d1ed95bb797e17a68aa418bff2e89f4762dcf9ac686343176d01df6286_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:572607d1ed95bb797e17a68aa418bff2e89f4762dcf9ac686343176d01df6286_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:572607d1ed95bb797e17a68aa418bff2e89f4762dcf9ac686343176d01df6286_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:a3cf1530bd56cd378daec6a422621f14dfdb61db01bd9e8254f7c59a0d4ea1ba_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:a3cf1530bd56cd378daec6a422621f14dfdb61db01bd9e8254f7c59a0d4ea1ba_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:a3cf1530bd56cd378daec6a422621f14dfdb61db01bd9e8254f7c59a0d4ea1ba_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:8b77610ce041366bb7150a315c637bf772977933af46c7ab557fda5d97907b42_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:8b77610ce041366bb7150a315c637bf772977933af46c7ab557fda5d97907b42_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:8b77610ce041366bb7150a315c637bf772977933af46c7ab557fda5d97907b42_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:d29a40382e43994eadfa1f692bcf0e65c3b5e1ee8d6f222ad03a917fb61deaa4_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:d29a40382e43994eadfa1f692bcf0e65c3b5e1ee8d6f222ad03a917fb61deaa4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:d29a40382e43994eadfa1f692bcf0e65c3b5e1ee8d6f222ad03a917fb61deaa4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:0ded86b43fd8fc060ccb42b4a1d29050cae776d972475944b9ff5a44c045f785_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:0ded86b43fd8fc060ccb42b4a1d29050cae776d972475944b9ff5a44c045f785_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:0ded86b43fd8fc060ccb42b4a1d29050cae776d972475944b9ff5a44c045f785_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:2d406bb8f2323e3e8761c64a195126c76aa18030d4cdc4942d3d8c094327c2c0_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:2d406bb8f2323e3e8761c64a195126c76aa18030d4cdc4942d3d8c094327c2c0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:2d406bb8f2323e3e8761c64a195126c76aa18030d4cdc4942d3d8c094327c2c0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:0a128bed921c0bc47efdadf20a4d382465d0fb3815b50036fee152b2a6638fe2_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:0a128bed921c0bc47efdadf20a4d382465d0fb3815b50036fee152b2a6638fe2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:0a128bed921c0bc47efdadf20a4d382465d0fb3815b50036fee152b2a6638fe2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:e5a242c1b55a04cb96918227c207b2324997497a09c758deec015cba2218bd85_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:e5a242c1b55a04cb96918227c207b2324997497a09c758deec015cba2218bd85_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:e5a242c1b55a04cb96918227c207b2324997497a09c758deec015cba2218bd85_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:812e2ba9705c4dd3841e469e4a7613fd2ed565f4d29c2ea3e11653ac891b67da_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:812e2ba9705c4dd3841e469e4a7613fd2ed565f4d29c2ea3e11653ac891b67da_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:812e2ba9705c4dd3841e469e4a7613fd2ed565f4d29c2ea3e11653ac891b67da_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:f3da7495f9e12d029968d226ea1c7aab58b971be861b776970a5c16e135b872e_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:f3da7495f9e12d029968d226ea1c7aab58b971be861b776970a5c16e135b872e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:f3da7495f9e12d029968d226ea1c7aab58b971be861b776970a5c16e135b872e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:0c97c506ab490fb8e75579f58fc4a8ace78b34b3650365196ad68b6f4c78e045_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:0c97c506ab490fb8e75579f58fc4a8ace78b34b3650365196ad68b6f4c78e045_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:0c97c506ab490fb8e75579f58fc4a8ace78b34b3650365196ad68b6f4c78e045_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:81246e8e03594bfc29125a61ff506748fc9a20d617290969b3a23a5986625b44_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:81246e8e03594bfc29125a61ff506748fc9a20d617290969b3a23a5986625b44_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:81246e8e03594bfc29125a61ff506748fc9a20d617290969b3a23a5986625b44_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:df4584c4a846e2c70dbb72fdac4ef55b8f1d9f3ea1c2f3657dcedf979df5494b_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:df4584c4a846e2c70dbb72fdac4ef55b8f1d9f3ea1c2f3657dcedf979df5494b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:df4584c4a846e2c70dbb72fdac4ef55b8f1d9f3ea1c2f3657dcedf979df5494b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:fd22a989efa582af4d13f726034af9291db503807b991930d9caeb5a34849e89_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:fd22a989efa582af4d13f726034af9291db503807b991930d9caeb5a34849e89_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:fd22a989efa582af4d13f726034af9291db503807b991930d9caeb5a34849e89_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:1a0effd6fb54a811f4295e4022e191d33423ab441a077ff22778af9822c2ef72_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:1a0effd6fb54a811f4295e4022e191d33423ab441a077ff22778af9822c2ef72_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:1a0effd6fb54a811f4295e4022e191d33423ab441a077ff22778af9822c2ef72_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a3c96b546116624f8f2fbe220020c4f56b2b8d43b65a769f47752081d70f7b5a_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a3c96b546116624f8f2fbe220020c4f56b2b8d43b65a769f47752081d70f7b5a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a3c96b546116624f8f2fbe220020c4f56b2b8d43b65a769f47752081d70f7b5a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:ce76c9e90761ad984861d6fb112b263341bcec2c8237adb20f5f8a0fa58959b3_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:ce76c9e90761ad984861d6fb112b263341bcec2c8237adb20f5f8a0fa58959b3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:ce76c9e90761ad984861d6fb112b263341bcec2c8237adb20f5f8a0fa58959b3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f220d9bfe5f33cc9b40d7b94fcd360dcae63229e01952c4e92b81b2ea7ab7cb2_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f220d9bfe5f33cc9b40d7b94fcd360dcae63229e01952c4e92b81b2ea7ab7cb2_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f220d9bfe5f33cc9b40d7b94fcd360dcae63229e01952c4e92b81b2ea7ab7cb2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:395aeaf5d6abd849d53d71f5483f64bc053686120b55831a1899872a4e47655a_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:395aeaf5d6abd849d53d71f5483f64bc053686120b55831a1899872a4e47655a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:395aeaf5d6abd849d53d71f5483f64bc053686120b55831a1899872a4e47655a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5b0cb3bd4f7d00a3a5ca83a9ae80b635920bb5b469b76d834c32c214e1c368b6_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5b0cb3bd4f7d00a3a5ca83a9ae80b635920bb5b469b76d834c32c214e1c368b6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5b0cb3bd4f7d00a3a5ca83a9ae80b635920bb5b469b76d834c32c214e1c368b6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:82c1d0a2a92f70ac434d223c568178daa4ddb67e0ee58944faf381dcb977e7ed_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:82c1d0a2a92f70ac434d223c568178daa4ddb67e0ee58944faf381dcb977e7ed_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:82c1d0a2a92f70ac434d223c568178daa4ddb67e0ee58944faf381dcb977e7ed_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:b78ecaac4e21bb0cd2b9b88cd1c9286872a8c2fc09d767262533ed79fe02ae50_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:b78ecaac4e21bb0cd2b9b88cd1c9286872a8c2fc09d767262533ed79fe02ae50_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:b78ecaac4e21bb0cd2b9b88cd1c9286872a8c2fc09d767262533ed79fe02ae50_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:122ad766c552f98ab57c8e111574eeb5d3cf43c6401fa7ff925afee3643c524d_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:122ad766c552f98ab57c8e111574eeb5d3cf43c6401fa7ff925afee3643c524d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:122ad766c552f98ab57c8e111574eeb5d3cf43c6401fa7ff925afee3643c524d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:4f46c1a04b18f55c1bc1914bed4691eec7e057696d73dc02a62a88fa70ed3f08_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:4f46c1a04b18f55c1bc1914bed4691eec7e057696d73dc02a62a88fa70ed3f08_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:4f46c1a04b18f55c1bc1914bed4691eec7e057696d73dc02a62a88fa70ed3f08_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:5637d596eccb64792f0321f58fd94633e6db63ac8f93b6da6838abe13d739044_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:5637d596eccb64792f0321f58fd94633e6db63ac8f93b6da6838abe13d739044_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:5637d596eccb64792f0321f58fd94633e6db63ac8f93b6da6838abe13d739044_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:bdb5e0cb32c111586b3713c0e4ed699a8a6ed953e3909ea5c052cacd63bd4174_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:bdb5e0cb32c111586b3713c0e4ed699a8a6ed953e3909ea5c052cacd63bd4174_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:bdb5e0cb32c111586b3713c0e4ed699a8a6ed953e3909ea5c052cacd63bd4174_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:305e8a3cbac65e7abcfc05ac7ad928bd233e1cf2d8a693bfa6f878752e4ca26a_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:305e8a3cbac65e7abcfc05ac7ad928bd233e1cf2d8a693bfa6f878752e4ca26a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:305e8a3cbac65e7abcfc05ac7ad928bd233e1cf2d8a693bfa6f878752e4ca26a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:5a097c1ed9a0eb4255857cfcbf275e7bfae566f14f763145ddd30110d0e3303e_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:5a097c1ed9a0eb4255857cfcbf275e7bfae566f14f763145ddd30110d0e3303e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:5a097c1ed9a0eb4255857cfcbf275e7bfae566f14f763145ddd30110d0e3303e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a675d9bf0f8b03dfbfe4ff1c994b79f1025a844dd75fd5bfff4329d642f271e7_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a675d9bf0f8b03dfbfe4ff1c994b79f1025a844dd75fd5bfff4329d642f271e7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a675d9bf0f8b03dfbfe4ff1c994b79f1025a844dd75fd5bfff4329d642f271e7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ff27a6b88cf334cc6e18fc1a0dc3bd6238eee0473b5998182cdfeff267e6eb68_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ff27a6b88cf334cc6e18fc1a0dc3bd6238eee0473b5998182cdfeff267e6eb68_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ff27a6b88cf334cc6e18fc1a0dc3bd6238eee0473b5998182cdfeff267e6eb68_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:34525a3c41776686c72d0c93ac79e4b34babaa100597fb2c20c872363f374e92_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:34525a3c41776686c72d0c93ac79e4b34babaa100597fb2c20c872363f374e92_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:34525a3c41776686c72d0c93ac79e4b34babaa100597fb2c20c872363f374e92_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:cfb844064455d23a4f23f94938c8775ecaa6d0f04a4605579c1f59a40c256778_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:cfb844064455d23a4f23f94938c8775ecaa6d0f04a4605579c1f59a40c256778_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:cfb844064455d23a4f23f94938c8775ecaa6d0f04a4605579c1f59a40c256778_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d180b29f7c294c57a9b8aaa133c7e2020847b6d11220524833cf41bdd622dbd1_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d180b29f7c294c57a9b8aaa133c7e2020847b6d11220524833cf41bdd622dbd1_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d180b29f7c294c57a9b8aaa133c7e2020847b6d11220524833cf41bdd622dbd1_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e1bc5455f3edc097434acb82015fa21b171ee765ec3befdf004488912993d30c_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e1bc5455f3edc097434acb82015fa21b171ee765ec3befdf004488912993d30c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e1bc5455f3edc097434acb82015fa21b171ee765ec3befdf004488912993d30c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:12b5c8cb6628d52ec3a06591d138cb92c7a41e84612b2e7a72b0b76e3aaef35a_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:12b5c8cb6628d52ec3a06591d138cb92c7a41e84612b2e7a72b0b76e3aaef35a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:12b5c8cb6628d52ec3a06591d138cb92c7a41e84612b2e7a72b0b76e3aaef35a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2fcc9ea828e2110729e6326d5faa4a33279ef0b5792ae24992ba1c8e07ac8ccc_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2fcc9ea828e2110729e6326d5faa4a33279ef0b5792ae24992ba1c8e07ac8ccc_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2fcc9ea828e2110729e6326d5faa4a33279ef0b5792ae24992ba1c8e07ac8ccc_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:474c245eba58e9bc6bbefabe196e7cbe06a9745bbe3d26c3acc0d5d7a7578660_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:474c245eba58e9bc6bbefabe196e7cbe06a9745bbe3d26c3acc0d5d7a7578660_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:474c245eba58e9bc6bbefabe196e7cbe06a9745bbe3d26c3acc0d5d7a7578660_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:a34631bbd669dfa1a1e627fdc4c22ee12e7019804e4de6db26940fd009cac374_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:a34631bbd669dfa1a1e627fdc4c22ee12e7019804e4de6db26940fd009cac374_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:a34631bbd669dfa1a1e627fdc4c22ee12e7019804e4de6db26940fd009cac374_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:4039d53563c99c9f142961aed344baeeb6e0f99ecd69cfe253eff4a635520a57_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:4039d53563c99c9f142961aed344baeeb6e0f99ecd69cfe253eff4a635520a57_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:4039d53563c99c9f142961aed344baeeb6e0f99ecd69cfe253eff4a635520a57_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:968222fe445598e70aaaec54dae231a6eb5ed952417c572ded71241d5362edc9_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:968222fe445598e70aaaec54dae231a6eb5ed952417c572ded71241d5362edc9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:968222fe445598e70aaaec54dae231a6eb5ed952417c572ded71241d5362edc9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:acc4e0a9f6415b1d7dbbc04a9b087032a44f77aa5eb4807499f409d189a46271_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:acc4e0a9f6415b1d7dbbc04a9b087032a44f77aa5eb4807499f409d189a46271_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:acc4e0a9f6415b1d7dbbc04a9b087032a44f77aa5eb4807499f409d189a46271_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:b2e3934833a67518f7911f26322517a640f25e0c5e4239ac6a80499377d89725_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:b2e3934833a67518f7911f26322517a640f25e0c5e4239ac6a80499377d89725_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:b2e3934833a67518f7911f26322517a640f25e0c5e4239ac6a80499377d89725_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:231953873f0c701eded0659ac76ac36a814f0a3cf5370fead3fed3cd780c8005_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:231953873f0c701eded0659ac76ac36a814f0a3cf5370fead3fed3cd780c8005_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:231953873f0c701eded0659ac76ac36a814f0a3cf5370fead3fed3cd780c8005_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:7a154064440141c188f5b929c5f84e7b1b9dd923c1874b8d1a52bfb3669575a0_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:7a154064440141c188f5b929c5f84e7b1b9dd923c1874b8d1a52bfb3669575a0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:7a154064440141c188f5b929c5f84e7b1b9dd923c1874b8d1a52bfb3669575a0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:915e507d9384be8197d21d1bad349101d120d8841f58e56b37df45fb64de747e_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:915e507d9384be8197d21d1bad349101d120d8841f58e56b37df45fb64de747e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:915e507d9384be8197d21d1bad349101d120d8841f58e56b37df45fb64de747e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:9e34e30a45e904081b5569ee95e1b80b5142f3c054b6437e51a2950b037268bb_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:9e34e30a45e904081b5569ee95e1b80b5142f3c054b6437e51a2950b037268bb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:9e34e30a45e904081b5569ee95e1b80b5142f3c054b6437e51a2950b037268bb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3773514e66fa9f56fafd6c46a81b8aa2368daadc00da1d80bb782e417829e029_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3773514e66fa9f56fafd6c46a81b8aa2368daadc00da1d80bb782e417829e029_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3773514e66fa9f56fafd6c46a81b8aa2368daadc00da1d80bb782e417829e029_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:49a55d7a910c4385d9e9ec7a12b55b5329e57f4091dc2d2371155bc6b7366e00_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:49a55d7a910c4385d9e9ec7a12b55b5329e57f4091dc2d2371155bc6b7366e00_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:49a55d7a910c4385d9e9ec7a12b55b5329e57f4091dc2d2371155bc6b7366e00_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:5b20dd6e7f650ffaae8f5bbbc6198fad84f2917ab9a482df423b7bd153f883b4_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:5b20dd6e7f650ffaae8f5bbbc6198fad84f2917ab9a482df423b7bd153f883b4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:5b20dd6e7f650ffaae8f5bbbc6198fad84f2917ab9a482df423b7bd153f883b4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e4a136aed0757b3aae8382cf9e8942c487730a5170fbbe374eb08b81f3ac3c2d_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e4a136aed0757b3aae8382cf9e8942c487730a5170fbbe374eb08b81f3ac3c2d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e4a136aed0757b3aae8382cf9e8942c487730a5170fbbe374eb08b81f3ac3c2d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3f716b9b5a2a2e196357b1b612c8f6506e9c2b04dc1ddcaa705b2d1f24e719c7_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3f716b9b5a2a2e196357b1b612c8f6506e9c2b04dc1ddcaa705b2d1f24e719c7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3f716b9b5a2a2e196357b1b612c8f6506e9c2b04dc1ddcaa705b2d1f24e719c7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:78bbebce453edc7fa3294acca573198dff588173021ad0aa3227b09b86e64697_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:78bbebce453edc7fa3294acca573198dff588173021ad0aa3227b09b86e64697_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:78bbebce453edc7fa3294acca573198dff588173021ad0aa3227b09b86e64697_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b1cb83f75f0aebf525f6c783a4c09cc061cf54319b2873ed73bfbe842b93f3cd_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b1cb83f75f0aebf525f6c783a4c09cc061cf54319b2873ed73bfbe842b93f3cd_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b1cb83f75f0aebf525f6c783a4c09cc061cf54319b2873ed73bfbe842b93f3cd_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:d84792c97c6e95e21a028190bd1c5022993242a1253f155e319100f515b170ee_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:d84792c97c6e95e21a028190bd1c5022993242a1253f155e319100f515b170ee_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:d84792c97c6e95e21a028190bd1c5022993242a1253f155e319100f515b170ee_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:3f995eb9c52e4ad289e656945991495699b364b05f7395a79d662465bd719bcf_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:3f995eb9c52e4ad289e656945991495699b364b05f7395a79d662465bd719bcf_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:3f995eb9c52e4ad289e656945991495699b364b05f7395a79d662465bd719bcf_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:628acf2a2b41d5c4153f12c8c30ed607dd0d54a986214b8c057b8c7033679aca_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:628acf2a2b41d5c4153f12c8c30ed607dd0d54a986214b8c057b8c7033679aca_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:628acf2a2b41d5c4153f12c8c30ed607dd0d54a986214b8c057b8c7033679aca_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7f69466210582fda5edb2173b0d8929b5f9db872b908136d82a17b3222213453_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7f69466210582fda5edb2173b0d8929b5f9db872b908136d82a17b3222213453_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7f69466210582fda5edb2173b0d8929b5f9db872b908136d82a17b3222213453_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:cd2971350ce22496f03b2e5b43bd575af3e7131410d7d4039bf05af93f2bc55c_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:cd2971350ce22496f03b2e5b43bd575af3e7131410d7d4039bf05af93f2bc55c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:cd2971350ce22496f03b2e5b43bd575af3e7131410d7d4039bf05af93f2bc55c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:21db6b5abff4f7d27b3c0f5c95bf222bf4c19606fd92aded9eb46a7a90419497_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:21db6b5abff4f7d27b3c0f5c95bf222bf4c19606fd92aded9eb46a7a90419497_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:21db6b5abff4f7d27b3c0f5c95bf222bf4c19606fd92aded9eb46a7a90419497_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:570a5cb8b155964bb5f480c94c8e835e373fef65ff903150bdbd862507f26592_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:570a5cb8b155964bb5f480c94c8e835e373fef65ff903150bdbd862507f26592_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:570a5cb8b155964bb5f480c94c8e835e373fef65ff903150bdbd862507f26592_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:684845b28b844a06d9654483064e56072727fbc55fa1b6ce64bb51867e76ca81_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:684845b28b844a06d9654483064e56072727fbc55fa1b6ce64bb51867e76ca81_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:684845b28b844a06d9654483064e56072727fbc55fa1b6ce64bb51867e76ca81_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8bc499da3660ecbeb741285d71c404e89ecc160a7dc431c6f7937c23e065c56c_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8bc499da3660ecbeb741285d71c404e89ecc160a7dc431c6f7937c23e065c56c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8bc499da3660ecbeb741285d71c404e89ecc160a7dc431c6f7937c23e065c56c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:5bf55170028e99a3de93f9210541043e703d26ca5dfc3b4fadc45c8e42b4e73e_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:5bf55170028e99a3de93f9210541043e703d26ca5dfc3b4fadc45c8e42b4e73e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:5bf55170028e99a3de93f9210541043e703d26ca5dfc3b4fadc45c8e42b4e73e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:93479ac1c1744ecdf76ac3be6f6e8edca7775343e3d10bc83332c35a9ee73342_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:93479ac1c1744ecdf76ac3be6f6e8edca7775343e3d10bc83332c35a9ee73342_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:93479ac1c1744ecdf76ac3be6f6e8edca7775343e3d10bc83332c35a9ee73342_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:1c6b382803e3cf34b87446c76cc5c689cb6ad6b2d77703b88bc6b5174cb1c366_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:1c6b382803e3cf34b87446c76cc5c689cb6ad6b2d77703b88bc6b5174cb1c366_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:1c6b382803e3cf34b87446c76cc5c689cb6ad6b2d77703b88bc6b5174cb1c366_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:7b8ef16e5fa47b5ac1786b7c0f86f06316d9a011bdde94d65cf865ee0f1d160e_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:7b8ef16e5fa47b5ac1786b7c0f86f06316d9a011bdde94d65cf865ee0f1d160e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:7b8ef16e5fa47b5ac1786b7c0f86f06316d9a011bdde94d65cf865ee0f1d160e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:5bf55170028e99a3de93f9210541043e703d26ca5dfc3b4fadc45c8e42b4e73e_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:5bf55170028e99a3de93f9210541043e703d26ca5dfc3b4fadc45c8e42b4e73e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:5bf55170028e99a3de93f9210541043e703d26ca5dfc3b4fadc45c8e42b4e73e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:93479ac1c1744ecdf76ac3be6f6e8edca7775343e3d10bc83332c35a9ee73342_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:93479ac1c1744ecdf76ac3be6f6e8edca7775343e3d10bc83332c35a9ee73342_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:93479ac1c1744ecdf76ac3be6f6e8edca7775343e3d10bc83332c35a9ee73342_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:de5972a25f67115507a8320e38c7e3cb92f62b299b37e89eb815642f5285d368_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:de5972a25f67115507a8320e38c7e3cb92f62b299b37e89eb815642f5285d368_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:de5972a25f67115507a8320e38c7e3cb92f62b299b37e89eb815642f5285d368_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:eefc72900bef3cba865fd95de8342ae9714aed800d96ac074761241bd27cb7ad_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:eefc72900bef3cba865fd95de8342ae9714aed800d96ac074761241bd27cb7ad_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:eefc72900bef3cba865fd95de8342ae9714aed800d96ac074761241bd27cb7ad_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0f9820759edc25fed889931debe50fe7637027b77aa126ab121591046b95aff4_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0f9820759edc25fed889931debe50fe7637027b77aa126ab121591046b95aff4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0f9820759edc25fed889931debe50fe7637027b77aa126ab121591046b95aff4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:52c78c690dd2635d64291ac0738f34c26cafb0a3229527441e2ec16baac275b1_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:52c78c690dd2635d64291ac0738f34c26cafb0a3229527441e2ec16baac275b1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:52c78c690dd2635d64291ac0738f34c26cafb0a3229527441e2ec16baac275b1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:7f38af8cc7313afde41e3790c8588a65545ab1e4fd56b8fd83c44b60efb302af_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:7f38af8cc7313afde41e3790c8588a65545ab1e4fd56b8fd83c44b60efb302af_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:7f38af8cc7313afde41e3790c8588a65545ab1e4fd56b8fd83c44b60efb302af_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b210e6f99ef94f7fc24f497913ea1a08d64beb6c172dc3b38c366404b287f9b0_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b210e6f99ef94f7fc24f497913ea1a08d64beb6c172dc3b38c366404b287f9b0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b210e6f99ef94f7fc24f497913ea1a08d64beb6c172dc3b38c366404b287f9b0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:1dc2a5cfdb4a77f64219bb3544dcbf801ead73466a37c83f85fc608f0af1eda4_arm64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:1dc2a5cfdb4a77f64219bb3544dcbf801ead73466a37c83f85fc608f0af1eda4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:1dc2a5cfdb4a77f64219bb3544dcbf801ead73466a37c83f85fc608f0af1eda4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:4578893da8d9a92befbaca7780c10d7dd27f083caede4a9259030f7edd519f3d_amd64 as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:4578893da8d9a92befbaca7780c10d7dd27f083caede4a9259030f7edd519f3d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:4578893da8d9a92befbaca7780c10d7dd27f083caede4a9259030f7edd519f3d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:517ee9497a647c976786cdc72edf7e700d275810003361f73624a5d4467df1a2_s390x as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:517ee9497a647c976786cdc72edf7e700d275810003361f73624a5d4467df1a2_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:517ee9497a647c976786cdc72edf7e700d275810003361f73624a5d4467df1a2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:f7efba876b236fc8f9d4d48aa24d9f3b7cb6906fd46f22054a9bb52ab59e40c3_ppc64le as a component of Red Hat OpenShift Container Platform 4.16",
"product_id": "Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:f7efba876b236fc8f9d4d48aa24d9f3b7cb6906fd46f22054a9bb52ab59e40c3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:f7efba876b236fc8f9d4d48aa24d9f3b7cb6906fd46f22054a9bb52ab59e40c3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.16"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-69873",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2026-02-11T19:01:32.953264+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:051b7a071f478879fafeb72cb9044f6b2cd18fa2c6483dc3c4c980a52d415d77_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:3b26f11f424cfe0088f5ddc11be2f4e4a562b95e1d89ef8afb2bd086cc31fb17_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:df40915a48e2dbf497d410c80c0d8c4241cc9e50a30731eb15b5366436f3f3d0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:f7588da590b24e9cc405bd59109d09f3046bf37305fc2e5b26da29651e82223e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:2c7a047b341265c656f0fae0ffe3d7a795567b4741bf490788ed9c81e3950501_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4cdeffe7a8b8d3757cd7978febb6abf7790e346b7f9f7ea84c028b08a163200a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c52088ab317b1e30a85c824e26c217d8073dcea907dc3c9502fc86aca86f5bdc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:e0495d291012c2a231d6f886ea696e09dd60d8f40e6b2f60620b773d4c42a356_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:12e290355046e5f549a8cdae7517128f87ff3f03d5f25a36b5d8a718599d239a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:74ab03d28abc171a23c493c17b5116b6a1235cf9a21b5fff2c9a1db24cea43de_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:ea4b1b706d596b1f85b08b21e0a1b63a31475e4addd288d6f0d0e94028c9980b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:fbc7412064c5c4f6c7dcc8473da95f953534a31bbe49b21326d1b8de453da45f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:01e9215b7716e72604cb20070c22e90b3018cc8a3bb4c47ff24ad4de9e5f00dc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0f4ba1e847fec5e9a3b63f7d154778b333643459228d41ac48959f6589957bfe_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bad42fbb57b49339dfb5ca4dd0882d707249d74ac11a3e85f8edec2eb7505873_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e82feeaae65417ea40580d5f3125c213e8f6b95a7921debb77221cd0adc37406_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b077b4ca2e27e13b05c265c8acdf59c50dbd4a7a59b9d9dd4da4200a55a8e0e5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bb31d4f6ba51c99a802448588a475bf3dffce347d33881f3da36763b5d17a5e3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cedfbc0c49943d0050f68dea0b9c4757b27436f6dcb3ebca48470296ae722def_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:f1cf2508b6aeea813dd73746ba37eec67fb4cb6443a2d3bbd8abc0d2267c4331_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6ad8b7e4c729b8f9bc42b2387ce3b6887610c22fed937cc07a03ec775f534584_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:8c58ad7ed30b5922d04336d01dd5cdcf35fa7d35ba40de558330932b6983efc8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ac50cdd09950ad634eb350219a31e2ea189f8281f00d52e92811e30e50e33c55_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:cabdde4581ab4aa592167587405fff8bc310c0576b77fc65013764182bd77c09_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:38a4a2ae97d1b1e465974b97b23135e9de76252f02e725449406a3660d971a06_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:80131fcc9c8fc87d4636a5f44fbfa9e73c25b1391f95f66c3241c8ccc3083d80_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:aef6e7b6ca3416d8e360bca6cd6c7fe54b883b97e1e3b86c775ca55e76523784_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:de1a387a24f617b5543294f8af190e16e14ac5bd1d0d6ea6a10eae6d55ecb27b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:34484b1162cc151a8688ddea4f7902759d79b3d87964e6d415681bf4977857b2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9a730cdf4a926b27d03ec1b85e0eaa9df4b2957e21f3fcc34312dde6a76bbc97_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c1799e7e4d9ce6f8f5bd944d1d9c6a0597eedd7d7c07688ab5a145c0c0884331_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e3ce69e4555552bc0ca2294f3ae28a485e60d8a8babdf0a81f2b7ff15c41a3f5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:5a51ba21c1feddf2638c7af98299e78c5d327a63ae6f5a596473dea0c4bf180e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:afc3f7c3975c2e76752c44e88bcc1eb21c7f963eebace13680df4247ad6258aa_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b765253cd60aec106ef28ddbfc9c1de7142f96feda2ab619c9f6ada3860417aa_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e78e85a755a5ed3f6040bcbf704f4c0ccb19bfeb199a51ab5c39b71a0ab4721b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:42b1d90a454d502b4a8d58b7889897a2204897713ff2f9a9dd845f067ed59620_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c6df0952603066fbdb561a01c9bc6928d9a6a79e51b3690f265601bf0ed8ebd4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:de1e95785333a63f4a1e9cbbc7384e66f053e43af1d20d23caa9bfa29abf4ddb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e6d477016f0e55e915bb08ae969ecffae5fe8bb0fe85c96e00b745528ebc2630_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:16c4c7b708d115a6b673a373b99b9b05336fc3166c5f0ef1b5008c335a303b42_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:76c398fe9d2591ecf28719d7a1c6b570441497c9d9a78cd376092dcdac2ea190_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:c8e36a9081b80b8073f3898a73a1a3a86022d300ba77af9b1e41331f61d7e553_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:f576a319aa6e34aac3c0cefca29c55d24ab9918462040eb4b7f27cf09f26772e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1050c9427e5eb0771922f477e0927315d4c7ebedfecbd69e676b0fc483bd96d3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1f360616eed0043920d6e6e444319264da60f7868872fa78d0765f394f686c30_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:57e6d159ebef99b05aaee193cfe600b2a426696c4bbd20d00969c7d01e6bc25e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8883ca8959359fd84ac6c7a83571aa239796bbc5d580362aa749bfcc4b6984c7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0da6e0ca7c13fdc40d3c6a3c34b97600d2b3792b27da2b280a89fbfd3958c91b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:88da257b28d9eae361eaa27162c921ab719bb6b9235ea868526b7689ea5fe405_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:c0c576020d59eaa1f634f9ef493358f866dccfe7b2c0c635b98e8b55fefe1096_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e9e4e241c3311afcb48829362ac92b8d934453e958dbd5a52ec9bb95e578ee91_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1add4296afb6412eddc3ba2aed3c917b98518521d48ba41b28e8fc0f4d834cc4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7195c3636df9ed4fa22299f7c18a79bd506913e9542f4172248e346ca4c9a8d8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a84d9083cac068aa79fb3b60dc709c81092d5fb42dfbb02cc720190310cf1af8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:d9632dfd9305193a65d701b29332c9f63faee5c3f461c09a341a494ead8b0149_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8223af98ca00442e0ef4bc945e42bd9ae21e071340453b62f0df9bcf956bcdc1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a29004cbfac099c60b1fe4a61951e9cb1b1a1bbfc40d3f28da9557213e88bd7b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a5100bab6e8547e3b37daefdfbcc3f65ddfa4daab07a00bb0ae2c6a0fd6ae9bd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c124c5b1412fcb6fa05e40d156973b9ab4420f936d198c14aff12712a17bd289_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:26b16263fd2624cacf58280da821edabffece2f90dc6046726ff7cf7a65a62f8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:38b3bb69d9d0a12a3fe5fca73bde60eded0809ba430ed883a8f3fd034ca0fa4a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3ff1ed635edb3f2c1df70789b5d60d90c0cab42e7720c5c91471348aa5b50003_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a1f25c7cda4892f4ed680d4a5304d66c77f760a778f879422e000e21a6038d3c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:3083b6b6a5d5ede007301668db59a6b4d6ea93f44d04fc1142dbb457a56de06f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:6742b1e28065f60c800aa17c9c946ba6999de6491092708554e614628b82c16a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:40f9cc27484d19d0aa5897eca6e8124d241c684a69f7d903ebde54b967c18ce7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:5d7f2f7f44e95c44b52061911b935feda57913b8d7c476827e92a201cccadf17_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:65823ce6289d3b08e6fb27c406c37092059785dc0dbc54456d2a96248aa422f7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ca104fcefa667959c6e2d171f61b8985435b893f8fcad1a586dec476adc765ef_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:1aa07336646cb2b4e19454afa30a0723baafae5747756aa32f3acfcf85c281d7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:eb1555caf1a4e5039db7e004a3809f52c5f6046f9a8252b7d1ccbca406ae45ef_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:6fd14a5c7156ea8735e030e15e7ccdd1ffebb8966e61e3e108d524d8343d50a9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:b89a349b9b434744f27c2695394b5d4ab75aee78b92750fcac56e5bbf6db0893_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:400b8f84024b96c4631b9ae6f6ddf7c751576d1a45f61d9c3888808e44c46ac7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:dcdfff13b1d844d19b87da5a8560e3568093ffc905659a887d5d898b57f78320_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:65295e7c1760efa45dda65d95af1495f4c7a39deff7f4daa5edf2ec20ed4e548_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:8befa290e4b709440028026d45410ec5b465720163a54b5e3e957ada075e37f6_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:1c306db76f83890352446828def13888fb8d108d2c67099cc36905418d68ca64_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:c0e6842fcb7e49d71b27d665432f85dad54440e47688ea3ab0766221850e11d9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:52c71bade776eba7d86428b99e3c88ae25cc034d7442f17cdb8ad5a250a3cb20_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:d5b9cb9ae3bfb2d44fa76a3b6e55a32e05dedf72cd3b955ceda08809c55b31e7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:2d7109db2112c16f6e0b0ba625c5b0d06aa4d072654cf555a614f26b0bb13a17_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:510ccb453e8586ca7f83c97e2818253b3bb5498e38fe8cc958803199e8056700_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:2f08fff3a635aa58e280028b31733ae48da0e73801fe1bfb83b38130d59dc972_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:cab5f81a9399a9cc76c54e67d1a5aadd4fa21ae07b345658802d1074bf4ebbbe_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:82348ea9edc47ac8218c69fc3372fc21ed86788c486a6b9b699daee451a61129_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ba7277b2b3ab3880ec5c0e7396ac443e581ebf84bca916e5d2415cc0e5cc3e61_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:5021f4f3021d59d4dd18e8118a48a88b6b32b127f1901d1b0297deb9a7a49d8e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:66968a07c5398976200a7dcdaf29ec321f9180d1b90af0dcdcfc6eefe1342577_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:0f6349ae2493677918292d26dffd70fc75511f097e3880f668381d67dff2dabe_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:ca008edfc79b808af4bf26d43aa371f0f7297d3134c8d31bd0dfd9f17505f358_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:6278171112e156c3c1f9f214cf9a35681ed63ef35f6912302df2e61592fe81f9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:b1164bb3db4e31dd5c4a002985dbd3b75e0891b43355d9b31cff9b930b990f43_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:1a1482540323009aad0144d393b13b7cd469d8221c87af2f0a90ee45a9fca9fa_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:1d5f500a2b97a095d0e4f63fca78ec1e686abed73fc75b41fbe8964790e290be_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:32b707971b69da9f3ce622f2bc4b968d06ba626e853d184d062399798dd43098_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:44e1f815318800f645f78505856879a191eb6dfb6323bc3012e262ccfa156586_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4e04e3ee15e266b99d8e4d7517df55fa163a4a640b572a29a993be75b2db5666_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:e48dd1920b27aa2913e168199529b27f260f506a8b0adf1e1610bbed178bfd9d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2fbaf29f4cb35d90c5f488cdb036a0065a057a1ede5a5bd549a0200512011179_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:75bef1e2aeab375ab92939162783cce5dd33a87ccb1e8b24f450f3dfba127522_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e7ff4034d6daf4b0d205eeb701e024e1c909301f8497e8010a8fff8e4bc003be_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:fa912c0ec58260e24684439d5aa62a726dbcbc856896254f12990793493592f4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:23bca08d568a098c82311fe06249361ed63054b4242328b22d79ef5eef85b56f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3aff920d05b90e9e159a304c33364d8203aca05f23c53b14a26a369a21ba70be_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:653a365aeb56d42582bd6cad4ffc117e63c3c167e0bae061bfb88b9d6ee2aff0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9fb2fab42feaa165f18c5d00b5b4bb155306f4661c68410a3a4f93a68ecaec5f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:02920b5261f35ae36c47cfd6d83d526419944919421b079ffca94d81587cfcf4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:91e74ef1908bc304643b6d3ab551afb011d0ffa86df90a237218ad4e685b2c04_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b09e3ace2bc72dfe6d047b4470112b0d8ea9eed4b0c8901703a840ddebe3027d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:be9a85aa855ce139b27b635afdda6a2dd2e13502887fdc8e0d86abd3b3b58580_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:3d591d0e9ed1ed48d0b2a1a29db01145af85b48208810660bb2893b639b56b30_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:c05fedf0b059cba3880e343765edd593a55421f164d6f3495d52da2c8ef30f30_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:cd2567248bb53b122c0410beb364d29b2754bb23e928fcf9d30b384c9a7a560b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d37304df7ec9250a4a119ff4bb6176b98ee223b6b4cafe76d8b8d5b0f8f93c8a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:08b5cc886a41832c9d4916aa21cf44df44ad4566c340e0436cdf14f8d3e6e73f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2d2e7df24eead48d09ca23ea657bed41c70c61d957b9c006ab669572cfd9fc68_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:9d835a6fe4375adf7474f50ade01d2c05e9551f94e200691e0bf6e635fccb99c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f7a9e076b63d519b09fd7b95367418f6af49e7f0140b314ba44e5b29757c1d43_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:0d80d485b42d2c795776ffe8eecb633bc7841bd4c6905cf596af681ff6adc6f8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:5c1e0e300b6078581bb78ad772fa5eda9afc2a8207e965ea23cddd006b73d9d3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7697273b4804f02e27a176fac08c69c5d25ca171a9f7315801654f8f8bfae554_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:8d5ad04696f5c0104ffc7a20abc3be4e8a5a30477ccc38b6b88513e45bd23c3b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1262d75387e03eea83ca987d3674e6d14ba49ea770ba05c486042f99d7f45bc6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9fcaae240db53c5e839fbb036d2caa888d61f52618c1567fb3edd5f529d711f3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:a2982705dd2acf129ca74d179bbf58c40a6acefe7a2875d0cbeb7ff63dde9bad_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:d613f403b3693280059ca739a7d4ee2c1017aa7cc52626d763a36e92a5b049de_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:33298998ffd10c80a186bd5a975ccf36c5b1b87a6ca9d18186212735e8361b30_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:55148020244c9be13de9ede8ab9332ef59b5f57685925d757f86a0a5e7ca6d41_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7608d15c26926985acf8d3a97ee6cf15a459441adcdcd22d33921446ea1ad9b8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:b6bcecadc20ee8b8ae0f99203743fce2fc284e77454f319d8072f45039efb2b7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:244692765fe92b476140c9540365c7c5aeac1f58ecda1665372e00e7bf051982_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:40017d7f538a47fd861f01d3811397d3882742067b3eb3fdb830fb006b874f8a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5a110fd8242f0209433004db252fcb93fa3788032c6551c41e523b973554a1dc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5c9a3f56c3bad6e25bce86053d801d4c763e01506bdc55983904fe5552550b81_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:0177fcebb4c14747a27e7df34d85e6a2aa023639ba7bdc46ceefe2e03d9c973a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3001abe5629fddef969e5ac00936a54a28edf8a2efe60266f179a99fb644e174_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:b689e7f15f1192720ba14b1487c31128b84bf71fe76a8a868d57f8b16b8400df_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:ce4973def73a2410eb14fb44a7289989d902788083e4f9f330231525c35eb568_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:7200d5d412230b41f41e2847253fe12ebe91d061ad89429f890e9a57c6dc30f8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:7612a8fb0a5b96fdcae42d77b2f50ee89faf0a4a4a5fb972bbca06eb8efae16e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:82c2407bd46ffa6dbe371ba504b808703dfa57166fb38410f8f1e589525ed778_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a3aed0fde6e6439ef61b522ffe76946a76ec7b7e05d62631febd2981303a1b50_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5ba7b22f57236cd12e84ee8889a034d0fcd46d0b6d0a6addb178c4cc90655fbd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9c17ddc93faeb7311e9456b8131eba4ef7e0404cb2ca0d4b340c736fa1889594_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:aa60bc8b5f28c36bc293262ba449d0a9ef3ab198be0c55957cbf125b32dad600_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:dc8720ba1fceefa64fc5b4843c2654e21149575037b2bc9694f81c35c3e6a0d8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:91fe16d9d21935c2803b80abb6cc08e7e29858c35ea3c9352c09026f30eb23bd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:b26b16c7301095cddc5b1a6e821d4d6866a61dfd5dc241f3bbbdb8bf131557e0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:f34364281012ad9004deefb732565f7688e00c7a4beea4d4eaf1c59e5d978da7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:fe961290f422bd4e452be78be988645c1d4bed3b557c0fb5d96598777a3525d2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:1cdfcad2b7567c775ec8e7842a22b3c300d5d236298b14a9ce8456bb814c8090_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:5f6a25d79b559c95415d440153147edef224fb0a3575577a37ae4cc9d36e1c21_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:864c2c90f45829b971fed76e449a055486ab7a0abfe73cb5b9c2deaf9393f6d1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f7da4189d91ce0becf795c19ae2fe89a4fc4e3e26e6bd86bae15d939a24c9c78_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5b9d3efe712019e598015edd0e8335cd1bd3dfd5e32f6ad6ecc7e5f071706c0d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7ef239fb07781ee5f830c14ea9caeae51647bec94fcfaf513307359dde580d82_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b0648bd8b379c9e16341e4abd49ee6885fd3f3edbaab16dcf4e2f2d9f7ecc911_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ee81b5aa43a6c05822113497f15879be2531836a9d2bd86b9d7fbcb4bd57efeb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:30eec5ed1deab4367faedfe27910bf03da00f9fbdc67614d410f77e6e6d4f900_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:9d94dc41b6e09ae4cccfb98f9943a4fd51a8e054ff88a1325c20be97795c95b2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:9de0003282a68bea6351487c9e51d763def77f4f3dbbe3d3ffac7e57152189af_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d4cc63c24f43d0101c97663ff4978c345cfe4c8be254de8e6569100329f13888_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:3ae1e077ccb1bf56edc166263146435bd8585c0c946b03bf3bf09f580b20030b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:42192f80c641889c32d250b2a15fbecdb70b13821bf282b1cf12f2abc361e59c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:58b00e83916956a8a0db1c25fe71b86d0214f2891a0cf53ea0927cf75a0241da_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cc1f06c96cbe69265830dd6e14a678a277e3051a35eba2901d94779daa13eedf_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e66c79a1b7ab31f3b2337d3cbbd064d1c9e099bdf0a37cfd63549866317455f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5467fdeb0e0c06a8273099190451b4aa9d670264c8799a1f3f490015a01dc6e9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8e6a7e386bd3fb9f2b77ff22503bffb19cc3e30de5c5ddb1f89b7623f209776a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:d619b6d2f2a7407096eccad753fdce3d1200c3a0dfcd9df3f1aeffd5765af0c9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:10677357921a67cee54424877f8eddb0c082e9489ed32037dbc0d6f2945efc89_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2048a8f47fb1cc1f625668f123737a89b858a1cf3ddff9c51bf8f2fa46ad648d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:b493d91516a6491a13d8812b53771a43207f6fafd92749845846910720817f8e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e0a276c78ac7a1cc3187ba91b3447570cf17b1163843cfc52d5189c5a7be42eb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:522ff011e745c1724215cb6866afe007fa981bfc63481cc77985aea0fc4bc71c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:72e3d4fad7e1771878239abe971e326405360657062ccc3b6b8cd489e3821e95_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:db117dd1958c2222ae483b96393098a84a4c17e489943165c56e880de6b1ddfd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e9fb7cb935ce6ebee48673b362a32b4ec91d5236976a37e68df3f95957ce19ed_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7616531c5340ad508e044aee9b1b0dd074b90d731ad29f869512459f465736b6_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b00217822a504632d068cb93b0d80e4df0a51449e5344dfcf4c9cd1eb868c7bc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:bb7595fa3af01c37dd11db61c2eb0473955a5a85bbb50563afd8a2d9601a7c50_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e0dc58f00104b4e0c207e71268512c681c2fa56fb9cfb2d8f1d7351e15fc99aa_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:1ce5feefefe9c294d226e236c44b40799bb56b232eb14ecdfcb5738dd5032de3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5826760e44856a35c47fae78b7b4e09092f27dae467d5cb4237d306f80f35d19_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:94d7a578aae316c93c3cc2f9bbb92385b75f149a47bf714fa285a6796aaffaf4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ceeac2fac475617df1c29e04ce9944f7decb8057394b04225a918ea3d9da652e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5c6ff4ae62abcc80833eb9442fbb807bd1827ed626bcb3e9982866808c2b6e42_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:77dce8283cc522f83c1b1120d7d013b52781d02a8943e9468de316574683c124_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7e473acc672efd514176277880b50f43420aaee331afe004481135bacb15a312_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a60942a84d5b9be38f6a02e5b0d2b09299f4214671a38ae2a09d425e892d40d0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:638eef31efee3ea27da6753ee33a2de792929795b28ebee820914964ab34b0bd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:6e0b568985833fc8a1cb3dc015a999491a11ddc4e7a4c345db25f9d7ca60a425_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7914967342ac6809f9551e6de351e2732ac6a18f056544b07217d78e13993613_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ab196367ac8711c62318706e57cb30a5d92202f0f5b06cf3999e889f8b5dfa28_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:717d0ebe635649f3a34910702d7df4903f91a6c5d8c26e2f7b6c601d9ad613d8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:d00d3920c3a59c60e8ebef3ac5fae392cc2e92b6c6aac59e32dec0a34dcdb287_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:d9aedbe752dd09b297fb880992609342c0a13be5a0cef89ae93a78a621d3d5d5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ddd6cc904b4b2aefb2ef1229b4259faeeaac569305be4b6195752abd13a733b8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2bd838b4b1cfd652f7037dc52c6c20df7654ff01f20c251fee821b091f1cb6a5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:37c6113eaaa615132968955aa6c12406f49100b811760d700abf5370c7bd87eb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:59f7fb73b6f73d81bf93a3e211ff8c372c1b2ae934638a328a1181e3f33a1043_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:91aa51164ab93bb710a13eb682c3c6c094b7f1bb9f05bfe78ec60e3d96f0185a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:0258c167e2cfdfa4cb954bc88c0d38e2e895e40eb387489b62e94d82862617a4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5046998d55b2427d374c352c71c6d315bcdcdc3dcc7cfe4a6a78a66d311e3d71_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:a4cb98293b71c4524c5de8a7bc04564f4fb2c07f69b8cc2862fc41e2a9fa8090_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b03a96af51f900ce4a8561f9227feb436f2de44985500b95adcaba3c0fdb6cbe_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4829803254af7a62a2b340a71fe5677d9ec482c1db24181d0467fe6257d0a1dc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:5d61e93fe664552b6d28286f15b8d2646170f02089fb28c0bc4a75cff86e3bcb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:8cc5a4ed4d449bc7261faa4c44b2fb98433797a280f2d6e22b1669816b29851d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f99ec5cf7e351a36c65c9a723c304bba218f652cfde09d0e98325a5ba701b61e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:966d76d48ef02c048be5927903c47be56da91ecb50f11f4442a8cde889daf541_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e168aa9cca899b8b9e327f1204cedbc68ab96eccacdf57729cb77e78eb8dab15_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e8aa5dc44ad4701638fd82c234d74f4aacb72aa4d1c827a4873280a42324f564_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:fe36acca99b3417f4f07d55a94985bd676ad8c58ca00e02cdae3e9b8deed1123_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:527edd4670167e09af8009e6ae19f53313c36e157e8e3b8c84c36c74cbc3a7cf_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:7c5c21bffbf45377b1864ff4820310c926addeb20c2dbca1beb1e861a666628a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b4391723a7cff5d2ad88faec42df8e04b7f260a485293e0d8e3bd71933c89751_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e26a2571e8cee47675ba19646f1319ba8331f2fe8f86c783530891d7f76382df_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:14b030caac26fe629896b22feafea14c01577bb495777c2e3ffcac8f83d4b85a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:19036226480cd192adc527b3f76787b61f651629ead8e60d56e525634a69f197_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3cc4b7a280daff53f288a2dfba294ffc26bc56e20e96971882edd21414ad94e0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a7ac9531fed74b996f1b21c1815553cd65d3ca7cd1abd1dfddc4d08ec6040de0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:14dd2bab3e689286be62b927fc836c063a4231e12473489dbd9cad5dd003cf6b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:1b3cb429f7612ba20ef98bb85d19c1aeba3e74a4028fca975c6484dfb5eabdcc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:90508dfe8e85e5125e5a0e8061e42265e4d83ed30c25e1ac604747f14441ce00_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c029d412e945ca17539876dbcf3a1b2943f7593a4e767ca6fe78f45f85a22f5d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9c519de2d648b67a9e0935a717acb3585720984db702196861844656c9b6e377_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9e0db475cc0ae822862bc46979cbab96b92cfccebcbd22811337980f63129d8a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d27a0cb5ff1cad05ee9e7e1808810069db8fa7f73b1d7154253cfc20672409ee_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:df6ba3d4aab29aa0aaf5764522b07e1cc5abd7312fcdbc520afecaa93b90c517_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:4a54536580eb59b264dc608a8fa0279c161a003b0311130a8a7bd87e5e1d7913_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:565b67693a907b77c733c7cf1c9bf75275908d7639620241d4db59aa441b21f0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:9e5e3ea7007beaac8a3a292fbe2c93f6d75691fa854f284450b964d2ef9e84ed_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ea6b2ab2fb23302f41b66f3f24f153ac4fcddffb408ac53a92638547fcff3511_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:337c7f682047b0aa5e6e40b685e5a0fa70d8d713caa6871010e71cddfadf75f7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:4aabff1812e36ca01b46324d4118c9f9bbfa5545dc3f1db6df5868c565566f73_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c1f162808f71d323c337fe422ede5f5445cdb129f510184ca647ab259e07a20d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c5ca5e4c2251be770ba80b21d5e9fa34889c959e8df8bc1bd0e920a219caecce_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:21000531491e67e0745a8798f2a9a65673ec864cf7ff2c66de3e24ed60a68219_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:4827e2fba1a10e3a2abfc904cd298121d9cccfe4afeaae93b26559d8a76c7dfb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:c15757b0281507cfee9c86c6a9453c571ada915b9073168ff1a43987a0c89ee4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d55638691d63fed30b0092213358fcc0018345235e58aa6fea758dbcccbc2ba3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1f7e578b252a8eb6be49252904042c549676d02e6a0518963af26b0d603e3a04_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:7339e3f5b83dab5576a5bdc6ed6f1ed7ae31a0b770b344258518c12c896655f7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:9fda0b0769d58fd2106edb682fa5f9d9d1b0818ab269d251b2e327dbe32f92d1_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:bb8377deff75b8adb45c81c7abc0d6ca947f6f7b72b33f1ca58b399a412faa1c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2c7bbfc511f97bee3f843ba001d51ce3d5cccaf8839e938c7de2da2af2206aae_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2d59785cd3d14570718813ee141a6660ef661ed614d1ecfa3055f20528d80115_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:afb5944df3113e11ffe7fdba71c1ab1ac2e8801d44676ae26be02622876117e1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:f67a6e2f10b6f2d007254202bc2612be19aebb0b837b30f30d915f3a7d1683f7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:28d6530d32ce5358215d0dd9d3097122367224a0b24e9be39b26ad9963aa46ab_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2fa7a2be99cb0defc5b4ecc61fa33e5a34a25ce133ae5802c0e8c90936f30922_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:e778e794ff239b0c563fa58aaa3c5075792271c8b2f8643a9f10ba2709c9b5ef_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:e9091fe10d20f46026ccf5041aaa66ccfc64dfe0cf040920e67b2d4246435815_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:40b04761a4b68fd9fb847282d2f20f412c72b07636cffe3231a68b77d406d027_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:641c412f4f68b5057b4fe1e277086ccd8df79fd0f99c8982de64a6d0b6f5f6db_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:7f18da5abc4762d0fc14ccd6696bc4dbe13322f108130e054f7d0029dd302120_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a0de926332d3ec30b2fe3bb25bfa39b0dc95a59d7a11d289e755346621a60d21_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0c641d7cc569225624d900f44ed85805934d5ca168a2c67ee2bb5a02da4db1ee_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:63f0c9805b661a79e19ec2bd43b7c2380cdd2c0e2acb63f7467b9f277a0a4129_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:86b511fa05476f8d643a2b45fb796e52d9202999d97f1b6a83308f046d609589_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:95ffecf0d27f3d745cd44687f03dbc5359ca5581fbf1047c42bb3be40ad1fa29_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:3cf1c832fd2d8e8c16de247482998bd057d8d9f8ca76d535811d325f07283cb5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:967e6af165f7a42c249c5d4feb3f887b72ff1b46596317388dba932110d5ed27_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9cef5b53d0ec8c23c177e371af9fdf2a5f507d112a9e34c76ef9a747cae67631_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:aaae02dc7cfae7ba686c202807c2d527710a3ec47bdd1b1c46743874c5fe58c2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:52466c176afa92ca627c169f9221e8ae7d160af7a2746cd9cb4a0a3e64817e45_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:91267a502fc66ca4802628b1e433b5358de67e30f53875c5b7b9871a65df036f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d1c4f0dd1db409d2914ee39ce2047eb0462ef87d598fc77e547fb296067f0a20_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:f2448776eaecd105d9deeaf19f769784f86e607e0200cf0cc7186bfa98094127_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:1c31195c707acf08a3ee88f91830e4d24df5a8c791d45a25ce2b6c5acd9e6e04_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:28b9b9941169ee65c18d4a5807377c7b094f6c642e7117c127e27774dcf23aec_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:9ca6bee84e42a44fa926368962eecd2c3d6158ed4b9230e9d3d0774874625240_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c10fec1af6366728c07a0daa6f2e6155a46947f846387d26a2a89777c09a9032_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:76d6028c0c843de4b3c0f197eba1fadf6efbe11fd0dc2e27da8808457704b429_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:b91b2537aa737d1c13ab22e44e0ca463dc738ac48c613d052172fcbddf36ddc8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:5d50a676cbb58b319ed83ec42920d8a02c4050308a04b44d706d3f40572b4b7b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ef051049b62962ae0a577c4619440439e12891d0333f29e7bf96a633825f4a82_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:603c85c5076603fb5c008bf9e099664175726696d4c5392fdf784591a38d27bd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:86876a862b58c838623e6b6eb889e614f92e2c864480b15f9f73c064f0fe1146_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:39361a6b6ab8267fd1d31c739671892ee9724ab6161912617920f20c10ac3762_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:9625263527c82621befdca63468d66501af95074e1047c7fe59e66d9aa56848b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:a80c47da0a776c92ef3b38f7997876996e6b46b431e86d82303236ba2a1fb5ed_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:bae43551cde2c709e21e7111fe1fa60a9150e4fd7ff67be8d6d8142600e53633_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:1420bbb33b8d7a5b6f6c3de8ce4743134bbe00f37f4c59749cb825ee23b418e1_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:331dcdcc9e74cc8da63ba586ec7ffdce89bbe207b762622d8dc3db7253890cc9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:5d3c54c6507da727e4a1351196cd8cf8e8d7a96f0dbabfdb7b07f28b92933808_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:c573f0d5309301089992714e20201f384b3e910266e36431eda6630848cd0c69_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:0adf8769b11a8cc11a5c7ee61e4653817a42be7f6216ee7fbd82aaa4be5ecd67_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:77c676faf2ee63b2c5d8aa307fcea6fea990fab420d38c1cd4abdd182c30356e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:cfd286249d1a839ce282b76dac9e593b738008f5f6d8480fca5f1b1953240902_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:ef63686a9c24d95cb35b77b46c1f35ae2cd3c6c5aafbee03fcaedd408e2e5784_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4cd7f99109e528c98946ca89aa748c8499c033e184bdc462b3b1742b59cfc46f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6f335e31477a687764688f382113421148510c6de56569e1e0975e63c6ea9f81_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:91a7471795cdce93ea422b1e62252ccff5f984ff97d1fa2cf6fc732a771d1ff6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:e42d614021674babe7988c3c1197df4da5eaa4c3734ab6c7cff9825f96c7ae6c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:371d2c0bee96d1a36c493d214bb5107e05cf7c92c72e361a333973c8ebbe49b4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6d0eae11780b86e59d90cc744390fbccd8b42d13bd540cb9292a30b19fb095eb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:7067c040e835dab708456e23987832bf6a2fd0bfdd5e0ce592d6af625bee274c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:da9c15237228288aaf1d716db77585afcf033e4c6ee836601df1d7339661e21f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:6837ff55eb1efc95ef5b3323bfa63c069029503833b6ccecebe450cd2c054ada_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:9dcd9ba0b3b837ad31eb1ef97d7d0548309e42e47ad7707b95a2eaaca8ce78c8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b5b150556bef4a6c1eeb0a96fb191addbf8c6928ed70ed57c44e89b34ee02a03_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:fe817971610b692a8a2e0ba694ee7701b7cc8da422c5174e9b50d9c04d7bef88_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1f119240417462c4d8ea21f350fb93734bf41b562b53bd45997cb55b2ed6bc20_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3e21f0fa1889eb9f45f941a130602823f8c0d5a33a08b66133b5d5cc6dbeccca_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:80f092391fc386c15535f4fecd2d16b5dab0c36187b50278d6894ede1b177db0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:af8d05412fce7dd28ecd3e43e9bf7dd4b24dd259fd3c95ad75e8a8106f829c80_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:44235e1864454e6f6506e7aba1349452d6966ad821a3cf0864189cfc1e4e3eac_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:650af304f90eb7c13a01b0d1c75253ed6eb2e9205527675267cfe66a94a44c2f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bc9a024371adadee6933b28af46bd4cf1ef0934ebb70b5922b2d02a76d2704e1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d2a4f998f0dd38f15d88e9a7fa95bd71857d38bee59187ccd37b81489237c496_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:14aff997615ef055124db30bfa46b60a7cac24311fdebd2454fb8f5d9935f97f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:1a146e67a815641b2021f7f7f3424cc307a2ba9a23c0331435736dcca1fad7df_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b037fd3c9213c9a3294fea19f52538f2ee73fa292ccd2f0570e6c7f68273799d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:dbf91b34f08921aa48c4a685fa0e20bb52887958b92e129de482b05b5e841268_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:1138bb4a1e02331f81286a5130f931b99fc5da9812426928711290faa47986b3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:77ca7db52809679a28a12c689573c932da660c47a18237500936cc1e1285a73e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9a0634b080e2f468ffed06b70398671d23440fb8c2ab9123a8fa984edade5293_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:edd30c86a660c90e7209f7b6584cb310c777350e507a626943b43dad7c5fb037_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:07356217307c735fe7d5d17f9a238e76cd3a3b5e1c92f965d9dae10bb0c18a9f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:1e866737824e1a455f61e63af2b72dbaf4ce1c29702d268699942971570ef4b2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:1f04d891ad59020a77fd84c1b442b669c965c16884ca74764e7757e9f4ac5286_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:27b92ef8394480cb9971777c224935403519a7d496ec52bddcc24821c9d088b0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:154bc68572bff172152cb8e6ca56e386dd0683470884f6f7c544cd364263c892_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:4b75a6b187a4c0c9afc015049a256e6282cf320363c54c450a3f95e9ca9c22a3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:7513f7402077be92ff42f1956f37cea9e17edcbd0ce98509d8c5cb00f0fda793_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:d1336b188ff78822ba10496f42b2a6d168dd1c70212fcd7a51d2379c1dd71776_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:087d522537f04da6d1ce5621bd2aa60d595e024671a68abe412afd74a38e4c71_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:269f4c94ac2759cbc669cc53ed149f3d2b41bbbb9e5b7f38206e420b7b2b5c04_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7d607ccd1e0f170b2cfe9d2a6a2081075cd52316ea590fdf20c7eace3b348bfd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:f926972d3affab6f67cd82f67a09adf338da8c2f4fcaa62ecf33ea72e146e534_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:29aef7f9137d4c3ab09227264171f7d75098f62ae331f144e634fd05610ac471_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:3f7278be0143a02635b7f1fd97726682e5e2952138ce39248e19f3fd95f43ed7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:cafce4db5fd8f3f9c079c03346a8440a93c19c7ccadd796d0ad6ef66ada5ffd9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e56025cbf0150a1537e16f6651f3f1c40e3d5e125b2fa19db4bcb27d9844a62c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:04692d8b0c4278fe31b9a4c46d02133271e129f2e7bb6e0ded4dd404cf130cc2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:46fa06b7a0192dc7c3cf7e381f1ef3b4dc7b87a2a5c91505049c49cf4e456a3d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:63613b3f8b7a2d2ef58d3d5914c64eb7f4d21f6dea8f77346e02263aa5e6135a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ae601d9f18f45cbb4ded3bd2ddd83dba2e99b92d88e1c3613184af87f9a7a80e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:27ebc371aa163d733b887ef8bbdde4805dadbb6be6638f0618b4258ed9f8b05e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:3c17214fa451ad495d69d3702016ea8ef7a7445dd18950abded683f347514057_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:827d784dc11371d40bdc621474d61167065bc44fbebf2bc765a010bfaf952e0c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:45f0687e50c303a9970b6d5206eaeaec30141826bd398a9eb6f48ac98c5fa43b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:7183f7097e9e25d05fe57d7c55a26f68993acc9441a9b28d46b6fc7778bb7774_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:e71130250738b69b62f2c5f2d8d1101c634c9984b8b7647405fab4c33be11b9f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:110a149c567c0e4f94902bcd3f8326d8f0cee6f228b29ead637a59446f7b965c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:26d8ce7b55b5afc03cbd8d77e1412dd049bfaf6a6063876a638ed8f256c9ccb9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:c7ae49160f9cafc41bdc7e060337c15a1c37b61fe8be7379f46e1596fdf747cb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:553da682d87c302e73ceecb23def3aa5a2ebac4b99ab950eb591af937666b1ef_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:9f41c1d6d30eb2dad6d99e99cb297266611c303fb34b1b4409618948cc7fe12c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:eec2a0b0693062e7a1958c7b4133b7e5605e474c7bb286c393b5b3e21cc810aa_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:35ebc5195a624c44715be8d163d6982903e5ff2e7be80aa460bcfc1d5a4ccc75_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:45cd606919d4963166b02919061a6b59f1749b298be7ba6bd5e1e37a64ec2691_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:a9c333760706bb11c7c9faeae183721b5295c7b0e34995cf461d8377ce0f4f9d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c75474dcead17964346c51d6577129192e14d234cdb7d84087143e831bbab59e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1221e6b06f4a2cd5a869cf0b7cfec48461ad9a9cc3ce0a4bab191fa94368546f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:3d867b42ac8dcd48b294c69dc7a452376d11211eb91a27cb9885085f43b4ecdb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:44aa14e26d7f58ba5b3f67b3ece13bc317cb5b9f8553b60719be4df122701b63_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:df22fc0ec3ff553f96fac5c0fb69174ab9a251c7cbf3894d146d8d7aee6c6b5d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:493f421e1f134779851388138e0d629fad1fa1545ceb556af0a5b37deea7200f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:9f54afbe0f6f58849846360ce629ae1ff322271fd06d2779e3fef47414fa6fbe_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b51a5d72d7b5d8335886c69a1074c5d496a588a669f336967ae8051b60b62c79_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e0907802be41dad3b8887b80e0e5acd6805d45d93d7b103fd8d6a45da5334329_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:66e8ff25c5e4a6c5bc3c4d59d8c5ab4a4bf1c04cf93936fa1ef44582d372ef23_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6c8af767e2cb464a36bd75dc8c82d1930159a91d7952eb78fec8bad3a84adfb3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:e2a2a23dc15304233aa251543ad5d0764461b33f04758f196fe87e8be14b5e6f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:e47640e0e71ed4a92926a7500eb307f21034b39b34f095cadbdd5a0dce795561_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:96e77ade5cf30676ffdbe4139982340a0c7598e11f1d432f17a4c80d7bf0ad86_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:fb9f181d1c455e3b00e53e61b897a3738109158d083bbe188754414c6aa07e4f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:04606de228672d1a67f076965e3d7ea468ccf176850a7cb638554ff66bb8f728_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:4ebe7b31281f57b51820e3f8797706fb0cc9711ff7c0c429d3cc62cc675ae911_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:cb5f5a8dc90ff44c4a9a244707f69e143cb8aae90f508cb326a729cef17b466e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:2222d8bd0d49413ddbb5ce815e9ffcd72931da48a408c16c6592394787766d0e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:337b8663d131ebcdb897d1d4403136d03993061edfc0ef9f1784c8f3dc4d7984_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:dd2ea0f95852ffcfb8411e2cea59877027dd3ee75f044a488e012ca871a24809_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ea809991bcb600e5275ab62fbd921dfea84e034705d5db8f524218b8d9b7211f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:2fe3758432f33222b589ae3efbdd3c9ed2c656e088315e310be0b5764b3f3899_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:66c98117263e3600c6047acede32fd070e120642df0387d8dae0ac3ef6c6b6d5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8c30253d3aff1f5c4c807da2937ba99c6712927aababb2b69292e2c8a1340246_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:9ae4a5d2d3314daebcdade90c7ea1f42f58238aa85b5cccb0b3e127f4e403626_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:91ecb22bec85293b669875c91f22a51efc9cb371640faba3044868f87585b7f4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:c54d91156df452ce6784f07e6a5fbc72918ef30636d0bb5da6d9c5f11921458f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:c754cae62bc2195133ad20803f900eb322beb5830e9d10bd952a3a3924ce40cd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:dc7dcf68d8ab40000d428f1ad0348805ec857b9597b29c2ce7988c5fa5901e41_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:34c6a7978a9e9fdd1adec81d2c9f668ef9f7bfe114e71be6dba4e274e8c1a66f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:c3d7a8e8d3f2f18eb4067557f7b0f08637fb092656a673baf2073f1e1c58797c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:f4ee66129d917c69d067c75953561b72d3a3d80fd00a1aa20f1f49ec1960d7de_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:f8770c71023f38b7f7de41123ae12bde62b918ad7805c6d597f4f84a9c9af47d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:07b03e81bbd5db08143e93e6c3aa8fe2384ccf9b0a4801edf507695c46411f42_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:19e531349169f9a476ce6ed0a21b2bc5c1b8c357fc4c006667a006ce3792ef00_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:421e859502fe42d78d0785ed920094ba12bd7341af4893a24fc7061ead7524a9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:57fb409b3aa6e60945b5b06f993e0c11e8e1b9019304c296bd00789579eda9e4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:1af4f57d6e5fe736100c3129c4b9c226bf3c35519de72b72800aa187c2537d2b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:ab1bc1598a5b84d9ae77938e112960f83cace92255a342fd016709d2d9751a9d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:33b50ba656686e49101f62377587175d2a26c9b2407a31f821b28dc5673d3815_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5b7dc8a57aaaacbabf632648c584d658a3091eeea3e945443d5d86c24f583d76_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:8e883bb3d483e309c0ae908e94b798b63a1acbabd0525af964ff16666966c6e4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:f03ccdc240fbe0db2ca0a16dce6c280e1fb02eb56443dbdf1503dd5f203ced66_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:73a4a76b2eb8bd66bfbf1a8e067107bc7f27463ebd78806c04443d87db3fc030_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:a10cbcc3937209e0c9e2e96e16632cd9c8cb4f6a2ad9a87f8825959e73d86aa3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:31028cf6380dd6f9d42e57d14faee186ca88cf7aad8ac510c8b7b44cdb00410d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:3fe7b68c25026fed3e3973bfc078c41f84aaf2e7f3b19266ad871d86cf50116b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:b2c317fb6724449e50bf9f781c0655bc4351090d6176ceca459417f3962145b6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:bda49ba0203d57b0b6413253ed1dc68ef4c51d33b2cb5b37dcafe28643f03baf_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:288b1b934ddfed4305a99d37ac099e1562c629f505488878230b4c67924bed2d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:50775936849e1d26637a48d327a93bfc6bf254f3d266a1a2fa2860106bfd85d0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:530059cd82a547dcc66dbefd3e98306620cd6c9f5d5a3af81961bc15eaf07b61_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f7630a14b2a27211ba37f97647a5a91542006d9311f9fca6e22581518053e7d3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:2e04976b305144f2b852339c00637a0bde2490fc6ce5673cbbc44ae4f2cdfecc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a1fd59992a5e1a6471f82032bbb3bad43b6ced1857a0c6daa7af86c4fbe5546a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a45ed9f8a4658b982b2f104e042e080a73ce6892abe42670b8d4922d31a8f567_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d56c0ff61b1f6d62a7efbeac76af95d478c95dfb1e303dc30d1c49f635d5363d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:514e470c91716a8fdc68adb6d3c751727c51578a738982c753f97342463b6ce1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:670bbfae8f8a7f7d6a86732795ab1186fa96742fcf821bba0c9d341dda66eff5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b88bf27c87aa820d8fed4120662cfbcfd47b2e4bb2a3dd5bb9b2083d97a24817_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:e640dd19e7ce4dc642b322ba78e6883fce5ef56beda6f615cac5f159d495d794_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1d6ff2bc31f24beff71db677b4f095d056188db1e423b866ee7355bd9a53a0db_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3eb3cfe151384c3537ec523738297d7192a23be26f96c5e563f436b0a36223dd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:a7eacbf364ba770d4d1ac053f7184b914a450fba3f39dbd08dbf76f6ddc42767_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c6767e49ad0dace3cba3b76cecbdb823d625ef4f26f72ddb9bbb6dd1ce26568f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:67058e5388cc7b459c18989396c864607466385cbe54053f58373167a09e0f8a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:7ab7591f7d42f256a79bb6d8c03d7268145f05c70b6134b95d7aa22f7daf7ff7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:be0b31aee69409243b2026a3bfe8bcf52ba65dca9024f173fb66cf81082736b8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:da12708a87b187e471f4053853c29db1edddd733f1b00738e47dd4c8ed95ec45_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3c0ec9152f6c713a38ee73e20ec93bfaac18af2adf9a58ca1b339e9b541932f1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:711fa572af02cac1f809db279713b9255f13b5e7d3fd08f4a109ce9b58e6233b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e1a75bcc315f27bb12840c17f1fa7daba452d174dbf5b68c00ee50eb5c43ae1a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:fb0035f0c471b4e563b7240508b2cd637b80253a32b473e5ea92c8937561e907_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:0aacca87a77e995033d79fe50d84d3f787e7bf47360f3edcff7e132f27d9b9af_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:38b5d9d8df2e4e6bef48355860b72f3e621315ccc0ac0c92c26938dc451e80f4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:463ec8d43c2b245e3366c65845115bd5e6ad8a4aac3cb388c52cf68952dd73ef_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b1fed06b81f9e7616fa4618bb9d4ddc558368d3d5cce82d28abc4315ca7a6b6c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:12f99bcff45e25e4cb5a375421939cf9b2ce09771f559088b68f4fcc616e1eca_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:d0f6c253fe9a783fba6af17cc3e676a3ec03107c1b83ac1d05aa2461272cb394_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:231fa87769ef80e16ebf0d33891797890d2420aace34f5fb5453b4efbe1c4461_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:d384b1a73e3462328245eeedc34ecb7a3068fa650c48a08363a08c5751ee4b8b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:5591aa5d0b5435c9e793a67e55e0703b3c299278cb1ff864424cd5f512b07ff0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:76196acb0beb6bb21d0a5ea719848dfcd485a3d5925bad2d1e5c9dd05cb9756b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:b6252a4bf45603d23a8c0ede3e4476c03b1684bf8812c654e16d0e6db9c3970a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:12e8fd889a9e3ee2b3e06f3cad86d4f670dfa4a9b14d21aaafe59f0d27fd82a7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2d6b4deadccc7a8c7254435869d5efc4e2a6c5d3562bb25bfc41d79e7c6ac76f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:3fade7400e8f130d346195b631dcca3652d5f6dc99213a8cfbc4de54bae2b907_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a85253948f28b34e4efe0296277fd4e636d2b66c7096ab8269b1695e8f297567_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0441b80a944ecb61e874430b224503609565638f79019e63da36668359b98def_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:ae4d73e42dd30385dd9828808aeb17b2438ec79479b6c1bc8c4972ca223595b5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:df171cc337509bcfecaafbe819265a1f31a31b6f323ca84a00a0b1f9cacd0c1b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:f06e1c713c2aa045e3ec30c0791c5d07ea1d52a0edc1ad15e4ba38a813ad08d0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:062dbfaf50125b8aff2abff92c3f9bc9c6346544ecb12259c538254f0451cb70_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:8d91e3a678a33808519a3013e0de265ee21232756ab6ad3a0ab38d7c216e2574_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a569ce5848ee3f1518f6340bd8869899b3e7e30f5e99267240b83c598b65358f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ef5bb63f2462316580a37f706ee6e4d08d4f7ebedbe315c88014cbf8da8d990a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:3953bba8a0e193949da3686b8ae403b386d039e69e745adb32ef9a458ce86d4a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:bca4209d291e2ecd99a33e675ef6a4a1f891f5835aecd9db5def891e8858cb57_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:ce0e2d54894f99758a87cb5005df4bb048ce33885286ce60682c8ca53cac5691_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e2eee7c9f42630d9392778fdf7032eabd00fb9b1176ba9d7d70d362384fbdba3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:3d31d3dbe6a3d31485fc696c364e524276d2855de93b8958797e06ab80ce0e07_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:44f10762c94b229c4f291c8fda5dce4875e5c52fb47c084e8f0306e585ad183c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:52b833b0ec58c2d6e127f0836bac1fb4f06dd409af46b599318cd05b3669c86f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:bef060c7eea469b7a2d8546a72d48ed915f19d78feb5b46388c3a53d18bb3cd9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:0226ab75dd1f78a79837574edbd8891939d29f65a0c69aef6705652e1d9abbb7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:28cc0b2dc11a594e37adb13b69918a9b0950db446c8378f22851fb8bd5d9810d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a5e117242969e18575ca6288d45851bce04e1a33238f56e91cf7d6ddfde2b914_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:dcdc6e7f8dec17833f7a8eac41dfc5618b392bdbf19298391fe86bf6fae4c3d3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5573465b3a791a45c65ad948825190ac534071364a6e43f91328c2a3a83c50d4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:6cd7b5d92dd000c615e2ac345d48d975eca8a6ac278b7a0336c9b888fbdc1f3d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7503e162a225152b31b13cc8a5589dd7d2b2b58be528a7ef717d666d5fb812c7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9cd8ba1a9c9e497bedc72709a3b383ba611f9500beba0be89584a0802287c48d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7aabc04c4fd7bef952f28d3399bd5d96f337c6ae2bdcb6b7b3bb4aa8e8a75c09_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a9c63e370596ba73519f84a292284b85112897df031bbc81d220e73862bf6e6e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:af1fc89d1ad4ec2846a8badd08329d895c80f384014f7c1e2f8725343a8002bc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f0f6b6aa0f9da61031d5aa640e120c9041195b20c14c4ddd32060435b1679151_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:134bf1eb95ac163465096cf1a0a6ebbc564aa528fa0aedfea3c6f6e94eb52cd2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7dbeb87ecd76017e7ca52613a6be8ef86b6063fe414671b138d3ef2c4db70b5a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:9433784dab95516e28d33d34ad567139b8a1e91029e9c1036501082827da8eae_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d1c7f835ec6658ff38da50b0bfe7b8e5a27a72e2e8c0884e7d8f4cd1c1809c9e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3e7c0ff0f6b7329db5109266f0a4c707d2087b86e109a7deb82d5448f1f20993_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5ec2a44bc231ce23e9118abf864923cc9014d44a26e3b97acc87c0b8a9287cd8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:84997e3f4dd37e21aa58a0a1abe84ab72253497cde528a3c92c16d108834e635_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fde4e67273baeb81dff439a6d7a2ad894d891c23bc5c55d7e05ea466c00cad05_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:08ac14224dfc8461a140ea3cf9af0692c9aa01ab29c5ce7665f7d07377710f34_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:23e14f35c2707061375a6dcc5e077efb7e8306db828f6d0810d8ebf85d064ce1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b4d3e8cca17975734956d07bfc7117b55f9a6656a5a73d799f53f419e2fcf254_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b98f1102a8f483df5e9495aaf35b2f8489c9b496bb0f25a028c86dabcf59ea5d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:8c7a0d8ce53c2dc1c5f4e8bfb8c7a6b861a1b498c80d01d0497be7440ef1bfb1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:a119b8f2c0fd835027de170a95bbcf3b227696bb932378a25d03faeffde0b81b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:eb7cb8f4e5a06ba636e2c56c92e40dbe02968cdcc061798492da5913cfae6376_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:f64cd5767a79f00b106ee51678bdf08039a6bc0e3cbd2f812454429b3acdd919_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:238c94eec839de9599a612369fa67110c68713abe49eb92a41b3e17b5288e2f0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:574cb32a847343d30fa4b157434ea0214d017256d78c4b9766f0dcf2de5aa307_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:a04386b642a39795682299b81f714092ad6a6b0ede0794e738007a2de5eca328_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:c79b9a36db7dd35140b3f91a74c07eb14455a155ee1dd2839b065b92bccc20b3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:665ef8e6b43dad423393ed7b0587b4674d6dde8d544f66d722424d9b245ece72_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:99cf39468b18f60e1157c1eb36bdc70360b30be80fb7399a90ae980ae80dc9e3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:a9834b7c965926992a9290bdd291f63931b5ff6a3c64fc7131dd55861c941e91_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fc9fcdae29c5b5429f52d5141ba19e57e8e245d0fa4664b1dc614267b3bb214f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:5385798b3244bebebe239b7568fd7c864c6fc855aee65b6cfc234aaddbbd10cc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:de62d695a160e7398b215e88fe5ecf402338e16bcf61c380fdb9f0ad02a20bbb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:23e036b80585286c11caaba48a1693de57b0903517870945c6e6306935a2c552_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:33a9a2d696f23a173cef8c2d8a1a5e2bdf9f449c0ca8bcef1c21d0c2a23b7df2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:5240983e2e95adc541780dcffa0335ece2225ab7213a40e25e0827b4679d0f6f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:6f46b8aa4521566326b477259fb2d0523b90dfff44e91cf07894d4f1523ba04e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:cc72591786814ec43e5e79524dd3400a3c08d08ba74f03f6871a3d468b5867b1_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e504a17ab4051fd88db07424aec0d27f4c991a5af20aaaa2e898faddb09b2e7a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e526578dbfccc212089bcf557237396e58dc585a47a9b2faacfd36814eb82376_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:ea7f364cacee07760b560247d9625eb907a5821854d8dee3c4ba189d6b10103f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:714659a80491cbfc00bdbda5fb4c4927b1ef8dcad41466a7c8923a8d63efd66f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9e274021b4e1f67932d0f34a22710aeeafdf7d0b95ecb598f4059e51b047787f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c3f9814d9c373b7831f6b2229741ec37199410703f1af51d4e1309c377519413_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f055f745a30f9a3a15a0b451bfdbc27cc2b89de752a79c901361a70f3d8cfb63_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3dfa0e0157beb5a1bfcb2fdd650cc45733942e0440e1727b48551d560f3512a8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:675c674c399398b0b16974f6fd6052acc56b6ad11776f559b25657495289658b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:7834041f1a7e19a3beb0dfe4358f0e1c05b98433f38a36085dfc59cf864a740a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a95b1411c1bc92cd58839c709039091e30e48a7f42aa814b6b32f1d8b515924b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:66c2db321bd5134a1f1d5548ba48c313c738c6685b0ddd60ff93f0ea91ae6fc7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6e915a64b2fe808b835871d9bc4f3de8cee86bd9e97ab499575e102bd92185d5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:836a4a2f753b57c7af650b935418cab4c70d99f2258e1f8bc3111eb48f7c3c8c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:d18f704dc037ccf94b6b20e4b1c047ada3a84622a999dd60e25290cc122659f9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:1fb1b000ba95983e486ab9affcb1d778675d31a5b48fb078c3248b4710f92c4f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:b3747e8f7f1ad3cdce43b5d830b97a2ebaf292856468201e35a8ffdff5073e0f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:d004edb692ce99057d62d1aba4216534a456ac39f355dfbfbdf13fd2f3a33a53_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:d3fe754ae706eb2ba2cd27e157ee466dff00aa366e715e52beafc4ef1bb7a091_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:596d7154d69b1ee369c67bd54e5955a0e54fa9c17cc70f80f21e88d3a6a0e7d9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:9792c1dcd4e9a0421f976832ba0ccda917112fe0b565b7637b3c1966bce95711_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:db565201c3c294fa418788f0e76b435ddf985b49404d76cb3d2d33a081e589f1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:dbfbbb985df7ac442e7a227b30db1bbf425abce2b465d98cf1004ae8d7b592c8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2c87dce53c0920d3fbcac56c5bf8f7c70edf54f171f2db470d2a705f108fa8cb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:7e8c345f24acf26f50566626f10f3e55fdb930eb1423ecd0aaa44899cd3526e1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:982d14f339feb69b238590d9c07f6851f6495d3b46ebed8179ee62ff63844dc6_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:d85fbc8f3126e539cff1e42b2c2919b056a5fa7cfb6272fe7880af8f153c4ab3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:07de7a2753be71c0e74c47e393627f882038786d70b2009484385dcbe05fd30f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:28a6acfff26c2b2ffbe8ccca9fae11bd6a2e4a97b62b5662fd116e1468287a71_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4a4cc584bf0ac23edf6fac4ce8b91e1d1bf57ba751e2de34c51d9c87b9b6764c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:5d702d61a2a5619901778f083dbcdf797417a8a6dd547bd48c361cec353229f8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:50a323b245a43b0ab1b66a55b425ba8a137249017bd43cb630857c6457e07d4f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:706fdc719165b5f26f6a095389b0ff1795807fbdd7daf7d99d15d46ea12fdda1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:99b6d20d9fe1f8eed07149fe581d5ddaf320120081832c43f6f2bdf1375dd51a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:d28d73435c6b6f15ba5d1045b641722ef6e8e9018acca1489bdcbfe689f30723_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:138f37f3658eed71fd8dfb9019b9d2a59b3245082c5d99b0cbc391a9fcc4534a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:50677c7ecaeb624c0437186afd6125fcc4971153867867f2c61ba3985ce540a7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:81004ccdad84399e1982e6ea5d9ab2cd6fce84e2419a73cf22efe5f2bb862c2e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:cdb5ef383414f229ad352e15fa7487725b082c03b8bf9583ddfcbfc3f519c603_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:756eba43b0c56c6a9183b071f6088f4d1666548289041b1ef40e8b5332749e4e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b1a56a00a9e0f3bc5a7450d971edc3a6b91eb576a53afc8fd659f098632f5c0c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d90c9589f9c795d7d7d613154e67a18486575cbcd003941008f0269da1aafc54_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:eeca17be92c23dcb473f54f4f8da91dfa83ccba794378393310b1c03fb498f79_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:12591e228e0f32eb07590e73e0b40f47ed100d4947b41cd61938fcd8da1dfa40_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:22af173cafb30d1f19d234f2488c01bde8375d8b9f631916cfd68ff23027ce76_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2798562f6a06fc7cda2546947a1568860ced91549bccda62368e120792afee70_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:30d2f1ee74522c4fd7adf1ff382438b3e00fb7184ae58dbddf57e64fc5841ae3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:391849f7f123c1c67232aa60d75375a7e48a19aa022e5e3ae298bb0bf1eab034_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5a9904d36258f8a5597522d5c04e7a53dcf37d5e4f7d806fdee88da4d90fbb5c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ad60e1de48c60d275e0a0dc1d762dc4492791a2b509a556f6b72fffb991d3668_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:bbf8cc7fc3fe9370dd74420d09bc3d389de58130194df1abf1ef2e5f81f233a7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1d197b835810a7933db1be10d2492415e0f374f78eafba7fa5746ab472094fff_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:52681490b1b8f49f0e29afea167366ad0dc86610ae6d9eb5fc82478331777550_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:715d1e4a69cb33db7e6e9011e9b325c8d3260d8c60cbd2b65ddc2064317a81d7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:b1b9e3c0cc86e8d0df3fb817c36612f1f5ac435c3bd8c16dbae9b1f0c9ec9862_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5c5df667524143d001856ff1e142910c8e8c2dd2667250af4afdde04fb05b4ef_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:75dbde89821235df1e3162e7ee454a946bf62263f1952e894d1c4f7a6374ae8f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:d8b4ee48cee2f8a4c35ff8523b1a6b2174cbfc0e353c873ec09b7e394bfd6ed8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fe593c5b2a2e27134802d5bb7d3300f6931ca43434ba4fade620c00f9a1a50ac_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:2013de19ef16c2fefa1d6915dba0400b5d54f356234bce6978e41e7a0a318f82_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:8412dd75db281d588fbd098700033046bc6b49665101ea8b3b4a7f3f187cd280_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:abb1405f761ddcfe0d542948b161cbadbfca6286c6602f34a46b870fc469f6d3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b9ae1f8ef078a8d5cef3a4413d30cbfea4b43f086138d08387d8390eaa66ae21_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:380900bb8838db0fa658984a2865f06c17f6eea5c1cf90c84715e79ac53e03a1_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:65afd385682369d514f9ac53d0165ef0abcc55894e68a973d7f462e93dbe4495_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:80ca1adef13a5444938fae328630d47cdb914177e0b1da72d075df6b9176e29a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:acabaad0a17c5d98c2ca826eb728da08d2e46c48b0c1d8d87f9ae4fd14d9fe9a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:26bd86e888bb6cd36f1cbbe81725b4e51d6e7c84b7df102abc0513bc2ba2bdf1_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:642f05c47898ef3156e9f16f9e51c38a41bf09d0eaa78099ce295150fe3610f4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:75b2b01ac003a058579cd460a0078ebd60203b98a0fccfaf82c965717d877e53_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:806b1812e8e1339ba1ea3b289f44e6cb31ea264f8c5e38442c863ba2096f04d2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:43a984aaae56c49e4ff3a068ffd62e19490d3123b9128bdbfc3aa653104c734c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:48fd41abfe3fe87ce12c3b695fd43bc00869177adcca6127124cd14186765d69_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:572607d1ed95bb797e17a68aa418bff2e89f4762dcf9ac686343176d01df6286_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:a3cf1530bd56cd378daec6a422621f14dfdb61db01bd9e8254f7c59a0d4ea1ba_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:8b77610ce041366bb7150a315c637bf772977933af46c7ab557fda5d97907b42_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:d29a40382e43994eadfa1f692bcf0e65c3b5e1ee8d6f222ad03a917fb61deaa4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:0ded86b43fd8fc060ccb42b4a1d29050cae776d972475944b9ff5a44c045f785_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:2d406bb8f2323e3e8761c64a195126c76aa18030d4cdc4942d3d8c094327c2c0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:0a128bed921c0bc47efdadf20a4d382465d0fb3815b50036fee152b2a6638fe2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:e5a242c1b55a04cb96918227c207b2324997497a09c758deec015cba2218bd85_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:812e2ba9705c4dd3841e469e4a7613fd2ed565f4d29c2ea3e11653ac891b67da_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:f3da7495f9e12d029968d226ea1c7aab58b971be861b776970a5c16e135b872e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:0c97c506ab490fb8e75579f58fc4a8ace78b34b3650365196ad68b6f4c78e045_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:81246e8e03594bfc29125a61ff506748fc9a20d617290969b3a23a5986625b44_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:df4584c4a846e2c70dbb72fdac4ef55b8f1d9f3ea1c2f3657dcedf979df5494b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:fd22a989efa582af4d13f726034af9291db503807b991930d9caeb5a34849e89_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:1a0effd6fb54a811f4295e4022e191d33423ab441a077ff22778af9822c2ef72_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a3c96b546116624f8f2fbe220020c4f56b2b8d43b65a769f47752081d70f7b5a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:ce76c9e90761ad984861d6fb112b263341bcec2c8237adb20f5f8a0fa58959b3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f220d9bfe5f33cc9b40d7b94fcd360dcae63229e01952c4e92b81b2ea7ab7cb2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:395aeaf5d6abd849d53d71f5483f64bc053686120b55831a1899872a4e47655a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5b0cb3bd4f7d00a3a5ca83a9ae80b635920bb5b469b76d834c32c214e1c368b6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:82c1d0a2a92f70ac434d223c568178daa4ddb67e0ee58944faf381dcb977e7ed_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:b78ecaac4e21bb0cd2b9b88cd1c9286872a8c2fc09d767262533ed79fe02ae50_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:122ad766c552f98ab57c8e111574eeb5d3cf43c6401fa7ff925afee3643c524d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:4f46c1a04b18f55c1bc1914bed4691eec7e057696d73dc02a62a88fa70ed3f08_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:5637d596eccb64792f0321f58fd94633e6db63ac8f93b6da6838abe13d739044_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:bdb5e0cb32c111586b3713c0e4ed699a8a6ed953e3909ea5c052cacd63bd4174_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:305e8a3cbac65e7abcfc05ac7ad928bd233e1cf2d8a693bfa6f878752e4ca26a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:5a097c1ed9a0eb4255857cfcbf275e7bfae566f14f763145ddd30110d0e3303e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a675d9bf0f8b03dfbfe4ff1c994b79f1025a844dd75fd5bfff4329d642f271e7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ff27a6b88cf334cc6e18fc1a0dc3bd6238eee0473b5998182cdfeff267e6eb68_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:34525a3c41776686c72d0c93ac79e4b34babaa100597fb2c20c872363f374e92_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:cfb844064455d23a4f23f94938c8775ecaa6d0f04a4605579c1f59a40c256778_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d180b29f7c294c57a9b8aaa133c7e2020847b6d11220524833cf41bdd622dbd1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e1bc5455f3edc097434acb82015fa21b171ee765ec3befdf004488912993d30c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:12b5c8cb6628d52ec3a06591d138cb92c7a41e84612b2e7a72b0b76e3aaef35a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2fcc9ea828e2110729e6326d5faa4a33279ef0b5792ae24992ba1c8e07ac8ccc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:474c245eba58e9bc6bbefabe196e7cbe06a9745bbe3d26c3acc0d5d7a7578660_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:a34631bbd669dfa1a1e627fdc4c22ee12e7019804e4de6db26940fd009cac374_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:4039d53563c99c9f142961aed344baeeb6e0f99ecd69cfe253eff4a635520a57_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:968222fe445598e70aaaec54dae231a6eb5ed952417c572ded71241d5362edc9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:acc4e0a9f6415b1d7dbbc04a9b087032a44f77aa5eb4807499f409d189a46271_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:b2e3934833a67518f7911f26322517a640f25e0c5e4239ac6a80499377d89725_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:231953873f0c701eded0659ac76ac36a814f0a3cf5370fead3fed3cd780c8005_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:7a154064440141c188f5b929c5f84e7b1b9dd923c1874b8d1a52bfb3669575a0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:915e507d9384be8197d21d1bad349101d120d8841f58e56b37df45fb64de747e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:9e34e30a45e904081b5569ee95e1b80b5142f3c054b6437e51a2950b037268bb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3773514e66fa9f56fafd6c46a81b8aa2368daadc00da1d80bb782e417829e029_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:49a55d7a910c4385d9e9ec7a12b55b5329e57f4091dc2d2371155bc6b7366e00_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:5b20dd6e7f650ffaae8f5bbbc6198fad84f2917ab9a482df423b7bd153f883b4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e4a136aed0757b3aae8382cf9e8942c487730a5170fbbe374eb08b81f3ac3c2d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3f716b9b5a2a2e196357b1b612c8f6506e9c2b04dc1ddcaa705b2d1f24e719c7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:78bbebce453edc7fa3294acca573198dff588173021ad0aa3227b09b86e64697_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b1cb83f75f0aebf525f6c783a4c09cc061cf54319b2873ed73bfbe842b93f3cd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:d84792c97c6e95e21a028190bd1c5022993242a1253f155e319100f515b170ee_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:3f995eb9c52e4ad289e656945991495699b364b05f7395a79d662465bd719bcf_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:628acf2a2b41d5c4153f12c8c30ed607dd0d54a986214b8c057b8c7033679aca_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7f69466210582fda5edb2173b0d8929b5f9db872b908136d82a17b3222213453_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:cd2971350ce22496f03b2e5b43bd575af3e7131410d7d4039bf05af93f2bc55c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:21db6b5abff4f7d27b3c0f5c95bf222bf4c19606fd92aded9eb46a7a90419497_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:570a5cb8b155964bb5f480c94c8e835e373fef65ff903150bdbd862507f26592_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:684845b28b844a06d9654483064e56072727fbc55fa1b6ce64bb51867e76ca81_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8bc499da3660ecbeb741285d71c404e89ecc160a7dc431c6f7937c23e065c56c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:5bf55170028e99a3de93f9210541043e703d26ca5dfc3b4fadc45c8e42b4e73e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:93479ac1c1744ecdf76ac3be6f6e8edca7775343e3d10bc83332c35a9ee73342_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:1c6b382803e3cf34b87446c76cc5c689cb6ad6b2d77703b88bc6b5174cb1c366_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:7b8ef16e5fa47b5ac1786b7c0f86f06316d9a011bdde94d65cf865ee0f1d160e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:5bf55170028e99a3de93f9210541043e703d26ca5dfc3b4fadc45c8e42b4e73e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:93479ac1c1744ecdf76ac3be6f6e8edca7775343e3d10bc83332c35a9ee73342_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:de5972a25f67115507a8320e38c7e3cb92f62b299b37e89eb815642f5285d368_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:eefc72900bef3cba865fd95de8342ae9714aed800d96ac074761241bd27cb7ad_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0f9820759edc25fed889931debe50fe7637027b77aa126ab121591046b95aff4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:52c78c690dd2635d64291ac0738f34c26cafb0a3229527441e2ec16baac275b1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:7f38af8cc7313afde41e3790c8588a65545ab1e4fd56b8fd83c44b60efb302af_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b210e6f99ef94f7fc24f497913ea1a08d64beb6c172dc3b38c366404b287f9b0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:1dc2a5cfdb4a77f64219bb3544dcbf801ead73466a37c83f85fc608f0af1eda4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:4578893da8d9a92befbaca7780c10d7dd27f083caede4a9259030f7edd519f3d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:517ee9497a647c976786cdc72edf7e700d275810003361f73624a5d4467df1a2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:f7efba876b236fc8f9d4d48aa24d9f3b7cb6906fd46f22054a9bb52ab59e40c3_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2439070"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in ajv. When the $data option is enabled, the value of the pattern keyword is passed directly to the JavaScript RegExp() constructor without sufficient validation. An attacker able to supply a malicious regular expression pattern can trigger a ReDoS (Regular Expression Denial of Service), causing the application to become unresponsive and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ajv: ReDoS via $data reference",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, the $data option must be enabled and the attacker needs to be able to send a payload with a specially crafted regular expression to the application processing the input. A 31-character payload causes approximately 44 seconds of execution, with each additional character doubling the execution time. Therefore, even a small payload can cause an application to become unresponsive and eventually result in a denial of service. Due to this reason, this flaw has been rated with an important severity.",
"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": [
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:612453e7cae95711dc81b6186ec5b66a31e13bf700fc7a69c547cf2c29885f31_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:78afb6c2e10b6e0f134284f3a0f2e69e35108c747cf814141e8692d6dcffcfe9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8120cd97f5d132d44d0d5cc89bd6ebe95f54dd5396b95e24c0785f2da7a218a5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a3f5114b88435d4289ab4db746cddde86c5349e122ddc7a9a6bedf8243061aa7_s390x"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:051b7a071f478879fafeb72cb9044f6b2cd18fa2c6483dc3c4c980a52d415d77_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:3b26f11f424cfe0088f5ddc11be2f4e4a562b95e1d89ef8afb2bd086cc31fb17_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:df40915a48e2dbf497d410c80c0d8c4241cc9e50a30731eb15b5366436f3f3d0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:f7588da590b24e9cc405bd59109d09f3046bf37305fc2e5b26da29651e82223e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:2c7a047b341265c656f0fae0ffe3d7a795567b4741bf490788ed9c81e3950501_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4cdeffe7a8b8d3757cd7978febb6abf7790e346b7f9f7ea84c028b08a163200a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c52088ab317b1e30a85c824e26c217d8073dcea907dc3c9502fc86aca86f5bdc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:e0495d291012c2a231d6f886ea696e09dd60d8f40e6b2f60620b773d4c42a356_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:12e290355046e5f549a8cdae7517128f87ff3f03d5f25a36b5d8a718599d239a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:74ab03d28abc171a23c493c17b5116b6a1235cf9a21b5fff2c9a1db24cea43de_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:ea4b1b706d596b1f85b08b21e0a1b63a31475e4addd288d6f0d0e94028c9980b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:fbc7412064c5c4f6c7dcc8473da95f953534a31bbe49b21326d1b8de453da45f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:01e9215b7716e72604cb20070c22e90b3018cc8a3bb4c47ff24ad4de9e5f00dc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0f4ba1e847fec5e9a3b63f7d154778b333643459228d41ac48959f6589957bfe_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bad42fbb57b49339dfb5ca4dd0882d707249d74ac11a3e85f8edec2eb7505873_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e82feeaae65417ea40580d5f3125c213e8f6b95a7921debb77221cd0adc37406_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b077b4ca2e27e13b05c265c8acdf59c50dbd4a7a59b9d9dd4da4200a55a8e0e5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bb31d4f6ba51c99a802448588a475bf3dffce347d33881f3da36763b5d17a5e3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cedfbc0c49943d0050f68dea0b9c4757b27436f6dcb3ebca48470296ae722def_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:f1cf2508b6aeea813dd73746ba37eec67fb4cb6443a2d3bbd8abc0d2267c4331_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6ad8b7e4c729b8f9bc42b2387ce3b6887610c22fed937cc07a03ec775f534584_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:8c58ad7ed30b5922d04336d01dd5cdcf35fa7d35ba40de558330932b6983efc8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ac50cdd09950ad634eb350219a31e2ea189f8281f00d52e92811e30e50e33c55_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:cabdde4581ab4aa592167587405fff8bc310c0576b77fc65013764182bd77c09_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:38a4a2ae97d1b1e465974b97b23135e9de76252f02e725449406a3660d971a06_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:80131fcc9c8fc87d4636a5f44fbfa9e73c25b1391f95f66c3241c8ccc3083d80_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:aef6e7b6ca3416d8e360bca6cd6c7fe54b883b97e1e3b86c775ca55e76523784_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:de1a387a24f617b5543294f8af190e16e14ac5bd1d0d6ea6a10eae6d55ecb27b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:34484b1162cc151a8688ddea4f7902759d79b3d87964e6d415681bf4977857b2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9a730cdf4a926b27d03ec1b85e0eaa9df4b2957e21f3fcc34312dde6a76bbc97_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c1799e7e4d9ce6f8f5bd944d1d9c6a0597eedd7d7c07688ab5a145c0c0884331_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e3ce69e4555552bc0ca2294f3ae28a485e60d8a8babdf0a81f2b7ff15c41a3f5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:5a51ba21c1feddf2638c7af98299e78c5d327a63ae6f5a596473dea0c4bf180e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:afc3f7c3975c2e76752c44e88bcc1eb21c7f963eebace13680df4247ad6258aa_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b765253cd60aec106ef28ddbfc9c1de7142f96feda2ab619c9f6ada3860417aa_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e78e85a755a5ed3f6040bcbf704f4c0ccb19bfeb199a51ab5c39b71a0ab4721b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:42b1d90a454d502b4a8d58b7889897a2204897713ff2f9a9dd845f067ed59620_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c6df0952603066fbdb561a01c9bc6928d9a6a79e51b3690f265601bf0ed8ebd4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:de1e95785333a63f4a1e9cbbc7384e66f053e43af1d20d23caa9bfa29abf4ddb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e6d477016f0e55e915bb08ae969ecffae5fe8bb0fe85c96e00b745528ebc2630_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:16c4c7b708d115a6b673a373b99b9b05336fc3166c5f0ef1b5008c335a303b42_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:76c398fe9d2591ecf28719d7a1c6b570441497c9d9a78cd376092dcdac2ea190_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:c8e36a9081b80b8073f3898a73a1a3a86022d300ba77af9b1e41331f61d7e553_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:f576a319aa6e34aac3c0cefca29c55d24ab9918462040eb4b7f27cf09f26772e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1050c9427e5eb0771922f477e0927315d4c7ebedfecbd69e676b0fc483bd96d3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1f360616eed0043920d6e6e444319264da60f7868872fa78d0765f394f686c30_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:57e6d159ebef99b05aaee193cfe600b2a426696c4bbd20d00969c7d01e6bc25e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8883ca8959359fd84ac6c7a83571aa239796bbc5d580362aa749bfcc4b6984c7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0da6e0ca7c13fdc40d3c6a3c34b97600d2b3792b27da2b280a89fbfd3958c91b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:88da257b28d9eae361eaa27162c921ab719bb6b9235ea868526b7689ea5fe405_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:c0c576020d59eaa1f634f9ef493358f866dccfe7b2c0c635b98e8b55fefe1096_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e9e4e241c3311afcb48829362ac92b8d934453e958dbd5a52ec9bb95e578ee91_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1add4296afb6412eddc3ba2aed3c917b98518521d48ba41b28e8fc0f4d834cc4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7195c3636df9ed4fa22299f7c18a79bd506913e9542f4172248e346ca4c9a8d8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a84d9083cac068aa79fb3b60dc709c81092d5fb42dfbb02cc720190310cf1af8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:d9632dfd9305193a65d701b29332c9f63faee5c3f461c09a341a494ead8b0149_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8223af98ca00442e0ef4bc945e42bd9ae21e071340453b62f0df9bcf956bcdc1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a29004cbfac099c60b1fe4a61951e9cb1b1a1bbfc40d3f28da9557213e88bd7b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a5100bab6e8547e3b37daefdfbcc3f65ddfa4daab07a00bb0ae2c6a0fd6ae9bd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c124c5b1412fcb6fa05e40d156973b9ab4420f936d198c14aff12712a17bd289_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:26b16263fd2624cacf58280da821edabffece2f90dc6046726ff7cf7a65a62f8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:38b3bb69d9d0a12a3fe5fca73bde60eded0809ba430ed883a8f3fd034ca0fa4a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3ff1ed635edb3f2c1df70789b5d60d90c0cab42e7720c5c91471348aa5b50003_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a1f25c7cda4892f4ed680d4a5304d66c77f760a778f879422e000e21a6038d3c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:3083b6b6a5d5ede007301668db59a6b4d6ea93f44d04fc1142dbb457a56de06f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:6742b1e28065f60c800aa17c9c946ba6999de6491092708554e614628b82c16a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:40f9cc27484d19d0aa5897eca6e8124d241c684a69f7d903ebde54b967c18ce7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:5d7f2f7f44e95c44b52061911b935feda57913b8d7c476827e92a201cccadf17_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:65823ce6289d3b08e6fb27c406c37092059785dc0dbc54456d2a96248aa422f7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ca104fcefa667959c6e2d171f61b8985435b893f8fcad1a586dec476adc765ef_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:1aa07336646cb2b4e19454afa30a0723baafae5747756aa32f3acfcf85c281d7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:eb1555caf1a4e5039db7e004a3809f52c5f6046f9a8252b7d1ccbca406ae45ef_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:6fd14a5c7156ea8735e030e15e7ccdd1ffebb8966e61e3e108d524d8343d50a9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:b89a349b9b434744f27c2695394b5d4ab75aee78b92750fcac56e5bbf6db0893_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:400b8f84024b96c4631b9ae6f6ddf7c751576d1a45f61d9c3888808e44c46ac7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:dcdfff13b1d844d19b87da5a8560e3568093ffc905659a887d5d898b57f78320_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:65295e7c1760efa45dda65d95af1495f4c7a39deff7f4daa5edf2ec20ed4e548_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:8befa290e4b709440028026d45410ec5b465720163a54b5e3e957ada075e37f6_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:1c306db76f83890352446828def13888fb8d108d2c67099cc36905418d68ca64_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:c0e6842fcb7e49d71b27d665432f85dad54440e47688ea3ab0766221850e11d9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:52c71bade776eba7d86428b99e3c88ae25cc034d7442f17cdb8ad5a250a3cb20_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:d5b9cb9ae3bfb2d44fa76a3b6e55a32e05dedf72cd3b955ceda08809c55b31e7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:2d7109db2112c16f6e0b0ba625c5b0d06aa4d072654cf555a614f26b0bb13a17_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:510ccb453e8586ca7f83c97e2818253b3bb5498e38fe8cc958803199e8056700_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:2f08fff3a635aa58e280028b31733ae48da0e73801fe1bfb83b38130d59dc972_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:cab5f81a9399a9cc76c54e67d1a5aadd4fa21ae07b345658802d1074bf4ebbbe_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:82348ea9edc47ac8218c69fc3372fc21ed86788c486a6b9b699daee451a61129_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ba7277b2b3ab3880ec5c0e7396ac443e581ebf84bca916e5d2415cc0e5cc3e61_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:5021f4f3021d59d4dd18e8118a48a88b6b32b127f1901d1b0297deb9a7a49d8e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:66968a07c5398976200a7dcdaf29ec321f9180d1b90af0dcdcfc6eefe1342577_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:0f6349ae2493677918292d26dffd70fc75511f097e3880f668381d67dff2dabe_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:ca008edfc79b808af4bf26d43aa371f0f7297d3134c8d31bd0dfd9f17505f358_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:6278171112e156c3c1f9f214cf9a35681ed63ef35f6912302df2e61592fe81f9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:b1164bb3db4e31dd5c4a002985dbd3b75e0891b43355d9b31cff9b930b990f43_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:1a1482540323009aad0144d393b13b7cd469d8221c87af2f0a90ee45a9fca9fa_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:1d5f500a2b97a095d0e4f63fca78ec1e686abed73fc75b41fbe8964790e290be_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:32b707971b69da9f3ce622f2bc4b968d06ba626e853d184d062399798dd43098_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:44e1f815318800f645f78505856879a191eb6dfb6323bc3012e262ccfa156586_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4e04e3ee15e266b99d8e4d7517df55fa163a4a640b572a29a993be75b2db5666_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:e48dd1920b27aa2913e168199529b27f260f506a8b0adf1e1610bbed178bfd9d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2fbaf29f4cb35d90c5f488cdb036a0065a057a1ede5a5bd549a0200512011179_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:75bef1e2aeab375ab92939162783cce5dd33a87ccb1e8b24f450f3dfba127522_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e7ff4034d6daf4b0d205eeb701e024e1c909301f8497e8010a8fff8e4bc003be_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:fa912c0ec58260e24684439d5aa62a726dbcbc856896254f12990793493592f4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:23bca08d568a098c82311fe06249361ed63054b4242328b22d79ef5eef85b56f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3aff920d05b90e9e159a304c33364d8203aca05f23c53b14a26a369a21ba70be_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:653a365aeb56d42582bd6cad4ffc117e63c3c167e0bae061bfb88b9d6ee2aff0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9fb2fab42feaa165f18c5d00b5b4bb155306f4661c68410a3a4f93a68ecaec5f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:02920b5261f35ae36c47cfd6d83d526419944919421b079ffca94d81587cfcf4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:91e74ef1908bc304643b6d3ab551afb011d0ffa86df90a237218ad4e685b2c04_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b09e3ace2bc72dfe6d047b4470112b0d8ea9eed4b0c8901703a840ddebe3027d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:be9a85aa855ce139b27b635afdda6a2dd2e13502887fdc8e0d86abd3b3b58580_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:3d591d0e9ed1ed48d0b2a1a29db01145af85b48208810660bb2893b639b56b30_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:c05fedf0b059cba3880e343765edd593a55421f164d6f3495d52da2c8ef30f30_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:cd2567248bb53b122c0410beb364d29b2754bb23e928fcf9d30b384c9a7a560b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d37304df7ec9250a4a119ff4bb6176b98ee223b6b4cafe76d8b8d5b0f8f93c8a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:08b5cc886a41832c9d4916aa21cf44df44ad4566c340e0436cdf14f8d3e6e73f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2d2e7df24eead48d09ca23ea657bed41c70c61d957b9c006ab669572cfd9fc68_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:9d835a6fe4375adf7474f50ade01d2c05e9551f94e200691e0bf6e635fccb99c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f7a9e076b63d519b09fd7b95367418f6af49e7f0140b314ba44e5b29757c1d43_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:0d80d485b42d2c795776ffe8eecb633bc7841bd4c6905cf596af681ff6adc6f8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:5c1e0e300b6078581bb78ad772fa5eda9afc2a8207e965ea23cddd006b73d9d3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7697273b4804f02e27a176fac08c69c5d25ca171a9f7315801654f8f8bfae554_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:8d5ad04696f5c0104ffc7a20abc3be4e8a5a30477ccc38b6b88513e45bd23c3b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1262d75387e03eea83ca987d3674e6d14ba49ea770ba05c486042f99d7f45bc6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9fcaae240db53c5e839fbb036d2caa888d61f52618c1567fb3edd5f529d711f3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:a2982705dd2acf129ca74d179bbf58c40a6acefe7a2875d0cbeb7ff63dde9bad_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:d613f403b3693280059ca739a7d4ee2c1017aa7cc52626d763a36e92a5b049de_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:33298998ffd10c80a186bd5a975ccf36c5b1b87a6ca9d18186212735e8361b30_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:55148020244c9be13de9ede8ab9332ef59b5f57685925d757f86a0a5e7ca6d41_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7608d15c26926985acf8d3a97ee6cf15a459441adcdcd22d33921446ea1ad9b8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:b6bcecadc20ee8b8ae0f99203743fce2fc284e77454f319d8072f45039efb2b7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:244692765fe92b476140c9540365c7c5aeac1f58ecda1665372e00e7bf051982_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:40017d7f538a47fd861f01d3811397d3882742067b3eb3fdb830fb006b874f8a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5a110fd8242f0209433004db252fcb93fa3788032c6551c41e523b973554a1dc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5c9a3f56c3bad6e25bce86053d801d4c763e01506bdc55983904fe5552550b81_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:0177fcebb4c14747a27e7df34d85e6a2aa023639ba7bdc46ceefe2e03d9c973a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3001abe5629fddef969e5ac00936a54a28edf8a2efe60266f179a99fb644e174_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:b689e7f15f1192720ba14b1487c31128b84bf71fe76a8a868d57f8b16b8400df_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:ce4973def73a2410eb14fb44a7289989d902788083e4f9f330231525c35eb568_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:7200d5d412230b41f41e2847253fe12ebe91d061ad89429f890e9a57c6dc30f8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:7612a8fb0a5b96fdcae42d77b2f50ee89faf0a4a4a5fb972bbca06eb8efae16e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:82c2407bd46ffa6dbe371ba504b808703dfa57166fb38410f8f1e589525ed778_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a3aed0fde6e6439ef61b522ffe76946a76ec7b7e05d62631febd2981303a1b50_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5ba7b22f57236cd12e84ee8889a034d0fcd46d0b6d0a6addb178c4cc90655fbd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9c17ddc93faeb7311e9456b8131eba4ef7e0404cb2ca0d4b340c736fa1889594_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:aa60bc8b5f28c36bc293262ba449d0a9ef3ab198be0c55957cbf125b32dad600_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:dc8720ba1fceefa64fc5b4843c2654e21149575037b2bc9694f81c35c3e6a0d8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:91fe16d9d21935c2803b80abb6cc08e7e29858c35ea3c9352c09026f30eb23bd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:b26b16c7301095cddc5b1a6e821d4d6866a61dfd5dc241f3bbbdb8bf131557e0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:f34364281012ad9004deefb732565f7688e00c7a4beea4d4eaf1c59e5d978da7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:fe961290f422bd4e452be78be988645c1d4bed3b557c0fb5d96598777a3525d2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:1cdfcad2b7567c775ec8e7842a22b3c300d5d236298b14a9ce8456bb814c8090_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:5f6a25d79b559c95415d440153147edef224fb0a3575577a37ae4cc9d36e1c21_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:864c2c90f45829b971fed76e449a055486ab7a0abfe73cb5b9c2deaf9393f6d1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f7da4189d91ce0becf795c19ae2fe89a4fc4e3e26e6bd86bae15d939a24c9c78_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5b9d3efe712019e598015edd0e8335cd1bd3dfd5e32f6ad6ecc7e5f071706c0d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7ef239fb07781ee5f830c14ea9caeae51647bec94fcfaf513307359dde580d82_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b0648bd8b379c9e16341e4abd49ee6885fd3f3edbaab16dcf4e2f2d9f7ecc911_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ee81b5aa43a6c05822113497f15879be2531836a9d2bd86b9d7fbcb4bd57efeb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:30eec5ed1deab4367faedfe27910bf03da00f9fbdc67614d410f77e6e6d4f900_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:9d94dc41b6e09ae4cccfb98f9943a4fd51a8e054ff88a1325c20be97795c95b2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:9de0003282a68bea6351487c9e51d763def77f4f3dbbe3d3ffac7e57152189af_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d4cc63c24f43d0101c97663ff4978c345cfe4c8be254de8e6569100329f13888_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:3ae1e077ccb1bf56edc166263146435bd8585c0c946b03bf3bf09f580b20030b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:42192f80c641889c32d250b2a15fbecdb70b13821bf282b1cf12f2abc361e59c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:58b00e83916956a8a0db1c25fe71b86d0214f2891a0cf53ea0927cf75a0241da_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cc1f06c96cbe69265830dd6e14a678a277e3051a35eba2901d94779daa13eedf_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e66c79a1b7ab31f3b2337d3cbbd064d1c9e099bdf0a37cfd63549866317455f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5467fdeb0e0c06a8273099190451b4aa9d670264c8799a1f3f490015a01dc6e9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8e6a7e386bd3fb9f2b77ff22503bffb19cc3e30de5c5ddb1f89b7623f209776a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:d619b6d2f2a7407096eccad753fdce3d1200c3a0dfcd9df3f1aeffd5765af0c9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:10677357921a67cee54424877f8eddb0c082e9489ed32037dbc0d6f2945efc89_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2048a8f47fb1cc1f625668f123737a89b858a1cf3ddff9c51bf8f2fa46ad648d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:b493d91516a6491a13d8812b53771a43207f6fafd92749845846910720817f8e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e0a276c78ac7a1cc3187ba91b3447570cf17b1163843cfc52d5189c5a7be42eb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:522ff011e745c1724215cb6866afe007fa981bfc63481cc77985aea0fc4bc71c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:72e3d4fad7e1771878239abe971e326405360657062ccc3b6b8cd489e3821e95_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:db117dd1958c2222ae483b96393098a84a4c17e489943165c56e880de6b1ddfd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e9fb7cb935ce6ebee48673b362a32b4ec91d5236976a37e68df3f95957ce19ed_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7616531c5340ad508e044aee9b1b0dd074b90d731ad29f869512459f465736b6_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b00217822a504632d068cb93b0d80e4df0a51449e5344dfcf4c9cd1eb868c7bc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:bb7595fa3af01c37dd11db61c2eb0473955a5a85bbb50563afd8a2d9601a7c50_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e0dc58f00104b4e0c207e71268512c681c2fa56fb9cfb2d8f1d7351e15fc99aa_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:1ce5feefefe9c294d226e236c44b40799bb56b232eb14ecdfcb5738dd5032de3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5826760e44856a35c47fae78b7b4e09092f27dae467d5cb4237d306f80f35d19_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:94d7a578aae316c93c3cc2f9bbb92385b75f149a47bf714fa285a6796aaffaf4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ceeac2fac475617df1c29e04ce9944f7decb8057394b04225a918ea3d9da652e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5c6ff4ae62abcc80833eb9442fbb807bd1827ed626bcb3e9982866808c2b6e42_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:77dce8283cc522f83c1b1120d7d013b52781d02a8943e9468de316574683c124_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7e473acc672efd514176277880b50f43420aaee331afe004481135bacb15a312_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a60942a84d5b9be38f6a02e5b0d2b09299f4214671a38ae2a09d425e892d40d0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:638eef31efee3ea27da6753ee33a2de792929795b28ebee820914964ab34b0bd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:6e0b568985833fc8a1cb3dc015a999491a11ddc4e7a4c345db25f9d7ca60a425_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7914967342ac6809f9551e6de351e2732ac6a18f056544b07217d78e13993613_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ab196367ac8711c62318706e57cb30a5d92202f0f5b06cf3999e889f8b5dfa28_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:717d0ebe635649f3a34910702d7df4903f91a6c5d8c26e2f7b6c601d9ad613d8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:d00d3920c3a59c60e8ebef3ac5fae392cc2e92b6c6aac59e32dec0a34dcdb287_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:d9aedbe752dd09b297fb880992609342c0a13be5a0cef89ae93a78a621d3d5d5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ddd6cc904b4b2aefb2ef1229b4259faeeaac569305be4b6195752abd13a733b8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2bd838b4b1cfd652f7037dc52c6c20df7654ff01f20c251fee821b091f1cb6a5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:37c6113eaaa615132968955aa6c12406f49100b811760d700abf5370c7bd87eb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:59f7fb73b6f73d81bf93a3e211ff8c372c1b2ae934638a328a1181e3f33a1043_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:91aa51164ab93bb710a13eb682c3c6c094b7f1bb9f05bfe78ec60e3d96f0185a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:0258c167e2cfdfa4cb954bc88c0d38e2e895e40eb387489b62e94d82862617a4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5046998d55b2427d374c352c71c6d315bcdcdc3dcc7cfe4a6a78a66d311e3d71_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:a4cb98293b71c4524c5de8a7bc04564f4fb2c07f69b8cc2862fc41e2a9fa8090_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b03a96af51f900ce4a8561f9227feb436f2de44985500b95adcaba3c0fdb6cbe_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4829803254af7a62a2b340a71fe5677d9ec482c1db24181d0467fe6257d0a1dc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:5d61e93fe664552b6d28286f15b8d2646170f02089fb28c0bc4a75cff86e3bcb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:8cc5a4ed4d449bc7261faa4c44b2fb98433797a280f2d6e22b1669816b29851d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f99ec5cf7e351a36c65c9a723c304bba218f652cfde09d0e98325a5ba701b61e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:966d76d48ef02c048be5927903c47be56da91ecb50f11f4442a8cde889daf541_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e168aa9cca899b8b9e327f1204cedbc68ab96eccacdf57729cb77e78eb8dab15_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e8aa5dc44ad4701638fd82c234d74f4aacb72aa4d1c827a4873280a42324f564_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:fe36acca99b3417f4f07d55a94985bd676ad8c58ca00e02cdae3e9b8deed1123_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:527edd4670167e09af8009e6ae19f53313c36e157e8e3b8c84c36c74cbc3a7cf_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:7c5c21bffbf45377b1864ff4820310c926addeb20c2dbca1beb1e861a666628a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b4391723a7cff5d2ad88faec42df8e04b7f260a485293e0d8e3bd71933c89751_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e26a2571e8cee47675ba19646f1319ba8331f2fe8f86c783530891d7f76382df_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:14b030caac26fe629896b22feafea14c01577bb495777c2e3ffcac8f83d4b85a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:19036226480cd192adc527b3f76787b61f651629ead8e60d56e525634a69f197_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3cc4b7a280daff53f288a2dfba294ffc26bc56e20e96971882edd21414ad94e0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a7ac9531fed74b996f1b21c1815553cd65d3ca7cd1abd1dfddc4d08ec6040de0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:14dd2bab3e689286be62b927fc836c063a4231e12473489dbd9cad5dd003cf6b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:1b3cb429f7612ba20ef98bb85d19c1aeba3e74a4028fca975c6484dfb5eabdcc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:90508dfe8e85e5125e5a0e8061e42265e4d83ed30c25e1ac604747f14441ce00_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c029d412e945ca17539876dbcf3a1b2943f7593a4e767ca6fe78f45f85a22f5d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9c519de2d648b67a9e0935a717acb3585720984db702196861844656c9b6e377_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9e0db475cc0ae822862bc46979cbab96b92cfccebcbd22811337980f63129d8a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d27a0cb5ff1cad05ee9e7e1808810069db8fa7f73b1d7154253cfc20672409ee_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:df6ba3d4aab29aa0aaf5764522b07e1cc5abd7312fcdbc520afecaa93b90c517_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:4a54536580eb59b264dc608a8fa0279c161a003b0311130a8a7bd87e5e1d7913_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:565b67693a907b77c733c7cf1c9bf75275908d7639620241d4db59aa441b21f0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:9e5e3ea7007beaac8a3a292fbe2c93f6d75691fa854f284450b964d2ef9e84ed_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ea6b2ab2fb23302f41b66f3f24f153ac4fcddffb408ac53a92638547fcff3511_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:337c7f682047b0aa5e6e40b685e5a0fa70d8d713caa6871010e71cddfadf75f7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:4aabff1812e36ca01b46324d4118c9f9bbfa5545dc3f1db6df5868c565566f73_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c1f162808f71d323c337fe422ede5f5445cdb129f510184ca647ab259e07a20d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c5ca5e4c2251be770ba80b21d5e9fa34889c959e8df8bc1bd0e920a219caecce_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:21000531491e67e0745a8798f2a9a65673ec864cf7ff2c66de3e24ed60a68219_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:4827e2fba1a10e3a2abfc904cd298121d9cccfe4afeaae93b26559d8a76c7dfb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:c15757b0281507cfee9c86c6a9453c571ada915b9073168ff1a43987a0c89ee4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d55638691d63fed30b0092213358fcc0018345235e58aa6fea758dbcccbc2ba3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1f7e578b252a8eb6be49252904042c549676d02e6a0518963af26b0d603e3a04_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:7339e3f5b83dab5576a5bdc6ed6f1ed7ae31a0b770b344258518c12c896655f7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:9fda0b0769d58fd2106edb682fa5f9d9d1b0818ab269d251b2e327dbe32f92d1_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:bb8377deff75b8adb45c81c7abc0d6ca947f6f7b72b33f1ca58b399a412faa1c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2c7bbfc511f97bee3f843ba001d51ce3d5cccaf8839e938c7de2da2af2206aae_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2d59785cd3d14570718813ee141a6660ef661ed614d1ecfa3055f20528d80115_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:afb5944df3113e11ffe7fdba71c1ab1ac2e8801d44676ae26be02622876117e1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:f67a6e2f10b6f2d007254202bc2612be19aebb0b837b30f30d915f3a7d1683f7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:28d6530d32ce5358215d0dd9d3097122367224a0b24e9be39b26ad9963aa46ab_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2fa7a2be99cb0defc5b4ecc61fa33e5a34a25ce133ae5802c0e8c90936f30922_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:e778e794ff239b0c563fa58aaa3c5075792271c8b2f8643a9f10ba2709c9b5ef_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:e9091fe10d20f46026ccf5041aaa66ccfc64dfe0cf040920e67b2d4246435815_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:40b04761a4b68fd9fb847282d2f20f412c72b07636cffe3231a68b77d406d027_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:641c412f4f68b5057b4fe1e277086ccd8df79fd0f99c8982de64a6d0b6f5f6db_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:7f18da5abc4762d0fc14ccd6696bc4dbe13322f108130e054f7d0029dd302120_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a0de926332d3ec30b2fe3bb25bfa39b0dc95a59d7a11d289e755346621a60d21_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0c641d7cc569225624d900f44ed85805934d5ca168a2c67ee2bb5a02da4db1ee_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:63f0c9805b661a79e19ec2bd43b7c2380cdd2c0e2acb63f7467b9f277a0a4129_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:86b511fa05476f8d643a2b45fb796e52d9202999d97f1b6a83308f046d609589_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:95ffecf0d27f3d745cd44687f03dbc5359ca5581fbf1047c42bb3be40ad1fa29_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:3cf1c832fd2d8e8c16de247482998bd057d8d9f8ca76d535811d325f07283cb5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:967e6af165f7a42c249c5d4feb3f887b72ff1b46596317388dba932110d5ed27_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9cef5b53d0ec8c23c177e371af9fdf2a5f507d112a9e34c76ef9a747cae67631_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:aaae02dc7cfae7ba686c202807c2d527710a3ec47bdd1b1c46743874c5fe58c2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:52466c176afa92ca627c169f9221e8ae7d160af7a2746cd9cb4a0a3e64817e45_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:91267a502fc66ca4802628b1e433b5358de67e30f53875c5b7b9871a65df036f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d1c4f0dd1db409d2914ee39ce2047eb0462ef87d598fc77e547fb296067f0a20_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:f2448776eaecd105d9deeaf19f769784f86e607e0200cf0cc7186bfa98094127_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:1c31195c707acf08a3ee88f91830e4d24df5a8c791d45a25ce2b6c5acd9e6e04_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:28b9b9941169ee65c18d4a5807377c7b094f6c642e7117c127e27774dcf23aec_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:9ca6bee84e42a44fa926368962eecd2c3d6158ed4b9230e9d3d0774874625240_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c10fec1af6366728c07a0daa6f2e6155a46947f846387d26a2a89777c09a9032_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:76d6028c0c843de4b3c0f197eba1fadf6efbe11fd0dc2e27da8808457704b429_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:b91b2537aa737d1c13ab22e44e0ca463dc738ac48c613d052172fcbddf36ddc8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:5d50a676cbb58b319ed83ec42920d8a02c4050308a04b44d706d3f40572b4b7b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ef051049b62962ae0a577c4619440439e12891d0333f29e7bf96a633825f4a82_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:603c85c5076603fb5c008bf9e099664175726696d4c5392fdf784591a38d27bd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:86876a862b58c838623e6b6eb889e614f92e2c864480b15f9f73c064f0fe1146_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:39361a6b6ab8267fd1d31c739671892ee9724ab6161912617920f20c10ac3762_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:9625263527c82621befdca63468d66501af95074e1047c7fe59e66d9aa56848b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:a80c47da0a776c92ef3b38f7997876996e6b46b431e86d82303236ba2a1fb5ed_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:bae43551cde2c709e21e7111fe1fa60a9150e4fd7ff67be8d6d8142600e53633_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:1420bbb33b8d7a5b6f6c3de8ce4743134bbe00f37f4c59749cb825ee23b418e1_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:331dcdcc9e74cc8da63ba586ec7ffdce89bbe207b762622d8dc3db7253890cc9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:5d3c54c6507da727e4a1351196cd8cf8e8d7a96f0dbabfdb7b07f28b92933808_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:c573f0d5309301089992714e20201f384b3e910266e36431eda6630848cd0c69_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:0adf8769b11a8cc11a5c7ee61e4653817a42be7f6216ee7fbd82aaa4be5ecd67_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:77c676faf2ee63b2c5d8aa307fcea6fea990fab420d38c1cd4abdd182c30356e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:cfd286249d1a839ce282b76dac9e593b738008f5f6d8480fca5f1b1953240902_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:ef63686a9c24d95cb35b77b46c1f35ae2cd3c6c5aafbee03fcaedd408e2e5784_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4cd7f99109e528c98946ca89aa748c8499c033e184bdc462b3b1742b59cfc46f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6f335e31477a687764688f382113421148510c6de56569e1e0975e63c6ea9f81_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:91a7471795cdce93ea422b1e62252ccff5f984ff97d1fa2cf6fc732a771d1ff6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:e42d614021674babe7988c3c1197df4da5eaa4c3734ab6c7cff9825f96c7ae6c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:371d2c0bee96d1a36c493d214bb5107e05cf7c92c72e361a333973c8ebbe49b4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6d0eae11780b86e59d90cc744390fbccd8b42d13bd540cb9292a30b19fb095eb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:7067c040e835dab708456e23987832bf6a2fd0bfdd5e0ce592d6af625bee274c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:da9c15237228288aaf1d716db77585afcf033e4c6ee836601df1d7339661e21f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:6837ff55eb1efc95ef5b3323bfa63c069029503833b6ccecebe450cd2c054ada_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:9dcd9ba0b3b837ad31eb1ef97d7d0548309e42e47ad7707b95a2eaaca8ce78c8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b5b150556bef4a6c1eeb0a96fb191addbf8c6928ed70ed57c44e89b34ee02a03_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:fe817971610b692a8a2e0ba694ee7701b7cc8da422c5174e9b50d9c04d7bef88_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1f119240417462c4d8ea21f350fb93734bf41b562b53bd45997cb55b2ed6bc20_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3e21f0fa1889eb9f45f941a130602823f8c0d5a33a08b66133b5d5cc6dbeccca_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:80f092391fc386c15535f4fecd2d16b5dab0c36187b50278d6894ede1b177db0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:af8d05412fce7dd28ecd3e43e9bf7dd4b24dd259fd3c95ad75e8a8106f829c80_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:44235e1864454e6f6506e7aba1349452d6966ad821a3cf0864189cfc1e4e3eac_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:650af304f90eb7c13a01b0d1c75253ed6eb2e9205527675267cfe66a94a44c2f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bc9a024371adadee6933b28af46bd4cf1ef0934ebb70b5922b2d02a76d2704e1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d2a4f998f0dd38f15d88e9a7fa95bd71857d38bee59187ccd37b81489237c496_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:14aff997615ef055124db30bfa46b60a7cac24311fdebd2454fb8f5d9935f97f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:1a146e67a815641b2021f7f7f3424cc307a2ba9a23c0331435736dcca1fad7df_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b037fd3c9213c9a3294fea19f52538f2ee73fa292ccd2f0570e6c7f68273799d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:dbf91b34f08921aa48c4a685fa0e20bb52887958b92e129de482b05b5e841268_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:1138bb4a1e02331f81286a5130f931b99fc5da9812426928711290faa47986b3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:77ca7db52809679a28a12c689573c932da660c47a18237500936cc1e1285a73e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9a0634b080e2f468ffed06b70398671d23440fb8c2ab9123a8fa984edade5293_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:edd30c86a660c90e7209f7b6584cb310c777350e507a626943b43dad7c5fb037_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:07356217307c735fe7d5d17f9a238e76cd3a3b5e1c92f965d9dae10bb0c18a9f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:1e866737824e1a455f61e63af2b72dbaf4ce1c29702d268699942971570ef4b2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:1f04d891ad59020a77fd84c1b442b669c965c16884ca74764e7757e9f4ac5286_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:27b92ef8394480cb9971777c224935403519a7d496ec52bddcc24821c9d088b0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:154bc68572bff172152cb8e6ca56e386dd0683470884f6f7c544cd364263c892_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:4b75a6b187a4c0c9afc015049a256e6282cf320363c54c450a3f95e9ca9c22a3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:7513f7402077be92ff42f1956f37cea9e17edcbd0ce98509d8c5cb00f0fda793_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:d1336b188ff78822ba10496f42b2a6d168dd1c70212fcd7a51d2379c1dd71776_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:087d522537f04da6d1ce5621bd2aa60d595e024671a68abe412afd74a38e4c71_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:269f4c94ac2759cbc669cc53ed149f3d2b41bbbb9e5b7f38206e420b7b2b5c04_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7d607ccd1e0f170b2cfe9d2a6a2081075cd52316ea590fdf20c7eace3b348bfd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:f926972d3affab6f67cd82f67a09adf338da8c2f4fcaa62ecf33ea72e146e534_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:29aef7f9137d4c3ab09227264171f7d75098f62ae331f144e634fd05610ac471_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:3f7278be0143a02635b7f1fd97726682e5e2952138ce39248e19f3fd95f43ed7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:cafce4db5fd8f3f9c079c03346a8440a93c19c7ccadd796d0ad6ef66ada5ffd9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e56025cbf0150a1537e16f6651f3f1c40e3d5e125b2fa19db4bcb27d9844a62c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:04692d8b0c4278fe31b9a4c46d02133271e129f2e7bb6e0ded4dd404cf130cc2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:46fa06b7a0192dc7c3cf7e381f1ef3b4dc7b87a2a5c91505049c49cf4e456a3d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:63613b3f8b7a2d2ef58d3d5914c64eb7f4d21f6dea8f77346e02263aa5e6135a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ae601d9f18f45cbb4ded3bd2ddd83dba2e99b92d88e1c3613184af87f9a7a80e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:27ebc371aa163d733b887ef8bbdde4805dadbb6be6638f0618b4258ed9f8b05e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:3c17214fa451ad495d69d3702016ea8ef7a7445dd18950abded683f347514057_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:827d784dc11371d40bdc621474d61167065bc44fbebf2bc765a010bfaf952e0c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:45f0687e50c303a9970b6d5206eaeaec30141826bd398a9eb6f48ac98c5fa43b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:7183f7097e9e25d05fe57d7c55a26f68993acc9441a9b28d46b6fc7778bb7774_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:e71130250738b69b62f2c5f2d8d1101c634c9984b8b7647405fab4c33be11b9f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:110a149c567c0e4f94902bcd3f8326d8f0cee6f228b29ead637a59446f7b965c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:26d8ce7b55b5afc03cbd8d77e1412dd049bfaf6a6063876a638ed8f256c9ccb9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:c7ae49160f9cafc41bdc7e060337c15a1c37b61fe8be7379f46e1596fdf747cb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:553da682d87c302e73ceecb23def3aa5a2ebac4b99ab950eb591af937666b1ef_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:9f41c1d6d30eb2dad6d99e99cb297266611c303fb34b1b4409618948cc7fe12c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:eec2a0b0693062e7a1958c7b4133b7e5605e474c7bb286c393b5b3e21cc810aa_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:35ebc5195a624c44715be8d163d6982903e5ff2e7be80aa460bcfc1d5a4ccc75_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:45cd606919d4963166b02919061a6b59f1749b298be7ba6bd5e1e37a64ec2691_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:a9c333760706bb11c7c9faeae183721b5295c7b0e34995cf461d8377ce0f4f9d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c75474dcead17964346c51d6577129192e14d234cdb7d84087143e831bbab59e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1221e6b06f4a2cd5a869cf0b7cfec48461ad9a9cc3ce0a4bab191fa94368546f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:3d867b42ac8dcd48b294c69dc7a452376d11211eb91a27cb9885085f43b4ecdb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:44aa14e26d7f58ba5b3f67b3ece13bc317cb5b9f8553b60719be4df122701b63_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:df22fc0ec3ff553f96fac5c0fb69174ab9a251c7cbf3894d146d8d7aee6c6b5d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:493f421e1f134779851388138e0d629fad1fa1545ceb556af0a5b37deea7200f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:9f54afbe0f6f58849846360ce629ae1ff322271fd06d2779e3fef47414fa6fbe_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b51a5d72d7b5d8335886c69a1074c5d496a588a669f336967ae8051b60b62c79_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e0907802be41dad3b8887b80e0e5acd6805d45d93d7b103fd8d6a45da5334329_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:66e8ff25c5e4a6c5bc3c4d59d8c5ab4a4bf1c04cf93936fa1ef44582d372ef23_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6c8af767e2cb464a36bd75dc8c82d1930159a91d7952eb78fec8bad3a84adfb3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:e2a2a23dc15304233aa251543ad5d0764461b33f04758f196fe87e8be14b5e6f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:e47640e0e71ed4a92926a7500eb307f21034b39b34f095cadbdd5a0dce795561_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:96e77ade5cf30676ffdbe4139982340a0c7598e11f1d432f17a4c80d7bf0ad86_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:fb9f181d1c455e3b00e53e61b897a3738109158d083bbe188754414c6aa07e4f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:04606de228672d1a67f076965e3d7ea468ccf176850a7cb638554ff66bb8f728_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:4ebe7b31281f57b51820e3f8797706fb0cc9711ff7c0c429d3cc62cc675ae911_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:cb5f5a8dc90ff44c4a9a244707f69e143cb8aae90f508cb326a729cef17b466e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:2222d8bd0d49413ddbb5ce815e9ffcd72931da48a408c16c6592394787766d0e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:337b8663d131ebcdb897d1d4403136d03993061edfc0ef9f1784c8f3dc4d7984_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:dd2ea0f95852ffcfb8411e2cea59877027dd3ee75f044a488e012ca871a24809_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ea809991bcb600e5275ab62fbd921dfea84e034705d5db8f524218b8d9b7211f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:2fe3758432f33222b589ae3efbdd3c9ed2c656e088315e310be0b5764b3f3899_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:66c98117263e3600c6047acede32fd070e120642df0387d8dae0ac3ef6c6b6d5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8c30253d3aff1f5c4c807da2937ba99c6712927aababb2b69292e2c8a1340246_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:9ae4a5d2d3314daebcdade90c7ea1f42f58238aa85b5cccb0b3e127f4e403626_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:91ecb22bec85293b669875c91f22a51efc9cb371640faba3044868f87585b7f4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:c54d91156df452ce6784f07e6a5fbc72918ef30636d0bb5da6d9c5f11921458f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:c754cae62bc2195133ad20803f900eb322beb5830e9d10bd952a3a3924ce40cd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:dc7dcf68d8ab40000d428f1ad0348805ec857b9597b29c2ce7988c5fa5901e41_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:34c6a7978a9e9fdd1adec81d2c9f668ef9f7bfe114e71be6dba4e274e8c1a66f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:c3d7a8e8d3f2f18eb4067557f7b0f08637fb092656a673baf2073f1e1c58797c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:f4ee66129d917c69d067c75953561b72d3a3d80fd00a1aa20f1f49ec1960d7de_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:f8770c71023f38b7f7de41123ae12bde62b918ad7805c6d597f4f84a9c9af47d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:07b03e81bbd5db08143e93e6c3aa8fe2384ccf9b0a4801edf507695c46411f42_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:19e531349169f9a476ce6ed0a21b2bc5c1b8c357fc4c006667a006ce3792ef00_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:421e859502fe42d78d0785ed920094ba12bd7341af4893a24fc7061ead7524a9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:57fb409b3aa6e60945b5b06f993e0c11e8e1b9019304c296bd00789579eda9e4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:1af4f57d6e5fe736100c3129c4b9c226bf3c35519de72b72800aa187c2537d2b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:ab1bc1598a5b84d9ae77938e112960f83cace92255a342fd016709d2d9751a9d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:33b50ba656686e49101f62377587175d2a26c9b2407a31f821b28dc5673d3815_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5b7dc8a57aaaacbabf632648c584d658a3091eeea3e945443d5d86c24f583d76_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:8e883bb3d483e309c0ae908e94b798b63a1acbabd0525af964ff16666966c6e4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:f03ccdc240fbe0db2ca0a16dce6c280e1fb02eb56443dbdf1503dd5f203ced66_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:73a4a76b2eb8bd66bfbf1a8e067107bc7f27463ebd78806c04443d87db3fc030_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:a10cbcc3937209e0c9e2e96e16632cd9c8cb4f6a2ad9a87f8825959e73d86aa3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:31028cf6380dd6f9d42e57d14faee186ca88cf7aad8ac510c8b7b44cdb00410d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:3fe7b68c25026fed3e3973bfc078c41f84aaf2e7f3b19266ad871d86cf50116b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:b2c317fb6724449e50bf9f781c0655bc4351090d6176ceca459417f3962145b6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:bda49ba0203d57b0b6413253ed1dc68ef4c51d33b2cb5b37dcafe28643f03baf_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:288b1b934ddfed4305a99d37ac099e1562c629f505488878230b4c67924bed2d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:50775936849e1d26637a48d327a93bfc6bf254f3d266a1a2fa2860106bfd85d0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:530059cd82a547dcc66dbefd3e98306620cd6c9f5d5a3af81961bc15eaf07b61_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f7630a14b2a27211ba37f97647a5a91542006d9311f9fca6e22581518053e7d3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:2e04976b305144f2b852339c00637a0bde2490fc6ce5673cbbc44ae4f2cdfecc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a1fd59992a5e1a6471f82032bbb3bad43b6ced1857a0c6daa7af86c4fbe5546a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a45ed9f8a4658b982b2f104e042e080a73ce6892abe42670b8d4922d31a8f567_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d56c0ff61b1f6d62a7efbeac76af95d478c95dfb1e303dc30d1c49f635d5363d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:514e470c91716a8fdc68adb6d3c751727c51578a738982c753f97342463b6ce1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:670bbfae8f8a7f7d6a86732795ab1186fa96742fcf821bba0c9d341dda66eff5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b88bf27c87aa820d8fed4120662cfbcfd47b2e4bb2a3dd5bb9b2083d97a24817_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:e640dd19e7ce4dc642b322ba78e6883fce5ef56beda6f615cac5f159d495d794_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1d6ff2bc31f24beff71db677b4f095d056188db1e423b866ee7355bd9a53a0db_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3eb3cfe151384c3537ec523738297d7192a23be26f96c5e563f436b0a36223dd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:a7eacbf364ba770d4d1ac053f7184b914a450fba3f39dbd08dbf76f6ddc42767_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c6767e49ad0dace3cba3b76cecbdb823d625ef4f26f72ddb9bbb6dd1ce26568f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:67058e5388cc7b459c18989396c864607466385cbe54053f58373167a09e0f8a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:7ab7591f7d42f256a79bb6d8c03d7268145f05c70b6134b95d7aa22f7daf7ff7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:be0b31aee69409243b2026a3bfe8bcf52ba65dca9024f173fb66cf81082736b8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:da12708a87b187e471f4053853c29db1edddd733f1b00738e47dd4c8ed95ec45_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3c0ec9152f6c713a38ee73e20ec93bfaac18af2adf9a58ca1b339e9b541932f1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:711fa572af02cac1f809db279713b9255f13b5e7d3fd08f4a109ce9b58e6233b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e1a75bcc315f27bb12840c17f1fa7daba452d174dbf5b68c00ee50eb5c43ae1a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:fb0035f0c471b4e563b7240508b2cd637b80253a32b473e5ea92c8937561e907_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:0aacca87a77e995033d79fe50d84d3f787e7bf47360f3edcff7e132f27d9b9af_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:38b5d9d8df2e4e6bef48355860b72f3e621315ccc0ac0c92c26938dc451e80f4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:463ec8d43c2b245e3366c65845115bd5e6ad8a4aac3cb388c52cf68952dd73ef_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b1fed06b81f9e7616fa4618bb9d4ddc558368d3d5cce82d28abc4315ca7a6b6c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:12f99bcff45e25e4cb5a375421939cf9b2ce09771f559088b68f4fcc616e1eca_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:d0f6c253fe9a783fba6af17cc3e676a3ec03107c1b83ac1d05aa2461272cb394_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:231fa87769ef80e16ebf0d33891797890d2420aace34f5fb5453b4efbe1c4461_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:d384b1a73e3462328245eeedc34ecb7a3068fa650c48a08363a08c5751ee4b8b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:5591aa5d0b5435c9e793a67e55e0703b3c299278cb1ff864424cd5f512b07ff0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:76196acb0beb6bb21d0a5ea719848dfcd485a3d5925bad2d1e5c9dd05cb9756b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:b6252a4bf45603d23a8c0ede3e4476c03b1684bf8812c654e16d0e6db9c3970a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:12e8fd889a9e3ee2b3e06f3cad86d4f670dfa4a9b14d21aaafe59f0d27fd82a7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2d6b4deadccc7a8c7254435869d5efc4e2a6c5d3562bb25bfc41d79e7c6ac76f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:3fade7400e8f130d346195b631dcca3652d5f6dc99213a8cfbc4de54bae2b907_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a85253948f28b34e4efe0296277fd4e636d2b66c7096ab8269b1695e8f297567_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0441b80a944ecb61e874430b224503609565638f79019e63da36668359b98def_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:ae4d73e42dd30385dd9828808aeb17b2438ec79479b6c1bc8c4972ca223595b5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:df171cc337509bcfecaafbe819265a1f31a31b6f323ca84a00a0b1f9cacd0c1b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:f06e1c713c2aa045e3ec30c0791c5d07ea1d52a0edc1ad15e4ba38a813ad08d0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:062dbfaf50125b8aff2abff92c3f9bc9c6346544ecb12259c538254f0451cb70_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:8d91e3a678a33808519a3013e0de265ee21232756ab6ad3a0ab38d7c216e2574_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a569ce5848ee3f1518f6340bd8869899b3e7e30f5e99267240b83c598b65358f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ef5bb63f2462316580a37f706ee6e4d08d4f7ebedbe315c88014cbf8da8d990a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:3953bba8a0e193949da3686b8ae403b386d039e69e745adb32ef9a458ce86d4a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:bca4209d291e2ecd99a33e675ef6a4a1f891f5835aecd9db5def891e8858cb57_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:ce0e2d54894f99758a87cb5005df4bb048ce33885286ce60682c8ca53cac5691_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e2eee7c9f42630d9392778fdf7032eabd00fb9b1176ba9d7d70d362384fbdba3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:3d31d3dbe6a3d31485fc696c364e524276d2855de93b8958797e06ab80ce0e07_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:44f10762c94b229c4f291c8fda5dce4875e5c52fb47c084e8f0306e585ad183c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:52b833b0ec58c2d6e127f0836bac1fb4f06dd409af46b599318cd05b3669c86f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:bef060c7eea469b7a2d8546a72d48ed915f19d78feb5b46388c3a53d18bb3cd9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:0226ab75dd1f78a79837574edbd8891939d29f65a0c69aef6705652e1d9abbb7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:28cc0b2dc11a594e37adb13b69918a9b0950db446c8378f22851fb8bd5d9810d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a5e117242969e18575ca6288d45851bce04e1a33238f56e91cf7d6ddfde2b914_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:dcdc6e7f8dec17833f7a8eac41dfc5618b392bdbf19298391fe86bf6fae4c3d3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5573465b3a791a45c65ad948825190ac534071364a6e43f91328c2a3a83c50d4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:6cd7b5d92dd000c615e2ac345d48d975eca8a6ac278b7a0336c9b888fbdc1f3d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7503e162a225152b31b13cc8a5589dd7d2b2b58be528a7ef717d666d5fb812c7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9cd8ba1a9c9e497bedc72709a3b383ba611f9500beba0be89584a0802287c48d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7aabc04c4fd7bef952f28d3399bd5d96f337c6ae2bdcb6b7b3bb4aa8e8a75c09_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a9c63e370596ba73519f84a292284b85112897df031bbc81d220e73862bf6e6e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:af1fc89d1ad4ec2846a8badd08329d895c80f384014f7c1e2f8725343a8002bc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f0f6b6aa0f9da61031d5aa640e120c9041195b20c14c4ddd32060435b1679151_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:134bf1eb95ac163465096cf1a0a6ebbc564aa528fa0aedfea3c6f6e94eb52cd2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7dbeb87ecd76017e7ca52613a6be8ef86b6063fe414671b138d3ef2c4db70b5a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:9433784dab95516e28d33d34ad567139b8a1e91029e9c1036501082827da8eae_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d1c7f835ec6658ff38da50b0bfe7b8e5a27a72e2e8c0884e7d8f4cd1c1809c9e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3e7c0ff0f6b7329db5109266f0a4c707d2087b86e109a7deb82d5448f1f20993_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5ec2a44bc231ce23e9118abf864923cc9014d44a26e3b97acc87c0b8a9287cd8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:84997e3f4dd37e21aa58a0a1abe84ab72253497cde528a3c92c16d108834e635_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fde4e67273baeb81dff439a6d7a2ad894d891c23bc5c55d7e05ea466c00cad05_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:08ac14224dfc8461a140ea3cf9af0692c9aa01ab29c5ce7665f7d07377710f34_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:23e14f35c2707061375a6dcc5e077efb7e8306db828f6d0810d8ebf85d064ce1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b4d3e8cca17975734956d07bfc7117b55f9a6656a5a73d799f53f419e2fcf254_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b98f1102a8f483df5e9495aaf35b2f8489c9b496bb0f25a028c86dabcf59ea5d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:8c7a0d8ce53c2dc1c5f4e8bfb8c7a6b861a1b498c80d01d0497be7440ef1bfb1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:a119b8f2c0fd835027de170a95bbcf3b227696bb932378a25d03faeffde0b81b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:eb7cb8f4e5a06ba636e2c56c92e40dbe02968cdcc061798492da5913cfae6376_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:f64cd5767a79f00b106ee51678bdf08039a6bc0e3cbd2f812454429b3acdd919_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:238c94eec839de9599a612369fa67110c68713abe49eb92a41b3e17b5288e2f0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:574cb32a847343d30fa4b157434ea0214d017256d78c4b9766f0dcf2de5aa307_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:a04386b642a39795682299b81f714092ad6a6b0ede0794e738007a2de5eca328_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:c79b9a36db7dd35140b3f91a74c07eb14455a155ee1dd2839b065b92bccc20b3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:665ef8e6b43dad423393ed7b0587b4674d6dde8d544f66d722424d9b245ece72_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:99cf39468b18f60e1157c1eb36bdc70360b30be80fb7399a90ae980ae80dc9e3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:a9834b7c965926992a9290bdd291f63931b5ff6a3c64fc7131dd55861c941e91_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fc9fcdae29c5b5429f52d5141ba19e57e8e245d0fa4664b1dc614267b3bb214f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:5385798b3244bebebe239b7568fd7c864c6fc855aee65b6cfc234aaddbbd10cc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:de62d695a160e7398b215e88fe5ecf402338e16bcf61c380fdb9f0ad02a20bbb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:23e036b80585286c11caaba48a1693de57b0903517870945c6e6306935a2c552_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:33a9a2d696f23a173cef8c2d8a1a5e2bdf9f449c0ca8bcef1c21d0c2a23b7df2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:5240983e2e95adc541780dcffa0335ece2225ab7213a40e25e0827b4679d0f6f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:6f46b8aa4521566326b477259fb2d0523b90dfff44e91cf07894d4f1523ba04e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:cc72591786814ec43e5e79524dd3400a3c08d08ba74f03f6871a3d468b5867b1_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e504a17ab4051fd88db07424aec0d27f4c991a5af20aaaa2e898faddb09b2e7a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e526578dbfccc212089bcf557237396e58dc585a47a9b2faacfd36814eb82376_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:ea7f364cacee07760b560247d9625eb907a5821854d8dee3c4ba189d6b10103f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:714659a80491cbfc00bdbda5fb4c4927b1ef8dcad41466a7c8923a8d63efd66f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9e274021b4e1f67932d0f34a22710aeeafdf7d0b95ecb598f4059e51b047787f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c3f9814d9c373b7831f6b2229741ec37199410703f1af51d4e1309c377519413_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f055f745a30f9a3a15a0b451bfdbc27cc2b89de752a79c901361a70f3d8cfb63_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3dfa0e0157beb5a1bfcb2fdd650cc45733942e0440e1727b48551d560f3512a8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:675c674c399398b0b16974f6fd6052acc56b6ad11776f559b25657495289658b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:7834041f1a7e19a3beb0dfe4358f0e1c05b98433f38a36085dfc59cf864a740a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a95b1411c1bc92cd58839c709039091e30e48a7f42aa814b6b32f1d8b515924b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:66c2db321bd5134a1f1d5548ba48c313c738c6685b0ddd60ff93f0ea91ae6fc7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6e915a64b2fe808b835871d9bc4f3de8cee86bd9e97ab499575e102bd92185d5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:836a4a2f753b57c7af650b935418cab4c70d99f2258e1f8bc3111eb48f7c3c8c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:d18f704dc037ccf94b6b20e4b1c047ada3a84622a999dd60e25290cc122659f9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:1fb1b000ba95983e486ab9affcb1d778675d31a5b48fb078c3248b4710f92c4f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:b3747e8f7f1ad3cdce43b5d830b97a2ebaf292856468201e35a8ffdff5073e0f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:d004edb692ce99057d62d1aba4216534a456ac39f355dfbfbdf13fd2f3a33a53_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:d3fe754ae706eb2ba2cd27e157ee466dff00aa366e715e52beafc4ef1bb7a091_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:596d7154d69b1ee369c67bd54e5955a0e54fa9c17cc70f80f21e88d3a6a0e7d9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:9792c1dcd4e9a0421f976832ba0ccda917112fe0b565b7637b3c1966bce95711_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:db565201c3c294fa418788f0e76b435ddf985b49404d76cb3d2d33a081e589f1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:dbfbbb985df7ac442e7a227b30db1bbf425abce2b465d98cf1004ae8d7b592c8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2c87dce53c0920d3fbcac56c5bf8f7c70edf54f171f2db470d2a705f108fa8cb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:7e8c345f24acf26f50566626f10f3e55fdb930eb1423ecd0aaa44899cd3526e1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:982d14f339feb69b238590d9c07f6851f6495d3b46ebed8179ee62ff63844dc6_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:d85fbc8f3126e539cff1e42b2c2919b056a5fa7cfb6272fe7880af8f153c4ab3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:07de7a2753be71c0e74c47e393627f882038786d70b2009484385dcbe05fd30f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:28a6acfff26c2b2ffbe8ccca9fae11bd6a2e4a97b62b5662fd116e1468287a71_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4a4cc584bf0ac23edf6fac4ce8b91e1d1bf57ba751e2de34c51d9c87b9b6764c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:5d702d61a2a5619901778f083dbcdf797417a8a6dd547bd48c361cec353229f8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:50a323b245a43b0ab1b66a55b425ba8a137249017bd43cb630857c6457e07d4f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:706fdc719165b5f26f6a095389b0ff1795807fbdd7daf7d99d15d46ea12fdda1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:99b6d20d9fe1f8eed07149fe581d5ddaf320120081832c43f6f2bdf1375dd51a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:d28d73435c6b6f15ba5d1045b641722ef6e8e9018acca1489bdcbfe689f30723_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:138f37f3658eed71fd8dfb9019b9d2a59b3245082c5d99b0cbc391a9fcc4534a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:50677c7ecaeb624c0437186afd6125fcc4971153867867f2c61ba3985ce540a7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:81004ccdad84399e1982e6ea5d9ab2cd6fce84e2419a73cf22efe5f2bb862c2e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:cdb5ef383414f229ad352e15fa7487725b082c03b8bf9583ddfcbfc3f519c603_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:756eba43b0c56c6a9183b071f6088f4d1666548289041b1ef40e8b5332749e4e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b1a56a00a9e0f3bc5a7450d971edc3a6b91eb576a53afc8fd659f098632f5c0c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d90c9589f9c795d7d7d613154e67a18486575cbcd003941008f0269da1aafc54_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:eeca17be92c23dcb473f54f4f8da91dfa83ccba794378393310b1c03fb498f79_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:12591e228e0f32eb07590e73e0b40f47ed100d4947b41cd61938fcd8da1dfa40_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:22af173cafb30d1f19d234f2488c01bde8375d8b9f631916cfd68ff23027ce76_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2798562f6a06fc7cda2546947a1568860ced91549bccda62368e120792afee70_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:30d2f1ee74522c4fd7adf1ff382438b3e00fb7184ae58dbddf57e64fc5841ae3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:391849f7f123c1c67232aa60d75375a7e48a19aa022e5e3ae298bb0bf1eab034_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5a9904d36258f8a5597522d5c04e7a53dcf37d5e4f7d806fdee88da4d90fbb5c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ad60e1de48c60d275e0a0dc1d762dc4492791a2b509a556f6b72fffb991d3668_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:bbf8cc7fc3fe9370dd74420d09bc3d389de58130194df1abf1ef2e5f81f233a7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1d197b835810a7933db1be10d2492415e0f374f78eafba7fa5746ab472094fff_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:52681490b1b8f49f0e29afea167366ad0dc86610ae6d9eb5fc82478331777550_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:715d1e4a69cb33db7e6e9011e9b325c8d3260d8c60cbd2b65ddc2064317a81d7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:b1b9e3c0cc86e8d0df3fb817c36612f1f5ac435c3bd8c16dbae9b1f0c9ec9862_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5c5df667524143d001856ff1e142910c8e8c2dd2667250af4afdde04fb05b4ef_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:75dbde89821235df1e3162e7ee454a946bf62263f1952e894d1c4f7a6374ae8f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:d8b4ee48cee2f8a4c35ff8523b1a6b2174cbfc0e353c873ec09b7e394bfd6ed8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fe593c5b2a2e27134802d5bb7d3300f6931ca43434ba4fade620c00f9a1a50ac_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:2013de19ef16c2fefa1d6915dba0400b5d54f356234bce6978e41e7a0a318f82_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:8412dd75db281d588fbd098700033046bc6b49665101ea8b3b4a7f3f187cd280_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:abb1405f761ddcfe0d542948b161cbadbfca6286c6602f34a46b870fc469f6d3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b9ae1f8ef078a8d5cef3a4413d30cbfea4b43f086138d08387d8390eaa66ae21_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:380900bb8838db0fa658984a2865f06c17f6eea5c1cf90c84715e79ac53e03a1_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:65afd385682369d514f9ac53d0165ef0abcc55894e68a973d7f462e93dbe4495_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:80ca1adef13a5444938fae328630d47cdb914177e0b1da72d075df6b9176e29a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:acabaad0a17c5d98c2ca826eb728da08d2e46c48b0c1d8d87f9ae4fd14d9fe9a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:26bd86e888bb6cd36f1cbbe81725b4e51d6e7c84b7df102abc0513bc2ba2bdf1_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:642f05c47898ef3156e9f16f9e51c38a41bf09d0eaa78099ce295150fe3610f4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:75b2b01ac003a058579cd460a0078ebd60203b98a0fccfaf82c965717d877e53_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:806b1812e8e1339ba1ea3b289f44e6cb31ea264f8c5e38442c863ba2096f04d2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:43a984aaae56c49e4ff3a068ffd62e19490d3123b9128bdbfc3aa653104c734c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:48fd41abfe3fe87ce12c3b695fd43bc00869177adcca6127124cd14186765d69_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:572607d1ed95bb797e17a68aa418bff2e89f4762dcf9ac686343176d01df6286_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:a3cf1530bd56cd378daec6a422621f14dfdb61db01bd9e8254f7c59a0d4ea1ba_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:8b77610ce041366bb7150a315c637bf772977933af46c7ab557fda5d97907b42_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:d29a40382e43994eadfa1f692bcf0e65c3b5e1ee8d6f222ad03a917fb61deaa4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:0ded86b43fd8fc060ccb42b4a1d29050cae776d972475944b9ff5a44c045f785_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:2d406bb8f2323e3e8761c64a195126c76aa18030d4cdc4942d3d8c094327c2c0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:0a128bed921c0bc47efdadf20a4d382465d0fb3815b50036fee152b2a6638fe2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:e5a242c1b55a04cb96918227c207b2324997497a09c758deec015cba2218bd85_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:812e2ba9705c4dd3841e469e4a7613fd2ed565f4d29c2ea3e11653ac891b67da_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:f3da7495f9e12d029968d226ea1c7aab58b971be861b776970a5c16e135b872e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:0c97c506ab490fb8e75579f58fc4a8ace78b34b3650365196ad68b6f4c78e045_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:81246e8e03594bfc29125a61ff506748fc9a20d617290969b3a23a5986625b44_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:df4584c4a846e2c70dbb72fdac4ef55b8f1d9f3ea1c2f3657dcedf979df5494b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:fd22a989efa582af4d13f726034af9291db503807b991930d9caeb5a34849e89_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:1a0effd6fb54a811f4295e4022e191d33423ab441a077ff22778af9822c2ef72_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a3c96b546116624f8f2fbe220020c4f56b2b8d43b65a769f47752081d70f7b5a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:ce76c9e90761ad984861d6fb112b263341bcec2c8237adb20f5f8a0fa58959b3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f220d9bfe5f33cc9b40d7b94fcd360dcae63229e01952c4e92b81b2ea7ab7cb2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:395aeaf5d6abd849d53d71f5483f64bc053686120b55831a1899872a4e47655a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5b0cb3bd4f7d00a3a5ca83a9ae80b635920bb5b469b76d834c32c214e1c368b6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:82c1d0a2a92f70ac434d223c568178daa4ddb67e0ee58944faf381dcb977e7ed_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:b78ecaac4e21bb0cd2b9b88cd1c9286872a8c2fc09d767262533ed79fe02ae50_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:122ad766c552f98ab57c8e111574eeb5d3cf43c6401fa7ff925afee3643c524d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:4f46c1a04b18f55c1bc1914bed4691eec7e057696d73dc02a62a88fa70ed3f08_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:5637d596eccb64792f0321f58fd94633e6db63ac8f93b6da6838abe13d739044_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:bdb5e0cb32c111586b3713c0e4ed699a8a6ed953e3909ea5c052cacd63bd4174_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:305e8a3cbac65e7abcfc05ac7ad928bd233e1cf2d8a693bfa6f878752e4ca26a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:5a097c1ed9a0eb4255857cfcbf275e7bfae566f14f763145ddd30110d0e3303e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a675d9bf0f8b03dfbfe4ff1c994b79f1025a844dd75fd5bfff4329d642f271e7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ff27a6b88cf334cc6e18fc1a0dc3bd6238eee0473b5998182cdfeff267e6eb68_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:34525a3c41776686c72d0c93ac79e4b34babaa100597fb2c20c872363f374e92_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:cfb844064455d23a4f23f94938c8775ecaa6d0f04a4605579c1f59a40c256778_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d180b29f7c294c57a9b8aaa133c7e2020847b6d11220524833cf41bdd622dbd1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e1bc5455f3edc097434acb82015fa21b171ee765ec3befdf004488912993d30c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:12b5c8cb6628d52ec3a06591d138cb92c7a41e84612b2e7a72b0b76e3aaef35a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2fcc9ea828e2110729e6326d5faa4a33279ef0b5792ae24992ba1c8e07ac8ccc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:474c245eba58e9bc6bbefabe196e7cbe06a9745bbe3d26c3acc0d5d7a7578660_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:a34631bbd669dfa1a1e627fdc4c22ee12e7019804e4de6db26940fd009cac374_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:4039d53563c99c9f142961aed344baeeb6e0f99ecd69cfe253eff4a635520a57_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:968222fe445598e70aaaec54dae231a6eb5ed952417c572ded71241d5362edc9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:acc4e0a9f6415b1d7dbbc04a9b087032a44f77aa5eb4807499f409d189a46271_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:b2e3934833a67518f7911f26322517a640f25e0c5e4239ac6a80499377d89725_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:231953873f0c701eded0659ac76ac36a814f0a3cf5370fead3fed3cd780c8005_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:7a154064440141c188f5b929c5f84e7b1b9dd923c1874b8d1a52bfb3669575a0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:915e507d9384be8197d21d1bad349101d120d8841f58e56b37df45fb64de747e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:9e34e30a45e904081b5569ee95e1b80b5142f3c054b6437e51a2950b037268bb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3773514e66fa9f56fafd6c46a81b8aa2368daadc00da1d80bb782e417829e029_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:49a55d7a910c4385d9e9ec7a12b55b5329e57f4091dc2d2371155bc6b7366e00_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:5b20dd6e7f650ffaae8f5bbbc6198fad84f2917ab9a482df423b7bd153f883b4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e4a136aed0757b3aae8382cf9e8942c487730a5170fbbe374eb08b81f3ac3c2d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3f716b9b5a2a2e196357b1b612c8f6506e9c2b04dc1ddcaa705b2d1f24e719c7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:78bbebce453edc7fa3294acca573198dff588173021ad0aa3227b09b86e64697_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b1cb83f75f0aebf525f6c783a4c09cc061cf54319b2873ed73bfbe842b93f3cd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:d84792c97c6e95e21a028190bd1c5022993242a1253f155e319100f515b170ee_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:3f995eb9c52e4ad289e656945991495699b364b05f7395a79d662465bd719bcf_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:628acf2a2b41d5c4153f12c8c30ed607dd0d54a986214b8c057b8c7033679aca_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7f69466210582fda5edb2173b0d8929b5f9db872b908136d82a17b3222213453_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:cd2971350ce22496f03b2e5b43bd575af3e7131410d7d4039bf05af93f2bc55c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:21db6b5abff4f7d27b3c0f5c95bf222bf4c19606fd92aded9eb46a7a90419497_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:570a5cb8b155964bb5f480c94c8e835e373fef65ff903150bdbd862507f26592_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:684845b28b844a06d9654483064e56072727fbc55fa1b6ce64bb51867e76ca81_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8bc499da3660ecbeb741285d71c404e89ecc160a7dc431c6f7937c23e065c56c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:5bf55170028e99a3de93f9210541043e703d26ca5dfc3b4fadc45c8e42b4e73e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:93479ac1c1744ecdf76ac3be6f6e8edca7775343e3d10bc83332c35a9ee73342_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:1c6b382803e3cf34b87446c76cc5c689cb6ad6b2d77703b88bc6b5174cb1c366_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:7b8ef16e5fa47b5ac1786b7c0f86f06316d9a011bdde94d65cf865ee0f1d160e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:5bf55170028e99a3de93f9210541043e703d26ca5dfc3b4fadc45c8e42b4e73e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:93479ac1c1744ecdf76ac3be6f6e8edca7775343e3d10bc83332c35a9ee73342_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:de5972a25f67115507a8320e38c7e3cb92f62b299b37e89eb815642f5285d368_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:eefc72900bef3cba865fd95de8342ae9714aed800d96ac074761241bd27cb7ad_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0f9820759edc25fed889931debe50fe7637027b77aa126ab121591046b95aff4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:52c78c690dd2635d64291ac0738f34c26cafb0a3229527441e2ec16baac275b1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:7f38af8cc7313afde41e3790c8588a65545ab1e4fd56b8fd83c44b60efb302af_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b210e6f99ef94f7fc24f497913ea1a08d64beb6c172dc3b38c366404b287f9b0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:1dc2a5cfdb4a77f64219bb3544dcbf801ead73466a37c83f85fc608f0af1eda4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:4578893da8d9a92befbaca7780c10d7dd27f083caede4a9259030f7edd519f3d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:517ee9497a647c976786cdc72edf7e700d275810003361f73624a5d4467df1a2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:f7efba876b236fc8f9d4d48aa24d9f3b7cb6906fd46f22054a9bb52ab59e40c3_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-69873"
},
{
"category": "external",
"summary": "RHBZ#2439070",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2439070"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-69873",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69873"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-69873",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-69873"
},
{
"category": "external",
"summary": "https://github.com/EthanKim88/ethan-cve-disclosures/blob/main/CVE-2025-69873-ajv-ReDoS.md",
"url": "https://github.com/EthanKim88/ethan-cve-disclosures/blob/main/CVE-2025-69873-ajv-ReDoS.md"
}
],
"release_date": "2026-02-11T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-02T08:02:20+00:00",
"details": "For OpenShift Container Platform 4.16 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.16/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:f2f70544d0d62fbf00d94cba09e89ca5bbf44169490ec86ff1f4f48ccf6401e1\n\n (For s390x architecture)\n The image digest is sha256:d93e0cf6a690edb5b57d06044af75645ee966bf2a329b32979f62923afece8d9\n\n (For ppc64le architecture)\n The image digest is sha256:4fe2d116fc96fd0713486b4f199cbccd8fb10fd196c09926717fcc99fe4cd914\n\n (For aarch64 architecture)\n The image digest is sha256:ea723d901035177236056cfbb6341a431d65f7ef56c360fdc021bd47aab24810\n\nAll OpenShift Container Platform 4.16 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.16/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:612453e7cae95711dc81b6186ec5b66a31e13bf700fc7a69c547cf2c29885f31_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:78afb6c2e10b6e0f134284f3a0f2e69e35108c747cf814141e8692d6dcffcfe9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8120cd97f5d132d44d0d5cc89bd6ebe95f54dd5396b95e24c0785f2da7a218a5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a3f5114b88435d4289ab4db746cddde86c5349e122ddc7a9a6bedf8243061aa7_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5910"
},
{
"category": "workaround",
"details": "To mitigate this issue, disable the $data feature if your application does not require it. If $data must be used, implement strict validation of the input fields that are referenced by the pattern keyword to ensure they contain only expected and safe characters.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:051b7a071f478879fafeb72cb9044f6b2cd18fa2c6483dc3c4c980a52d415d77_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:3b26f11f424cfe0088f5ddc11be2f4e4a562b95e1d89ef8afb2bd086cc31fb17_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:df40915a48e2dbf497d410c80c0d8c4241cc9e50a30731eb15b5366436f3f3d0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:f7588da590b24e9cc405bd59109d09f3046bf37305fc2e5b26da29651e82223e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:2c7a047b341265c656f0fae0ffe3d7a795567b4741bf490788ed9c81e3950501_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4cdeffe7a8b8d3757cd7978febb6abf7790e346b7f9f7ea84c028b08a163200a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c52088ab317b1e30a85c824e26c217d8073dcea907dc3c9502fc86aca86f5bdc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:e0495d291012c2a231d6f886ea696e09dd60d8f40e6b2f60620b773d4c42a356_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:12e290355046e5f549a8cdae7517128f87ff3f03d5f25a36b5d8a718599d239a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:74ab03d28abc171a23c493c17b5116b6a1235cf9a21b5fff2c9a1db24cea43de_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:ea4b1b706d596b1f85b08b21e0a1b63a31475e4addd288d6f0d0e94028c9980b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:fbc7412064c5c4f6c7dcc8473da95f953534a31bbe49b21326d1b8de453da45f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:01e9215b7716e72604cb20070c22e90b3018cc8a3bb4c47ff24ad4de9e5f00dc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0f4ba1e847fec5e9a3b63f7d154778b333643459228d41ac48959f6589957bfe_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bad42fbb57b49339dfb5ca4dd0882d707249d74ac11a3e85f8edec2eb7505873_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e82feeaae65417ea40580d5f3125c213e8f6b95a7921debb77221cd0adc37406_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b077b4ca2e27e13b05c265c8acdf59c50dbd4a7a59b9d9dd4da4200a55a8e0e5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bb31d4f6ba51c99a802448588a475bf3dffce347d33881f3da36763b5d17a5e3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cedfbc0c49943d0050f68dea0b9c4757b27436f6dcb3ebca48470296ae722def_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:f1cf2508b6aeea813dd73746ba37eec67fb4cb6443a2d3bbd8abc0d2267c4331_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6ad8b7e4c729b8f9bc42b2387ce3b6887610c22fed937cc07a03ec775f534584_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:8c58ad7ed30b5922d04336d01dd5cdcf35fa7d35ba40de558330932b6983efc8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ac50cdd09950ad634eb350219a31e2ea189f8281f00d52e92811e30e50e33c55_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:cabdde4581ab4aa592167587405fff8bc310c0576b77fc65013764182bd77c09_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:38a4a2ae97d1b1e465974b97b23135e9de76252f02e725449406a3660d971a06_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:80131fcc9c8fc87d4636a5f44fbfa9e73c25b1391f95f66c3241c8ccc3083d80_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:aef6e7b6ca3416d8e360bca6cd6c7fe54b883b97e1e3b86c775ca55e76523784_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:de1a387a24f617b5543294f8af190e16e14ac5bd1d0d6ea6a10eae6d55ecb27b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:34484b1162cc151a8688ddea4f7902759d79b3d87964e6d415681bf4977857b2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9a730cdf4a926b27d03ec1b85e0eaa9df4b2957e21f3fcc34312dde6a76bbc97_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c1799e7e4d9ce6f8f5bd944d1d9c6a0597eedd7d7c07688ab5a145c0c0884331_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e3ce69e4555552bc0ca2294f3ae28a485e60d8a8babdf0a81f2b7ff15c41a3f5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:5a51ba21c1feddf2638c7af98299e78c5d327a63ae6f5a596473dea0c4bf180e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:afc3f7c3975c2e76752c44e88bcc1eb21c7f963eebace13680df4247ad6258aa_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b765253cd60aec106ef28ddbfc9c1de7142f96feda2ab619c9f6ada3860417aa_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e78e85a755a5ed3f6040bcbf704f4c0ccb19bfeb199a51ab5c39b71a0ab4721b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:42b1d90a454d502b4a8d58b7889897a2204897713ff2f9a9dd845f067ed59620_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c6df0952603066fbdb561a01c9bc6928d9a6a79e51b3690f265601bf0ed8ebd4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:de1e95785333a63f4a1e9cbbc7384e66f053e43af1d20d23caa9bfa29abf4ddb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e6d477016f0e55e915bb08ae969ecffae5fe8bb0fe85c96e00b745528ebc2630_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:16c4c7b708d115a6b673a373b99b9b05336fc3166c5f0ef1b5008c335a303b42_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:76c398fe9d2591ecf28719d7a1c6b570441497c9d9a78cd376092dcdac2ea190_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:c8e36a9081b80b8073f3898a73a1a3a86022d300ba77af9b1e41331f61d7e553_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:f576a319aa6e34aac3c0cefca29c55d24ab9918462040eb4b7f27cf09f26772e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1050c9427e5eb0771922f477e0927315d4c7ebedfecbd69e676b0fc483bd96d3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1f360616eed0043920d6e6e444319264da60f7868872fa78d0765f394f686c30_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:57e6d159ebef99b05aaee193cfe600b2a426696c4bbd20d00969c7d01e6bc25e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8883ca8959359fd84ac6c7a83571aa239796bbc5d580362aa749bfcc4b6984c7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0da6e0ca7c13fdc40d3c6a3c34b97600d2b3792b27da2b280a89fbfd3958c91b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:88da257b28d9eae361eaa27162c921ab719bb6b9235ea868526b7689ea5fe405_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:c0c576020d59eaa1f634f9ef493358f866dccfe7b2c0c635b98e8b55fefe1096_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e9e4e241c3311afcb48829362ac92b8d934453e958dbd5a52ec9bb95e578ee91_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1add4296afb6412eddc3ba2aed3c917b98518521d48ba41b28e8fc0f4d834cc4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7195c3636df9ed4fa22299f7c18a79bd506913e9542f4172248e346ca4c9a8d8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a84d9083cac068aa79fb3b60dc709c81092d5fb42dfbb02cc720190310cf1af8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:d9632dfd9305193a65d701b29332c9f63faee5c3f461c09a341a494ead8b0149_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8223af98ca00442e0ef4bc945e42bd9ae21e071340453b62f0df9bcf956bcdc1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a29004cbfac099c60b1fe4a61951e9cb1b1a1bbfc40d3f28da9557213e88bd7b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a5100bab6e8547e3b37daefdfbcc3f65ddfa4daab07a00bb0ae2c6a0fd6ae9bd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c124c5b1412fcb6fa05e40d156973b9ab4420f936d198c14aff12712a17bd289_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:26b16263fd2624cacf58280da821edabffece2f90dc6046726ff7cf7a65a62f8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:38b3bb69d9d0a12a3fe5fca73bde60eded0809ba430ed883a8f3fd034ca0fa4a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3ff1ed635edb3f2c1df70789b5d60d90c0cab42e7720c5c91471348aa5b50003_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a1f25c7cda4892f4ed680d4a5304d66c77f760a778f879422e000e21a6038d3c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:3083b6b6a5d5ede007301668db59a6b4d6ea93f44d04fc1142dbb457a56de06f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:6742b1e28065f60c800aa17c9c946ba6999de6491092708554e614628b82c16a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:40f9cc27484d19d0aa5897eca6e8124d241c684a69f7d903ebde54b967c18ce7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:5d7f2f7f44e95c44b52061911b935feda57913b8d7c476827e92a201cccadf17_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:65823ce6289d3b08e6fb27c406c37092059785dc0dbc54456d2a96248aa422f7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ca104fcefa667959c6e2d171f61b8985435b893f8fcad1a586dec476adc765ef_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:1aa07336646cb2b4e19454afa30a0723baafae5747756aa32f3acfcf85c281d7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:eb1555caf1a4e5039db7e004a3809f52c5f6046f9a8252b7d1ccbca406ae45ef_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:6fd14a5c7156ea8735e030e15e7ccdd1ffebb8966e61e3e108d524d8343d50a9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:b89a349b9b434744f27c2695394b5d4ab75aee78b92750fcac56e5bbf6db0893_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:400b8f84024b96c4631b9ae6f6ddf7c751576d1a45f61d9c3888808e44c46ac7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:dcdfff13b1d844d19b87da5a8560e3568093ffc905659a887d5d898b57f78320_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:65295e7c1760efa45dda65d95af1495f4c7a39deff7f4daa5edf2ec20ed4e548_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:8befa290e4b709440028026d45410ec5b465720163a54b5e3e957ada075e37f6_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:1c306db76f83890352446828def13888fb8d108d2c67099cc36905418d68ca64_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:c0e6842fcb7e49d71b27d665432f85dad54440e47688ea3ab0766221850e11d9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:52c71bade776eba7d86428b99e3c88ae25cc034d7442f17cdb8ad5a250a3cb20_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:d5b9cb9ae3bfb2d44fa76a3b6e55a32e05dedf72cd3b955ceda08809c55b31e7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:2d7109db2112c16f6e0b0ba625c5b0d06aa4d072654cf555a614f26b0bb13a17_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:510ccb453e8586ca7f83c97e2818253b3bb5498e38fe8cc958803199e8056700_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:2f08fff3a635aa58e280028b31733ae48da0e73801fe1bfb83b38130d59dc972_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:cab5f81a9399a9cc76c54e67d1a5aadd4fa21ae07b345658802d1074bf4ebbbe_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:82348ea9edc47ac8218c69fc3372fc21ed86788c486a6b9b699daee451a61129_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ba7277b2b3ab3880ec5c0e7396ac443e581ebf84bca916e5d2415cc0e5cc3e61_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:5021f4f3021d59d4dd18e8118a48a88b6b32b127f1901d1b0297deb9a7a49d8e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:66968a07c5398976200a7dcdaf29ec321f9180d1b90af0dcdcfc6eefe1342577_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:0f6349ae2493677918292d26dffd70fc75511f097e3880f668381d67dff2dabe_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:ca008edfc79b808af4bf26d43aa371f0f7297d3134c8d31bd0dfd9f17505f358_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:6278171112e156c3c1f9f214cf9a35681ed63ef35f6912302df2e61592fe81f9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:b1164bb3db4e31dd5c4a002985dbd3b75e0891b43355d9b31cff9b930b990f43_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:1a1482540323009aad0144d393b13b7cd469d8221c87af2f0a90ee45a9fca9fa_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:1d5f500a2b97a095d0e4f63fca78ec1e686abed73fc75b41fbe8964790e290be_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:32b707971b69da9f3ce622f2bc4b968d06ba626e853d184d062399798dd43098_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:44e1f815318800f645f78505856879a191eb6dfb6323bc3012e262ccfa156586_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4e04e3ee15e266b99d8e4d7517df55fa163a4a640b572a29a993be75b2db5666_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:e48dd1920b27aa2913e168199529b27f260f506a8b0adf1e1610bbed178bfd9d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2fbaf29f4cb35d90c5f488cdb036a0065a057a1ede5a5bd549a0200512011179_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:75bef1e2aeab375ab92939162783cce5dd33a87ccb1e8b24f450f3dfba127522_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e7ff4034d6daf4b0d205eeb701e024e1c909301f8497e8010a8fff8e4bc003be_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:fa912c0ec58260e24684439d5aa62a726dbcbc856896254f12990793493592f4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:23bca08d568a098c82311fe06249361ed63054b4242328b22d79ef5eef85b56f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3aff920d05b90e9e159a304c33364d8203aca05f23c53b14a26a369a21ba70be_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:653a365aeb56d42582bd6cad4ffc117e63c3c167e0bae061bfb88b9d6ee2aff0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9fb2fab42feaa165f18c5d00b5b4bb155306f4661c68410a3a4f93a68ecaec5f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:02920b5261f35ae36c47cfd6d83d526419944919421b079ffca94d81587cfcf4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:91e74ef1908bc304643b6d3ab551afb011d0ffa86df90a237218ad4e685b2c04_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b09e3ace2bc72dfe6d047b4470112b0d8ea9eed4b0c8901703a840ddebe3027d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:be9a85aa855ce139b27b635afdda6a2dd2e13502887fdc8e0d86abd3b3b58580_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:3d591d0e9ed1ed48d0b2a1a29db01145af85b48208810660bb2893b639b56b30_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:c05fedf0b059cba3880e343765edd593a55421f164d6f3495d52da2c8ef30f30_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:cd2567248bb53b122c0410beb364d29b2754bb23e928fcf9d30b384c9a7a560b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d37304df7ec9250a4a119ff4bb6176b98ee223b6b4cafe76d8b8d5b0f8f93c8a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:08b5cc886a41832c9d4916aa21cf44df44ad4566c340e0436cdf14f8d3e6e73f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2d2e7df24eead48d09ca23ea657bed41c70c61d957b9c006ab669572cfd9fc68_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:9d835a6fe4375adf7474f50ade01d2c05e9551f94e200691e0bf6e635fccb99c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f7a9e076b63d519b09fd7b95367418f6af49e7f0140b314ba44e5b29757c1d43_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:0d80d485b42d2c795776ffe8eecb633bc7841bd4c6905cf596af681ff6adc6f8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:5c1e0e300b6078581bb78ad772fa5eda9afc2a8207e965ea23cddd006b73d9d3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7697273b4804f02e27a176fac08c69c5d25ca171a9f7315801654f8f8bfae554_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:8d5ad04696f5c0104ffc7a20abc3be4e8a5a30477ccc38b6b88513e45bd23c3b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1262d75387e03eea83ca987d3674e6d14ba49ea770ba05c486042f99d7f45bc6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9fcaae240db53c5e839fbb036d2caa888d61f52618c1567fb3edd5f529d711f3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:a2982705dd2acf129ca74d179bbf58c40a6acefe7a2875d0cbeb7ff63dde9bad_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:d613f403b3693280059ca739a7d4ee2c1017aa7cc52626d763a36e92a5b049de_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:33298998ffd10c80a186bd5a975ccf36c5b1b87a6ca9d18186212735e8361b30_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:55148020244c9be13de9ede8ab9332ef59b5f57685925d757f86a0a5e7ca6d41_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7608d15c26926985acf8d3a97ee6cf15a459441adcdcd22d33921446ea1ad9b8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:b6bcecadc20ee8b8ae0f99203743fce2fc284e77454f319d8072f45039efb2b7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:244692765fe92b476140c9540365c7c5aeac1f58ecda1665372e00e7bf051982_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:40017d7f538a47fd861f01d3811397d3882742067b3eb3fdb830fb006b874f8a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5a110fd8242f0209433004db252fcb93fa3788032c6551c41e523b973554a1dc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5c9a3f56c3bad6e25bce86053d801d4c763e01506bdc55983904fe5552550b81_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:0177fcebb4c14747a27e7df34d85e6a2aa023639ba7bdc46ceefe2e03d9c973a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3001abe5629fddef969e5ac00936a54a28edf8a2efe60266f179a99fb644e174_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:b689e7f15f1192720ba14b1487c31128b84bf71fe76a8a868d57f8b16b8400df_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:ce4973def73a2410eb14fb44a7289989d902788083e4f9f330231525c35eb568_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:7200d5d412230b41f41e2847253fe12ebe91d061ad89429f890e9a57c6dc30f8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:7612a8fb0a5b96fdcae42d77b2f50ee89faf0a4a4a5fb972bbca06eb8efae16e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:82c2407bd46ffa6dbe371ba504b808703dfa57166fb38410f8f1e589525ed778_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a3aed0fde6e6439ef61b522ffe76946a76ec7b7e05d62631febd2981303a1b50_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5ba7b22f57236cd12e84ee8889a034d0fcd46d0b6d0a6addb178c4cc90655fbd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9c17ddc93faeb7311e9456b8131eba4ef7e0404cb2ca0d4b340c736fa1889594_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:aa60bc8b5f28c36bc293262ba449d0a9ef3ab198be0c55957cbf125b32dad600_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:dc8720ba1fceefa64fc5b4843c2654e21149575037b2bc9694f81c35c3e6a0d8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:91fe16d9d21935c2803b80abb6cc08e7e29858c35ea3c9352c09026f30eb23bd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:b26b16c7301095cddc5b1a6e821d4d6866a61dfd5dc241f3bbbdb8bf131557e0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:f34364281012ad9004deefb732565f7688e00c7a4beea4d4eaf1c59e5d978da7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:fe961290f422bd4e452be78be988645c1d4bed3b557c0fb5d96598777a3525d2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:1cdfcad2b7567c775ec8e7842a22b3c300d5d236298b14a9ce8456bb814c8090_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:5f6a25d79b559c95415d440153147edef224fb0a3575577a37ae4cc9d36e1c21_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:864c2c90f45829b971fed76e449a055486ab7a0abfe73cb5b9c2deaf9393f6d1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f7da4189d91ce0becf795c19ae2fe89a4fc4e3e26e6bd86bae15d939a24c9c78_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5b9d3efe712019e598015edd0e8335cd1bd3dfd5e32f6ad6ecc7e5f071706c0d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7ef239fb07781ee5f830c14ea9caeae51647bec94fcfaf513307359dde580d82_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b0648bd8b379c9e16341e4abd49ee6885fd3f3edbaab16dcf4e2f2d9f7ecc911_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ee81b5aa43a6c05822113497f15879be2531836a9d2bd86b9d7fbcb4bd57efeb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:30eec5ed1deab4367faedfe27910bf03da00f9fbdc67614d410f77e6e6d4f900_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:9d94dc41b6e09ae4cccfb98f9943a4fd51a8e054ff88a1325c20be97795c95b2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:9de0003282a68bea6351487c9e51d763def77f4f3dbbe3d3ffac7e57152189af_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d4cc63c24f43d0101c97663ff4978c345cfe4c8be254de8e6569100329f13888_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:3ae1e077ccb1bf56edc166263146435bd8585c0c946b03bf3bf09f580b20030b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:42192f80c641889c32d250b2a15fbecdb70b13821bf282b1cf12f2abc361e59c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:58b00e83916956a8a0db1c25fe71b86d0214f2891a0cf53ea0927cf75a0241da_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cc1f06c96cbe69265830dd6e14a678a277e3051a35eba2901d94779daa13eedf_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e66c79a1b7ab31f3b2337d3cbbd064d1c9e099bdf0a37cfd63549866317455f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5467fdeb0e0c06a8273099190451b4aa9d670264c8799a1f3f490015a01dc6e9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8e6a7e386bd3fb9f2b77ff22503bffb19cc3e30de5c5ddb1f89b7623f209776a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:d619b6d2f2a7407096eccad753fdce3d1200c3a0dfcd9df3f1aeffd5765af0c9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:10677357921a67cee54424877f8eddb0c082e9489ed32037dbc0d6f2945efc89_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2048a8f47fb1cc1f625668f123737a89b858a1cf3ddff9c51bf8f2fa46ad648d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:b493d91516a6491a13d8812b53771a43207f6fafd92749845846910720817f8e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e0a276c78ac7a1cc3187ba91b3447570cf17b1163843cfc52d5189c5a7be42eb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:522ff011e745c1724215cb6866afe007fa981bfc63481cc77985aea0fc4bc71c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:72e3d4fad7e1771878239abe971e326405360657062ccc3b6b8cd489e3821e95_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:db117dd1958c2222ae483b96393098a84a4c17e489943165c56e880de6b1ddfd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e9fb7cb935ce6ebee48673b362a32b4ec91d5236976a37e68df3f95957ce19ed_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7616531c5340ad508e044aee9b1b0dd074b90d731ad29f869512459f465736b6_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b00217822a504632d068cb93b0d80e4df0a51449e5344dfcf4c9cd1eb868c7bc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:bb7595fa3af01c37dd11db61c2eb0473955a5a85bbb50563afd8a2d9601a7c50_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e0dc58f00104b4e0c207e71268512c681c2fa56fb9cfb2d8f1d7351e15fc99aa_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:1ce5feefefe9c294d226e236c44b40799bb56b232eb14ecdfcb5738dd5032de3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5826760e44856a35c47fae78b7b4e09092f27dae467d5cb4237d306f80f35d19_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:94d7a578aae316c93c3cc2f9bbb92385b75f149a47bf714fa285a6796aaffaf4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ceeac2fac475617df1c29e04ce9944f7decb8057394b04225a918ea3d9da652e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5c6ff4ae62abcc80833eb9442fbb807bd1827ed626bcb3e9982866808c2b6e42_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:77dce8283cc522f83c1b1120d7d013b52781d02a8943e9468de316574683c124_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7e473acc672efd514176277880b50f43420aaee331afe004481135bacb15a312_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a60942a84d5b9be38f6a02e5b0d2b09299f4214671a38ae2a09d425e892d40d0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:638eef31efee3ea27da6753ee33a2de792929795b28ebee820914964ab34b0bd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:6e0b568985833fc8a1cb3dc015a999491a11ddc4e7a4c345db25f9d7ca60a425_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7914967342ac6809f9551e6de351e2732ac6a18f056544b07217d78e13993613_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ab196367ac8711c62318706e57cb30a5d92202f0f5b06cf3999e889f8b5dfa28_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:717d0ebe635649f3a34910702d7df4903f91a6c5d8c26e2f7b6c601d9ad613d8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:d00d3920c3a59c60e8ebef3ac5fae392cc2e92b6c6aac59e32dec0a34dcdb287_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:d9aedbe752dd09b297fb880992609342c0a13be5a0cef89ae93a78a621d3d5d5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ddd6cc904b4b2aefb2ef1229b4259faeeaac569305be4b6195752abd13a733b8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2bd838b4b1cfd652f7037dc52c6c20df7654ff01f20c251fee821b091f1cb6a5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:37c6113eaaa615132968955aa6c12406f49100b811760d700abf5370c7bd87eb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:59f7fb73b6f73d81bf93a3e211ff8c372c1b2ae934638a328a1181e3f33a1043_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:91aa51164ab93bb710a13eb682c3c6c094b7f1bb9f05bfe78ec60e3d96f0185a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:0258c167e2cfdfa4cb954bc88c0d38e2e895e40eb387489b62e94d82862617a4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5046998d55b2427d374c352c71c6d315bcdcdc3dcc7cfe4a6a78a66d311e3d71_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:a4cb98293b71c4524c5de8a7bc04564f4fb2c07f69b8cc2862fc41e2a9fa8090_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b03a96af51f900ce4a8561f9227feb436f2de44985500b95adcaba3c0fdb6cbe_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4829803254af7a62a2b340a71fe5677d9ec482c1db24181d0467fe6257d0a1dc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:5d61e93fe664552b6d28286f15b8d2646170f02089fb28c0bc4a75cff86e3bcb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:8cc5a4ed4d449bc7261faa4c44b2fb98433797a280f2d6e22b1669816b29851d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f99ec5cf7e351a36c65c9a723c304bba218f652cfde09d0e98325a5ba701b61e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:966d76d48ef02c048be5927903c47be56da91ecb50f11f4442a8cde889daf541_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e168aa9cca899b8b9e327f1204cedbc68ab96eccacdf57729cb77e78eb8dab15_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e8aa5dc44ad4701638fd82c234d74f4aacb72aa4d1c827a4873280a42324f564_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:fe36acca99b3417f4f07d55a94985bd676ad8c58ca00e02cdae3e9b8deed1123_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:527edd4670167e09af8009e6ae19f53313c36e157e8e3b8c84c36c74cbc3a7cf_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:7c5c21bffbf45377b1864ff4820310c926addeb20c2dbca1beb1e861a666628a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b4391723a7cff5d2ad88faec42df8e04b7f260a485293e0d8e3bd71933c89751_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e26a2571e8cee47675ba19646f1319ba8331f2fe8f86c783530891d7f76382df_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:14b030caac26fe629896b22feafea14c01577bb495777c2e3ffcac8f83d4b85a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:19036226480cd192adc527b3f76787b61f651629ead8e60d56e525634a69f197_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3cc4b7a280daff53f288a2dfba294ffc26bc56e20e96971882edd21414ad94e0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a7ac9531fed74b996f1b21c1815553cd65d3ca7cd1abd1dfddc4d08ec6040de0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:14dd2bab3e689286be62b927fc836c063a4231e12473489dbd9cad5dd003cf6b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:1b3cb429f7612ba20ef98bb85d19c1aeba3e74a4028fca975c6484dfb5eabdcc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:90508dfe8e85e5125e5a0e8061e42265e4d83ed30c25e1ac604747f14441ce00_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c029d412e945ca17539876dbcf3a1b2943f7593a4e767ca6fe78f45f85a22f5d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9c519de2d648b67a9e0935a717acb3585720984db702196861844656c9b6e377_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9e0db475cc0ae822862bc46979cbab96b92cfccebcbd22811337980f63129d8a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d27a0cb5ff1cad05ee9e7e1808810069db8fa7f73b1d7154253cfc20672409ee_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:df6ba3d4aab29aa0aaf5764522b07e1cc5abd7312fcdbc520afecaa93b90c517_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:4a54536580eb59b264dc608a8fa0279c161a003b0311130a8a7bd87e5e1d7913_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:565b67693a907b77c733c7cf1c9bf75275908d7639620241d4db59aa441b21f0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:9e5e3ea7007beaac8a3a292fbe2c93f6d75691fa854f284450b964d2ef9e84ed_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ea6b2ab2fb23302f41b66f3f24f153ac4fcddffb408ac53a92638547fcff3511_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:337c7f682047b0aa5e6e40b685e5a0fa70d8d713caa6871010e71cddfadf75f7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:4aabff1812e36ca01b46324d4118c9f9bbfa5545dc3f1db6df5868c565566f73_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c1f162808f71d323c337fe422ede5f5445cdb129f510184ca647ab259e07a20d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c5ca5e4c2251be770ba80b21d5e9fa34889c959e8df8bc1bd0e920a219caecce_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:21000531491e67e0745a8798f2a9a65673ec864cf7ff2c66de3e24ed60a68219_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:4827e2fba1a10e3a2abfc904cd298121d9cccfe4afeaae93b26559d8a76c7dfb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:c15757b0281507cfee9c86c6a9453c571ada915b9073168ff1a43987a0c89ee4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d55638691d63fed30b0092213358fcc0018345235e58aa6fea758dbcccbc2ba3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1f7e578b252a8eb6be49252904042c549676d02e6a0518963af26b0d603e3a04_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:7339e3f5b83dab5576a5bdc6ed6f1ed7ae31a0b770b344258518c12c896655f7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:9fda0b0769d58fd2106edb682fa5f9d9d1b0818ab269d251b2e327dbe32f92d1_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:bb8377deff75b8adb45c81c7abc0d6ca947f6f7b72b33f1ca58b399a412faa1c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2c7bbfc511f97bee3f843ba001d51ce3d5cccaf8839e938c7de2da2af2206aae_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2d59785cd3d14570718813ee141a6660ef661ed614d1ecfa3055f20528d80115_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:afb5944df3113e11ffe7fdba71c1ab1ac2e8801d44676ae26be02622876117e1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:f67a6e2f10b6f2d007254202bc2612be19aebb0b837b30f30d915f3a7d1683f7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:28d6530d32ce5358215d0dd9d3097122367224a0b24e9be39b26ad9963aa46ab_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2fa7a2be99cb0defc5b4ecc61fa33e5a34a25ce133ae5802c0e8c90936f30922_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:e778e794ff239b0c563fa58aaa3c5075792271c8b2f8643a9f10ba2709c9b5ef_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:e9091fe10d20f46026ccf5041aaa66ccfc64dfe0cf040920e67b2d4246435815_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:40b04761a4b68fd9fb847282d2f20f412c72b07636cffe3231a68b77d406d027_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:641c412f4f68b5057b4fe1e277086ccd8df79fd0f99c8982de64a6d0b6f5f6db_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:7f18da5abc4762d0fc14ccd6696bc4dbe13322f108130e054f7d0029dd302120_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a0de926332d3ec30b2fe3bb25bfa39b0dc95a59d7a11d289e755346621a60d21_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0c641d7cc569225624d900f44ed85805934d5ca168a2c67ee2bb5a02da4db1ee_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:63f0c9805b661a79e19ec2bd43b7c2380cdd2c0e2acb63f7467b9f277a0a4129_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:86b511fa05476f8d643a2b45fb796e52d9202999d97f1b6a83308f046d609589_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:95ffecf0d27f3d745cd44687f03dbc5359ca5581fbf1047c42bb3be40ad1fa29_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:3cf1c832fd2d8e8c16de247482998bd057d8d9f8ca76d535811d325f07283cb5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:967e6af165f7a42c249c5d4feb3f887b72ff1b46596317388dba932110d5ed27_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9cef5b53d0ec8c23c177e371af9fdf2a5f507d112a9e34c76ef9a747cae67631_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:aaae02dc7cfae7ba686c202807c2d527710a3ec47bdd1b1c46743874c5fe58c2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:52466c176afa92ca627c169f9221e8ae7d160af7a2746cd9cb4a0a3e64817e45_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:91267a502fc66ca4802628b1e433b5358de67e30f53875c5b7b9871a65df036f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d1c4f0dd1db409d2914ee39ce2047eb0462ef87d598fc77e547fb296067f0a20_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:f2448776eaecd105d9deeaf19f769784f86e607e0200cf0cc7186bfa98094127_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:1c31195c707acf08a3ee88f91830e4d24df5a8c791d45a25ce2b6c5acd9e6e04_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:28b9b9941169ee65c18d4a5807377c7b094f6c642e7117c127e27774dcf23aec_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:9ca6bee84e42a44fa926368962eecd2c3d6158ed4b9230e9d3d0774874625240_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c10fec1af6366728c07a0daa6f2e6155a46947f846387d26a2a89777c09a9032_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:76d6028c0c843de4b3c0f197eba1fadf6efbe11fd0dc2e27da8808457704b429_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:b91b2537aa737d1c13ab22e44e0ca463dc738ac48c613d052172fcbddf36ddc8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:5d50a676cbb58b319ed83ec42920d8a02c4050308a04b44d706d3f40572b4b7b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ef051049b62962ae0a577c4619440439e12891d0333f29e7bf96a633825f4a82_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:603c85c5076603fb5c008bf9e099664175726696d4c5392fdf784591a38d27bd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:86876a862b58c838623e6b6eb889e614f92e2c864480b15f9f73c064f0fe1146_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:39361a6b6ab8267fd1d31c739671892ee9724ab6161912617920f20c10ac3762_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:9625263527c82621befdca63468d66501af95074e1047c7fe59e66d9aa56848b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:a80c47da0a776c92ef3b38f7997876996e6b46b431e86d82303236ba2a1fb5ed_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:bae43551cde2c709e21e7111fe1fa60a9150e4fd7ff67be8d6d8142600e53633_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:1420bbb33b8d7a5b6f6c3de8ce4743134bbe00f37f4c59749cb825ee23b418e1_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:331dcdcc9e74cc8da63ba586ec7ffdce89bbe207b762622d8dc3db7253890cc9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:5d3c54c6507da727e4a1351196cd8cf8e8d7a96f0dbabfdb7b07f28b92933808_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:c573f0d5309301089992714e20201f384b3e910266e36431eda6630848cd0c69_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:0adf8769b11a8cc11a5c7ee61e4653817a42be7f6216ee7fbd82aaa4be5ecd67_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:77c676faf2ee63b2c5d8aa307fcea6fea990fab420d38c1cd4abdd182c30356e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:cfd286249d1a839ce282b76dac9e593b738008f5f6d8480fca5f1b1953240902_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:ef63686a9c24d95cb35b77b46c1f35ae2cd3c6c5aafbee03fcaedd408e2e5784_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4cd7f99109e528c98946ca89aa748c8499c033e184bdc462b3b1742b59cfc46f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6f335e31477a687764688f382113421148510c6de56569e1e0975e63c6ea9f81_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:91a7471795cdce93ea422b1e62252ccff5f984ff97d1fa2cf6fc732a771d1ff6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:e42d614021674babe7988c3c1197df4da5eaa4c3734ab6c7cff9825f96c7ae6c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:371d2c0bee96d1a36c493d214bb5107e05cf7c92c72e361a333973c8ebbe49b4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6d0eae11780b86e59d90cc744390fbccd8b42d13bd540cb9292a30b19fb095eb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:7067c040e835dab708456e23987832bf6a2fd0bfdd5e0ce592d6af625bee274c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:da9c15237228288aaf1d716db77585afcf033e4c6ee836601df1d7339661e21f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:6837ff55eb1efc95ef5b3323bfa63c069029503833b6ccecebe450cd2c054ada_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:9dcd9ba0b3b837ad31eb1ef97d7d0548309e42e47ad7707b95a2eaaca8ce78c8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b5b150556bef4a6c1eeb0a96fb191addbf8c6928ed70ed57c44e89b34ee02a03_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:fe817971610b692a8a2e0ba694ee7701b7cc8da422c5174e9b50d9c04d7bef88_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1f119240417462c4d8ea21f350fb93734bf41b562b53bd45997cb55b2ed6bc20_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3e21f0fa1889eb9f45f941a130602823f8c0d5a33a08b66133b5d5cc6dbeccca_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:80f092391fc386c15535f4fecd2d16b5dab0c36187b50278d6894ede1b177db0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:af8d05412fce7dd28ecd3e43e9bf7dd4b24dd259fd3c95ad75e8a8106f829c80_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:44235e1864454e6f6506e7aba1349452d6966ad821a3cf0864189cfc1e4e3eac_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:650af304f90eb7c13a01b0d1c75253ed6eb2e9205527675267cfe66a94a44c2f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bc9a024371adadee6933b28af46bd4cf1ef0934ebb70b5922b2d02a76d2704e1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d2a4f998f0dd38f15d88e9a7fa95bd71857d38bee59187ccd37b81489237c496_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:14aff997615ef055124db30bfa46b60a7cac24311fdebd2454fb8f5d9935f97f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:1a146e67a815641b2021f7f7f3424cc307a2ba9a23c0331435736dcca1fad7df_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b037fd3c9213c9a3294fea19f52538f2ee73fa292ccd2f0570e6c7f68273799d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:dbf91b34f08921aa48c4a685fa0e20bb52887958b92e129de482b05b5e841268_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:1138bb4a1e02331f81286a5130f931b99fc5da9812426928711290faa47986b3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:77ca7db52809679a28a12c689573c932da660c47a18237500936cc1e1285a73e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9a0634b080e2f468ffed06b70398671d23440fb8c2ab9123a8fa984edade5293_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:edd30c86a660c90e7209f7b6584cb310c777350e507a626943b43dad7c5fb037_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:07356217307c735fe7d5d17f9a238e76cd3a3b5e1c92f965d9dae10bb0c18a9f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:1e866737824e1a455f61e63af2b72dbaf4ce1c29702d268699942971570ef4b2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:1f04d891ad59020a77fd84c1b442b669c965c16884ca74764e7757e9f4ac5286_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:27b92ef8394480cb9971777c224935403519a7d496ec52bddcc24821c9d088b0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:154bc68572bff172152cb8e6ca56e386dd0683470884f6f7c544cd364263c892_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:4b75a6b187a4c0c9afc015049a256e6282cf320363c54c450a3f95e9ca9c22a3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:7513f7402077be92ff42f1956f37cea9e17edcbd0ce98509d8c5cb00f0fda793_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:d1336b188ff78822ba10496f42b2a6d168dd1c70212fcd7a51d2379c1dd71776_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:087d522537f04da6d1ce5621bd2aa60d595e024671a68abe412afd74a38e4c71_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:269f4c94ac2759cbc669cc53ed149f3d2b41bbbb9e5b7f38206e420b7b2b5c04_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7d607ccd1e0f170b2cfe9d2a6a2081075cd52316ea590fdf20c7eace3b348bfd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:f926972d3affab6f67cd82f67a09adf338da8c2f4fcaa62ecf33ea72e146e534_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:29aef7f9137d4c3ab09227264171f7d75098f62ae331f144e634fd05610ac471_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:3f7278be0143a02635b7f1fd97726682e5e2952138ce39248e19f3fd95f43ed7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:cafce4db5fd8f3f9c079c03346a8440a93c19c7ccadd796d0ad6ef66ada5ffd9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e56025cbf0150a1537e16f6651f3f1c40e3d5e125b2fa19db4bcb27d9844a62c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:04692d8b0c4278fe31b9a4c46d02133271e129f2e7bb6e0ded4dd404cf130cc2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:46fa06b7a0192dc7c3cf7e381f1ef3b4dc7b87a2a5c91505049c49cf4e456a3d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:63613b3f8b7a2d2ef58d3d5914c64eb7f4d21f6dea8f77346e02263aa5e6135a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ae601d9f18f45cbb4ded3bd2ddd83dba2e99b92d88e1c3613184af87f9a7a80e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:27ebc371aa163d733b887ef8bbdde4805dadbb6be6638f0618b4258ed9f8b05e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:3c17214fa451ad495d69d3702016ea8ef7a7445dd18950abded683f347514057_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:827d784dc11371d40bdc621474d61167065bc44fbebf2bc765a010bfaf952e0c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:45f0687e50c303a9970b6d5206eaeaec30141826bd398a9eb6f48ac98c5fa43b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:7183f7097e9e25d05fe57d7c55a26f68993acc9441a9b28d46b6fc7778bb7774_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:e71130250738b69b62f2c5f2d8d1101c634c9984b8b7647405fab4c33be11b9f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:110a149c567c0e4f94902bcd3f8326d8f0cee6f228b29ead637a59446f7b965c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:26d8ce7b55b5afc03cbd8d77e1412dd049bfaf6a6063876a638ed8f256c9ccb9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:c7ae49160f9cafc41bdc7e060337c15a1c37b61fe8be7379f46e1596fdf747cb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:553da682d87c302e73ceecb23def3aa5a2ebac4b99ab950eb591af937666b1ef_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:9f41c1d6d30eb2dad6d99e99cb297266611c303fb34b1b4409618948cc7fe12c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:eec2a0b0693062e7a1958c7b4133b7e5605e474c7bb286c393b5b3e21cc810aa_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:35ebc5195a624c44715be8d163d6982903e5ff2e7be80aa460bcfc1d5a4ccc75_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:45cd606919d4963166b02919061a6b59f1749b298be7ba6bd5e1e37a64ec2691_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:a9c333760706bb11c7c9faeae183721b5295c7b0e34995cf461d8377ce0f4f9d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c75474dcead17964346c51d6577129192e14d234cdb7d84087143e831bbab59e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1221e6b06f4a2cd5a869cf0b7cfec48461ad9a9cc3ce0a4bab191fa94368546f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:3d867b42ac8dcd48b294c69dc7a452376d11211eb91a27cb9885085f43b4ecdb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:44aa14e26d7f58ba5b3f67b3ece13bc317cb5b9f8553b60719be4df122701b63_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:df22fc0ec3ff553f96fac5c0fb69174ab9a251c7cbf3894d146d8d7aee6c6b5d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:493f421e1f134779851388138e0d629fad1fa1545ceb556af0a5b37deea7200f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:9f54afbe0f6f58849846360ce629ae1ff322271fd06d2779e3fef47414fa6fbe_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b51a5d72d7b5d8335886c69a1074c5d496a588a669f336967ae8051b60b62c79_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e0907802be41dad3b8887b80e0e5acd6805d45d93d7b103fd8d6a45da5334329_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:66e8ff25c5e4a6c5bc3c4d59d8c5ab4a4bf1c04cf93936fa1ef44582d372ef23_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6c8af767e2cb464a36bd75dc8c82d1930159a91d7952eb78fec8bad3a84adfb3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:e2a2a23dc15304233aa251543ad5d0764461b33f04758f196fe87e8be14b5e6f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:e47640e0e71ed4a92926a7500eb307f21034b39b34f095cadbdd5a0dce795561_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:96e77ade5cf30676ffdbe4139982340a0c7598e11f1d432f17a4c80d7bf0ad86_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:fb9f181d1c455e3b00e53e61b897a3738109158d083bbe188754414c6aa07e4f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:04606de228672d1a67f076965e3d7ea468ccf176850a7cb638554ff66bb8f728_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:4ebe7b31281f57b51820e3f8797706fb0cc9711ff7c0c429d3cc62cc675ae911_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:cb5f5a8dc90ff44c4a9a244707f69e143cb8aae90f508cb326a729cef17b466e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:2222d8bd0d49413ddbb5ce815e9ffcd72931da48a408c16c6592394787766d0e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:337b8663d131ebcdb897d1d4403136d03993061edfc0ef9f1784c8f3dc4d7984_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:dd2ea0f95852ffcfb8411e2cea59877027dd3ee75f044a488e012ca871a24809_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ea809991bcb600e5275ab62fbd921dfea84e034705d5db8f524218b8d9b7211f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:2fe3758432f33222b589ae3efbdd3c9ed2c656e088315e310be0b5764b3f3899_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:66c98117263e3600c6047acede32fd070e120642df0387d8dae0ac3ef6c6b6d5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8c30253d3aff1f5c4c807da2937ba99c6712927aababb2b69292e2c8a1340246_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:9ae4a5d2d3314daebcdade90c7ea1f42f58238aa85b5cccb0b3e127f4e403626_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:91ecb22bec85293b669875c91f22a51efc9cb371640faba3044868f87585b7f4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:c54d91156df452ce6784f07e6a5fbc72918ef30636d0bb5da6d9c5f11921458f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:c754cae62bc2195133ad20803f900eb322beb5830e9d10bd952a3a3924ce40cd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:dc7dcf68d8ab40000d428f1ad0348805ec857b9597b29c2ce7988c5fa5901e41_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:34c6a7978a9e9fdd1adec81d2c9f668ef9f7bfe114e71be6dba4e274e8c1a66f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:c3d7a8e8d3f2f18eb4067557f7b0f08637fb092656a673baf2073f1e1c58797c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:f4ee66129d917c69d067c75953561b72d3a3d80fd00a1aa20f1f49ec1960d7de_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:f8770c71023f38b7f7de41123ae12bde62b918ad7805c6d597f4f84a9c9af47d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:07b03e81bbd5db08143e93e6c3aa8fe2384ccf9b0a4801edf507695c46411f42_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:19e531349169f9a476ce6ed0a21b2bc5c1b8c357fc4c006667a006ce3792ef00_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:421e859502fe42d78d0785ed920094ba12bd7341af4893a24fc7061ead7524a9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:57fb409b3aa6e60945b5b06f993e0c11e8e1b9019304c296bd00789579eda9e4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:1af4f57d6e5fe736100c3129c4b9c226bf3c35519de72b72800aa187c2537d2b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:ab1bc1598a5b84d9ae77938e112960f83cace92255a342fd016709d2d9751a9d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:33b50ba656686e49101f62377587175d2a26c9b2407a31f821b28dc5673d3815_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5b7dc8a57aaaacbabf632648c584d658a3091eeea3e945443d5d86c24f583d76_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:8e883bb3d483e309c0ae908e94b798b63a1acbabd0525af964ff16666966c6e4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:f03ccdc240fbe0db2ca0a16dce6c280e1fb02eb56443dbdf1503dd5f203ced66_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:73a4a76b2eb8bd66bfbf1a8e067107bc7f27463ebd78806c04443d87db3fc030_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:a10cbcc3937209e0c9e2e96e16632cd9c8cb4f6a2ad9a87f8825959e73d86aa3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:31028cf6380dd6f9d42e57d14faee186ca88cf7aad8ac510c8b7b44cdb00410d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:3fe7b68c25026fed3e3973bfc078c41f84aaf2e7f3b19266ad871d86cf50116b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:b2c317fb6724449e50bf9f781c0655bc4351090d6176ceca459417f3962145b6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:bda49ba0203d57b0b6413253ed1dc68ef4c51d33b2cb5b37dcafe28643f03baf_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:288b1b934ddfed4305a99d37ac099e1562c629f505488878230b4c67924bed2d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:50775936849e1d26637a48d327a93bfc6bf254f3d266a1a2fa2860106bfd85d0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:530059cd82a547dcc66dbefd3e98306620cd6c9f5d5a3af81961bc15eaf07b61_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f7630a14b2a27211ba37f97647a5a91542006d9311f9fca6e22581518053e7d3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:2e04976b305144f2b852339c00637a0bde2490fc6ce5673cbbc44ae4f2cdfecc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a1fd59992a5e1a6471f82032bbb3bad43b6ced1857a0c6daa7af86c4fbe5546a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a45ed9f8a4658b982b2f104e042e080a73ce6892abe42670b8d4922d31a8f567_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d56c0ff61b1f6d62a7efbeac76af95d478c95dfb1e303dc30d1c49f635d5363d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:514e470c91716a8fdc68adb6d3c751727c51578a738982c753f97342463b6ce1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:670bbfae8f8a7f7d6a86732795ab1186fa96742fcf821bba0c9d341dda66eff5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b88bf27c87aa820d8fed4120662cfbcfd47b2e4bb2a3dd5bb9b2083d97a24817_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:e640dd19e7ce4dc642b322ba78e6883fce5ef56beda6f615cac5f159d495d794_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1d6ff2bc31f24beff71db677b4f095d056188db1e423b866ee7355bd9a53a0db_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3eb3cfe151384c3537ec523738297d7192a23be26f96c5e563f436b0a36223dd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:a7eacbf364ba770d4d1ac053f7184b914a450fba3f39dbd08dbf76f6ddc42767_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c6767e49ad0dace3cba3b76cecbdb823d625ef4f26f72ddb9bbb6dd1ce26568f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:67058e5388cc7b459c18989396c864607466385cbe54053f58373167a09e0f8a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:7ab7591f7d42f256a79bb6d8c03d7268145f05c70b6134b95d7aa22f7daf7ff7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:be0b31aee69409243b2026a3bfe8bcf52ba65dca9024f173fb66cf81082736b8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:da12708a87b187e471f4053853c29db1edddd733f1b00738e47dd4c8ed95ec45_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3c0ec9152f6c713a38ee73e20ec93bfaac18af2adf9a58ca1b339e9b541932f1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:711fa572af02cac1f809db279713b9255f13b5e7d3fd08f4a109ce9b58e6233b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e1a75bcc315f27bb12840c17f1fa7daba452d174dbf5b68c00ee50eb5c43ae1a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:fb0035f0c471b4e563b7240508b2cd637b80253a32b473e5ea92c8937561e907_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:0aacca87a77e995033d79fe50d84d3f787e7bf47360f3edcff7e132f27d9b9af_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:38b5d9d8df2e4e6bef48355860b72f3e621315ccc0ac0c92c26938dc451e80f4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:463ec8d43c2b245e3366c65845115bd5e6ad8a4aac3cb388c52cf68952dd73ef_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b1fed06b81f9e7616fa4618bb9d4ddc558368d3d5cce82d28abc4315ca7a6b6c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:12f99bcff45e25e4cb5a375421939cf9b2ce09771f559088b68f4fcc616e1eca_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:d0f6c253fe9a783fba6af17cc3e676a3ec03107c1b83ac1d05aa2461272cb394_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:231fa87769ef80e16ebf0d33891797890d2420aace34f5fb5453b4efbe1c4461_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:d384b1a73e3462328245eeedc34ecb7a3068fa650c48a08363a08c5751ee4b8b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:5591aa5d0b5435c9e793a67e55e0703b3c299278cb1ff864424cd5f512b07ff0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:76196acb0beb6bb21d0a5ea719848dfcd485a3d5925bad2d1e5c9dd05cb9756b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:b6252a4bf45603d23a8c0ede3e4476c03b1684bf8812c654e16d0e6db9c3970a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:12e8fd889a9e3ee2b3e06f3cad86d4f670dfa4a9b14d21aaafe59f0d27fd82a7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2d6b4deadccc7a8c7254435869d5efc4e2a6c5d3562bb25bfc41d79e7c6ac76f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:3fade7400e8f130d346195b631dcca3652d5f6dc99213a8cfbc4de54bae2b907_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a85253948f28b34e4efe0296277fd4e636d2b66c7096ab8269b1695e8f297567_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0441b80a944ecb61e874430b224503609565638f79019e63da36668359b98def_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:ae4d73e42dd30385dd9828808aeb17b2438ec79479b6c1bc8c4972ca223595b5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:df171cc337509bcfecaafbe819265a1f31a31b6f323ca84a00a0b1f9cacd0c1b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:f06e1c713c2aa045e3ec30c0791c5d07ea1d52a0edc1ad15e4ba38a813ad08d0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:062dbfaf50125b8aff2abff92c3f9bc9c6346544ecb12259c538254f0451cb70_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:8d91e3a678a33808519a3013e0de265ee21232756ab6ad3a0ab38d7c216e2574_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a569ce5848ee3f1518f6340bd8869899b3e7e30f5e99267240b83c598b65358f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ef5bb63f2462316580a37f706ee6e4d08d4f7ebedbe315c88014cbf8da8d990a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:3953bba8a0e193949da3686b8ae403b386d039e69e745adb32ef9a458ce86d4a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:bca4209d291e2ecd99a33e675ef6a4a1f891f5835aecd9db5def891e8858cb57_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:ce0e2d54894f99758a87cb5005df4bb048ce33885286ce60682c8ca53cac5691_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e2eee7c9f42630d9392778fdf7032eabd00fb9b1176ba9d7d70d362384fbdba3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:612453e7cae95711dc81b6186ec5b66a31e13bf700fc7a69c547cf2c29885f31_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:78afb6c2e10b6e0f134284f3a0f2e69e35108c747cf814141e8692d6dcffcfe9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8120cd97f5d132d44d0d5cc89bd6ebe95f54dd5396b95e24c0785f2da7a218a5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a3f5114b88435d4289ab4db746cddde86c5349e122ddc7a9a6bedf8243061aa7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:3d31d3dbe6a3d31485fc696c364e524276d2855de93b8958797e06ab80ce0e07_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:44f10762c94b229c4f291c8fda5dce4875e5c52fb47c084e8f0306e585ad183c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:52b833b0ec58c2d6e127f0836bac1fb4f06dd409af46b599318cd05b3669c86f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:bef060c7eea469b7a2d8546a72d48ed915f19d78feb5b46388c3a53d18bb3cd9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:0226ab75dd1f78a79837574edbd8891939d29f65a0c69aef6705652e1d9abbb7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:28cc0b2dc11a594e37adb13b69918a9b0950db446c8378f22851fb8bd5d9810d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a5e117242969e18575ca6288d45851bce04e1a33238f56e91cf7d6ddfde2b914_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:dcdc6e7f8dec17833f7a8eac41dfc5618b392bdbf19298391fe86bf6fae4c3d3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5573465b3a791a45c65ad948825190ac534071364a6e43f91328c2a3a83c50d4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:6cd7b5d92dd000c615e2ac345d48d975eca8a6ac278b7a0336c9b888fbdc1f3d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7503e162a225152b31b13cc8a5589dd7d2b2b58be528a7ef717d666d5fb812c7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9cd8ba1a9c9e497bedc72709a3b383ba611f9500beba0be89584a0802287c48d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7aabc04c4fd7bef952f28d3399bd5d96f337c6ae2bdcb6b7b3bb4aa8e8a75c09_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a9c63e370596ba73519f84a292284b85112897df031bbc81d220e73862bf6e6e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:af1fc89d1ad4ec2846a8badd08329d895c80f384014f7c1e2f8725343a8002bc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f0f6b6aa0f9da61031d5aa640e120c9041195b20c14c4ddd32060435b1679151_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:134bf1eb95ac163465096cf1a0a6ebbc564aa528fa0aedfea3c6f6e94eb52cd2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7dbeb87ecd76017e7ca52613a6be8ef86b6063fe414671b138d3ef2c4db70b5a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:9433784dab95516e28d33d34ad567139b8a1e91029e9c1036501082827da8eae_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d1c7f835ec6658ff38da50b0bfe7b8e5a27a72e2e8c0884e7d8f4cd1c1809c9e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3e7c0ff0f6b7329db5109266f0a4c707d2087b86e109a7deb82d5448f1f20993_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5ec2a44bc231ce23e9118abf864923cc9014d44a26e3b97acc87c0b8a9287cd8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:84997e3f4dd37e21aa58a0a1abe84ab72253497cde528a3c92c16d108834e635_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fde4e67273baeb81dff439a6d7a2ad894d891c23bc5c55d7e05ea466c00cad05_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:08ac14224dfc8461a140ea3cf9af0692c9aa01ab29c5ce7665f7d07377710f34_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:23e14f35c2707061375a6dcc5e077efb7e8306db828f6d0810d8ebf85d064ce1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b4d3e8cca17975734956d07bfc7117b55f9a6656a5a73d799f53f419e2fcf254_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b98f1102a8f483df5e9495aaf35b2f8489c9b496bb0f25a028c86dabcf59ea5d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:8c7a0d8ce53c2dc1c5f4e8bfb8c7a6b861a1b498c80d01d0497be7440ef1bfb1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:a119b8f2c0fd835027de170a95bbcf3b227696bb932378a25d03faeffde0b81b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:eb7cb8f4e5a06ba636e2c56c92e40dbe02968cdcc061798492da5913cfae6376_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:f64cd5767a79f00b106ee51678bdf08039a6bc0e3cbd2f812454429b3acdd919_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:238c94eec839de9599a612369fa67110c68713abe49eb92a41b3e17b5288e2f0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:574cb32a847343d30fa4b157434ea0214d017256d78c4b9766f0dcf2de5aa307_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:a04386b642a39795682299b81f714092ad6a6b0ede0794e738007a2de5eca328_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:c79b9a36db7dd35140b3f91a74c07eb14455a155ee1dd2839b065b92bccc20b3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:665ef8e6b43dad423393ed7b0587b4674d6dde8d544f66d722424d9b245ece72_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:99cf39468b18f60e1157c1eb36bdc70360b30be80fb7399a90ae980ae80dc9e3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:a9834b7c965926992a9290bdd291f63931b5ff6a3c64fc7131dd55861c941e91_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fc9fcdae29c5b5429f52d5141ba19e57e8e245d0fa4664b1dc614267b3bb214f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:5385798b3244bebebe239b7568fd7c864c6fc855aee65b6cfc234aaddbbd10cc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:de62d695a160e7398b215e88fe5ecf402338e16bcf61c380fdb9f0ad02a20bbb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:23e036b80585286c11caaba48a1693de57b0903517870945c6e6306935a2c552_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:33a9a2d696f23a173cef8c2d8a1a5e2bdf9f449c0ca8bcef1c21d0c2a23b7df2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:5240983e2e95adc541780dcffa0335ece2225ab7213a40e25e0827b4679d0f6f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:6f46b8aa4521566326b477259fb2d0523b90dfff44e91cf07894d4f1523ba04e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:cc72591786814ec43e5e79524dd3400a3c08d08ba74f03f6871a3d468b5867b1_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e504a17ab4051fd88db07424aec0d27f4c991a5af20aaaa2e898faddb09b2e7a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e526578dbfccc212089bcf557237396e58dc585a47a9b2faacfd36814eb82376_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:ea7f364cacee07760b560247d9625eb907a5821854d8dee3c4ba189d6b10103f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:714659a80491cbfc00bdbda5fb4c4927b1ef8dcad41466a7c8923a8d63efd66f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9e274021b4e1f67932d0f34a22710aeeafdf7d0b95ecb598f4059e51b047787f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c3f9814d9c373b7831f6b2229741ec37199410703f1af51d4e1309c377519413_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f055f745a30f9a3a15a0b451bfdbc27cc2b89de752a79c901361a70f3d8cfb63_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3dfa0e0157beb5a1bfcb2fdd650cc45733942e0440e1727b48551d560f3512a8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:675c674c399398b0b16974f6fd6052acc56b6ad11776f559b25657495289658b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:7834041f1a7e19a3beb0dfe4358f0e1c05b98433f38a36085dfc59cf864a740a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a95b1411c1bc92cd58839c709039091e30e48a7f42aa814b6b32f1d8b515924b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:66c2db321bd5134a1f1d5548ba48c313c738c6685b0ddd60ff93f0ea91ae6fc7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6e915a64b2fe808b835871d9bc4f3de8cee86bd9e97ab499575e102bd92185d5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:836a4a2f753b57c7af650b935418cab4c70d99f2258e1f8bc3111eb48f7c3c8c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:d18f704dc037ccf94b6b20e4b1c047ada3a84622a999dd60e25290cc122659f9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:1fb1b000ba95983e486ab9affcb1d778675d31a5b48fb078c3248b4710f92c4f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:b3747e8f7f1ad3cdce43b5d830b97a2ebaf292856468201e35a8ffdff5073e0f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:d004edb692ce99057d62d1aba4216534a456ac39f355dfbfbdf13fd2f3a33a53_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:d3fe754ae706eb2ba2cd27e157ee466dff00aa366e715e52beafc4ef1bb7a091_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:596d7154d69b1ee369c67bd54e5955a0e54fa9c17cc70f80f21e88d3a6a0e7d9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:9792c1dcd4e9a0421f976832ba0ccda917112fe0b565b7637b3c1966bce95711_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:db565201c3c294fa418788f0e76b435ddf985b49404d76cb3d2d33a081e589f1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:dbfbbb985df7ac442e7a227b30db1bbf425abce2b465d98cf1004ae8d7b592c8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2c87dce53c0920d3fbcac56c5bf8f7c70edf54f171f2db470d2a705f108fa8cb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:7e8c345f24acf26f50566626f10f3e55fdb930eb1423ecd0aaa44899cd3526e1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:982d14f339feb69b238590d9c07f6851f6495d3b46ebed8179ee62ff63844dc6_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:d85fbc8f3126e539cff1e42b2c2919b056a5fa7cfb6272fe7880af8f153c4ab3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:07de7a2753be71c0e74c47e393627f882038786d70b2009484385dcbe05fd30f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:28a6acfff26c2b2ffbe8ccca9fae11bd6a2e4a97b62b5662fd116e1468287a71_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4a4cc584bf0ac23edf6fac4ce8b91e1d1bf57ba751e2de34c51d9c87b9b6764c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:5d702d61a2a5619901778f083dbcdf797417a8a6dd547bd48c361cec353229f8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:50a323b245a43b0ab1b66a55b425ba8a137249017bd43cb630857c6457e07d4f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:706fdc719165b5f26f6a095389b0ff1795807fbdd7daf7d99d15d46ea12fdda1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:99b6d20d9fe1f8eed07149fe581d5ddaf320120081832c43f6f2bdf1375dd51a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:d28d73435c6b6f15ba5d1045b641722ef6e8e9018acca1489bdcbfe689f30723_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:138f37f3658eed71fd8dfb9019b9d2a59b3245082c5d99b0cbc391a9fcc4534a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:50677c7ecaeb624c0437186afd6125fcc4971153867867f2c61ba3985ce540a7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:81004ccdad84399e1982e6ea5d9ab2cd6fce84e2419a73cf22efe5f2bb862c2e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:cdb5ef383414f229ad352e15fa7487725b082c03b8bf9583ddfcbfc3f519c603_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:756eba43b0c56c6a9183b071f6088f4d1666548289041b1ef40e8b5332749e4e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b1a56a00a9e0f3bc5a7450d971edc3a6b91eb576a53afc8fd659f098632f5c0c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d90c9589f9c795d7d7d613154e67a18486575cbcd003941008f0269da1aafc54_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:eeca17be92c23dcb473f54f4f8da91dfa83ccba794378393310b1c03fb498f79_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:12591e228e0f32eb07590e73e0b40f47ed100d4947b41cd61938fcd8da1dfa40_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:22af173cafb30d1f19d234f2488c01bde8375d8b9f631916cfd68ff23027ce76_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2798562f6a06fc7cda2546947a1568860ced91549bccda62368e120792afee70_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:30d2f1ee74522c4fd7adf1ff382438b3e00fb7184ae58dbddf57e64fc5841ae3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:391849f7f123c1c67232aa60d75375a7e48a19aa022e5e3ae298bb0bf1eab034_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5a9904d36258f8a5597522d5c04e7a53dcf37d5e4f7d806fdee88da4d90fbb5c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ad60e1de48c60d275e0a0dc1d762dc4492791a2b509a556f6b72fffb991d3668_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:bbf8cc7fc3fe9370dd74420d09bc3d389de58130194df1abf1ef2e5f81f233a7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1d197b835810a7933db1be10d2492415e0f374f78eafba7fa5746ab472094fff_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:52681490b1b8f49f0e29afea167366ad0dc86610ae6d9eb5fc82478331777550_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:715d1e4a69cb33db7e6e9011e9b325c8d3260d8c60cbd2b65ddc2064317a81d7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:b1b9e3c0cc86e8d0df3fb817c36612f1f5ac435c3bd8c16dbae9b1f0c9ec9862_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5c5df667524143d001856ff1e142910c8e8c2dd2667250af4afdde04fb05b4ef_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:75dbde89821235df1e3162e7ee454a946bf62263f1952e894d1c4f7a6374ae8f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:d8b4ee48cee2f8a4c35ff8523b1a6b2174cbfc0e353c873ec09b7e394bfd6ed8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fe593c5b2a2e27134802d5bb7d3300f6931ca43434ba4fade620c00f9a1a50ac_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:2013de19ef16c2fefa1d6915dba0400b5d54f356234bce6978e41e7a0a318f82_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:8412dd75db281d588fbd098700033046bc6b49665101ea8b3b4a7f3f187cd280_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:abb1405f761ddcfe0d542948b161cbadbfca6286c6602f34a46b870fc469f6d3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b9ae1f8ef078a8d5cef3a4413d30cbfea4b43f086138d08387d8390eaa66ae21_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:380900bb8838db0fa658984a2865f06c17f6eea5c1cf90c84715e79ac53e03a1_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:65afd385682369d514f9ac53d0165ef0abcc55894e68a973d7f462e93dbe4495_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:80ca1adef13a5444938fae328630d47cdb914177e0b1da72d075df6b9176e29a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:acabaad0a17c5d98c2ca826eb728da08d2e46c48b0c1d8d87f9ae4fd14d9fe9a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:26bd86e888bb6cd36f1cbbe81725b4e51d6e7c84b7df102abc0513bc2ba2bdf1_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:642f05c47898ef3156e9f16f9e51c38a41bf09d0eaa78099ce295150fe3610f4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:75b2b01ac003a058579cd460a0078ebd60203b98a0fccfaf82c965717d877e53_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:806b1812e8e1339ba1ea3b289f44e6cb31ea264f8c5e38442c863ba2096f04d2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:43a984aaae56c49e4ff3a068ffd62e19490d3123b9128bdbfc3aa653104c734c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:48fd41abfe3fe87ce12c3b695fd43bc00869177adcca6127124cd14186765d69_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:572607d1ed95bb797e17a68aa418bff2e89f4762dcf9ac686343176d01df6286_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:a3cf1530bd56cd378daec6a422621f14dfdb61db01bd9e8254f7c59a0d4ea1ba_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:8b77610ce041366bb7150a315c637bf772977933af46c7ab557fda5d97907b42_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:d29a40382e43994eadfa1f692bcf0e65c3b5e1ee8d6f222ad03a917fb61deaa4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:0ded86b43fd8fc060ccb42b4a1d29050cae776d972475944b9ff5a44c045f785_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:2d406bb8f2323e3e8761c64a195126c76aa18030d4cdc4942d3d8c094327c2c0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:0a128bed921c0bc47efdadf20a4d382465d0fb3815b50036fee152b2a6638fe2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:e5a242c1b55a04cb96918227c207b2324997497a09c758deec015cba2218bd85_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:812e2ba9705c4dd3841e469e4a7613fd2ed565f4d29c2ea3e11653ac891b67da_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:f3da7495f9e12d029968d226ea1c7aab58b971be861b776970a5c16e135b872e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:0c97c506ab490fb8e75579f58fc4a8ace78b34b3650365196ad68b6f4c78e045_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:81246e8e03594bfc29125a61ff506748fc9a20d617290969b3a23a5986625b44_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:df4584c4a846e2c70dbb72fdac4ef55b8f1d9f3ea1c2f3657dcedf979df5494b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:fd22a989efa582af4d13f726034af9291db503807b991930d9caeb5a34849e89_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:1a0effd6fb54a811f4295e4022e191d33423ab441a077ff22778af9822c2ef72_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a3c96b546116624f8f2fbe220020c4f56b2b8d43b65a769f47752081d70f7b5a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:ce76c9e90761ad984861d6fb112b263341bcec2c8237adb20f5f8a0fa58959b3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f220d9bfe5f33cc9b40d7b94fcd360dcae63229e01952c4e92b81b2ea7ab7cb2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:395aeaf5d6abd849d53d71f5483f64bc053686120b55831a1899872a4e47655a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5b0cb3bd4f7d00a3a5ca83a9ae80b635920bb5b469b76d834c32c214e1c368b6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:82c1d0a2a92f70ac434d223c568178daa4ddb67e0ee58944faf381dcb977e7ed_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:b78ecaac4e21bb0cd2b9b88cd1c9286872a8c2fc09d767262533ed79fe02ae50_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:122ad766c552f98ab57c8e111574eeb5d3cf43c6401fa7ff925afee3643c524d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:4f46c1a04b18f55c1bc1914bed4691eec7e057696d73dc02a62a88fa70ed3f08_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:5637d596eccb64792f0321f58fd94633e6db63ac8f93b6da6838abe13d739044_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:bdb5e0cb32c111586b3713c0e4ed699a8a6ed953e3909ea5c052cacd63bd4174_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:305e8a3cbac65e7abcfc05ac7ad928bd233e1cf2d8a693bfa6f878752e4ca26a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:5a097c1ed9a0eb4255857cfcbf275e7bfae566f14f763145ddd30110d0e3303e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a675d9bf0f8b03dfbfe4ff1c994b79f1025a844dd75fd5bfff4329d642f271e7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ff27a6b88cf334cc6e18fc1a0dc3bd6238eee0473b5998182cdfeff267e6eb68_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:34525a3c41776686c72d0c93ac79e4b34babaa100597fb2c20c872363f374e92_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:cfb844064455d23a4f23f94938c8775ecaa6d0f04a4605579c1f59a40c256778_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d180b29f7c294c57a9b8aaa133c7e2020847b6d11220524833cf41bdd622dbd1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e1bc5455f3edc097434acb82015fa21b171ee765ec3befdf004488912993d30c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:12b5c8cb6628d52ec3a06591d138cb92c7a41e84612b2e7a72b0b76e3aaef35a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2fcc9ea828e2110729e6326d5faa4a33279ef0b5792ae24992ba1c8e07ac8ccc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:474c245eba58e9bc6bbefabe196e7cbe06a9745bbe3d26c3acc0d5d7a7578660_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:a34631bbd669dfa1a1e627fdc4c22ee12e7019804e4de6db26940fd009cac374_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:4039d53563c99c9f142961aed344baeeb6e0f99ecd69cfe253eff4a635520a57_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:968222fe445598e70aaaec54dae231a6eb5ed952417c572ded71241d5362edc9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:acc4e0a9f6415b1d7dbbc04a9b087032a44f77aa5eb4807499f409d189a46271_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:b2e3934833a67518f7911f26322517a640f25e0c5e4239ac6a80499377d89725_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:231953873f0c701eded0659ac76ac36a814f0a3cf5370fead3fed3cd780c8005_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:7a154064440141c188f5b929c5f84e7b1b9dd923c1874b8d1a52bfb3669575a0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:915e507d9384be8197d21d1bad349101d120d8841f58e56b37df45fb64de747e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:9e34e30a45e904081b5569ee95e1b80b5142f3c054b6437e51a2950b037268bb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3773514e66fa9f56fafd6c46a81b8aa2368daadc00da1d80bb782e417829e029_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:49a55d7a910c4385d9e9ec7a12b55b5329e57f4091dc2d2371155bc6b7366e00_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:5b20dd6e7f650ffaae8f5bbbc6198fad84f2917ab9a482df423b7bd153f883b4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e4a136aed0757b3aae8382cf9e8942c487730a5170fbbe374eb08b81f3ac3c2d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3f716b9b5a2a2e196357b1b612c8f6506e9c2b04dc1ddcaa705b2d1f24e719c7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:78bbebce453edc7fa3294acca573198dff588173021ad0aa3227b09b86e64697_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b1cb83f75f0aebf525f6c783a4c09cc061cf54319b2873ed73bfbe842b93f3cd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:d84792c97c6e95e21a028190bd1c5022993242a1253f155e319100f515b170ee_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:3f995eb9c52e4ad289e656945991495699b364b05f7395a79d662465bd719bcf_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:628acf2a2b41d5c4153f12c8c30ed607dd0d54a986214b8c057b8c7033679aca_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7f69466210582fda5edb2173b0d8929b5f9db872b908136d82a17b3222213453_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:cd2971350ce22496f03b2e5b43bd575af3e7131410d7d4039bf05af93f2bc55c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:21db6b5abff4f7d27b3c0f5c95bf222bf4c19606fd92aded9eb46a7a90419497_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:570a5cb8b155964bb5f480c94c8e835e373fef65ff903150bdbd862507f26592_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:684845b28b844a06d9654483064e56072727fbc55fa1b6ce64bb51867e76ca81_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8bc499da3660ecbeb741285d71c404e89ecc160a7dc431c6f7937c23e065c56c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:5bf55170028e99a3de93f9210541043e703d26ca5dfc3b4fadc45c8e42b4e73e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:93479ac1c1744ecdf76ac3be6f6e8edca7775343e3d10bc83332c35a9ee73342_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:1c6b382803e3cf34b87446c76cc5c689cb6ad6b2d77703b88bc6b5174cb1c366_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:7b8ef16e5fa47b5ac1786b7c0f86f06316d9a011bdde94d65cf865ee0f1d160e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:5bf55170028e99a3de93f9210541043e703d26ca5dfc3b4fadc45c8e42b4e73e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:93479ac1c1744ecdf76ac3be6f6e8edca7775343e3d10bc83332c35a9ee73342_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:de5972a25f67115507a8320e38c7e3cb92f62b299b37e89eb815642f5285d368_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:eefc72900bef3cba865fd95de8342ae9714aed800d96ac074761241bd27cb7ad_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0f9820759edc25fed889931debe50fe7637027b77aa126ab121591046b95aff4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:52c78c690dd2635d64291ac0738f34c26cafb0a3229527441e2ec16baac275b1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:7f38af8cc7313afde41e3790c8588a65545ab1e4fd56b8fd83c44b60efb302af_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b210e6f99ef94f7fc24f497913ea1a08d64beb6c172dc3b38c366404b287f9b0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:1dc2a5cfdb4a77f64219bb3544dcbf801ead73466a37c83f85fc608f0af1eda4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:4578893da8d9a92befbaca7780c10d7dd27f083caede4a9259030f7edd519f3d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:517ee9497a647c976786cdc72edf7e700d275810003361f73624a5d4467df1a2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:f7efba876b236fc8f9d4d48aa24d9f3b7cb6906fd46f22054a9bb52ab59e40c3_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:051b7a071f478879fafeb72cb9044f6b2cd18fa2c6483dc3c4c980a52d415d77_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:3b26f11f424cfe0088f5ddc11be2f4e4a562b95e1d89ef8afb2bd086cc31fb17_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:df40915a48e2dbf497d410c80c0d8c4241cc9e50a30731eb15b5366436f3f3d0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:f7588da590b24e9cc405bd59109d09f3046bf37305fc2e5b26da29651e82223e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:2c7a047b341265c656f0fae0ffe3d7a795567b4741bf490788ed9c81e3950501_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:4cdeffe7a8b8d3757cd7978febb6abf7790e346b7f9f7ea84c028b08a163200a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:c52088ab317b1e30a85c824e26c217d8073dcea907dc3c9502fc86aca86f5bdc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:e0495d291012c2a231d6f886ea696e09dd60d8f40e6b2f60620b773d4c42a356_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:12e290355046e5f549a8cdae7517128f87ff3f03d5f25a36b5d8a718599d239a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:74ab03d28abc171a23c493c17b5116b6a1235cf9a21b5fff2c9a1db24cea43de_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:ea4b1b706d596b1f85b08b21e0a1b63a31475e4addd288d6f0d0e94028c9980b_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:fbc7412064c5c4f6c7dcc8473da95f953534a31bbe49b21326d1b8de453da45f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:01e9215b7716e72604cb20070c22e90b3018cc8a3bb4c47ff24ad4de9e5f00dc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:0f4ba1e847fec5e9a3b63f7d154778b333643459228d41ac48959f6589957bfe_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:bad42fbb57b49339dfb5ca4dd0882d707249d74ac11a3e85f8edec2eb7505873_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:e82feeaae65417ea40580d5f3125c213e8f6b95a7921debb77221cd0adc37406_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:b077b4ca2e27e13b05c265c8acdf59c50dbd4a7a59b9d9dd4da4200a55a8e0e5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:bb31d4f6ba51c99a802448588a475bf3dffce347d33881f3da36763b5d17a5e3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:cedfbc0c49943d0050f68dea0b9c4757b27436f6dcb3ebca48470296ae722def_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:f1cf2508b6aeea813dd73746ba37eec67fb4cb6443a2d3bbd8abc0d2267c4331_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:6ad8b7e4c729b8f9bc42b2387ce3b6887610c22fed937cc07a03ec775f534584_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:8c58ad7ed30b5922d04336d01dd5cdcf35fa7d35ba40de558330932b6983efc8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:ac50cdd09950ad634eb350219a31e2ea189f8281f00d52e92811e30e50e33c55_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:cabdde4581ab4aa592167587405fff8bc310c0576b77fc65013764182bd77c09_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:38a4a2ae97d1b1e465974b97b23135e9de76252f02e725449406a3660d971a06_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:80131fcc9c8fc87d4636a5f44fbfa9e73c25b1391f95f66c3241c8ccc3083d80_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:aef6e7b6ca3416d8e360bca6cd6c7fe54b883b97e1e3b86c775ca55e76523784_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:de1a387a24f617b5543294f8af190e16e14ac5bd1d0d6ea6a10eae6d55ecb27b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:34484b1162cc151a8688ddea4f7902759d79b3d87964e6d415681bf4977857b2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:9a730cdf4a926b27d03ec1b85e0eaa9df4b2957e21f3fcc34312dde6a76bbc97_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c1799e7e4d9ce6f8f5bd944d1d9c6a0597eedd7d7c07688ab5a145c0c0884331_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:e3ce69e4555552bc0ca2294f3ae28a485e60d8a8babdf0a81f2b7ff15c41a3f5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:5a51ba21c1feddf2638c7af98299e78c5d327a63ae6f5a596473dea0c4bf180e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:afc3f7c3975c2e76752c44e88bcc1eb21c7f963eebace13680df4247ad6258aa_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:b765253cd60aec106ef28ddbfc9c1de7142f96feda2ab619c9f6ada3860417aa_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/network-tools-rhel9@sha256:e78e85a755a5ed3f6040bcbf704f4c0ccb19bfeb199a51ab5c39b71a0ab4721b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:42b1d90a454d502b4a8d58b7889897a2204897713ff2f9a9dd845f067ed59620_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c6df0952603066fbdb561a01c9bc6928d9a6a79e51b3690f265601bf0ed8ebd4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:de1e95785333a63f4a1e9cbbc7384e66f053e43af1d20d23caa9bfa29abf4ddb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:e6d477016f0e55e915bb08ae969ecffae5fe8bb0fe85c96e00b745528ebc2630_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:16c4c7b708d115a6b673a373b99b9b05336fc3166c5f0ef1b5008c335a303b42_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:76c398fe9d2591ecf28719d7a1c6b570441497c9d9a78cd376092dcdac2ea190_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:c8e36a9081b80b8073f3898a73a1a3a86022d300ba77af9b1e41331f61d7e553_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:f576a319aa6e34aac3c0cefca29c55d24ab9918462040eb4b7f27cf09f26772e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1050c9427e5eb0771922f477e0927315d4c7ebedfecbd69e676b0fc483bd96d3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:1f360616eed0043920d6e6e444319264da60f7868872fa78d0765f394f686c30_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:57e6d159ebef99b05aaee193cfe600b2a426696c4bbd20d00969c7d01e6bc25e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8883ca8959359fd84ac6c7a83571aa239796bbc5d580362aa749bfcc4b6984c7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0da6e0ca7c13fdc40d3c6a3c34b97600d2b3792b27da2b280a89fbfd3958c91b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:88da257b28d9eae361eaa27162c921ab719bb6b9235ea868526b7689ea5fe405_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:c0c576020d59eaa1f634f9ef493358f866dccfe7b2c0c635b98e8b55fefe1096_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:e9e4e241c3311afcb48829362ac92b8d934453e958dbd5a52ec9bb95e578ee91_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:1add4296afb6412eddc3ba2aed3c917b98518521d48ba41b28e8fc0f4d834cc4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7195c3636df9ed4fa22299f7c18a79bd506913e9542f4172248e346ca4c9a8d8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a84d9083cac068aa79fb3b60dc709c81092d5fb42dfbb02cc720190310cf1af8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:d9632dfd9305193a65d701b29332c9f63faee5c3f461c09a341a494ead8b0149_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:8223af98ca00442e0ef4bc945e42bd9ae21e071340453b62f0df9bcf956bcdc1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a29004cbfac099c60b1fe4a61951e9cb1b1a1bbfc40d3f28da9557213e88bd7b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:a5100bab6e8547e3b37daefdfbcc3f65ddfa4daab07a00bb0ae2c6a0fd6ae9bd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:c124c5b1412fcb6fa05e40d156973b9ab4420f936d198c14aff12712a17bd289_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:26b16263fd2624cacf58280da821edabffece2f90dc6046726ff7cf7a65a62f8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:38b3bb69d9d0a12a3fe5fca73bde60eded0809ba430ed883a8f3fd034ca0fa4a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3ff1ed635edb3f2c1df70789b5d60d90c0cab42e7720c5c91471348aa5b50003_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:a1f25c7cda4892f4ed680d4a5304d66c77f760a778f879422e000e21a6038d3c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-alibaba-cloud-controller-manager-rhel9@sha256:3083b6b6a5d5ede007301668db59a6b4d6ea93f44d04fc1142dbb457a56de06f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-alibaba-machine-controllers-rhel9@sha256:6742b1e28065f60c800aa17c9c946ba6999de6491092708554e614628b82c16a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:40f9cc27484d19d0aa5897eca6e8124d241c684a69f7d903ebde54b967c18ce7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:5d7f2f7f44e95c44b52061911b935feda57913b8d7c476827e92a201cccadf17_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:65823ce6289d3b08e6fb27c406c37092059785dc0dbc54456d2a96248aa422f7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:ca104fcefa667959c6e2d171f61b8985435b893f8fcad1a586dec476adc765ef_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:1aa07336646cb2b4e19454afa30a0723baafae5747756aa32f3acfcf85c281d7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:eb1555caf1a4e5039db7e004a3809f52c5f6046f9a8252b7d1ccbca406ae45ef_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:6fd14a5c7156ea8735e030e15e7ccdd1ffebb8966e61e3e108d524d8343d50a9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:b89a349b9b434744f27c2695394b5d4ab75aee78b92750fcac56e5bbf6db0893_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:400b8f84024b96c4631b9ae6f6ddf7c751576d1a45f61d9c3888808e44c46ac7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:dcdfff13b1d844d19b87da5a8560e3568093ffc905659a887d5d898b57f78320_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:65295e7c1760efa45dda65d95af1495f4c7a39deff7f4daa5edf2ec20ed4e548_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:8befa290e4b709440028026d45410ec5b465720163a54b5e3e957ada075e37f6_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:1c306db76f83890352446828def13888fb8d108d2c67099cc36905418d68ca64_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:c0e6842fcb7e49d71b27d665432f85dad54440e47688ea3ab0766221850e11d9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:52c71bade776eba7d86428b99e3c88ae25cc034d7442f17cdb8ad5a250a3cb20_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:d5b9cb9ae3bfb2d44fa76a3b6e55a32e05dedf72cd3b955ceda08809c55b31e7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:2d7109db2112c16f6e0b0ba625c5b0d06aa4d072654cf555a614f26b0bb13a17_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:510ccb453e8586ca7f83c97e2818253b3bb5498e38fe8cc958803199e8056700_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:2f08fff3a635aa58e280028b31733ae48da0e73801fe1bfb83b38130d59dc972_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:cab5f81a9399a9cc76c54e67d1a5aadd4fa21ae07b345658802d1074bf4ebbbe_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:82348ea9edc47ac8218c69fc3372fc21ed86788c486a6b9b699daee451a61129_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:ba7277b2b3ab3880ec5c0e7396ac443e581ebf84bca916e5d2415cc0e5cc3e61_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:5021f4f3021d59d4dd18e8118a48a88b6b32b127f1901d1b0297deb9a7a49d8e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:66968a07c5398976200a7dcdaf29ec321f9180d1b90af0dcdcfc6eefe1342577_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:0f6349ae2493677918292d26dffd70fc75511f097e3880f668381d67dff2dabe_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:ca008edfc79b808af4bf26d43aa371f0f7297d3134c8d31bd0dfd9f17505f358_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:6278171112e156c3c1f9f214cf9a35681ed63ef35f6912302df2e61592fe81f9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:b1164bb3db4e31dd5c4a002985dbd3b75e0891b43355d9b31cff9b930b990f43_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:1a1482540323009aad0144d393b13b7cd469d8221c87af2f0a90ee45a9fca9fa_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:1d5f500a2b97a095d0e4f63fca78ec1e686abed73fc75b41fbe8964790e290be_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:32b707971b69da9f3ce622f2bc4b968d06ba626e853d184d062399798dd43098_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:44e1f815318800f645f78505856879a191eb6dfb6323bc3012e262ccfa156586_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:4e04e3ee15e266b99d8e4d7517df55fa163a4a640b572a29a993be75b2db5666_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:e48dd1920b27aa2913e168199529b27f260f506a8b0adf1e1610bbed178bfd9d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:2fbaf29f4cb35d90c5f488cdb036a0065a057a1ede5a5bd549a0200512011179_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:75bef1e2aeab375ab92939162783cce5dd33a87ccb1e8b24f450f3dfba127522_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:e7ff4034d6daf4b0d205eeb701e024e1c909301f8497e8010a8fff8e4bc003be_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:fa912c0ec58260e24684439d5aa62a726dbcbc856896254f12990793493592f4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:23bca08d568a098c82311fe06249361ed63054b4242328b22d79ef5eef85b56f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:3aff920d05b90e9e159a304c33364d8203aca05f23c53b14a26a369a21ba70be_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:653a365aeb56d42582bd6cad4ffc117e63c3c167e0bae061bfb88b9d6ee2aff0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:9fb2fab42feaa165f18c5d00b5b4bb155306f4661c68410a3a4f93a68ecaec5f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:02920b5261f35ae36c47cfd6d83d526419944919421b079ffca94d81587cfcf4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:91e74ef1908bc304643b6d3ab551afb011d0ffa86df90a237218ad4e685b2c04_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b09e3ace2bc72dfe6d047b4470112b0d8ea9eed4b0c8901703a840ddebe3027d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:be9a85aa855ce139b27b635afdda6a2dd2e13502887fdc8e0d86abd3b3b58580_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:3d591d0e9ed1ed48d0b2a1a29db01145af85b48208810660bb2893b639b56b30_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:c05fedf0b059cba3880e343765edd593a55421f164d6f3495d52da2c8ef30f30_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:cd2567248bb53b122c0410beb364d29b2754bb23e928fcf9d30b384c9a7a560b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:d37304df7ec9250a4a119ff4bb6176b98ee223b6b4cafe76d8b8d5b0f8f93c8a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:08b5cc886a41832c9d4916aa21cf44df44ad4566c340e0436cdf14f8d3e6e73f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:2d2e7df24eead48d09ca23ea657bed41c70c61d957b9c006ab669572cfd9fc68_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:9d835a6fe4375adf7474f50ade01d2c05e9551f94e200691e0bf6e635fccb99c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:f7a9e076b63d519b09fd7b95367418f6af49e7f0140b314ba44e5b29757c1d43_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:0d80d485b42d2c795776ffe8eecb633bc7841bd4c6905cf596af681ff6adc6f8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:5c1e0e300b6078581bb78ad772fa5eda9afc2a8207e965ea23cddd006b73d9d3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:7697273b4804f02e27a176fac08c69c5d25ca171a9f7315801654f8f8bfae554_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:8d5ad04696f5c0104ffc7a20abc3be4e8a5a30477ccc38b6b88513e45bd23c3b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1262d75387e03eea83ca987d3674e6d14ba49ea770ba05c486042f99d7f45bc6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:9fcaae240db53c5e839fbb036d2caa888d61f52618c1567fb3edd5f529d711f3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:a2982705dd2acf129ca74d179bbf58c40a6acefe7a2875d0cbeb7ff63dde9bad_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:d613f403b3693280059ca739a7d4ee2c1017aa7cc52626d763a36e92a5b049de_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:33298998ffd10c80a186bd5a975ccf36c5b1b87a6ca9d18186212735e8361b30_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:55148020244c9be13de9ede8ab9332ef59b5f57685925d757f86a0a5e7ca6d41_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:7608d15c26926985acf8d3a97ee6cf15a459441adcdcd22d33921446ea1ad9b8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:b6bcecadc20ee8b8ae0f99203743fce2fc284e77454f319d8072f45039efb2b7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:244692765fe92b476140c9540365c7c5aeac1f58ecda1665372e00e7bf051982_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:40017d7f538a47fd861f01d3811397d3882742067b3eb3fdb830fb006b874f8a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5a110fd8242f0209433004db252fcb93fa3788032c6551c41e523b973554a1dc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5c9a3f56c3bad6e25bce86053d801d4c763e01506bdc55983904fe5552550b81_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:0177fcebb4c14747a27e7df34d85e6a2aa023639ba7bdc46ceefe2e03d9c973a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:3001abe5629fddef969e5ac00936a54a28edf8a2efe60266f179a99fb644e174_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:b689e7f15f1192720ba14b1487c31128b84bf71fe76a8a868d57f8b16b8400df_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:ce4973def73a2410eb14fb44a7289989d902788083e4f9f330231525c35eb568_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:7200d5d412230b41f41e2847253fe12ebe91d061ad89429f890e9a57c6dc30f8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:7612a8fb0a5b96fdcae42d77b2f50ee89faf0a4a4a5fb972bbca06eb8efae16e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:82c2407bd46ffa6dbe371ba504b808703dfa57166fb38410f8f1e589525ed778_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:a3aed0fde6e6439ef61b522ffe76946a76ec7b7e05d62631febd2981303a1b50_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:5ba7b22f57236cd12e84ee8889a034d0fcd46d0b6d0a6addb178c4cc90655fbd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:9c17ddc93faeb7311e9456b8131eba4ef7e0404cb2ca0d4b340c736fa1889594_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:aa60bc8b5f28c36bc293262ba449d0a9ef3ab198be0c55957cbf125b32dad600_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:dc8720ba1fceefa64fc5b4843c2654e21149575037b2bc9694f81c35c3e6a0d8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:91fe16d9d21935c2803b80abb6cc08e7e29858c35ea3c9352c09026f30eb23bd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:b26b16c7301095cddc5b1a6e821d4d6866a61dfd5dc241f3bbbdb8bf131557e0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:f34364281012ad9004deefb732565f7688e00c7a4beea4d4eaf1c59e5d978da7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:fe961290f422bd4e452be78be988645c1d4bed3b557c0fb5d96598777a3525d2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:1cdfcad2b7567c775ec8e7842a22b3c300d5d236298b14a9ce8456bb814c8090_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:5f6a25d79b559c95415d440153147edef224fb0a3575577a37ae4cc9d36e1c21_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:864c2c90f45829b971fed76e449a055486ab7a0abfe73cb5b9c2deaf9393f6d1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:f7da4189d91ce0becf795c19ae2fe89a4fc4e3e26e6bd86bae15d939a24c9c78_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:5b9d3efe712019e598015edd0e8335cd1bd3dfd5e32f6ad6ecc7e5f071706c0d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7ef239fb07781ee5f830c14ea9caeae51647bec94fcfaf513307359dde580d82_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:b0648bd8b379c9e16341e4abd49ee6885fd3f3edbaab16dcf4e2f2d9f7ecc911_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:ee81b5aa43a6c05822113497f15879be2531836a9d2bd86b9d7fbcb4bd57efeb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:30eec5ed1deab4367faedfe27910bf03da00f9fbdc67614d410f77e6e6d4f900_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:9d94dc41b6e09ae4cccfb98f9943a4fd51a8e054ff88a1325c20be97795c95b2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:9de0003282a68bea6351487c9e51d763def77f4f3dbbe3d3ffac7e57152189af_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:d4cc63c24f43d0101c97663ff4978c345cfe4c8be254de8e6569100329f13888_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:3ae1e077ccb1bf56edc166263146435bd8585c0c946b03bf3bf09f580b20030b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:42192f80c641889c32d250b2a15fbecdb70b13821bf282b1cf12f2abc361e59c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:58b00e83916956a8a0db1c25fe71b86d0214f2891a0cf53ea0927cf75a0241da_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:cc1f06c96cbe69265830dd6e14a678a277e3051a35eba2901d94779daa13eedf_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:4e66c79a1b7ab31f3b2337d3cbbd064d1c9e099bdf0a37cfd63549866317455f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5467fdeb0e0c06a8273099190451b4aa9d670264c8799a1f3f490015a01dc6e9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:8e6a7e386bd3fb9f2b77ff22503bffb19cc3e30de5c5ddb1f89b7623f209776a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:d619b6d2f2a7407096eccad753fdce3d1200c3a0dfcd9df3f1aeffd5765af0c9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:10677357921a67cee54424877f8eddb0c082e9489ed32037dbc0d6f2945efc89_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:2048a8f47fb1cc1f625668f123737a89b858a1cf3ddff9c51bf8f2fa46ad648d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:b493d91516a6491a13d8812b53771a43207f6fafd92749845846910720817f8e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:e0a276c78ac7a1cc3187ba91b3447570cf17b1163843cfc52d5189c5a7be42eb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:522ff011e745c1724215cb6866afe007fa981bfc63481cc77985aea0fc4bc71c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:72e3d4fad7e1771878239abe971e326405360657062ccc3b6b8cd489e3821e95_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:db117dd1958c2222ae483b96393098a84a4c17e489943165c56e880de6b1ddfd_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e9fb7cb935ce6ebee48673b362a32b4ec91d5236976a37e68df3f95957ce19ed_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:7616531c5340ad508e044aee9b1b0dd074b90d731ad29f869512459f465736b6_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:b00217822a504632d068cb93b0d80e4df0a51449e5344dfcf4c9cd1eb868c7bc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:bb7595fa3af01c37dd11db61c2eb0473955a5a85bbb50563afd8a2d9601a7c50_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e0dc58f00104b4e0c207e71268512c681c2fa56fb9cfb2d8f1d7351e15fc99aa_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:1ce5feefefe9c294d226e236c44b40799bb56b232eb14ecdfcb5738dd5032de3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:5826760e44856a35c47fae78b7b4e09092f27dae467d5cb4237d306f80f35d19_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:94d7a578aae316c93c3cc2f9bbb92385b75f149a47bf714fa285a6796aaffaf4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ceeac2fac475617df1c29e04ce9944f7decb8057394b04225a918ea3d9da652e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:5c6ff4ae62abcc80833eb9442fbb807bd1827ed626bcb3e9982866808c2b6e42_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:77dce8283cc522f83c1b1120d7d013b52781d02a8943e9468de316574683c124_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:7e473acc672efd514176277880b50f43420aaee331afe004481135bacb15a312_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:a60942a84d5b9be38f6a02e5b0d2b09299f4214671a38ae2a09d425e892d40d0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:638eef31efee3ea27da6753ee33a2de792929795b28ebee820914964ab34b0bd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:6e0b568985833fc8a1cb3dc015a999491a11ddc4e7a4c345db25f9d7ca60a425_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7914967342ac6809f9551e6de351e2732ac6a18f056544b07217d78e13993613_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:ab196367ac8711c62318706e57cb30a5d92202f0f5b06cf3999e889f8b5dfa28_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:717d0ebe635649f3a34910702d7df4903f91a6c5d8c26e2f7b6c601d9ad613d8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:d00d3920c3a59c60e8ebef3ac5fae392cc2e92b6c6aac59e32dec0a34dcdb287_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:d9aedbe752dd09b297fb880992609342c0a13be5a0cef89ae93a78a621d3d5d5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:ddd6cc904b4b2aefb2ef1229b4259faeeaac569305be4b6195752abd13a733b8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:2bd838b4b1cfd652f7037dc52c6c20df7654ff01f20c251fee821b091f1cb6a5_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:37c6113eaaa615132968955aa6c12406f49100b811760d700abf5370c7bd87eb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:59f7fb73b6f73d81bf93a3e211ff8c372c1b2ae934638a328a1181e3f33a1043_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:91aa51164ab93bb710a13eb682c3c6c094b7f1bb9f05bfe78ec60e3d96f0185a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:0258c167e2cfdfa4cb954bc88c0d38e2e895e40eb387489b62e94d82862617a4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:5046998d55b2427d374c352c71c6d315bcdcdc3dcc7cfe4a6a78a66d311e3d71_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:a4cb98293b71c4524c5de8a7bc04564f4fb2c07f69b8cc2862fc41e2a9fa8090_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:b03a96af51f900ce4a8561f9227feb436f2de44985500b95adcaba3c0fdb6cbe_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:4829803254af7a62a2b340a71fe5677d9ec482c1db24181d0467fe6257d0a1dc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:5d61e93fe664552b6d28286f15b8d2646170f02089fb28c0bc4a75cff86e3bcb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:8cc5a4ed4d449bc7261faa4c44b2fb98433797a280f2d6e22b1669816b29851d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:f99ec5cf7e351a36c65c9a723c304bba218f652cfde09d0e98325a5ba701b61e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:966d76d48ef02c048be5927903c47be56da91ecb50f11f4442a8cde889daf541_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e168aa9cca899b8b9e327f1204cedbc68ab96eccacdf57729cb77e78eb8dab15_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:e8aa5dc44ad4701638fd82c234d74f4aacb72aa4d1c827a4873280a42324f564_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:fe36acca99b3417f4f07d55a94985bd676ad8c58ca00e02cdae3e9b8deed1123_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:527edd4670167e09af8009e6ae19f53313c36e157e8e3b8c84c36c74cbc3a7cf_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:7c5c21bffbf45377b1864ff4820310c926addeb20c2dbca1beb1e861a666628a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:b4391723a7cff5d2ad88faec42df8e04b7f260a485293e0d8e3bd71933c89751_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:e26a2571e8cee47675ba19646f1319ba8331f2fe8f86c783530891d7f76382df_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:14b030caac26fe629896b22feafea14c01577bb495777c2e3ffcac8f83d4b85a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:19036226480cd192adc527b3f76787b61f651629ead8e60d56e525634a69f197_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:3cc4b7a280daff53f288a2dfba294ffc26bc56e20e96971882edd21414ad94e0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:a7ac9531fed74b996f1b21c1815553cd65d3ca7cd1abd1dfddc4d08ec6040de0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:14dd2bab3e689286be62b927fc836c063a4231e12473489dbd9cad5dd003cf6b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:1b3cb429f7612ba20ef98bb85d19c1aeba3e74a4028fca975c6484dfb5eabdcc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:90508dfe8e85e5125e5a0e8061e42265e4d83ed30c25e1ac604747f14441ce00_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:c029d412e945ca17539876dbcf3a1b2943f7593a4e767ca6fe78f45f85a22f5d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9c519de2d648b67a9e0935a717acb3585720984db702196861844656c9b6e377_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:9e0db475cc0ae822862bc46979cbab96b92cfccebcbd22811337980f63129d8a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:d27a0cb5ff1cad05ee9e7e1808810069db8fa7f73b1d7154253cfc20672409ee_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:df6ba3d4aab29aa0aaf5764522b07e1cc5abd7312fcdbc520afecaa93b90c517_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:4a54536580eb59b264dc608a8fa0279c161a003b0311130a8a7bd87e5e1d7913_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:565b67693a907b77c733c7cf1c9bf75275908d7639620241d4db59aa441b21f0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:9e5e3ea7007beaac8a3a292fbe2c93f6d75691fa854f284450b964d2ef9e84ed_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:ea6b2ab2fb23302f41b66f3f24f153ac4fcddffb408ac53a92638547fcff3511_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:337c7f682047b0aa5e6e40b685e5a0fa70d8d713caa6871010e71cddfadf75f7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:4aabff1812e36ca01b46324d4118c9f9bbfa5545dc3f1db6df5868c565566f73_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c1f162808f71d323c337fe422ede5f5445cdb129f510184ca647ab259e07a20d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:c5ca5e4c2251be770ba80b21d5e9fa34889c959e8df8bc1bd0e920a219caecce_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:21000531491e67e0745a8798f2a9a65673ec864cf7ff2c66de3e24ed60a68219_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:4827e2fba1a10e3a2abfc904cd298121d9cccfe4afeaae93b26559d8a76c7dfb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:c15757b0281507cfee9c86c6a9453c571ada915b9073168ff1a43987a0c89ee4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:d55638691d63fed30b0092213358fcc0018345235e58aa6fea758dbcccbc2ba3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1f7e578b252a8eb6be49252904042c549676d02e6a0518963af26b0d603e3a04_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:7339e3f5b83dab5576a5bdc6ed6f1ed7ae31a0b770b344258518c12c896655f7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:9fda0b0769d58fd2106edb682fa5f9d9d1b0818ab269d251b2e327dbe32f92d1_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:bb8377deff75b8adb45c81c7abc0d6ca947f6f7b72b33f1ca58b399a412faa1c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2c7bbfc511f97bee3f843ba001d51ce3d5cccaf8839e938c7de2da2af2206aae_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:2d59785cd3d14570718813ee141a6660ef661ed614d1ecfa3055f20528d80115_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:afb5944df3113e11ffe7fdba71c1ab1ac2e8801d44676ae26be02622876117e1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:f67a6e2f10b6f2d007254202bc2612be19aebb0b837b30f30d915f3a7d1683f7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:28d6530d32ce5358215d0dd9d3097122367224a0b24e9be39b26ad9963aa46ab_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:2fa7a2be99cb0defc5b4ecc61fa33e5a34a25ce133ae5802c0e8c90936f30922_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:e778e794ff239b0c563fa58aaa3c5075792271c8b2f8643a9f10ba2709c9b5ef_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:e9091fe10d20f46026ccf5041aaa66ccfc64dfe0cf040920e67b2d4246435815_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:40b04761a4b68fd9fb847282d2f20f412c72b07636cffe3231a68b77d406d027_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:641c412f4f68b5057b4fe1e277086ccd8df79fd0f99c8982de64a6d0b6f5f6db_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:7f18da5abc4762d0fc14ccd6696bc4dbe13322f108130e054f7d0029dd302120_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:a0de926332d3ec30b2fe3bb25bfa39b0dc95a59d7a11d289e755346621a60d21_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:0c641d7cc569225624d900f44ed85805934d5ca168a2c67ee2bb5a02da4db1ee_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:63f0c9805b661a79e19ec2bd43b7c2380cdd2c0e2acb63f7467b9f277a0a4129_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:86b511fa05476f8d643a2b45fb796e52d9202999d97f1b6a83308f046d609589_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:95ffecf0d27f3d745cd44687f03dbc5359ca5581fbf1047c42bb3be40ad1fa29_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:3cf1c832fd2d8e8c16de247482998bd057d8d9f8ca76d535811d325f07283cb5_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:967e6af165f7a42c249c5d4feb3f887b72ff1b46596317388dba932110d5ed27_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:9cef5b53d0ec8c23c177e371af9fdf2a5f507d112a9e34c76ef9a747cae67631_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-console-rhel9@sha256:aaae02dc7cfae7ba686c202807c2d527710a3ec47bdd1b1c46743874c5fe58c2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:52466c176afa92ca627c169f9221e8ae7d160af7a2746cd9cb4a0a3e64817e45_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:91267a502fc66ca4802628b1e433b5358de67e30f53875c5b7b9871a65df036f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:d1c4f0dd1db409d2914ee39ce2047eb0462ef87d598fc77e547fb296067f0a20_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:f2448776eaecd105d9deeaf19f769784f86e607e0200cf0cc7186bfa98094127_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:1c31195c707acf08a3ee88f91830e4d24df5a8c791d45a25ce2b6c5acd9e6e04_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:28b9b9941169ee65c18d4a5807377c7b094f6c642e7117c127e27774dcf23aec_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:9ca6bee84e42a44fa926368962eecd2c3d6158ed4b9230e9d3d0774874625240_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:c10fec1af6366728c07a0daa6f2e6155a46947f846387d26a2a89777c09a9032_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:76d6028c0c843de4b3c0f197eba1fadf6efbe11fd0dc2e27da8808457704b429_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:b91b2537aa737d1c13ab22e44e0ca463dc738ac48c613d052172fcbddf36ddc8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:5d50a676cbb58b319ed83ec42920d8a02c4050308a04b44d706d3f40572b4b7b_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:ef051049b62962ae0a577c4619440439e12891d0333f29e7bf96a633825f4a82_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:603c85c5076603fb5c008bf9e099664175726696d4c5392fdf784591a38d27bd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:86876a862b58c838623e6b6eb889e614f92e2c864480b15f9f73c064f0fe1146_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:39361a6b6ab8267fd1d31c739671892ee9724ab6161912617920f20c10ac3762_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:9625263527c82621befdca63468d66501af95074e1047c7fe59e66d9aa56848b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:a80c47da0a776c92ef3b38f7997876996e6b46b431e86d82303236ba2a1fb5ed_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:bae43551cde2c709e21e7111fe1fa60a9150e4fd7ff67be8d6d8142600e53633_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:1420bbb33b8d7a5b6f6c3de8ce4743134bbe00f37f4c59749cb825ee23b418e1_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:331dcdcc9e74cc8da63ba586ec7ffdce89bbe207b762622d8dc3db7253890cc9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:5d3c54c6507da727e4a1351196cd8cf8e8d7a96f0dbabfdb7b07f28b92933808_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:c573f0d5309301089992714e20201f384b3e910266e36431eda6630848cd0c69_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:0adf8769b11a8cc11a5c7ee61e4653817a42be7f6216ee7fbd82aaa4be5ecd67_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:77c676faf2ee63b2c5d8aa307fcea6fea990fab420d38c1cd4abdd182c30356e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:cfd286249d1a839ce282b76dac9e593b738008f5f6d8480fca5f1b1953240902_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:ef63686a9c24d95cb35b77b46c1f35ae2cd3c6c5aafbee03fcaedd408e2e5784_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:4cd7f99109e528c98946ca89aa748c8499c033e184bdc462b3b1742b59cfc46f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:6f335e31477a687764688f382113421148510c6de56569e1e0975e63c6ea9f81_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:91a7471795cdce93ea422b1e62252ccff5f984ff97d1fa2cf6fc732a771d1ff6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:e42d614021674babe7988c3c1197df4da5eaa4c3734ab6c7cff9825f96c7ae6c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:371d2c0bee96d1a36c493d214bb5107e05cf7c92c72e361a333973c8ebbe49b4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:6d0eae11780b86e59d90cc744390fbccd8b42d13bd540cb9292a30b19fb095eb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:7067c040e835dab708456e23987832bf6a2fd0bfdd5e0ce592d6af625bee274c_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:da9c15237228288aaf1d716db77585afcf033e4c6ee836601df1d7339661e21f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:6837ff55eb1efc95ef5b3323bfa63c069029503833b6ccecebe450cd2c054ada_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:9dcd9ba0b3b837ad31eb1ef97d7d0548309e42e47ad7707b95a2eaaca8ce78c8_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:b5b150556bef4a6c1eeb0a96fb191addbf8c6928ed70ed57c44e89b34ee02a03_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:fe817971610b692a8a2e0ba694ee7701b7cc8da422c5174e9b50d9c04d7bef88_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:1f119240417462c4d8ea21f350fb93734bf41b562b53bd45997cb55b2ed6bc20_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:3e21f0fa1889eb9f45f941a130602823f8c0d5a33a08b66133b5d5cc6dbeccca_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:80f092391fc386c15535f4fecd2d16b5dab0c36187b50278d6894ede1b177db0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:af8d05412fce7dd28ecd3e43e9bf7dd4b24dd259fd3c95ad75e8a8106f829c80_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:44235e1864454e6f6506e7aba1349452d6966ad821a3cf0864189cfc1e4e3eac_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:650af304f90eb7c13a01b0d1c75253ed6eb2e9205527675267cfe66a94a44c2f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bc9a024371adadee6933b28af46bd4cf1ef0934ebb70b5922b2d02a76d2704e1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:d2a4f998f0dd38f15d88e9a7fa95bd71857d38bee59187ccd37b81489237c496_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:14aff997615ef055124db30bfa46b60a7cac24311fdebd2454fb8f5d9935f97f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:1a146e67a815641b2021f7f7f3424cc307a2ba9a23c0331435736dcca1fad7df_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b037fd3c9213c9a3294fea19f52538f2ee73fa292ccd2f0570e6c7f68273799d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:dbf91b34f08921aa48c4a685fa0e20bb52887958b92e129de482b05b5e841268_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:1138bb4a1e02331f81286a5130f931b99fc5da9812426928711290faa47986b3_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:77ca7db52809679a28a12c689573c932da660c47a18237500936cc1e1285a73e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:9a0634b080e2f468ffed06b70398671d23440fb8c2ab9123a8fa984edade5293_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:edd30c86a660c90e7209f7b6584cb310c777350e507a626943b43dad7c5fb037_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:07356217307c735fe7d5d17f9a238e76cd3a3b5e1c92f965d9dae10bb0c18a9f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:1e866737824e1a455f61e63af2b72dbaf4ce1c29702d268699942971570ef4b2_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:1f04d891ad59020a77fd84c1b442b669c965c16884ca74764e7757e9f4ac5286_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:27b92ef8394480cb9971777c224935403519a7d496ec52bddcc24821c9d088b0_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:154bc68572bff172152cb8e6ca56e386dd0683470884f6f7c544cd364263c892_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:4b75a6b187a4c0c9afc015049a256e6282cf320363c54c450a3f95e9ca9c22a3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:7513f7402077be92ff42f1956f37cea9e17edcbd0ce98509d8c5cb00f0fda793_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:d1336b188ff78822ba10496f42b2a6d168dd1c70212fcd7a51d2379c1dd71776_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:087d522537f04da6d1ce5621bd2aa60d595e024671a68abe412afd74a38e4c71_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:269f4c94ac2759cbc669cc53ed149f3d2b41bbbb9e5b7f38206e420b7b2b5c04_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:7d607ccd1e0f170b2cfe9d2a6a2081075cd52316ea590fdf20c7eace3b348bfd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:f926972d3affab6f67cd82f67a09adf338da8c2f4fcaa62ecf33ea72e146e534_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:29aef7f9137d4c3ab09227264171f7d75098f62ae331f144e634fd05610ac471_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:3f7278be0143a02635b7f1fd97726682e5e2952138ce39248e19f3fd95f43ed7_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:cafce4db5fd8f3f9c079c03346a8440a93c19c7ccadd796d0ad6ef66ada5ffd9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:e56025cbf0150a1537e16f6651f3f1c40e3d5e125b2fa19db4bcb27d9844a62c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:04692d8b0c4278fe31b9a4c46d02133271e129f2e7bb6e0ded4dd404cf130cc2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:46fa06b7a0192dc7c3cf7e381f1ef3b4dc7b87a2a5c91505049c49cf4e456a3d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:63613b3f8b7a2d2ef58d3d5914c64eb7f4d21f6dea8f77346e02263aa5e6135a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:ae601d9f18f45cbb4ded3bd2ddd83dba2e99b92d88e1c3613184af87f9a7a80e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:27ebc371aa163d733b887ef8bbdde4805dadbb6be6638f0618b4258ed9f8b05e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:3c17214fa451ad495d69d3702016ea8ef7a7445dd18950abded683f347514057_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:827d784dc11371d40bdc621474d61167065bc44fbebf2bc765a010bfaf952e0c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:45f0687e50c303a9970b6d5206eaeaec30141826bd398a9eb6f48ac98c5fa43b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:7183f7097e9e25d05fe57d7c55a26f68993acc9441a9b28d46b6fc7778bb7774_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:e71130250738b69b62f2c5f2d8d1101c634c9984b8b7647405fab4c33be11b9f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:110a149c567c0e4f94902bcd3f8326d8f0cee6f228b29ead637a59446f7b965c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:26d8ce7b55b5afc03cbd8d77e1412dd049bfaf6a6063876a638ed8f256c9ccb9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:c7ae49160f9cafc41bdc7e060337c15a1c37b61fe8be7379f46e1596fdf747cb_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:553da682d87c302e73ceecb23def3aa5a2ebac4b99ab950eb591af937666b1ef_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:9f41c1d6d30eb2dad6d99e99cb297266611c303fb34b1b4409618948cc7fe12c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:eec2a0b0693062e7a1958c7b4133b7e5605e474c7bb286c393b5b3e21cc810aa_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:35ebc5195a624c44715be8d163d6982903e5ff2e7be80aa460bcfc1d5a4ccc75_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:45cd606919d4963166b02919061a6b59f1749b298be7ba6bd5e1e37a64ec2691_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:a9c333760706bb11c7c9faeae183721b5295c7b0e34995cf461d8377ce0f4f9d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:c75474dcead17964346c51d6577129192e14d234cdb7d84087143e831bbab59e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1221e6b06f4a2cd5a869cf0b7cfec48461ad9a9cc3ce0a4bab191fa94368546f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:3d867b42ac8dcd48b294c69dc7a452376d11211eb91a27cb9885085f43b4ecdb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:44aa14e26d7f58ba5b3f67b3ece13bc317cb5b9f8553b60719be4df122701b63_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:df22fc0ec3ff553f96fac5c0fb69174ab9a251c7cbf3894d146d8d7aee6c6b5d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:493f421e1f134779851388138e0d629fad1fa1545ceb556af0a5b37deea7200f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:9f54afbe0f6f58849846360ce629ae1ff322271fd06d2779e3fef47414fa6fbe_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:b51a5d72d7b5d8335886c69a1074c5d496a588a669f336967ae8051b60b62c79_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:e0907802be41dad3b8887b80e0e5acd6805d45d93d7b103fd8d6a45da5334329_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:66e8ff25c5e4a6c5bc3c4d59d8c5ab4a4bf1c04cf93936fa1ef44582d372ef23_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:6c8af767e2cb464a36bd75dc8c82d1930159a91d7952eb78fec8bad3a84adfb3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:e2a2a23dc15304233aa251543ad5d0764461b33f04758f196fe87e8be14b5e6f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:e47640e0e71ed4a92926a7500eb307f21034b39b34f095cadbdd5a0dce795561_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:96e77ade5cf30676ffdbe4139982340a0c7598e11f1d432f17a4c80d7bf0ad86_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:fb9f181d1c455e3b00e53e61b897a3738109158d083bbe188754414c6aa07e4f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:04606de228672d1a67f076965e3d7ea468ccf176850a7cb638554ff66bb8f728_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:4ebe7b31281f57b51820e3f8797706fb0cc9711ff7c0c429d3cc62cc675ae911_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:cb5f5a8dc90ff44c4a9a244707f69e143cb8aae90f508cb326a729cef17b466e_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:2222d8bd0d49413ddbb5ce815e9ffcd72931da48a408c16c6592394787766d0e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:337b8663d131ebcdb897d1d4403136d03993061edfc0ef9f1784c8f3dc4d7984_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:dd2ea0f95852ffcfb8411e2cea59877027dd3ee75f044a488e012ca871a24809_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ea809991bcb600e5275ab62fbd921dfea84e034705d5db8f524218b8d9b7211f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:2fe3758432f33222b589ae3efbdd3c9ed2c656e088315e310be0b5764b3f3899_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:66c98117263e3600c6047acede32fd070e120642df0387d8dae0ac3ef6c6b6d5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:8c30253d3aff1f5c4c807da2937ba99c6712927aababb2b69292e2c8a1340246_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:9ae4a5d2d3314daebcdade90c7ea1f42f58238aa85b5cccb0b3e127f4e403626_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:91ecb22bec85293b669875c91f22a51efc9cb371640faba3044868f87585b7f4_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:c54d91156df452ce6784f07e6a5fbc72918ef30636d0bb5da6d9c5f11921458f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:c754cae62bc2195133ad20803f900eb322beb5830e9d10bd952a3a3924ce40cd_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:dc7dcf68d8ab40000d428f1ad0348805ec857b9597b29c2ce7988c5fa5901e41_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:34c6a7978a9e9fdd1adec81d2c9f668ef9f7bfe114e71be6dba4e274e8c1a66f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:c3d7a8e8d3f2f18eb4067557f7b0f08637fb092656a673baf2073f1e1c58797c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:f4ee66129d917c69d067c75953561b72d3a3d80fd00a1aa20f1f49ec1960d7de_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:f8770c71023f38b7f7de41123ae12bde62b918ad7805c6d597f4f84a9c9af47d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:07b03e81bbd5db08143e93e6c3aa8fe2384ccf9b0a4801edf507695c46411f42_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:19e531349169f9a476ce6ed0a21b2bc5c1b8c357fc4c006667a006ce3792ef00_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:421e859502fe42d78d0785ed920094ba12bd7341af4893a24fc7061ead7524a9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:57fb409b3aa6e60945b5b06f993e0c11e8e1b9019304c296bd00789579eda9e4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:1af4f57d6e5fe736100c3129c4b9c226bf3c35519de72b72800aa187c2537d2b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:ab1bc1598a5b84d9ae77938e112960f83cace92255a342fd016709d2d9751a9d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:33b50ba656686e49101f62377587175d2a26c9b2407a31f821b28dc5673d3815_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:5b7dc8a57aaaacbabf632648c584d658a3091eeea3e945443d5d86c24f583d76_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:8e883bb3d483e309c0ae908e94b798b63a1acbabd0525af964ff16666966c6e4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:f03ccdc240fbe0db2ca0a16dce6c280e1fb02eb56443dbdf1503dd5f203ced66_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:73a4a76b2eb8bd66bfbf1a8e067107bc7f27463ebd78806c04443d87db3fc030_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:a10cbcc3937209e0c9e2e96e16632cd9c8cb4f6a2ad9a87f8825959e73d86aa3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:31028cf6380dd6f9d42e57d14faee186ca88cf7aad8ac510c8b7b44cdb00410d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:3fe7b68c25026fed3e3973bfc078c41f84aaf2e7f3b19266ad871d86cf50116b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:b2c317fb6724449e50bf9f781c0655bc4351090d6176ceca459417f3962145b6_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-k8s-prometheus-adapter-rhel9@sha256:bda49ba0203d57b0b6413253ed1dc68ef4c51d33b2cb5b37dcafe28643f03baf_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:288b1b934ddfed4305a99d37ac099e1562c629f505488878230b4c67924bed2d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:50775936849e1d26637a48d327a93bfc6bf254f3d266a1a2fa2860106bfd85d0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:530059cd82a547dcc66dbefd3e98306620cd6c9f5d5a3af81961bc15eaf07b61_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:f7630a14b2a27211ba37f97647a5a91542006d9311f9fca6e22581518053e7d3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:2e04976b305144f2b852339c00637a0bde2490fc6ce5673cbbc44ae4f2cdfecc_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a1fd59992a5e1a6471f82032bbb3bad43b6ced1857a0c6daa7af86c4fbe5546a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:a45ed9f8a4658b982b2f104e042e080a73ce6892abe42670b8d4922d31a8f567_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:d56c0ff61b1f6d62a7efbeac76af95d478c95dfb1e303dc30d1c49f635d5363d_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:514e470c91716a8fdc68adb6d3c751727c51578a738982c753f97342463b6ce1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:670bbfae8f8a7f7d6a86732795ab1186fa96742fcf821bba0c9d341dda66eff5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:b88bf27c87aa820d8fed4120662cfbcfd47b2e4bb2a3dd5bb9b2083d97a24817_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:e640dd19e7ce4dc642b322ba78e6883fce5ef56beda6f615cac5f159d495d794_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:1d6ff2bc31f24beff71db677b4f095d056188db1e423b866ee7355bd9a53a0db_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:3eb3cfe151384c3537ec523738297d7192a23be26f96c5e563f436b0a36223dd_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:a7eacbf364ba770d4d1ac053f7184b914a450fba3f39dbd08dbf76f6ddc42767_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:c6767e49ad0dace3cba3b76cecbdb823d625ef4f26f72ddb9bbb6dd1ce26568f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:67058e5388cc7b459c18989396c864607466385cbe54053f58373167a09e0f8a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:7ab7591f7d42f256a79bb6d8c03d7268145f05c70b6134b95d7aa22f7daf7ff7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:be0b31aee69409243b2026a3bfe8bcf52ba65dca9024f173fb66cf81082736b8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:da12708a87b187e471f4053853c29db1edddd733f1b00738e47dd4c8ed95ec45_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3c0ec9152f6c713a38ee73e20ec93bfaac18af2adf9a58ca1b339e9b541932f1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:711fa572af02cac1f809db279713b9255f13b5e7d3fd08f4a109ce9b58e6233b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:e1a75bcc315f27bb12840c17f1fa7daba452d174dbf5b68c00ee50eb5c43ae1a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:fb0035f0c471b4e563b7240508b2cd637b80253a32b473e5ea92c8937561e907_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:0aacca87a77e995033d79fe50d84d3f787e7bf47360f3edcff7e132f27d9b9af_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:38b5d9d8df2e4e6bef48355860b72f3e621315ccc0ac0c92c26938dc451e80f4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:463ec8d43c2b245e3366c65845115bd5e6ad8a4aac3cb388c52cf68952dd73ef_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:b1fed06b81f9e7616fa4618bb9d4ddc558368d3d5cce82d28abc4315ca7a6b6c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:12f99bcff45e25e4cb5a375421939cf9b2ce09771f559088b68f4fcc616e1eca_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:d0f6c253fe9a783fba6af17cc3e676a3ec03107c1b83ac1d05aa2461272cb394_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:231fa87769ef80e16ebf0d33891797890d2420aace34f5fb5453b4efbe1c4461_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:d384b1a73e3462328245eeedc34ecb7a3068fa650c48a08363a08c5751ee4b8b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:5591aa5d0b5435c9e793a67e55e0703b3c299278cb1ff864424cd5f512b07ff0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:76196acb0beb6bb21d0a5ea719848dfcd485a3d5925bad2d1e5c9dd05cb9756b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:b6252a4bf45603d23a8c0ede3e4476c03b1684bf8812c654e16d0e6db9c3970a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:12e8fd889a9e3ee2b3e06f3cad86d4f670dfa4a9b14d21aaafe59f0d27fd82a7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:2d6b4deadccc7a8c7254435869d5efc4e2a6c5d3562bb25bfc41d79e7c6ac76f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:3fade7400e8f130d346195b631dcca3652d5f6dc99213a8cfbc4de54bae2b907_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:a85253948f28b34e4efe0296277fd4e636d2b66c7096ab8269b1695e8f297567_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:0441b80a944ecb61e874430b224503609565638f79019e63da36668359b98def_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:ae4d73e42dd30385dd9828808aeb17b2438ec79479b6c1bc8c4972ca223595b5_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:df171cc337509bcfecaafbe819265a1f31a31b6f323ca84a00a0b1f9cacd0c1b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:f06e1c713c2aa045e3ec30c0791c5d07ea1d52a0edc1ad15e4ba38a813ad08d0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:062dbfaf50125b8aff2abff92c3f9bc9c6346544ecb12259c538254f0451cb70_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:8d91e3a678a33808519a3013e0de265ee21232756ab6ad3a0ab38d7c216e2574_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:a569ce5848ee3f1518f6340bd8869899b3e7e30f5e99267240b83c598b65358f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:ef5bb63f2462316580a37f706ee6e4d08d4f7ebedbe315c88014cbf8da8d990a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:3953bba8a0e193949da3686b8ae403b386d039e69e745adb32ef9a458ce86d4a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:bca4209d291e2ecd99a33e675ef6a4a1f891f5835aecd9db5def891e8858cb57_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:ce0e2d54894f99758a87cb5005df4bb048ce33885286ce60682c8ca53cac5691_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:e2eee7c9f42630d9392778fdf7032eabd00fb9b1176ba9d7d70d362384fbdba3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:612453e7cae95711dc81b6186ec5b66a31e13bf700fc7a69c547cf2c29885f31_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:78afb6c2e10b6e0f134284f3a0f2e69e35108c747cf814141e8692d6dcffcfe9_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:8120cd97f5d132d44d0d5cc89bd6ebe95f54dd5396b95e24c0785f2da7a218a5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:a3f5114b88435d4289ab4db746cddde86c5349e122ddc7a9a6bedf8243061aa7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:3d31d3dbe6a3d31485fc696c364e524276d2855de93b8958797e06ab80ce0e07_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:44f10762c94b229c4f291c8fda5dce4875e5c52fb47c084e8f0306e585ad183c_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:52b833b0ec58c2d6e127f0836bac1fb4f06dd409af46b599318cd05b3669c86f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:bef060c7eea469b7a2d8546a72d48ed915f19d78feb5b46388c3a53d18bb3cd9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:0226ab75dd1f78a79837574edbd8891939d29f65a0c69aef6705652e1d9abbb7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:28cc0b2dc11a594e37adb13b69918a9b0950db446c8378f22851fb8bd5d9810d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:a5e117242969e18575ca6288d45851bce04e1a33238f56e91cf7d6ddfde2b914_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:dcdc6e7f8dec17833f7a8eac41dfc5618b392bdbf19298391fe86bf6fae4c3d3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5573465b3a791a45c65ad948825190ac534071364a6e43f91328c2a3a83c50d4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:6cd7b5d92dd000c615e2ac345d48d975eca8a6ac278b7a0336c9b888fbdc1f3d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:7503e162a225152b31b13cc8a5589dd7d2b2b58be528a7ef717d666d5fb812c7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9cd8ba1a9c9e497bedc72709a3b383ba611f9500beba0be89584a0802287c48d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:7aabc04c4fd7bef952f28d3399bd5d96f337c6ae2bdcb6b7b3bb4aa8e8a75c09_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:a9c63e370596ba73519f84a292284b85112897df031bbc81d220e73862bf6e6e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:af1fc89d1ad4ec2846a8badd08329d895c80f384014f7c1e2f8725343a8002bc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:f0f6b6aa0f9da61031d5aa640e120c9041195b20c14c4ddd32060435b1679151_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:134bf1eb95ac163465096cf1a0a6ebbc564aa528fa0aedfea3c6f6e94eb52cd2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:7dbeb87ecd76017e7ca52613a6be8ef86b6063fe414671b138d3ef2c4db70b5a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:9433784dab95516e28d33d34ad567139b8a1e91029e9c1036501082827da8eae_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d1c7f835ec6658ff38da50b0bfe7b8e5a27a72e2e8c0884e7d8f4cd1c1809c9e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:3e7c0ff0f6b7329db5109266f0a4c707d2087b86e109a7deb82d5448f1f20993_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:5ec2a44bc231ce23e9118abf864923cc9014d44a26e3b97acc87c0b8a9287cd8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:84997e3f4dd37e21aa58a0a1abe84ab72253497cde528a3c92c16d108834e635_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:fde4e67273baeb81dff439a6d7a2ad894d891c23bc5c55d7e05ea466c00cad05_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:08ac14224dfc8461a140ea3cf9af0692c9aa01ab29c5ce7665f7d07377710f34_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:23e14f35c2707061375a6dcc5e077efb7e8306db828f6d0810d8ebf85d064ce1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b4d3e8cca17975734956d07bfc7117b55f9a6656a5a73d799f53f419e2fcf254_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:b98f1102a8f483df5e9495aaf35b2f8489c9b496bb0f25a028c86dabcf59ea5d_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:8c7a0d8ce53c2dc1c5f4e8bfb8c7a6b861a1b498c80d01d0497be7440ef1bfb1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:a119b8f2c0fd835027de170a95bbcf3b227696bb932378a25d03faeffde0b81b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:eb7cb8f4e5a06ba636e2c56c92e40dbe02968cdcc061798492da5913cfae6376_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:f64cd5767a79f00b106ee51678bdf08039a6bc0e3cbd2f812454429b3acdd919_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:238c94eec839de9599a612369fa67110c68713abe49eb92a41b3e17b5288e2f0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:574cb32a847343d30fa4b157434ea0214d017256d78c4b9766f0dcf2de5aa307_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:a04386b642a39795682299b81f714092ad6a6b0ede0794e738007a2de5eca328_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:c79b9a36db7dd35140b3f91a74c07eb14455a155ee1dd2839b065b92bccc20b3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:665ef8e6b43dad423393ed7b0587b4674d6dde8d544f66d722424d9b245ece72_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:99cf39468b18f60e1157c1eb36bdc70360b30be80fb7399a90ae980ae80dc9e3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:a9834b7c965926992a9290bdd291f63931b5ff6a3c64fc7131dd55861c941e91_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:fc9fcdae29c5b5429f52d5141ba19e57e8e245d0fa4664b1dc614267b3bb214f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:5385798b3244bebebe239b7568fd7c864c6fc855aee65b6cfc234aaddbbd10cc_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:de62d695a160e7398b215e88fe5ecf402338e16bcf61c380fdb9f0ad02a20bbb_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:23e036b80585286c11caaba48a1693de57b0903517870945c6e6306935a2c552_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:33a9a2d696f23a173cef8c2d8a1a5e2bdf9f449c0ca8bcef1c21d0c2a23b7df2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:5240983e2e95adc541780dcffa0335ece2225ab7213a40e25e0827b4679d0f6f_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:6f46b8aa4521566326b477259fb2d0523b90dfff44e91cf07894d4f1523ba04e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:cc72591786814ec43e5e79524dd3400a3c08d08ba74f03f6871a3d468b5867b1_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e504a17ab4051fd88db07424aec0d27f4c991a5af20aaaa2e898faddb09b2e7a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e526578dbfccc212089bcf557237396e58dc585a47a9b2faacfd36814eb82376_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:ea7f364cacee07760b560247d9625eb907a5821854d8dee3c4ba189d6b10103f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:714659a80491cbfc00bdbda5fb4c4927b1ef8dcad41466a7c8923a8d63efd66f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:9e274021b4e1f67932d0f34a22710aeeafdf7d0b95ecb598f4059e51b047787f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:c3f9814d9c373b7831f6b2229741ec37199410703f1af51d4e1309c377519413_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f055f745a30f9a3a15a0b451bfdbc27cc2b89de752a79c901361a70f3d8cfb63_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:3dfa0e0157beb5a1bfcb2fdd650cc45733942e0440e1727b48551d560f3512a8_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:675c674c399398b0b16974f6fd6052acc56b6ad11776f559b25657495289658b_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:7834041f1a7e19a3beb0dfe4358f0e1c05b98433f38a36085dfc59cf864a740a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:a95b1411c1bc92cd58839c709039091e30e48a7f42aa814b6b32f1d8b515924b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:66c2db321bd5134a1f1d5548ba48c313c738c6685b0ddd60ff93f0ea91ae6fc7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:6e915a64b2fe808b835871d9bc4f3de8cee86bd9e97ab499575e102bd92185d5_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:836a4a2f753b57c7af650b935418cab4c70d99f2258e1f8bc3111eb48f7c3c8c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:d18f704dc037ccf94b6b20e4b1c047ada3a84622a999dd60e25290cc122659f9_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:1fb1b000ba95983e486ab9affcb1d778675d31a5b48fb078c3248b4710f92c4f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:b3747e8f7f1ad3cdce43b5d830b97a2ebaf292856468201e35a8ffdff5073e0f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:d004edb692ce99057d62d1aba4216534a456ac39f355dfbfbdf13fd2f3a33a53_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-olm-rukpak-rhel9@sha256:d3fe754ae706eb2ba2cd27e157ee466dff00aa366e715e52beafc4ef1bb7a091_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:596d7154d69b1ee369c67bd54e5955a0e54fa9c17cc70f80f21e88d3a6a0e7d9_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:9792c1dcd4e9a0421f976832ba0ccda917112fe0b565b7637b3c1966bce95711_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:db565201c3c294fa418788f0e76b435ddf985b49404d76cb3d2d33a081e589f1_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:dbfbbb985df7ac442e7a227b30db1bbf425abce2b465d98cf1004ae8d7b592c8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:2c87dce53c0920d3fbcac56c5bf8f7c70edf54f171f2db470d2a705f108fa8cb_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:7e8c345f24acf26f50566626f10f3e55fdb930eb1423ecd0aaa44899cd3526e1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:982d14f339feb69b238590d9c07f6851f6495d3b46ebed8179ee62ff63844dc6_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:d85fbc8f3126e539cff1e42b2c2919b056a5fa7cfb6272fe7880af8f153c4ab3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:07de7a2753be71c0e74c47e393627f882038786d70b2009484385dcbe05fd30f_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:28a6acfff26c2b2ffbe8ccca9fae11bd6a2e4a97b62b5662fd116e1468287a71_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:4a4cc584bf0ac23edf6fac4ce8b91e1d1bf57ba751e2de34c51d9c87b9b6764c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:5d702d61a2a5619901778f083dbcdf797417a8a6dd547bd48c361cec353229f8_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:50a323b245a43b0ab1b66a55b425ba8a137249017bd43cb630857c6457e07d4f_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:706fdc719165b5f26f6a095389b0ff1795807fbdd7daf7d99d15d46ea12fdda1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:99b6d20d9fe1f8eed07149fe581d5ddaf320120081832c43f6f2bdf1375dd51a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:d28d73435c6b6f15ba5d1045b641722ef6e8e9018acca1489bdcbfe689f30723_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:138f37f3658eed71fd8dfb9019b9d2a59b3245082c5d99b0cbc391a9fcc4534a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:50677c7ecaeb624c0437186afd6125fcc4971153867867f2c61ba3985ce540a7_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:81004ccdad84399e1982e6ea5d9ab2cd6fce84e2419a73cf22efe5f2bb862c2e_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:cdb5ef383414f229ad352e15fa7487725b082c03b8bf9583ddfcbfc3f519c603_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:756eba43b0c56c6a9183b071f6088f4d1666548289041b1ef40e8b5332749e4e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:b1a56a00a9e0f3bc5a7450d971edc3a6b91eb576a53afc8fd659f098632f5c0c_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:d90c9589f9c795d7d7d613154e67a18486575cbcd003941008f0269da1aafc54_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:eeca17be92c23dcb473f54f4f8da91dfa83ccba794378393310b1c03fb498f79_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:12591e228e0f32eb07590e73e0b40f47ed100d4947b41cd61938fcd8da1dfa40_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:22af173cafb30d1f19d234f2488c01bde8375d8b9f631916cfd68ff23027ce76_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:2798562f6a06fc7cda2546947a1568860ced91549bccda62368e120792afee70_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:30d2f1ee74522c4fd7adf1ff382438b3e00fb7184ae58dbddf57e64fc5841ae3_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:391849f7f123c1c67232aa60d75375a7e48a19aa022e5e3ae298bb0bf1eab034_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:5a9904d36258f8a5597522d5c04e7a53dcf37d5e4f7d806fdee88da4d90fbb5c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ad60e1de48c60d275e0a0dc1d762dc4492791a2b509a556f6b72fffb991d3668_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:bbf8cc7fc3fe9370dd74420d09bc3d389de58130194df1abf1ef2e5f81f233a7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:1d197b835810a7933db1be10d2492415e0f374f78eafba7fa5746ab472094fff_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:52681490b1b8f49f0e29afea167366ad0dc86610ae6d9eb5fc82478331777550_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:715d1e4a69cb33db7e6e9011e9b325c8d3260d8c60cbd2b65ddc2064317a81d7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:b1b9e3c0cc86e8d0df3fb817c36612f1f5ac435c3bd8c16dbae9b1f0c9ec9862_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:5c5df667524143d001856ff1e142910c8e8c2dd2667250af4afdde04fb05b4ef_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:75dbde89821235df1e3162e7ee454a946bf62263f1952e894d1c4f7a6374ae8f_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:d8b4ee48cee2f8a4c35ff8523b1a6b2174cbfc0e353c873ec09b7e394bfd6ed8_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:fe593c5b2a2e27134802d5bb7d3300f6931ca43434ba4fade620c00f9a1a50ac_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:2013de19ef16c2fefa1d6915dba0400b5d54f356234bce6978e41e7a0a318f82_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:8412dd75db281d588fbd098700033046bc6b49665101ea8b3b4a7f3f187cd280_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:abb1405f761ddcfe0d542948b161cbadbfca6286c6602f34a46b870fc469f6d3_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:b9ae1f8ef078a8d5cef3a4413d30cbfea4b43f086138d08387d8390eaa66ae21_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:380900bb8838db0fa658984a2865f06c17f6eea5c1cf90c84715e79ac53e03a1_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:65afd385682369d514f9ac53d0165ef0abcc55894e68a973d7f462e93dbe4495_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:80ca1adef13a5444938fae328630d47cdb914177e0b1da72d075df6b9176e29a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:acabaad0a17c5d98c2ca826eb728da08d2e46c48b0c1d8d87f9ae4fd14d9fe9a_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:26bd86e888bb6cd36f1cbbe81725b4e51d6e7c84b7df102abc0513bc2ba2bdf1_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:642f05c47898ef3156e9f16f9e51c38a41bf09d0eaa78099ce295150fe3610f4_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:75b2b01ac003a058579cd460a0078ebd60203b98a0fccfaf82c965717d877e53_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:806b1812e8e1339ba1ea3b289f44e6cb31ea264f8c5e38442c863ba2096f04d2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:43a984aaae56c49e4ff3a068ffd62e19490d3123b9128bdbfc3aa653104c734c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:48fd41abfe3fe87ce12c3b695fd43bc00869177adcca6127124cd14186765d69_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:572607d1ed95bb797e17a68aa418bff2e89f4762dcf9ac686343176d01df6286_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:a3cf1530bd56cd378daec6a422621f14dfdb61db01bd9e8254f7c59a0d4ea1ba_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:8b77610ce041366bb7150a315c637bf772977933af46c7ab557fda5d97907b42_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:d29a40382e43994eadfa1f692bcf0e65c3b5e1ee8d6f222ad03a917fb61deaa4_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:0ded86b43fd8fc060ccb42b4a1d29050cae776d972475944b9ff5a44c045f785_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:2d406bb8f2323e3e8761c64a195126c76aa18030d4cdc4942d3d8c094327c2c0_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:0a128bed921c0bc47efdadf20a4d382465d0fb3815b50036fee152b2a6638fe2_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:e5a242c1b55a04cb96918227c207b2324997497a09c758deec015cba2218bd85_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:812e2ba9705c4dd3841e469e4a7613fd2ed565f4d29c2ea3e11653ac891b67da_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:f3da7495f9e12d029968d226ea1c7aab58b971be861b776970a5c16e135b872e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:0c97c506ab490fb8e75579f58fc4a8ace78b34b3650365196ad68b6f4c78e045_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:81246e8e03594bfc29125a61ff506748fc9a20d617290969b3a23a5986625b44_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:df4584c4a846e2c70dbb72fdac4ef55b8f1d9f3ea1c2f3657dcedf979df5494b_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:fd22a989efa582af4d13f726034af9291db503807b991930d9caeb5a34849e89_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:1a0effd6fb54a811f4295e4022e191d33423ab441a077ff22778af9822c2ef72_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:a3c96b546116624f8f2fbe220020c4f56b2b8d43b65a769f47752081d70f7b5a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:ce76c9e90761ad984861d6fb112b263341bcec2c8237adb20f5f8a0fa58959b3_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:f220d9bfe5f33cc9b40d7b94fcd360dcae63229e01952c4e92b81b2ea7ab7cb2_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:395aeaf5d6abd849d53d71f5483f64bc053686120b55831a1899872a4e47655a_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:5b0cb3bd4f7d00a3a5ca83a9ae80b635920bb5b469b76d834c32c214e1c368b6_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:82c1d0a2a92f70ac434d223c568178daa4ddb67e0ee58944faf381dcb977e7ed_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:b78ecaac4e21bb0cd2b9b88cd1c9286872a8c2fc09d767262533ed79fe02ae50_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:122ad766c552f98ab57c8e111574eeb5d3cf43c6401fa7ff925afee3643c524d_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:4f46c1a04b18f55c1bc1914bed4691eec7e057696d73dc02a62a88fa70ed3f08_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:5637d596eccb64792f0321f58fd94633e6db63ac8f93b6da6838abe13d739044_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:bdb5e0cb32c111586b3713c0e4ed699a8a6ed953e3909ea5c052cacd63bd4174_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:305e8a3cbac65e7abcfc05ac7ad928bd233e1cf2d8a693bfa6f878752e4ca26a_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:5a097c1ed9a0eb4255857cfcbf275e7bfae566f14f763145ddd30110d0e3303e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a675d9bf0f8b03dfbfe4ff1c994b79f1025a844dd75fd5bfff4329d642f271e7_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:ff27a6b88cf334cc6e18fc1a0dc3bd6238eee0473b5998182cdfeff267e6eb68_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:34525a3c41776686c72d0c93ac79e4b34babaa100597fb2c20c872363f374e92_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:cfb844064455d23a4f23f94938c8775ecaa6d0f04a4605579c1f59a40c256778_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:d180b29f7c294c57a9b8aaa133c7e2020847b6d11220524833cf41bdd622dbd1_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:e1bc5455f3edc097434acb82015fa21b171ee765ec3befdf004488912993d30c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:12b5c8cb6628d52ec3a06591d138cb92c7a41e84612b2e7a72b0b76e3aaef35a_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:2fcc9ea828e2110729e6326d5faa4a33279ef0b5792ae24992ba1c8e07ac8ccc_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:474c245eba58e9bc6bbefabe196e7cbe06a9745bbe3d26c3acc0d5d7a7578660_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:a34631bbd669dfa1a1e627fdc4c22ee12e7019804e4de6db26940fd009cac374_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:4039d53563c99c9f142961aed344baeeb6e0f99ecd69cfe253eff4a635520a57_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:968222fe445598e70aaaec54dae231a6eb5ed952417c572ded71241d5362edc9_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:acc4e0a9f6415b1d7dbbc04a9b087032a44f77aa5eb4807499f409d189a46271_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-sdn-rhel9@sha256:b2e3934833a67518f7911f26322517a640f25e0c5e4239ac6a80499377d89725_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:231953873f0c701eded0659ac76ac36a814f0a3cf5370fead3fed3cd780c8005_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:7a154064440141c188f5b929c5f84e7b1b9dd923c1874b8d1a52bfb3669575a0_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:915e507d9384be8197d21d1bad349101d120d8841f58e56b37df45fb64de747e_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:9e34e30a45e904081b5569ee95e1b80b5142f3c054b6437e51a2950b037268bb_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:3773514e66fa9f56fafd6c46a81b8aa2368daadc00da1d80bb782e417829e029_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:49a55d7a910c4385d9e9ec7a12b55b5329e57f4091dc2d2371155bc6b7366e00_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:5b20dd6e7f650ffaae8f5bbbc6198fad84f2917ab9a482df423b7bd153f883b4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:e4a136aed0757b3aae8382cf9e8942c487730a5170fbbe374eb08b81f3ac3c2d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:3f716b9b5a2a2e196357b1b612c8f6506e9c2b04dc1ddcaa705b2d1f24e719c7_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:78bbebce453edc7fa3294acca573198dff588173021ad0aa3227b09b86e64697_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:b1cb83f75f0aebf525f6c783a4c09cc061cf54319b2873ed73bfbe842b93f3cd_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:d84792c97c6e95e21a028190bd1c5022993242a1253f155e319100f515b170ee_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:3f995eb9c52e4ad289e656945991495699b364b05f7395a79d662465bd719bcf_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:628acf2a2b41d5c4153f12c8c30ed607dd0d54a986214b8c057b8c7033679aca_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:7f69466210582fda5edb2173b0d8929b5f9db872b908136d82a17b3222213453_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:cd2971350ce22496f03b2e5b43bd575af3e7131410d7d4039bf05af93f2bc55c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:21db6b5abff4f7d27b3c0f5c95bf222bf4c19606fd92aded9eb46a7a90419497_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:570a5cb8b155964bb5f480c94c8e835e373fef65ff903150bdbd862507f26592_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:684845b28b844a06d9654483064e56072727fbc55fa1b6ce64bb51867e76ca81_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:8bc499da3660ecbeb741285d71c404e89ecc160a7dc431c6f7937c23e065c56c_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:5bf55170028e99a3de93f9210541043e703d26ca5dfc3b4fadc45c8e42b4e73e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:93479ac1c1744ecdf76ac3be6f6e8edca7775343e3d10bc83332c35a9ee73342_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:1c6b382803e3cf34b87446c76cc5c689cb6ad6b2d77703b88bc6b5174cb1c366_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:7b8ef16e5fa47b5ac1786b7c0f86f06316d9a011bdde94d65cf865ee0f1d160e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:5bf55170028e99a3de93f9210541043e703d26ca5dfc3b4fadc45c8e42b4e73e_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:93479ac1c1744ecdf76ac3be6f6e8edca7775343e3d10bc83332c35a9ee73342_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:de5972a25f67115507a8320e38c7e3cb92f62b299b37e89eb815642f5285d368_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:eefc72900bef3cba865fd95de8342ae9714aed800d96ac074761241bd27cb7ad_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:0f9820759edc25fed889931debe50fe7637027b77aa126ab121591046b95aff4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:52c78c690dd2635d64291ac0738f34c26cafb0a3229527441e2ec16baac275b1_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:7f38af8cc7313afde41e3790c8588a65545ab1e4fd56b8fd83c44b60efb302af_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b210e6f99ef94f7fc24f497913ea1a08d64beb6c172dc3b38c366404b287f9b0_ppc64le",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:1dc2a5cfdb4a77f64219bb3544dcbf801ead73466a37c83f85fc608f0af1eda4_arm64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:4578893da8d9a92befbaca7780c10d7dd27f083caede4a9259030f7edd519f3d_amd64",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:517ee9497a647c976786cdc72edf7e700d275810003361f73624a5d4467df1a2_s390x",
"Red Hat OpenShift Container Platform 4.16:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:f7efba876b236fc8f9d4d48aa24d9f3b7cb6906fd46f22054a9bb52ab59e40c3_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "ajv: ReDoS via $data reference"
}
]
}
RHSA-2026:6309
Vulnerability from csaf_redhat - Published: 2026-03-31 23:31 - Updated: 2026-04-10 16:29A decompression based denial of service flaw has been discovered in the AIOHTTP python library. Library versions 3.13.2 and below allow a zip bomb to be used to execute a DoS against the AIOHTTP server. An attacker may be able to send a compressed request that when decompressed by AIOHTTP could exhaust the host's memory.
A flaw was found in ajv. When the $data option is enabled, the value of the pattern keyword is passed directly to the JavaScript RegExp() constructor without sufficient validation. An attacker able to supply a malicious regular expression pattern can trigger a ReDoS (Regular Expression Denial of Service), causing the application to become unresponsive and resulting in a denial of service.
A flaw was found in the jsonpath component. This vulnerability allows a remote attacker to achieve arbitrary code execution by supplying a malicious JSON Path expression. The component's reliance on the `static-eval` module for processing user-supplied input leads to unsafe evaluation. Successful exploitation can result in Remote Code Execution (RCE) in Node.js environments or Cross-site Scripting (XSS) in browser contexts.
A denial of service flaw has been discovered in the Axios npm package. the mergeConfig function in axios crashes with a TypeError when processing configuration objects containing __proto__ as an own property. An attacker can trigger this by providing a malicious configuration object created via JSON.parse(), causing complete denial of service.
A flaw was found the Pillow Python imaging library. Providing a specially crafted PSD image may lead to an out-of-bounds write. This could potentially allow for arbitrary code execution or information disclosure.
A validation flaw has been discovered in the python cryptography package. This missing validation allows an attacker to provide a public key point P from a small-order subgroup. This can lead to security issues in various situations, such as the most commonly used signature verification (ECDSA) and shared key negotiation (ECDH). When the victim computes the shared secret as S = [victim_private_key]P via ECDH, this leaks information about victim_private_key mod (small_subgroup_order). For curves with cofactor > 1, this reveals the least significant bits of the private key. When these weak public keys are used in ECDSA , it's easy to forge signatures on the small subgroup. Only SECT curves are impacted by this.
A flaw was found in Authlib, a Python library used for building OAuth and OpenID Connect (OIDC) servers. This vulnerability allows a remote attacker to bypass critical integrity checks in OIDC ID Tokens. Specifically, the library's internal hash verification logic fails open when encountering an unsupported cryptographic algorithm, accepting a forged ID Token as valid. This can lead to an authentication bypass, granting unauthorized access to systems relying on Authlib for OIDC authentication.
A flaw was found in Authlib, a Python library for building OAuth and OpenID Connect servers. A remote attacker can exploit this vulnerability by crafting a malicious JSON Web Token (JWT) with a "none" algorithm and an empty signature. This bypasses the expected signature verification, potentially allowing the attacker to forge tokens and gain unauthorized access or perform unauthorized actions within applications using Authlib.
A flaw was found in SVGO, an SVG (Scalable Vector Graphics) Optimizer. This vulnerability allows a remote attacker to cause a Denial of Service (DoS) by submitting a specially crafted XML file. The application's failure to properly guard against XML entity expansion or recursion can lead to the Node.js process consuming excessive memory and crashing.
A flaw was found in express-rate-limit. The default key generator incorrectly applies IPv6 subnet masking to IPv4-mapped IPv6 addresses, which are used when an IPv4 client connects to a dual-stack server. This misconfiguration causes all IPv4 traffic to be treated as a single entity for rate limiting. Consequently, a remote attacker can exhaust the rate limit with a single client, leading to a Denial of Service (DoS) for all other IPv4 clients by causing them to receive HTTP 429 errors.
An unbounded recursion flaw has been discovered in the pypi pyasn1 library. This uncontrolled recursion occurs when decoding ASN.1 data with deeply nested structures. An attacker can supply a crafted payload containing nested SEQUENCE (0x30) or SET (0x31) tags with Indefinite Length (0x80) markers. This forces the decoder to recursively call itself until the Python interpreter crashes with a RecursionError or consumes all available memory (OOM), crashing the host application.
| URL | Category | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update is now available for Red Hat Ansible Automation Platform 2.6",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat Ansible Automation Platform provides an enterprise framework for building, deploying and managing IT automation at scale. IT Managers can provide top-down guidelines on how automation is applied to individual teams, while automation developers retain the freedom to write tasks that leverage existing knowledge without the overhead. Ansible Automation Platform makes it possible for users across an organization to share, vet, and manage automation content by means of a simple, powerful, and agentless language.\n\nFor details about this release, refer to the release notes listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:6309",
"url": "https://access.redhat.com/errata/RHSA-2026:6309"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-26007",
"url": "https://access.redhat.com/security/cve/CVE-2026-26007"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25639",
"url": "https://access.redhat.com/security/cve/CVE-2026-25639"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-69223",
"url": "https://access.redhat.com/security/cve/CVE-2025-69223"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-69873",
"url": "https://access.redhat.com/security/cve/CVE-2025-69873"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-1615",
"url": "https://access.redhat.com/security/cve/CVE-2026-1615"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-28498",
"url": "https://access.redhat.com/security/cve/CVE-2026-28498"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-28802",
"url": "https://access.redhat.com/security/cve/CVE-2026-28802"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-29074",
"url": "https://access.redhat.com/security/cve/CVE-2026-29074"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-30827",
"url": "https://access.redhat.com/security/cve/CVE-2026-30827"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-30922",
"url": "https://access.redhat.com/security/cve/CVE-2026-30922"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25990",
"url": "https://access.redhat.com/security/cve/CVE-2026-25990"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6/html/release_notes/patch_releases",
"url": "https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6/html/release_notes/patch_releases"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_6309.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Ansible Automation Platform 2.6 Container Release Update",
"tracking": {
"current_release_date": "2026-04-10T16:29:18+00:00",
"generator": {
"date": "2026-04-10T16:29:18+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.5"
}
},
"id": "RHSA-2026:6309",
"initial_release_date": "2026-03-31T23:31:56+00:00",
"revision_history": [
{
"date": "2026-03-31T23:31:56+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-03-31T23:31:59+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-10T16:29:18+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Ansible Automation Platform 2.6",
"product": {
"name": "Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ansible_automation_platform:2.6::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Ansible Automation Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel9@sha256%3Aa414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774644659"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"product_identification_helper": {
"purl": "pkg:oci/mcp-server-rhel9@sha256%3A6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-tech-preview\u0026tag=1774268173"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/aap-must-gather-rhel9@sha256%3Ad26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774139204"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ansible-builder-rhel9@sha256%3A97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774153089"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ansible-dev-tools-rhel9@sha256%3A043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774585183"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-chatbot-rhel9@sha256%3A20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774417022"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel9@sha256%3A839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774363040"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel9-operator@sha256%3Accf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774484113"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"product_identification_helper": {
"purl": "pkg:oci/mcp-tools-rhel9@sha256%3A355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774268174"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel9@sha256%3Aa490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774368903"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel9-operator@sha256%3A040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774484033"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel9@sha256%3Ae4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774258433"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel9-operator@sha256%3Af731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774484073"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-ui-rhel9@sha256%3Ab8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774484106"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/gateway-rhel9@sha256%3A098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774243862"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"product_identification_helper": {
"purl": "pkg:oci/gateway-rhel9-operator@sha256%3Af0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774484129"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"product_identification_helper": {
"purl": "pkg:oci/gateway-proxy-rhel9@sha256%3A0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774139334"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel9-operator@sha256%3A0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774484154"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hub-web-rhel9@sha256%3Aa1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774647780"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/de-minimal-rhel9@sha256%3Ac67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774487884"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"product_identification_helper": {
"purl": "pkg:oci/de-supported-rhel9@sha256%3A94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774490244"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:86ac843a55e47fa052c11f263a0ebf4f0c969cf5f60f62a5b88006c963f5b772_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:86ac843a55e47fa052c11f263a0ebf4f0c969cf5f60f62a5b88006c963f5b772_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:86ac843a55e47fa052c11f263a0ebf4f0c969cf5f60f62a5b88006c963f5b772_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ee-minimal-rhel9@sha256%3A86ac843a55e47fa052c11f263a0ebf4f0c969cf5f60f62a5b88006c963f5b772?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774311517"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:d6adc9bd2df9fded6228ddd5dbca3919991913b40fb95b12d4d01cf96c5f4d60_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:d6adc9bd2df9fded6228ddd5dbca3919991913b40fb95b12d4d01cf96c5f4d60_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:d6adc9bd2df9fded6228ddd5dbca3919991913b40fb95b12d4d01cf96c5f4d60_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ee-supported-rhel9@sha256%3Ad6adc9bd2df9fded6228ddd5dbca3919991913b40fb95b12d4d01cf96c5f4d60?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774321273"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-rhel9-operator@sha256%3Abc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774484549"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-runner-rhel9@sha256%3A07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774485790"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/receptor-rhel9@sha256%3A96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774573035"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/platform-operator-bundle@sha256%3Af27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform\u0026tag=1774648925"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mcp-server-rhel9@sha256%3A2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-tech-preview\u0026tag=1774268173"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/aap-must-gather-rhel9@sha256%3A224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774139204"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"product_identification_helper": {
"purl": "pkg:oci/platform-operator-bundle@sha256%3A79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform\u0026tag=1774648896"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ansible-builder-rhel9@sha256%3Adb8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774153089"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ansible-dev-tools-rhel9@sha256%3A417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774585183"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-chatbot-rhel9@sha256%3Ad17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774417022"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel9@sha256%3Ab348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774363040"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel9-operator@sha256%3A2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774484113"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mcp-tools-rhel9@sha256%3A59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774268174"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel9@sha256%3A5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774368903"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel9-operator@sha256%3Aee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774484033"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel9@sha256%3A7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774258433"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel9-operator@sha256%3A2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774484073"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-ui-rhel9@sha256%3A4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774484106"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"product_identification_helper": {
"purl": "pkg:oci/gateway-rhel9@sha256%3A01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774243862"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"product_identification_helper": {
"purl": "pkg:oci/gateway-rhel9-operator@sha256%3A7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774484129"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"product_identification_helper": {
"purl": "pkg:oci/gateway-proxy-rhel9@sha256%3A021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774139334"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel9@sha256%3Aa0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774644659"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel9-operator@sha256%3A1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774484154"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hub-web-rhel9@sha256%3Ad7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774647780"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/de-minimal-rhel9@sha256%3A5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774487884"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"product_identification_helper": {
"purl": "pkg:oci/de-supported-rhel9@sha256%3A2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774490244"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:b77fba98853eb0fabcbcd4981c347cf909f50e64ea32f4c0d8313d89cdb48cf7_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:b77fba98853eb0fabcbcd4981c347cf909f50e64ea32f4c0d8313d89cdb48cf7_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:b77fba98853eb0fabcbcd4981c347cf909f50e64ea32f4c0d8313d89cdb48cf7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ee-minimal-rhel9@sha256%3Ab77fba98853eb0fabcbcd4981c347cf909f50e64ea32f4c0d8313d89cdb48cf7?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774311517"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:21582b96b79a5a1800ce288633970ed7303655e31a202993df84159d3dca7826_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:21582b96b79a5a1800ce288633970ed7303655e31a202993df84159d3dca7826_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:21582b96b79a5a1800ce288633970ed7303655e31a202993df84159d3dca7826_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ee-supported-rhel9@sha256%3A21582b96b79a5a1800ce288633970ed7303655e31a202993df84159d3dca7826?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774321273"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-rhel9-operator@sha256%3A1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774484549"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-runner-rhel9@sha256%3Af0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774485790"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"product_identification_helper": {
"purl": "pkg:oci/receptor-rhel9@sha256%3Acb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774573035"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/mcp-server-rhel9@sha256%3A2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-tech-preview\u0026tag=1774268173"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/aap-must-gather-rhel9@sha256%3A7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774139204"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ansible-builder-rhel9@sha256%3A75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774153089"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ansible-dev-tools-rhel9@sha256%3A8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774585183"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-chatbot-rhel9@sha256%3A111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774417022"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel9@sha256%3Adb0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774363040"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel9-operator@sha256%3A387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774484113"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/mcp-tools-rhel9@sha256%3A7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774268174"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel9@sha256%3A1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774368903"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel9-operator@sha256%3A51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774484033"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel9@sha256%3Af720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774258433"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel9-operator@sha256%3A8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774484073"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-ui-rhel9@sha256%3Af95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774484106"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/gateway-rhel9@sha256%3Aed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774243862"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/gateway-rhel9-operator@sha256%3A09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774484129"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/gateway-proxy-rhel9@sha256%3A5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774139334"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel9@sha256%3Ad204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774644659"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel9-operator@sha256%3Aa89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774484154"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/hub-web-rhel9@sha256%3A46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774647780"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/de-minimal-rhel9@sha256%3A9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774487884"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/de-supported-rhel9@sha256%3A9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774490244"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6d333bdef78bef7ba85b04a1a6c5d33591263371b5f740813efae68788e32a6c_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6d333bdef78bef7ba85b04a1a6c5d33591263371b5f740813efae68788e32a6c_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6d333bdef78bef7ba85b04a1a6c5d33591263371b5f740813efae68788e32a6c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ee-minimal-rhel9@sha256%3A6d333bdef78bef7ba85b04a1a6c5d33591263371b5f740813efae68788e32a6c?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774311517"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:1ba54fa91703c8105080e534a74b85b257c0123abb87d9aa4c05f05e32c24c9b_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:1ba54fa91703c8105080e534a74b85b257c0123abb87d9aa4c05f05e32c24c9b_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:1ba54fa91703c8105080e534a74b85b257c0123abb87d9aa4c05f05e32c24c9b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ee-supported-rhel9@sha256%3A1ba54fa91703c8105080e534a74b85b257c0123abb87d9aa4c05f05e32c24c9b?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774321273"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-rhel9-operator@sha256%3Aa2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774484549"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-runner-rhel9@sha256%3A06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774485790"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/receptor-rhel9@sha256%3A8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774573035"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/mcp-server-rhel9@sha256%3A4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-tech-preview\u0026tag=1774268173"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"product_identification_helper": {
"purl": "pkg:oci/aap-must-gather-rhel9@sha256%3Ae43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774139204"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ansible-builder-rhel9@sha256%3A1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774153089"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ansible-dev-tools-rhel9@sha256%3A8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774585183"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-chatbot-rhel9@sha256%3A6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774417022"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel9@sha256%3A293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774363040"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel9-operator@sha256%3Ab3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774484113"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"product_identification_helper": {
"purl": "pkg:oci/mcp-tools-rhel9@sha256%3A3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774268174"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel9@sha256%3A3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774368903"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel9-operator@sha256%3A2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774484033"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel9@sha256%3Ad0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774258433"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel9-operator@sha256%3Afe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774484073"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-ui-rhel9@sha256%3A64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774484106"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/gateway-rhel9@sha256%3A2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774243862"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"product_identification_helper": {
"purl": "pkg:oci/gateway-rhel9-operator@sha256%3Ac1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774484129"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"product_identification_helper": {
"purl": "pkg:oci/gateway-proxy-rhel9@sha256%3A92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774139334"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel9@sha256%3A5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774644659"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel9-operator@sha256%3A48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774484154"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/hub-web-rhel9@sha256%3Afad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774647780"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"product_identification_helper": {
"purl": "pkg:oci/de-minimal-rhel9@sha256%3A78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774487884"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"product_identification_helper": {
"purl": "pkg:oci/de-supported-rhel9@sha256%3Afa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774490244"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:3c83b77b1291ae9e3003b1eb16bcd1b21752733d5ea0b7f9193bea2ba9302215_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:3c83b77b1291ae9e3003b1eb16bcd1b21752733d5ea0b7f9193bea2ba9302215_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:3c83b77b1291ae9e3003b1eb16bcd1b21752733d5ea0b7f9193bea2ba9302215_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ee-minimal-rhel9@sha256%3A3c83b77b1291ae9e3003b1eb16bcd1b21752733d5ea0b7f9193bea2ba9302215?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774311517"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:094676fb53084cc7ca93010b2667fde26a83c78bd84af7dfef86e27149fc2385_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:094676fb53084cc7ca93010b2667fde26a83c78bd84af7dfef86e27149fc2385_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:094676fb53084cc7ca93010b2667fde26a83c78bd84af7dfef86e27149fc2385_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ee-supported-rhel9@sha256%3A094676fb53084cc7ca93010b2667fde26a83c78bd84af7dfef86e27149fc2385?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774321273"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-rhel9-operator@sha256%3A85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774484549"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-runner-rhel9@sha256%3A8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774485790"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/receptor-rhel9@sha256%3Af00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774573035"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:3c83b77b1291ae9e3003b1eb16bcd1b21752733d5ea0b7f9193bea2ba9302215_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:3c83b77b1291ae9e3003b1eb16bcd1b21752733d5ea0b7f9193bea2ba9302215_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:3c83b77b1291ae9e3003b1eb16bcd1b21752733d5ea0b7f9193bea2ba9302215_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6d333bdef78bef7ba85b04a1a6c5d33591263371b5f740813efae68788e32a6c_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6d333bdef78bef7ba85b04a1a6c5d33591263371b5f740813efae68788e32a6c_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6d333bdef78bef7ba85b04a1a6c5d33591263371b5f740813efae68788e32a6c_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:86ac843a55e47fa052c11f263a0ebf4f0c969cf5f60f62a5b88006c963f5b772_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:86ac843a55e47fa052c11f263a0ebf4f0c969cf5f60f62a5b88006c963f5b772_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:86ac843a55e47fa052c11f263a0ebf4f0c969cf5f60f62a5b88006c963f5b772_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:b77fba98853eb0fabcbcd4981c347cf909f50e64ea32f4c0d8313d89cdb48cf7_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:b77fba98853eb0fabcbcd4981c347cf909f50e64ea32f4c0d8313d89cdb48cf7_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:b77fba98853eb0fabcbcd4981c347cf909f50e64ea32f4c0d8313d89cdb48cf7_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:094676fb53084cc7ca93010b2667fde26a83c78bd84af7dfef86e27149fc2385_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:094676fb53084cc7ca93010b2667fde26a83c78bd84af7dfef86e27149fc2385_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:094676fb53084cc7ca93010b2667fde26a83c78bd84af7dfef86e27149fc2385_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:1ba54fa91703c8105080e534a74b85b257c0123abb87d9aa4c05f05e32c24c9b_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:1ba54fa91703c8105080e534a74b85b257c0123abb87d9aa4c05f05e32c24c9b_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:1ba54fa91703c8105080e534a74b85b257c0123abb87d9aa4c05f05e32c24c9b_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:21582b96b79a5a1800ce288633970ed7303655e31a202993df84159d3dca7826_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:21582b96b79a5a1800ce288633970ed7303655e31a202993df84159d3dca7826_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:21582b96b79a5a1800ce288633970ed7303655e31a202993df84159d3dca7826_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:d6adc9bd2df9fded6228ddd5dbca3919991913b40fb95b12d4d01cf96c5f4d60_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:d6adc9bd2df9fded6228ddd5dbca3919991913b40fb95b12d4d01cf96c5f4d60_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:d6adc9bd2df9fded6228ddd5dbca3919991913b40fb95b12d4d01cf96c5f4d60_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-69223",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-06T20:01:19.831548+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:3c83b77b1291ae9e3003b1eb16bcd1b21752733d5ea0b7f9193bea2ba9302215_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6d333bdef78bef7ba85b04a1a6c5d33591263371b5f740813efae68788e32a6c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:86ac843a55e47fa052c11f263a0ebf4f0c969cf5f60f62a5b88006c963f5b772_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:b77fba98853eb0fabcbcd4981c347cf909f50e64ea32f4c0d8313d89cdb48cf7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:094676fb53084cc7ca93010b2667fde26a83c78bd84af7dfef86e27149fc2385_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:1ba54fa91703c8105080e534a74b85b257c0123abb87d9aa4c05f05e32c24c9b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:21582b96b79a5a1800ce288633970ed7303655e31a202993df84159d3dca7826_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:d6adc9bd2df9fded6228ddd5dbca3919991913b40fb95b12d4d01cf96c5f4d60_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2427456"
}
],
"notes": [
{
"category": "description",
"text": "A decompression based denial of service flaw has been discovered in the AIOHTTP python library. Library versions 3.13.2 and below allow a zip bomb to be used to execute a DoS against the AIOHTTP server. An attacker may be able to send a compressed request that when decompressed by AIOHTTP could exhaust the host\u0027s memory.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "aiohttp: AIOHTTP\u0027s HTTP Parser auto_decompress feature is vulnerable to zip bomb",
"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": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:3c83b77b1291ae9e3003b1eb16bcd1b21752733d5ea0b7f9193bea2ba9302215_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6d333bdef78bef7ba85b04a1a6c5d33591263371b5f740813efae68788e32a6c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:86ac843a55e47fa052c11f263a0ebf4f0c969cf5f60f62a5b88006c963f5b772_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:b77fba98853eb0fabcbcd4981c347cf909f50e64ea32f4c0d8313d89cdb48cf7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:094676fb53084cc7ca93010b2667fde26a83c78bd84af7dfef86e27149fc2385_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:1ba54fa91703c8105080e534a74b85b257c0123abb87d9aa4c05f05e32c24c9b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:21582b96b79a5a1800ce288633970ed7303655e31a202993df84159d3dca7826_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:d6adc9bd2df9fded6228ddd5dbca3919991913b40fb95b12d4d01cf96c5f4d60_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-69223"
},
{
"category": "external",
"summary": "RHBZ#2427456",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2427456"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-69223",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69223"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-69223",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-69223"
},
{
"category": "external",
"summary": "https://github.com/aio-libs/aiohttp/commit/2b920c39002cee0ec5b402581779bbaaf7c9138a",
"url": "https://github.com/aio-libs/aiohttp/commit/2b920c39002cee0ec5b402581779bbaaf7c9138a"
},
{
"category": "external",
"summary": "https://github.com/aio-libs/aiohttp/security/advisories/GHSA-6mq8-rvhq-8wgg",
"url": "https://github.com/aio-libs/aiohttp/security/advisories/GHSA-6mq8-rvhq-8wgg"
}
],
"release_date": "2026-01-05T22:00:17.715000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-31T23:31:56+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6309"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:3c83b77b1291ae9e3003b1eb16bcd1b21752733d5ea0b7f9193bea2ba9302215_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6d333bdef78bef7ba85b04a1a6c5d33591263371b5f740813efae68788e32a6c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:86ac843a55e47fa052c11f263a0ebf4f0c969cf5f60f62a5b88006c963f5b772_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:b77fba98853eb0fabcbcd4981c347cf909f50e64ea32f4c0d8313d89cdb48cf7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:094676fb53084cc7ca93010b2667fde26a83c78bd84af7dfef86e27149fc2385_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:1ba54fa91703c8105080e534a74b85b257c0123abb87d9aa4c05f05e32c24c9b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:21582b96b79a5a1800ce288633970ed7303655e31a202993df84159d3dca7826_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:d6adc9bd2df9fded6228ddd5dbca3919991913b40fb95b12d4d01cf96c5f4d60_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:3c83b77b1291ae9e3003b1eb16bcd1b21752733d5ea0b7f9193bea2ba9302215_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6d333bdef78bef7ba85b04a1a6c5d33591263371b5f740813efae68788e32a6c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:86ac843a55e47fa052c11f263a0ebf4f0c969cf5f60f62a5b88006c963f5b772_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:b77fba98853eb0fabcbcd4981c347cf909f50e64ea32f4c0d8313d89cdb48cf7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:094676fb53084cc7ca93010b2667fde26a83c78bd84af7dfef86e27149fc2385_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:1ba54fa91703c8105080e534a74b85b257c0123abb87d9aa4c05f05e32c24c9b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:21582b96b79a5a1800ce288633970ed7303655e31a202993df84159d3dca7826_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:d6adc9bd2df9fded6228ddd5dbca3919991913b40fb95b12d4d01cf96c5f4d60_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "aiohttp: AIOHTTP\u0027s HTTP Parser auto_decompress feature is vulnerable to zip bomb"
},
{
"cve": "CVE-2025-69873",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2026-02-11T19:01:32.953264+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:3c83b77b1291ae9e3003b1eb16bcd1b21752733d5ea0b7f9193bea2ba9302215_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6d333bdef78bef7ba85b04a1a6c5d33591263371b5f740813efae68788e32a6c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:86ac843a55e47fa052c11f263a0ebf4f0c969cf5f60f62a5b88006c963f5b772_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:b77fba98853eb0fabcbcd4981c347cf909f50e64ea32f4c0d8313d89cdb48cf7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:094676fb53084cc7ca93010b2667fde26a83c78bd84af7dfef86e27149fc2385_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:1ba54fa91703c8105080e534a74b85b257c0123abb87d9aa4c05f05e32c24c9b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:21582b96b79a5a1800ce288633970ed7303655e31a202993df84159d3dca7826_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:d6adc9bd2df9fded6228ddd5dbca3919991913b40fb95b12d4d01cf96c5f4d60_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2439070"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in ajv. When the $data option is enabled, the value of the pattern keyword is passed directly to the JavaScript RegExp() constructor without sufficient validation. An attacker able to supply a malicious regular expression pattern can trigger a ReDoS (Regular Expression Denial of Service), causing the application to become unresponsive and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ajv: ReDoS via $data reference",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, the $data option must be enabled and the attacker needs to be able to send a payload with a specially crafted regular expression to the application processing the input. A 31-character payload causes approximately 44 seconds of execution, with each additional character doubling the execution time. Therefore, even a small payload can cause an application to become unresponsive and eventually result in a denial of service. Due to this reason, this flaw has been rated with an important severity.",
"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": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:3c83b77b1291ae9e3003b1eb16bcd1b21752733d5ea0b7f9193bea2ba9302215_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6d333bdef78bef7ba85b04a1a6c5d33591263371b5f740813efae68788e32a6c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:86ac843a55e47fa052c11f263a0ebf4f0c969cf5f60f62a5b88006c963f5b772_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:b77fba98853eb0fabcbcd4981c347cf909f50e64ea32f4c0d8313d89cdb48cf7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:094676fb53084cc7ca93010b2667fde26a83c78bd84af7dfef86e27149fc2385_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:1ba54fa91703c8105080e534a74b85b257c0123abb87d9aa4c05f05e32c24c9b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:21582b96b79a5a1800ce288633970ed7303655e31a202993df84159d3dca7826_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:d6adc9bd2df9fded6228ddd5dbca3919991913b40fb95b12d4d01cf96c5f4d60_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-69873"
},
{
"category": "external",
"summary": "RHBZ#2439070",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2439070"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-69873",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69873"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-69873",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-69873"
},
{
"category": "external",
"summary": "https://github.com/EthanKim88/ethan-cve-disclosures/blob/main/CVE-2025-69873-ajv-ReDoS.md",
"url": "https://github.com/EthanKim88/ethan-cve-disclosures/blob/main/CVE-2025-69873-ajv-ReDoS.md"
}
],
"release_date": "2026-02-11T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-31T23:31:56+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6309"
},
{
"category": "workaround",
"details": "To mitigate this issue, disable the $data feature if your application does not require it. If $data must be used, implement strict validation of the input fields that are referenced by the pattern keyword to ensure they contain only expected and safe characters.",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:3c83b77b1291ae9e3003b1eb16bcd1b21752733d5ea0b7f9193bea2ba9302215_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6d333bdef78bef7ba85b04a1a6c5d33591263371b5f740813efae68788e32a6c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:86ac843a55e47fa052c11f263a0ebf4f0c969cf5f60f62a5b88006c963f5b772_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:b77fba98853eb0fabcbcd4981c347cf909f50e64ea32f4c0d8313d89cdb48cf7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:094676fb53084cc7ca93010b2667fde26a83c78bd84af7dfef86e27149fc2385_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:1ba54fa91703c8105080e534a74b85b257c0123abb87d9aa4c05f05e32c24c9b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:21582b96b79a5a1800ce288633970ed7303655e31a202993df84159d3dca7826_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:d6adc9bd2df9fded6228ddd5dbca3919991913b40fb95b12d4d01cf96c5f4d60_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:3c83b77b1291ae9e3003b1eb16bcd1b21752733d5ea0b7f9193bea2ba9302215_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6d333bdef78bef7ba85b04a1a6c5d33591263371b5f740813efae68788e32a6c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:86ac843a55e47fa052c11f263a0ebf4f0c969cf5f60f62a5b88006c963f5b772_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:b77fba98853eb0fabcbcd4981c347cf909f50e64ea32f4c0d8313d89cdb48cf7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:094676fb53084cc7ca93010b2667fde26a83c78bd84af7dfef86e27149fc2385_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:1ba54fa91703c8105080e534a74b85b257c0123abb87d9aa4c05f05e32c24c9b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:21582b96b79a5a1800ce288633970ed7303655e31a202993df84159d3dca7826_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:d6adc9bd2df9fded6228ddd5dbca3919991913b40fb95b12d4d01cf96c5f4d60_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "ajv: ReDoS via $data reference"
},
{
"cve": "CVE-2026-1615",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2026-02-09T11:10:57.572082+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:3c83b77b1291ae9e3003b1eb16bcd1b21752733d5ea0b7f9193bea2ba9302215_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6d333bdef78bef7ba85b04a1a6c5d33591263371b5f740813efae68788e32a6c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:86ac843a55e47fa052c11f263a0ebf4f0c969cf5f60f62a5b88006c963f5b772_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:b77fba98853eb0fabcbcd4981c347cf909f50e64ea32f4c0d8313d89cdb48cf7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:094676fb53084cc7ca93010b2667fde26a83c78bd84af7dfef86e27149fc2385_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:1ba54fa91703c8105080e534a74b85b257c0123abb87d9aa4c05f05e32c24c9b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:21582b96b79a5a1800ce288633970ed7303655e31a202993df84159d3dca7826_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:d6adc9bd2df9fded6228ddd5dbca3919991913b40fb95b12d4d01cf96c5f4d60_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2437875"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the jsonpath component. This vulnerability allows a remote attacker to achieve arbitrary code execution by supplying a malicious JSON Path expression. The component\u0027s reliance on the `static-eval` module for processing user-supplied input leads to unsafe evaluation. Successful exploitation can result in Remote Code Execution (RCE) in Node.js environments or Cross-site Scripting (XSS) in browser contexts.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jsonpath: jsonpath: Arbitrary Code Execution via unsafe JSON Path expression evaluation",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Product Security team has rated this vulnerability as Important as it may allows arbitrary code execution when processing untrusted JSON Path expressions. This can lead to Remote Code Execution in Node.js environments or Cross-site Scripting in browser contexts. In some contexts it may be possible to remotely exploit this flaw without any privileges. However, within Red Hat products the jsonpath component is used as a transitive dependency or does not directly handle user input. This context reduces exposure and criticality of this vulnerability.",
"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": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:3c83b77b1291ae9e3003b1eb16bcd1b21752733d5ea0b7f9193bea2ba9302215_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6d333bdef78bef7ba85b04a1a6c5d33591263371b5f740813efae68788e32a6c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:86ac843a55e47fa052c11f263a0ebf4f0c969cf5f60f62a5b88006c963f5b772_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:b77fba98853eb0fabcbcd4981c347cf909f50e64ea32f4c0d8313d89cdb48cf7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:094676fb53084cc7ca93010b2667fde26a83c78bd84af7dfef86e27149fc2385_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:1ba54fa91703c8105080e534a74b85b257c0123abb87d9aa4c05f05e32c24c9b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:21582b96b79a5a1800ce288633970ed7303655e31a202993df84159d3dca7826_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:d6adc9bd2df9fded6228ddd5dbca3919991913b40fb95b12d4d01cf96c5f4d60_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-1615"
},
{
"category": "external",
"summary": "RHBZ#2437875",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437875"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-1615",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1615"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-1615",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-1615"
},
{
"category": "external",
"summary": "https://github.com/dchester/jsonpath/blob/c1dd8ec74034fb0375233abb5fdbec51ac317b4b/lib/handlers.js%23L243",
"url": "https://github.com/dchester/jsonpath/blob/c1dd8ec74034fb0375233abb5fdbec51ac317b4b/lib/handlers.js%23L243"
},
{
"category": "external",
"summary": "https://security.snyk.io/vuln/SNYK-JAVA-ORGWEBJARSNPM-15141219",
"url": "https://security.snyk.io/vuln/SNYK-JAVA-ORGWEBJARSNPM-15141219"
},
{
"category": "external",
"summary": "https://security.snyk.io/vuln/SNYK-JS-JSONPATH-13645034",
"url": "https://security.snyk.io/vuln/SNYK-JS-JSONPATH-13645034"
}
],
"release_date": "2026-02-09T05:00:09.050000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-31T23:31:56+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6309"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:3c83b77b1291ae9e3003b1eb16bcd1b21752733d5ea0b7f9193bea2ba9302215_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6d333bdef78bef7ba85b04a1a6c5d33591263371b5f740813efae68788e32a6c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:86ac843a55e47fa052c11f263a0ebf4f0c969cf5f60f62a5b88006c963f5b772_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:b77fba98853eb0fabcbcd4981c347cf909f50e64ea32f4c0d8313d89cdb48cf7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:094676fb53084cc7ca93010b2667fde26a83c78bd84af7dfef86e27149fc2385_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:1ba54fa91703c8105080e534a74b85b257c0123abb87d9aa4c05f05e32c24c9b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:21582b96b79a5a1800ce288633970ed7303655e31a202993df84159d3dca7826_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:d6adc9bd2df9fded6228ddd5dbca3919991913b40fb95b12d4d01cf96c5f4d60_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:3c83b77b1291ae9e3003b1eb16bcd1b21752733d5ea0b7f9193bea2ba9302215_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6d333bdef78bef7ba85b04a1a6c5d33591263371b5f740813efae68788e32a6c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:86ac843a55e47fa052c11f263a0ebf4f0c969cf5f60f62a5b88006c963f5b772_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:b77fba98853eb0fabcbcd4981c347cf909f50e64ea32f4c0d8313d89cdb48cf7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:094676fb53084cc7ca93010b2667fde26a83c78bd84af7dfef86e27149fc2385_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:1ba54fa91703c8105080e534a74b85b257c0123abb87d9aa4c05f05e32c24c9b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:21582b96b79a5a1800ce288633970ed7303655e31a202993df84159d3dca7826_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:d6adc9bd2df9fded6228ddd5dbca3919991913b40fb95b12d4d01cf96c5f4d60_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "jsonpath: jsonpath: Arbitrary Code Execution via unsafe JSON Path expression evaluation"
},
{
"cve": "CVE-2026-25639",
"cwe": {
"id": "CWE-1287",
"name": "Improper Validation of Specified Type of Input"
},
"discovery_date": "2026-02-09T21:00:49.280114+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:3c83b77b1291ae9e3003b1eb16bcd1b21752733d5ea0b7f9193bea2ba9302215_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6d333bdef78bef7ba85b04a1a6c5d33591263371b5f740813efae68788e32a6c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:86ac843a55e47fa052c11f263a0ebf4f0c969cf5f60f62a5b88006c963f5b772_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:b77fba98853eb0fabcbcd4981c347cf909f50e64ea32f4c0d8313d89cdb48cf7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:094676fb53084cc7ca93010b2667fde26a83c78bd84af7dfef86e27149fc2385_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:1ba54fa91703c8105080e534a74b85b257c0123abb87d9aa4c05f05e32c24c9b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:21582b96b79a5a1800ce288633970ed7303655e31a202993df84159d3dca7826_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:d6adc9bd2df9fded6228ddd5dbca3919991913b40fb95b12d4d01cf96c5f4d60_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2438237"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service flaw has been discovered in the Axios npm package. the mergeConfig function in axios crashes with a TypeError when processing configuration objects containing __proto__ as an own property. An attacker can trigger this by providing a malicious configuration object created via JSON.parse(), causing complete denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios affected by Denial of Service via __proto__ Key in mergeConfig",
"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": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:3c83b77b1291ae9e3003b1eb16bcd1b21752733d5ea0b7f9193bea2ba9302215_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6d333bdef78bef7ba85b04a1a6c5d33591263371b5f740813efae68788e32a6c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:86ac843a55e47fa052c11f263a0ebf4f0c969cf5f60f62a5b88006c963f5b772_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:b77fba98853eb0fabcbcd4981c347cf909f50e64ea32f4c0d8313d89cdb48cf7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:094676fb53084cc7ca93010b2667fde26a83c78bd84af7dfef86e27149fc2385_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:1ba54fa91703c8105080e534a74b85b257c0123abb87d9aa4c05f05e32c24c9b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:21582b96b79a5a1800ce288633970ed7303655e31a202993df84159d3dca7826_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:d6adc9bd2df9fded6228ddd5dbca3919991913b40fb95b12d4d01cf96c5f4d60_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25639"
},
{
"category": "external",
"summary": "RHBZ#2438237",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2438237"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25639",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25639"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25639",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25639"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/commit/28c721588c7a77e7503d0a434e016f852c597b57",
"url": "https://github.com/axios/axios/commit/28c721588c7a77e7503d0a434e016f852c597b57"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/releases/tag/v1.13.5",
"url": "https://github.com/axios/axios/releases/tag/v1.13.5"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-43fc-jf86-j433",
"url": "https://github.com/axios/axios/security/advisories/GHSA-43fc-jf86-j433"
}
],
"release_date": "2026-02-09T20:11:22.374000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-31T23:31:56+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6309"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:3c83b77b1291ae9e3003b1eb16bcd1b21752733d5ea0b7f9193bea2ba9302215_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6d333bdef78bef7ba85b04a1a6c5d33591263371b5f740813efae68788e32a6c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:86ac843a55e47fa052c11f263a0ebf4f0c969cf5f60f62a5b88006c963f5b772_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:b77fba98853eb0fabcbcd4981c347cf909f50e64ea32f4c0d8313d89cdb48cf7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:094676fb53084cc7ca93010b2667fde26a83c78bd84af7dfef86e27149fc2385_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:1ba54fa91703c8105080e534a74b85b257c0123abb87d9aa4c05f05e32c24c9b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:21582b96b79a5a1800ce288633970ed7303655e31a202993df84159d3dca7826_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:d6adc9bd2df9fded6228ddd5dbca3919991913b40fb95b12d4d01cf96c5f4d60_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:3c83b77b1291ae9e3003b1eb16bcd1b21752733d5ea0b7f9193bea2ba9302215_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6d333bdef78bef7ba85b04a1a6c5d33591263371b5f740813efae68788e32a6c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:86ac843a55e47fa052c11f263a0ebf4f0c969cf5f60f62a5b88006c963f5b772_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:b77fba98853eb0fabcbcd4981c347cf909f50e64ea32f4c0d8313d89cdb48cf7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:094676fb53084cc7ca93010b2667fde26a83c78bd84af7dfef86e27149fc2385_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:1ba54fa91703c8105080e534a74b85b257c0123abb87d9aa4c05f05e32c24c9b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:21582b96b79a5a1800ce288633970ed7303655e31a202993df84159d3dca7826_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:d6adc9bd2df9fded6228ddd5dbca3919991913b40fb95b12d4d01cf96c5f4d60_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Axios affected by Denial of Service via __proto__ Key in mergeConfig"
},
{
"cve": "CVE-2026-25990",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2026-02-11T21:05:39.535631+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:3c83b77b1291ae9e3003b1eb16bcd1b21752733d5ea0b7f9193bea2ba9302215_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6d333bdef78bef7ba85b04a1a6c5d33591263371b5f740813efae68788e32a6c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:86ac843a55e47fa052c11f263a0ebf4f0c969cf5f60f62a5b88006c963f5b772_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:b77fba98853eb0fabcbcd4981c347cf909f50e64ea32f4c0d8313d89cdb48cf7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:094676fb53084cc7ca93010b2667fde26a83c78bd84af7dfef86e27149fc2385_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:1ba54fa91703c8105080e534a74b85b257c0123abb87d9aa4c05f05e32c24c9b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:21582b96b79a5a1800ce288633970ed7303655e31a202993df84159d3dca7826_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:d6adc9bd2df9fded6228ddd5dbca3919991913b40fb95b12d4d01cf96c5f4d60_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2439170"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found the Pillow Python imaging library. Providing a specially crafted PSD image may lead to an out-of-bounds write. This could potentially allow for arbitrary code execution or information disclosure.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pillow: Pillow: Out-of-bounds Write via Specially Crafted PSD Image",
"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": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:3c83b77b1291ae9e3003b1eb16bcd1b21752733d5ea0b7f9193bea2ba9302215_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6d333bdef78bef7ba85b04a1a6c5d33591263371b5f740813efae68788e32a6c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:86ac843a55e47fa052c11f263a0ebf4f0c969cf5f60f62a5b88006c963f5b772_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:b77fba98853eb0fabcbcd4981c347cf909f50e64ea32f4c0d8313d89cdb48cf7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:094676fb53084cc7ca93010b2667fde26a83c78bd84af7dfef86e27149fc2385_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:1ba54fa91703c8105080e534a74b85b257c0123abb87d9aa4c05f05e32c24c9b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:21582b96b79a5a1800ce288633970ed7303655e31a202993df84159d3dca7826_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:d6adc9bd2df9fded6228ddd5dbca3919991913b40fb95b12d4d01cf96c5f4d60_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25990"
},
{
"category": "external",
"summary": "RHBZ#2439170",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2439170"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25990",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25990"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25990",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25990"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/commit/9000313cc5d4a31bdcdd6d7f0781101abab553aa",
"url": "https://github.com/python-pillow/Pillow/commit/9000313cc5d4a31bdcdd6d7f0781101abab553aa"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-cfh3-3jmp-rvhc",
"url": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-cfh3-3jmp-rvhc"
}
],
"release_date": "2026-02-11T20:53:52.524000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-31T23:31:56+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6309"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:3c83b77b1291ae9e3003b1eb16bcd1b21752733d5ea0b7f9193bea2ba9302215_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6d333bdef78bef7ba85b04a1a6c5d33591263371b5f740813efae68788e32a6c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:86ac843a55e47fa052c11f263a0ebf4f0c969cf5f60f62a5b88006c963f5b772_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:b77fba98853eb0fabcbcd4981c347cf909f50e64ea32f4c0d8313d89cdb48cf7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:094676fb53084cc7ca93010b2667fde26a83c78bd84af7dfef86e27149fc2385_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:1ba54fa91703c8105080e534a74b85b257c0123abb87d9aa4c05f05e32c24c9b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:21582b96b79a5a1800ce288633970ed7303655e31a202993df84159d3dca7826_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:d6adc9bd2df9fded6228ddd5dbca3919991913b40fb95b12d4d01cf96c5f4d60_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:3c83b77b1291ae9e3003b1eb16bcd1b21752733d5ea0b7f9193bea2ba9302215_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6d333bdef78bef7ba85b04a1a6c5d33591263371b5f740813efae68788e32a6c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:86ac843a55e47fa052c11f263a0ebf4f0c969cf5f60f62a5b88006c963f5b772_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:b77fba98853eb0fabcbcd4981c347cf909f50e64ea32f4c0d8313d89cdb48cf7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:094676fb53084cc7ca93010b2667fde26a83c78bd84af7dfef86e27149fc2385_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:1ba54fa91703c8105080e534a74b85b257c0123abb87d9aa4c05f05e32c24c9b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:21582b96b79a5a1800ce288633970ed7303655e31a202993df84159d3dca7826_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:d6adc9bd2df9fded6228ddd5dbca3919991913b40fb95b12d4d01cf96c5f4d60_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "pillow: Pillow: Out-of-bounds Write via Specially Crafted PSD Image"
},
{
"cve": "CVE-2026-26007",
"cwe": {
"id": "CWE-354",
"name": "Improper Validation of Integrity Check Value"
},
"discovery_date": "2026-02-10T22:01:01.036116+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:3c83b77b1291ae9e3003b1eb16bcd1b21752733d5ea0b7f9193bea2ba9302215_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6d333bdef78bef7ba85b04a1a6c5d33591263371b5f740813efae68788e32a6c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:86ac843a55e47fa052c11f263a0ebf4f0c969cf5f60f62a5b88006c963f5b772_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:b77fba98853eb0fabcbcd4981c347cf909f50e64ea32f4c0d8313d89cdb48cf7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:094676fb53084cc7ca93010b2667fde26a83c78bd84af7dfef86e27149fc2385_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:1ba54fa91703c8105080e534a74b85b257c0123abb87d9aa4c05f05e32c24c9b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:21582b96b79a5a1800ce288633970ed7303655e31a202993df84159d3dca7826_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:d6adc9bd2df9fded6228ddd5dbca3919991913b40fb95b12d4d01cf96c5f4d60_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2438762"
}
],
"notes": [
{
"category": "description",
"text": "A validation flaw has been discovered in the python cryptography package. This missing validation allows an attacker to provide a public key point P from a small-order subgroup. This can lead to security issues in various situations, such as the most commonly used signature verification (ECDSA) and shared key negotiation (ECDH). When the victim computes the shared secret as S = [victim_private_key]P via ECDH, this leaks information about victim_private_key mod (small_subgroup_order). For curves with cofactor \u003e 1, this reveals the least significant bits of the private key. When these weak public keys are used in ECDSA , it\u0027s easy to forge signatures on the small subgroup. Only SECT curves are impacted by this.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cryptography: cryptography Subgroup Attack Due to Missing Subgroup Validation for SECT Curves",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw, while difficult to exploit, would lead to a loss of integrity in the encrypted communication channel. Given that the cryptography package is a library, it is likely to be used in situations that do not require user interaction.",
"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": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:3c83b77b1291ae9e3003b1eb16bcd1b21752733d5ea0b7f9193bea2ba9302215_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6d333bdef78bef7ba85b04a1a6c5d33591263371b5f740813efae68788e32a6c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:86ac843a55e47fa052c11f263a0ebf4f0c969cf5f60f62a5b88006c963f5b772_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:b77fba98853eb0fabcbcd4981c347cf909f50e64ea32f4c0d8313d89cdb48cf7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:094676fb53084cc7ca93010b2667fde26a83c78bd84af7dfef86e27149fc2385_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:1ba54fa91703c8105080e534a74b85b257c0123abb87d9aa4c05f05e32c24c9b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:21582b96b79a5a1800ce288633970ed7303655e31a202993df84159d3dca7826_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:d6adc9bd2df9fded6228ddd5dbca3919991913b40fb95b12d4d01cf96c5f4d60_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-26007"
},
{
"category": "external",
"summary": "RHBZ#2438762",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2438762"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-26007",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26007"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-26007",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-26007"
},
{
"category": "external",
"summary": "https://github.com/pyca/cryptography/commit/0eebb9dbb6343d9bc1d91e5a2482ed4e054a6d8c",
"url": "https://github.com/pyca/cryptography/commit/0eebb9dbb6343d9bc1d91e5a2482ed4e054a6d8c"
},
{
"category": "external",
"summary": "https://github.com/pyca/cryptography/security/advisories/GHSA-r6ph-v2qm-q3c2",
"url": "https://github.com/pyca/cryptography/security/advisories/GHSA-r6ph-v2qm-q3c2"
}
],
"release_date": "2026-02-10T21:42:56.471000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-31T23:31:56+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6309"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:3c83b77b1291ae9e3003b1eb16bcd1b21752733d5ea0b7f9193bea2ba9302215_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6d333bdef78bef7ba85b04a1a6c5d33591263371b5f740813efae68788e32a6c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:86ac843a55e47fa052c11f263a0ebf4f0c969cf5f60f62a5b88006c963f5b772_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:b77fba98853eb0fabcbcd4981c347cf909f50e64ea32f4c0d8313d89cdb48cf7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:094676fb53084cc7ca93010b2667fde26a83c78bd84af7dfef86e27149fc2385_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:1ba54fa91703c8105080e534a74b85b257c0123abb87d9aa4c05f05e32c24c9b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:21582b96b79a5a1800ce288633970ed7303655e31a202993df84159d3dca7826_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:d6adc9bd2df9fded6228ddd5dbca3919991913b40fb95b12d4d01cf96c5f4d60_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:3c83b77b1291ae9e3003b1eb16bcd1b21752733d5ea0b7f9193bea2ba9302215_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6d333bdef78bef7ba85b04a1a6c5d33591263371b5f740813efae68788e32a6c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:86ac843a55e47fa052c11f263a0ebf4f0c969cf5f60f62a5b88006c963f5b772_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:b77fba98853eb0fabcbcd4981c347cf909f50e64ea32f4c0d8313d89cdb48cf7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:094676fb53084cc7ca93010b2667fde26a83c78bd84af7dfef86e27149fc2385_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:1ba54fa91703c8105080e534a74b85b257c0123abb87d9aa4c05f05e32c24c9b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:21582b96b79a5a1800ce288633970ed7303655e31a202993df84159d3dca7826_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:d6adc9bd2df9fded6228ddd5dbca3919991913b40fb95b12d4d01cf96c5f4d60_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "cryptography: cryptography Subgroup Attack Due to Missing Subgroup Validation for SECT Curves"
},
{
"cve": "CVE-2026-28498",
"cwe": {
"id": "CWE-325",
"name": "Missing Cryptographic Step"
},
"discovery_date": "2026-03-16T19:02:00.128339+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:3c83b77b1291ae9e3003b1eb16bcd1b21752733d5ea0b7f9193bea2ba9302215_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6d333bdef78bef7ba85b04a1a6c5d33591263371b5f740813efae68788e32a6c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:86ac843a55e47fa052c11f263a0ebf4f0c969cf5f60f62a5b88006c963f5b772_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:b77fba98853eb0fabcbcd4981c347cf909f50e64ea32f4c0d8313d89cdb48cf7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:094676fb53084cc7ca93010b2667fde26a83c78bd84af7dfef86e27149fc2385_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:1ba54fa91703c8105080e534a74b85b257c0123abb87d9aa4c05f05e32c24c9b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:21582b96b79a5a1800ce288633970ed7303655e31a202993df84159d3dca7826_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:d6adc9bd2df9fded6228ddd5dbca3919991913b40fb95b12d4d01cf96c5f4d60_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2448182"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Authlib, a Python library used for building OAuth and OpenID Connect (OIDC) servers. This vulnerability allows a remote attacker to bypass critical integrity checks in OIDC ID Tokens. Specifically, the library\u0027s internal hash verification logic fails open when encountering an unsupported cryptographic algorithm, accepting a forged ID Token as valid. This can lead to an authentication bypass, granting unauthorized access to systems relying on Authlib for OIDC authentication.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "authlib: Authlib: Authentication bypass via forged OpenID Connect ID Tokens",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This IMPORTANT vulnerability in Authlib allows attackers to bypass OIDC ID Token integrity verification. The at_hash and c_hash validation fails open for unknown algorithms, accepting forged tokens as valid. Exploitation requires no authentication or user interaction. Impact is high to confidentiality and integrity. Red Hat products using Authlib for OIDC validation are affected. Fixed in version 1.6.9.",
"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": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:3c83b77b1291ae9e3003b1eb16bcd1b21752733d5ea0b7f9193bea2ba9302215_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6d333bdef78bef7ba85b04a1a6c5d33591263371b5f740813efae68788e32a6c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:86ac843a55e47fa052c11f263a0ebf4f0c969cf5f60f62a5b88006c963f5b772_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:b77fba98853eb0fabcbcd4981c347cf909f50e64ea32f4c0d8313d89cdb48cf7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:094676fb53084cc7ca93010b2667fde26a83c78bd84af7dfef86e27149fc2385_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:1ba54fa91703c8105080e534a74b85b257c0123abb87d9aa4c05f05e32c24c9b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:21582b96b79a5a1800ce288633970ed7303655e31a202993df84159d3dca7826_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:d6adc9bd2df9fded6228ddd5dbca3919991913b40fb95b12d4d01cf96c5f4d60_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-28498"
},
{
"category": "external",
"summary": "RHBZ#2448182",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2448182"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-28498",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-28498"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-28498",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-28498"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/commit/b9bb2b25bf8b7e01512d847a95c1749646eaa72b",
"url": "https://github.com/authlib/authlib/commit/b9bb2b25bf8b7e01512d847a95c1749646eaa72b"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/releases/tag/v1.6.9",
"url": "https://github.com/authlib/authlib/releases/tag/v1.6.9"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/security/advisories/GHSA-m344-f55w-2m6j",
"url": "https://github.com/authlib/authlib/security/advisories/GHSA-m344-f55w-2m6j"
}
],
"release_date": "2026-03-16T18:03:28.821000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-31T23:31:56+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6309"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:3c83b77b1291ae9e3003b1eb16bcd1b21752733d5ea0b7f9193bea2ba9302215_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6d333bdef78bef7ba85b04a1a6c5d33591263371b5f740813efae68788e32a6c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:86ac843a55e47fa052c11f263a0ebf4f0c969cf5f60f62a5b88006c963f5b772_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:b77fba98853eb0fabcbcd4981c347cf909f50e64ea32f4c0d8313d89cdb48cf7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:094676fb53084cc7ca93010b2667fde26a83c78bd84af7dfef86e27149fc2385_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:1ba54fa91703c8105080e534a74b85b257c0123abb87d9aa4c05f05e32c24c9b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:21582b96b79a5a1800ce288633970ed7303655e31a202993df84159d3dca7826_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:d6adc9bd2df9fded6228ddd5dbca3919991913b40fb95b12d4d01cf96c5f4d60_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "authlib: Authlib: Authentication bypass via forged OpenID Connect ID Tokens"
},
{
"cve": "CVE-2026-28802",
"cwe": {
"id": "CWE-347",
"name": "Improper Verification of Cryptographic Signature"
},
"discovery_date": "2026-03-06T07:01:49.366979+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:3c83b77b1291ae9e3003b1eb16bcd1b21752733d5ea0b7f9193bea2ba9302215_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6d333bdef78bef7ba85b04a1a6c5d33591263371b5f740813efae68788e32a6c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:86ac843a55e47fa052c11f263a0ebf4f0c969cf5f60f62a5b88006c963f5b772_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:b77fba98853eb0fabcbcd4981c347cf909f50e64ea32f4c0d8313d89cdb48cf7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:094676fb53084cc7ca93010b2667fde26a83c78bd84af7dfef86e27149fc2385_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:1ba54fa91703c8105080e534a74b85b257c0123abb87d9aa4c05f05e32c24c9b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:21582b96b79a5a1800ce288633970ed7303655e31a202993df84159d3dca7826_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:d6adc9bd2df9fded6228ddd5dbca3919991913b40fb95b12d4d01cf96c5f4d60_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445120"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Authlib, a Python library for building OAuth and OpenID Connect servers. A remote attacker can exploit this vulnerability by crafting a malicious JSON Web Token (JWT) with a \"none\" algorithm and an empty signature. This bypasses the expected signature verification, potentially allowing the attacker to forge tokens and gain unauthorized access or perform unauthorized actions within applications using Authlib.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "authlib: Authlib: Signature verification bypass via malicious JWT allows unauthorized access",
"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": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:3c83b77b1291ae9e3003b1eb16bcd1b21752733d5ea0b7f9193bea2ba9302215_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6d333bdef78bef7ba85b04a1a6c5d33591263371b5f740813efae68788e32a6c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:86ac843a55e47fa052c11f263a0ebf4f0c969cf5f60f62a5b88006c963f5b772_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:b77fba98853eb0fabcbcd4981c347cf909f50e64ea32f4c0d8313d89cdb48cf7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:094676fb53084cc7ca93010b2667fde26a83c78bd84af7dfef86e27149fc2385_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:1ba54fa91703c8105080e534a74b85b257c0123abb87d9aa4c05f05e32c24c9b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:21582b96b79a5a1800ce288633970ed7303655e31a202993df84159d3dca7826_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:d6adc9bd2df9fded6228ddd5dbca3919991913b40fb95b12d4d01cf96c5f4d60_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-28802"
},
{
"category": "external",
"summary": "RHBZ#2445120",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445120"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-28802",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-28802"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-28802",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-28802"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/commit/a61c2acb807496e67f32051b5f1b1d5ccf8f0a75",
"url": "https://github.com/authlib/authlib/commit/a61c2acb807496e67f32051b5f1b1d5ccf8f0a75"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/commit/b87c32ed07b8ae7f805873e1c9cafd1016761df7",
"url": "https://github.com/authlib/authlib/commit/b87c32ed07b8ae7f805873e1c9cafd1016761df7"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/security/advisories/GHSA-7wc2-qxgw-g8gg",
"url": "https://github.com/authlib/authlib/security/advisories/GHSA-7wc2-qxgw-g8gg"
}
],
"release_date": "2026-03-06T06:44:26.402000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-31T23:31:56+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6309"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:3c83b77b1291ae9e3003b1eb16bcd1b21752733d5ea0b7f9193bea2ba9302215_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6d333bdef78bef7ba85b04a1a6c5d33591263371b5f740813efae68788e32a6c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:86ac843a55e47fa052c11f263a0ebf4f0c969cf5f60f62a5b88006c963f5b772_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:b77fba98853eb0fabcbcd4981c347cf909f50e64ea32f4c0d8313d89cdb48cf7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:094676fb53084cc7ca93010b2667fde26a83c78bd84af7dfef86e27149fc2385_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:1ba54fa91703c8105080e534a74b85b257c0123abb87d9aa4c05f05e32c24c9b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:21582b96b79a5a1800ce288633970ed7303655e31a202993df84159d3dca7826_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:d6adc9bd2df9fded6228ddd5dbca3919991913b40fb95b12d4d01cf96c5f4d60_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:3c83b77b1291ae9e3003b1eb16bcd1b21752733d5ea0b7f9193bea2ba9302215_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6d333bdef78bef7ba85b04a1a6c5d33591263371b5f740813efae68788e32a6c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:86ac843a55e47fa052c11f263a0ebf4f0c969cf5f60f62a5b88006c963f5b772_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:b77fba98853eb0fabcbcd4981c347cf909f50e64ea32f4c0d8313d89cdb48cf7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:094676fb53084cc7ca93010b2667fde26a83c78bd84af7dfef86e27149fc2385_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:1ba54fa91703c8105080e534a74b85b257c0123abb87d9aa4c05f05e32c24c9b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:21582b96b79a5a1800ce288633970ed7303655e31a202993df84159d3dca7826_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:d6adc9bd2df9fded6228ddd5dbca3919991913b40fb95b12d4d01cf96c5f4d60_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "authlib: Authlib: Signature verification bypass via malicious JWT allows unauthorized access"
},
{
"cve": "CVE-2026-29074",
"cwe": {
"id": "CWE-776",
"name": "Improper Restriction of Recursive Entity References in DTDs (\u0027XML Entity Expansion\u0027)"
},
"discovery_date": "2026-03-06T08:01:07.142613+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:3c83b77b1291ae9e3003b1eb16bcd1b21752733d5ea0b7f9193bea2ba9302215_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6d333bdef78bef7ba85b04a1a6c5d33591263371b5f740813efae68788e32a6c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:86ac843a55e47fa052c11f263a0ebf4f0c969cf5f60f62a5b88006c963f5b772_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:b77fba98853eb0fabcbcd4981c347cf909f50e64ea32f4c0d8313d89cdb48cf7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:094676fb53084cc7ca93010b2667fde26a83c78bd84af7dfef86e27149fc2385_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:1ba54fa91703c8105080e534a74b85b257c0123abb87d9aa4c05f05e32c24c9b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:21582b96b79a5a1800ce288633970ed7303655e31a202993df84159d3dca7826_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:d6adc9bd2df9fded6228ddd5dbca3919991913b40fb95b12d4d01cf96c5f4d60_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445132"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in SVGO, an SVG (Scalable Vector Graphics) Optimizer. This vulnerability allows a remote attacker to cause a Denial of Service (DoS) by submitting a specially crafted XML file. The application\u0027s failure to properly guard against XML entity expansion or recursion can lead to the Node.js process consuming excessive memory and crashing.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "svgo: SVGO: Denial of Service via XML entity expansion",
"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": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:3c83b77b1291ae9e3003b1eb16bcd1b21752733d5ea0b7f9193bea2ba9302215_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6d333bdef78bef7ba85b04a1a6c5d33591263371b5f740813efae68788e32a6c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:86ac843a55e47fa052c11f263a0ebf4f0c969cf5f60f62a5b88006c963f5b772_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:b77fba98853eb0fabcbcd4981c347cf909f50e64ea32f4c0d8313d89cdb48cf7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:094676fb53084cc7ca93010b2667fde26a83c78bd84af7dfef86e27149fc2385_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:1ba54fa91703c8105080e534a74b85b257c0123abb87d9aa4c05f05e32c24c9b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:21582b96b79a5a1800ce288633970ed7303655e31a202993df84159d3dca7826_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:d6adc9bd2df9fded6228ddd5dbca3919991913b40fb95b12d4d01cf96c5f4d60_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-29074"
},
{
"category": "external",
"summary": "RHBZ#2445132",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445132"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-29074",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-29074"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-29074",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-29074"
},
{
"category": "external",
"summary": "https://github.com/svg/svgo/security/advisories/GHSA-xpqw-6gx7-v673",
"url": "https://github.com/svg/svgo/security/advisories/GHSA-xpqw-6gx7-v673"
}
],
"release_date": "2026-03-06T07:23:05.716000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-31T23:31:56+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6309"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:3c83b77b1291ae9e3003b1eb16bcd1b21752733d5ea0b7f9193bea2ba9302215_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6d333bdef78bef7ba85b04a1a6c5d33591263371b5f740813efae68788e32a6c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:86ac843a55e47fa052c11f263a0ebf4f0c969cf5f60f62a5b88006c963f5b772_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:b77fba98853eb0fabcbcd4981c347cf909f50e64ea32f4c0d8313d89cdb48cf7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:094676fb53084cc7ca93010b2667fde26a83c78bd84af7dfef86e27149fc2385_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:1ba54fa91703c8105080e534a74b85b257c0123abb87d9aa4c05f05e32c24c9b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:21582b96b79a5a1800ce288633970ed7303655e31a202993df84159d3dca7826_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:d6adc9bd2df9fded6228ddd5dbca3919991913b40fb95b12d4d01cf96c5f4d60_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:3c83b77b1291ae9e3003b1eb16bcd1b21752733d5ea0b7f9193bea2ba9302215_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6d333bdef78bef7ba85b04a1a6c5d33591263371b5f740813efae68788e32a6c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:86ac843a55e47fa052c11f263a0ebf4f0c969cf5f60f62a5b88006c963f5b772_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:b77fba98853eb0fabcbcd4981c347cf909f50e64ea32f4c0d8313d89cdb48cf7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:094676fb53084cc7ca93010b2667fde26a83c78bd84af7dfef86e27149fc2385_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:1ba54fa91703c8105080e534a74b85b257c0123abb87d9aa4c05f05e32c24c9b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:21582b96b79a5a1800ce288633970ed7303655e31a202993df84159d3dca7826_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:d6adc9bd2df9fded6228ddd5dbca3919991913b40fb95b12d4d01cf96c5f4d60_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "svgo: SVGO: Denial of Service via XML entity expansion"
},
{
"cve": "CVE-2026-30827",
"cwe": {
"id": "CWE-1389",
"name": "Incorrect Parsing of Numbers with Different Radices"
},
"discovery_date": "2026-03-07T06:01:06.325390+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:3c83b77b1291ae9e3003b1eb16bcd1b21752733d5ea0b7f9193bea2ba9302215_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6d333bdef78bef7ba85b04a1a6c5d33591263371b5f740813efae68788e32a6c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:86ac843a55e47fa052c11f263a0ebf4f0c969cf5f60f62a5b88006c963f5b772_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:b77fba98853eb0fabcbcd4981c347cf909f50e64ea32f4c0d8313d89cdb48cf7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:094676fb53084cc7ca93010b2667fde26a83c78bd84af7dfef86e27149fc2385_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:1ba54fa91703c8105080e534a74b85b257c0123abb87d9aa4c05f05e32c24c9b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:21582b96b79a5a1800ce288633970ed7303655e31a202993df84159d3dca7826_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:d6adc9bd2df9fded6228ddd5dbca3919991913b40fb95b12d4d01cf96c5f4d60_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445429"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in express-rate-limit. The default key generator incorrectly applies IPv6 subnet masking to IPv4-mapped IPv6 addresses, which are used when an IPv4 client connects to a dual-stack server. This misconfiguration causes all IPv4 traffic to be treated as a single entity for rate limiting. Consequently, a remote attacker can exhaust the rate limit with a single client, leading to a Denial of Service (DoS) for all other IPv4 clients by causing them to receive HTTP 429 errors.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "express-rate-limit: express-rate-limit: Denial of Service for IPv4 clients due to incorrect IPv6 subnet masking",
"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": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:3c83b77b1291ae9e3003b1eb16bcd1b21752733d5ea0b7f9193bea2ba9302215_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6d333bdef78bef7ba85b04a1a6c5d33591263371b5f740813efae68788e32a6c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:86ac843a55e47fa052c11f263a0ebf4f0c969cf5f60f62a5b88006c963f5b772_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:b77fba98853eb0fabcbcd4981c347cf909f50e64ea32f4c0d8313d89cdb48cf7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:094676fb53084cc7ca93010b2667fde26a83c78bd84af7dfef86e27149fc2385_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:1ba54fa91703c8105080e534a74b85b257c0123abb87d9aa4c05f05e32c24c9b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:21582b96b79a5a1800ce288633970ed7303655e31a202993df84159d3dca7826_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:d6adc9bd2df9fded6228ddd5dbca3919991913b40fb95b12d4d01cf96c5f4d60_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-30827"
},
{
"category": "external",
"summary": "RHBZ#2445429",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445429"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-30827",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-30827"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-30827",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-30827"
},
{
"category": "external",
"summary": "https://github.com/express-rate-limit/express-rate-limit/commit/14e53888cdfd1b9798faf5b634c4206409e27fc4",
"url": "https://github.com/express-rate-limit/express-rate-limit/commit/14e53888cdfd1b9798faf5b634c4206409e27fc4"
},
{
"category": "external",
"summary": "https://github.com/express-rate-limit/express-rate-limit/security/advisories/GHSA-46wh-pxpv-q5gq",
"url": "https://github.com/express-rate-limit/express-rate-limit/security/advisories/GHSA-46wh-pxpv-q5gq"
}
],
"release_date": "2026-03-07T05:19:08.206000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-31T23:31:56+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6309"
},
{
"category": "workaround",
"details": "Restrict network access to applications utilizing the express-rate-limit middleware to trusted clients or networks. Implementing firewall rules or network access controls can prevent untrusted actors from exploiting the shared rate-limit bucket vulnerability affecting IPv4-mapped IPv6 addresses on dual-stack servers.",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:3c83b77b1291ae9e3003b1eb16bcd1b21752733d5ea0b7f9193bea2ba9302215_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6d333bdef78bef7ba85b04a1a6c5d33591263371b5f740813efae68788e32a6c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:86ac843a55e47fa052c11f263a0ebf4f0c969cf5f60f62a5b88006c963f5b772_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:b77fba98853eb0fabcbcd4981c347cf909f50e64ea32f4c0d8313d89cdb48cf7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:094676fb53084cc7ca93010b2667fde26a83c78bd84af7dfef86e27149fc2385_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:1ba54fa91703c8105080e534a74b85b257c0123abb87d9aa4c05f05e32c24c9b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:21582b96b79a5a1800ce288633970ed7303655e31a202993df84159d3dca7826_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:d6adc9bd2df9fded6228ddd5dbca3919991913b40fb95b12d4d01cf96c5f4d60_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:3c83b77b1291ae9e3003b1eb16bcd1b21752733d5ea0b7f9193bea2ba9302215_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6d333bdef78bef7ba85b04a1a6c5d33591263371b5f740813efae68788e32a6c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:86ac843a55e47fa052c11f263a0ebf4f0c969cf5f60f62a5b88006c963f5b772_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:b77fba98853eb0fabcbcd4981c347cf909f50e64ea32f4c0d8313d89cdb48cf7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:094676fb53084cc7ca93010b2667fde26a83c78bd84af7dfef86e27149fc2385_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:1ba54fa91703c8105080e534a74b85b257c0123abb87d9aa4c05f05e32c24c9b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:21582b96b79a5a1800ce288633970ed7303655e31a202993df84159d3dca7826_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:d6adc9bd2df9fded6228ddd5dbca3919991913b40fb95b12d4d01cf96c5f4d60_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "express-rate-limit: express-rate-limit: Denial of Service for IPv4 clients due to incorrect IPv6 subnet masking"
},
{
"cve": "CVE-2026-30922",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2026-03-18T04:02:45.401296+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:3c83b77b1291ae9e3003b1eb16bcd1b21752733d5ea0b7f9193bea2ba9302215_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6d333bdef78bef7ba85b04a1a6c5d33591263371b5f740813efae68788e32a6c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:86ac843a55e47fa052c11f263a0ebf4f0c969cf5f60f62a5b88006c963f5b772_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:b77fba98853eb0fabcbcd4981c347cf909f50e64ea32f4c0d8313d89cdb48cf7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:094676fb53084cc7ca93010b2667fde26a83c78bd84af7dfef86e27149fc2385_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:1ba54fa91703c8105080e534a74b85b257c0123abb87d9aa4c05f05e32c24c9b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:21582b96b79a5a1800ce288633970ed7303655e31a202993df84159d3dca7826_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:d6adc9bd2df9fded6228ddd5dbca3919991913b40fb95b12d4d01cf96c5f4d60_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2448553"
}
],
"notes": [
{
"category": "description",
"text": "An unbounded recursion flaw has been discovered in the pypi pyasn1 library. This uncontrolled recursion occurs when decoding ASN.1 data with deeply nested structures. An attacker can supply a crafted payload containing nested SEQUENCE (0x30) or SET (0x31) tags with Indefinite Length (0x80) markers. This forces the decoder to recursively call itself until the Python interpreter crashes with a RecursionError or consumes all available memory (OOM), crashing the host application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pyasn1: pyasn1 Vulnerable to Denial of Service via Unbounded Recursion",
"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": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:3c83b77b1291ae9e3003b1eb16bcd1b21752733d5ea0b7f9193bea2ba9302215_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6d333bdef78bef7ba85b04a1a6c5d33591263371b5f740813efae68788e32a6c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:86ac843a55e47fa052c11f263a0ebf4f0c969cf5f60f62a5b88006c963f5b772_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:b77fba98853eb0fabcbcd4981c347cf909f50e64ea32f4c0d8313d89cdb48cf7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:094676fb53084cc7ca93010b2667fde26a83c78bd84af7dfef86e27149fc2385_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:1ba54fa91703c8105080e534a74b85b257c0123abb87d9aa4c05f05e32c24c9b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:21582b96b79a5a1800ce288633970ed7303655e31a202993df84159d3dca7826_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:d6adc9bd2df9fded6228ddd5dbca3919991913b40fb95b12d4d01cf96c5f4d60_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-30922"
},
{
"category": "external",
"summary": "RHBZ#2448553",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2448553"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-30922",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-30922"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-30922",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-30922"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/commit/25ad481c19fdb006e20485ef3fc2e5b3eff30ef0",
"url": "https://github.com/pyasn1/pyasn1/commit/25ad481c19fdb006e20485ef3fc2e5b3eff30ef0"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/security/advisories/GHSA-jr27-m4p2-rc6r",
"url": "https://github.com/pyasn1/pyasn1/security/advisories/GHSA-jr27-m4p2-rc6r"
}
],
"release_date": "2026-03-18T02:29:45.857000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-31T23:31:56+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6309"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:3c83b77b1291ae9e3003b1eb16bcd1b21752733d5ea0b7f9193bea2ba9302215_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6d333bdef78bef7ba85b04a1a6c5d33591263371b5f740813efae68788e32a6c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:86ac843a55e47fa052c11f263a0ebf4f0c969cf5f60f62a5b88006c963f5b772_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:b77fba98853eb0fabcbcd4981c347cf909f50e64ea32f4c0d8313d89cdb48cf7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:094676fb53084cc7ca93010b2667fde26a83c78bd84af7dfef86e27149fc2385_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:1ba54fa91703c8105080e534a74b85b257c0123abb87d9aa4c05f05e32c24c9b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:21582b96b79a5a1800ce288633970ed7303655e31a202993df84159d3dca7826_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:d6adc9bd2df9fded6228ddd5dbca3919991913b40fb95b12d4d01cf96c5f4d60_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.0"
},
"products": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:3c83b77b1291ae9e3003b1eb16bcd1b21752733d5ea0b7f9193bea2ba9302215_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:6d333bdef78bef7ba85b04a1a6c5d33591263371b5f740813efae68788e32a6c_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:86ac843a55e47fa052c11f263a0ebf4f0c969cf5f60f62a5b88006c963f5b772_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-minimal-rhel9@sha256:b77fba98853eb0fabcbcd4981c347cf909f50e64ea32f4c0d8313d89cdb48cf7_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:094676fb53084cc7ca93010b2667fde26a83c78bd84af7dfef86e27149fc2385_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:1ba54fa91703c8105080e534a74b85b257c0123abb87d9aa4c05f05e32c24c9b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:21582b96b79a5a1800ce288633970ed7303655e31a202993df84159d3dca7826_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ee-supported-rhel9@sha256:d6adc9bd2df9fded6228ddd5dbca3919991913b40fb95b12d4d01cf96c5f4d60_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "pyasn1: pyasn1 Vulnerable to Denial of Service via Unbounded Recursion"
}
]
}
RHSA-2026:6192
Vulnerability from csaf_redhat - Published: 2026-03-30 15:41 - Updated: 2026-04-11 14:08A flaw was found in Lodash. A prototype pollution vulnerability in the _.unset and _.omit functions allows an attacker able to control property paths to delete methods from global prototypes. By removing essential functionalities, this can result in a denial of service.
A flaw was found in Traefik's plugin installation mechanism. This vulnerability allows remote code execution, privilege escalation, persistence, or application-level denial of service via a crafted ZIP archive exploiting a path traversal vector.
A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.
A flaw was found in the archive/zip package in the Go standard library. A super-linear file name indexing algorithm is used in the first time a file in an archive is opened. A crafted zip archive containing a specific arrangement of file names can cause an excessive CPU and memory consumption. A Go application processing a malicious archive can become unresponsive or crash, resulting in a denial of service.
A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.
A flaw was found in glob. This vulnerability allows arbitrary command execution via processing files with malicious names when the glob command-line interface (CLI) is used with the -c/--cmd option, enabling shell metacharacters to trigger command injection.
A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.
A flaw was found in ajv. When the $data option is enabled, the value of the pattern keyword is passed directly to the JavaScript RegExp() constructor without sufficient validation. An attacker able to supply a malicious regular expression pattern can trigger a ReDoS (Regular Expression Denial of Service), causing the application to become unresponsive and resulting in a denial of service.
A flaw was found in Vert.x. The Web static handler component cache can be manipulated to deny the access to static files served by the handler using specifically crafted request URIs, preventing legitimate users from accessing static files with an HTTP 404 response.
A flaw was found in Traefik, an HTTP reverse proxy and load balancer. This vulnerability exists in the ACME TLS-ALPN fast path, where unauthenticated clients can exploit it. By initiating numerous connections and sending a minimal ClientHello with "acme-tls/1" before ceasing communication, a malicious client can indefinitely tie up system resources such as "go routines" (lightweight threads) and file descriptors. This leads to a Denial of Service (DoS) of the entry point, making the service unavailable to legitimate users.
A flaw was found in the node-tar library. This vulnerability allows an attacker to craft malicious archives that, when extracted, can bypass intended security restrictions. This leads to arbitrary file overwrite and symlink poisoning, potentially allowing unauthorized modification of files on the system.
A flaw was found in node-tar, a library for Node.js. This race condition vulnerability occurs due to incomplete handling of Unicode path collisions within the `path-reservations` system on case-insensitive filesystems, such as macOS APFS. A remote attacker can exploit this by providing a specially crafted tar archive containing filenames that cause these collisions, bypassing internal concurrency safeguards. Successful exploitation can lead to arbitrary file overwrite.
A path traversal flaw has been discovered in the python wheel too. The unpack function is vulnerable to file permission modification through mishandling of file permissions after extraction. The logic blindly trusts the filename from the archive header for the chmod operation, even though the extraction process itself might have sanitized the path. Attackers can craft a malicious wheel file that, when unpacked, changes the permissions of critical system files (e.g., /etc/passwd, SSH keys, config files), allowing for Privilege Escalation or arbitrary code execution by modifying now-writable scripts.
A flaw was found in node-tar, a Node.js module for handling TAR archives. This vulnerability allows a remote attacker to bypass path traversal protections by crafting a malicious TAR archive. The security check for hardlink entries uses different path resolution logic than the actual hardlink creation, enabling the attacker to create hardlinks to arbitrary files outside the intended extraction directory. This could lead to unauthorized information disclosure or further system compromise.
A flaw was found in Fastify, a web framework for Node.js. A remote attacker can exploit a validation bypass vulnerability by appending a tab character followed by arbitrary content to the Content-Type header. This circumvents the request body validation schemas, allowing the server to process the body as the original content type without proper validation. This could lead to unexpected data processing and potential integrity impact.
A denial of service flaw has been discovered in the Axios npm package. the mergeConfig function in axios crashes with a TypeError when processing configuration objects containing __proto__ as an own property. An attacker can trigger this by providing a malicious configuration object created via JSON.parse(), causing complete denial of service.
A flaw was found in Traefik, an HTTP reverse proxy and load balancer. An unauthenticated client can exploit this vulnerability by sending a specific 8-byte Postgres SSLRequest (STARTTLS) prelude and then intentionally delaying further communication. This action bypasses Traefik's configured read timeouts, causing connections to remain open indefinitely. The primary consequence is a Denial of Service, as the server's resources become exhausted by these persistent, non-responsive connections.
A flaw was found in node-tar. An attacker can craft a malicious archive that, when extracted with default options, creates a hardlink outside the intended extraction directory. This vulnerability allows the attacker to perform arbitrary file read and write operations as the user extracting the archive, bypassing existing path protections. This can lead to unauthorized access and modification of sensitive system files.
A flaw was found in minimatch. A remote attacker could exploit this Regular Expression Denial of Service (ReDoS) vulnerability by providing a specially crafted glob pattern. This pattern, containing numerous consecutive wildcard characters, causes excessive processing and exponential backtracking in the regular expression engine. Successful exploitation leads to a Denial of Service (DoS), making the application unresponsive.
| URL | Category | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat OpenShift Dev Spaces 3.27.0 has been released.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat OpenShift Dev Spaces provides a cloud developer workspace server and a browser-based IDE built for teams and organizations. Dev Spaces runs in OpenShift and is well-suited for container-based development.\nThe 3.27 release is based on Eclipse Che 7.115 and uses the DevWorkspace engine to provide support for workspaces based on devfile v2.1 and v2.2.\nUsers still using the v1 standard should migrate as soon as possible.\nhttps://devfile.io/docs/2.2.0/migrating-to-devfile-v2\nDev Spaces supports OpenShift EUS releases v4.16 and higher. Users are expected to update to supported OpenShift releases in order to continue to get Dev Spaces updates.\nhttps://access.redhat.com/support/policy/updates/openshift#crw",
"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-2026:6192",
"url": "https://access.redhat.com/errata/RHSA-2026:6192"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_openshift_dev_spaces/3.27/html/administration_guide/installing-devspaces",
"url": "https://access.redhat.com/documentation/en-us/red_hat_openshift_dev_spaces/3.27/html/administration_guide/installing-devspaces"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-13465",
"url": "https://access.redhat.com/security/cve/CVE-2025-13465"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-54386",
"url": "https://access.redhat.com/security/cve/CVE-2025-54386"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61726",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61728",
"url": "https://access.redhat.com/security/cve/CVE-2025-61728"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61729",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-64756",
"url": "https://access.redhat.com/security/cve/CVE-2025-64756"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-68121",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-69873",
"url": "https://access.redhat.com/security/cve/CVE-2025-69873"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-1002",
"url": "https://access.redhat.com/security/cve/CVE-2026-1002"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-22045",
"url": "https://access.redhat.com/security/cve/CVE-2026-22045"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-23745",
"url": "https://access.redhat.com/security/cve/CVE-2026-23745"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-23950",
"url": "https://access.redhat.com/security/cve/CVE-2026-23950"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-24049",
"url": "https://access.redhat.com/security/cve/CVE-2026-24049"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-24842",
"url": "https://access.redhat.com/security/cve/CVE-2026-24842"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25223",
"url": "https://access.redhat.com/security/cve/CVE-2026-25223"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25639",
"url": "https://access.redhat.com/security/cve/CVE-2026-25639"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25949",
"url": "https://access.redhat.com/security/cve/CVE-2026-25949"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-26960",
"url": "https://access.redhat.com/security/cve/CVE-2026-26960"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-26996",
"url": "https://access.redhat.com/security/cve/CVE-2026-26996"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_6192.json"
}
],
"title": "Red Hat Security Advisory: Red Hat OpenShift Dev Spaces 3.27.0 Release.",
"tracking": {
"current_release_date": "2026-04-11T14:08:50+00:00",
"generator": {
"date": "2026-04-11T14:08:50+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.5"
}
},
"id": "RHSA-2026:6192",
"initial_release_date": "2026-03-30T15:41:48+00:00",
"revision_history": [
{
"date": "2026-03-30T15:41:48+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-03-30T15:41:53+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-11T14:08:50+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift Dev Spaces 3.27",
"product": {
"name": "Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_devspaces:3.27::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Dev Spaces"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"product": {
"name": "registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"product_id": "registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/udi-base-rhel9@sha256%3Adf538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e?arch=s390x\u0026repository_url=registry.redhat.io/devspaces\u0026tag=1774070844"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"product": {
"name": "registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"product_id": "registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/code-rhel9@sha256%3A1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2?arch=s390x\u0026repository_url=registry.redhat.io/devspaces\u0026tag=1774448966"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"product": {
"name": "registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"product_id": "registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"product_identification_helper": {
"purl": "pkg:oci/code-sshd-rhel9@sha256%3Ad0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336?arch=s390x\u0026repository_url=registry.redhat.io/devspaces\u0026tag=1774422248"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"product": {
"name": "registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"product_id": "registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"product_identification_helper": {
"purl": "pkg:oci/configbump-rhel9@sha256%3A87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09?arch=s390x\u0026repository_url=registry.redhat.io/devspaces\u0026tag=1774155063"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"product": {
"name": "registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"product_id": "registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"product_identification_helper": {
"purl": "pkg:oci/dashboard-rhel9@sha256%3A2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95?arch=s390x\u0026repository_url=registry.redhat.io/devspaces\u0026tag=1774476526"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"product": {
"name": "registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"product_id": "registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/imagepuller-rhel9@sha256%3A49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9?arch=s390x\u0026repository_url=registry.redhat.io/devspaces\u0026tag=1774587761"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"product": {
"name": "registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"product_id": "registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/jetbrains-ide-rhel9@sha256%3A4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a?arch=s390x\u0026repository_url=registry.redhat.io/devspaces\u0026tag=1774414236"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"product": {
"name": "registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"product_id": "registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-redirector-rhel9@sha256%3Ab260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d?arch=s390x\u0026repository_url=registry.redhat.io/devspaces\u0026tag=1773775028"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"product": {
"name": "registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"product_id": "registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openvsx-rhel9@sha256%3A4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90?arch=s390x\u0026repository_url=registry.redhat.io/devspaces\u0026tag=1773775064"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"product": {
"name": "registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"product_id": "registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/devspaces-rhel9-operator@sha256%3A5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d?arch=s390x\u0026repository_url=registry.redhat.io/devspaces\u0026tag=1774607447"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"product": {
"name": "registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"product_id": "registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/pluginregistry-rhel9@sha256%3Ade4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4?arch=s390x\u0026repository_url=registry.redhat.io/devspaces\u0026tag=1773775544"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"product": {
"name": "registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"product_id": "registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/server-rhel9@sha256%3A62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3?arch=s390x\u0026repository_url=registry.redhat.io/devspaces\u0026tag=1774228740"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"product": {
"name": "registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"product_id": "registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/traefik-rhel9@sha256%3A12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a?arch=s390x\u0026repository_url=registry.redhat.io/devspaces\u0026tag=1774227265"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"product": {
"name": "registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"product_id": "registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/udi-rhel9@sha256%3A58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f?arch=s390x\u0026repository_url=registry.redhat.io/devspaces\u0026tag=1774451954"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"product": {
"name": "registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"product_id": "registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"product_identification_helper": {
"purl": "pkg:oci/udi-base-rhel10@sha256%3A113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10?arch=s390x\u0026repository_url=registry.redhat.io/devspaces\u0026tag=1774143680"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"product": {
"name": "registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"product_id": "registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/udi-base-rhel9@sha256%3A3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces\u0026tag=1774070844"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"product": {
"name": "registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"product_id": "registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/code-rhel9@sha256%3A650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces\u0026tag=1774448966"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"product": {
"name": "registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"product_id": "registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/code-sshd-rhel9@sha256%3Aca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces\u0026tag=1774422248"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"product": {
"name": "registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"product_id": "registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/configbump-rhel9@sha256%3Ad160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces\u0026tag=1774155063"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"product": {
"name": "registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"product_id": "registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/dashboard-rhel9@sha256%3Aff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces\u0026tag=1774476526"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"product": {
"name": "registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"product_id": "registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/imagepuller-rhel9@sha256%3A582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces\u0026tag=1774587761"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"product": {
"name": "registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"product_id": "registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/jetbrains-ide-rhel9@sha256%3A2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces\u0026tag=1774414236"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"product": {
"name": "registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"product_id": "registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-redirector-rhel9@sha256%3A70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces\u0026tag=1773775028"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"product": {
"name": "registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"product_id": "registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openvsx-rhel9@sha256%3Ab47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces\u0026tag=1773775064"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"product": {
"name": "registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"product_id": "registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/devspaces-rhel9-operator@sha256%3Ab98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces\u0026tag=1774607447"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"product": {
"name": "registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"product_id": "registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/pluginregistry-rhel9@sha256%3Addbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces\u0026tag=1773775544"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"product": {
"name": "registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"product_id": "registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/server-rhel9@sha256%3A4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces\u0026tag=1774228740"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"product": {
"name": "registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"product_id": "registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/traefik-rhel9@sha256%3Ae9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces\u0026tag=1774227265"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le",
"product": {
"name": "registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le",
"product_id": "registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/udi-rhel9@sha256%3Af6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces\u0026tag=1774451954"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"product": {
"name": "registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"product_id": "registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/udi-base-rhel10@sha256%3Adb2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213?arch=ppc64le\u0026repository_url=registry.redhat.io/devspaces\u0026tag=1774143680"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"product": {
"name": "registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"product_id": "registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/udi-base-rhel9@sha256%3A5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a?arch=arm64\u0026repository_url=registry.redhat.io/devspaces\u0026tag=1774070844"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"product": {
"name": "registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"product_id": "registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"product_identification_helper": {
"purl": "pkg:oci/code-rhel9@sha256%3Acad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91?arch=arm64\u0026repository_url=registry.redhat.io/devspaces\u0026tag=1774448966"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"product": {
"name": "registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"product_id": "registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/code-sshd-rhel9@sha256%3A6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d?arch=arm64\u0026repository_url=registry.redhat.io/devspaces\u0026tag=1774422248"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"product": {
"name": "registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"product_id": "registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/configbump-rhel9@sha256%3Aacaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2?arch=arm64\u0026repository_url=registry.redhat.io/devspaces\u0026tag=1774155063"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"product": {
"name": "registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"product_id": "registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"product_identification_helper": {
"purl": "pkg:oci/dashboard-rhel9@sha256%3A272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda?arch=arm64\u0026repository_url=registry.redhat.io/devspaces\u0026tag=1774476526"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"product": {
"name": "registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"product_id": "registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"product_identification_helper": {
"purl": "pkg:oci/imagepuller-rhel9@sha256%3A8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75?arch=arm64\u0026repository_url=registry.redhat.io/devspaces\u0026tag=1774587761"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"product": {
"name": "registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"product_id": "registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"product_identification_helper": {
"purl": "pkg:oci/jetbrains-ide-rhel9@sha256%3A0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da?arch=arm64\u0026repository_url=registry.redhat.io/devspaces\u0026tag=1774414236"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"product": {
"name": "registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"product_id": "registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-redirector-rhel9@sha256%3Ac82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff?arch=arm64\u0026repository_url=registry.redhat.io/devspaces\u0026tag=1773775028"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"product": {
"name": "registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"product_id": "registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openvsx-rhel9@sha256%3Aaae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4?arch=arm64\u0026repository_url=registry.redhat.io/devspaces\u0026tag=1773775064"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"product": {
"name": "registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"product_id": "registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/devspaces-rhel9-operator@sha256%3Ab317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6?arch=arm64\u0026repository_url=registry.redhat.io/devspaces\u0026tag=1774607447"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"product": {
"name": "registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"product_id": "registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/pluginregistry-rhel9@sha256%3A31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b?arch=arm64\u0026repository_url=registry.redhat.io/devspaces\u0026tag=1773775544"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"product": {
"name": "registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"product_id": "registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"product_identification_helper": {
"purl": "pkg:oci/server-rhel9@sha256%3Ac51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00?arch=arm64\u0026repository_url=registry.redhat.io/devspaces\u0026tag=1774228740"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"product": {
"name": "registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"product_id": "registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/traefik-rhel9@sha256%3Ab5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d?arch=arm64\u0026repository_url=registry.redhat.io/devspaces\u0026tag=1774227265"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"product": {
"name": "registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"product_id": "registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"product_identification_helper": {
"purl": "pkg:oci/udi-rhel9@sha256%3A8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735?arch=arm64\u0026repository_url=registry.redhat.io/devspaces\u0026tag=1774451954"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"product": {
"name": "registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"product_id": "registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"product_identification_helper": {
"purl": "pkg:oci/udi-base-rhel10@sha256%3A84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682?arch=arm64\u0026repository_url=registry.redhat.io/devspaces\u0026tag=1774143680"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"product": {
"name": "registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"product_id": "registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"product_identification_helper": {
"purl": "pkg:oci/code-rhel9@sha256%3A1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719?arch=amd64\u0026repository_url=registry.redhat.io/devspaces\u0026tag=1774448966"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"product": {
"name": "registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"product_id": "registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"product_identification_helper": {
"purl": "pkg:oci/code-sshd-rhel9@sha256%3Aed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad?arch=amd64\u0026repository_url=registry.redhat.io/devspaces\u0026tag=1774422248"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"product": {
"name": "registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"product_id": "registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"product_identification_helper": {
"purl": "pkg:oci/configbump-rhel9@sha256%3A81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28?arch=amd64\u0026repository_url=registry.redhat.io/devspaces\u0026tag=1774155063"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"product": {
"name": "registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"product_id": "registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/dashboard-rhel9@sha256%3Ae139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4?arch=amd64\u0026repository_url=registry.redhat.io/devspaces\u0026tag=1774476526"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"product": {
"name": "registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"product_id": "registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"product_identification_helper": {
"purl": "pkg:oci/imagepuller-rhel9@sha256%3A0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09?arch=amd64\u0026repository_url=registry.redhat.io/devspaces\u0026tag=1774587761"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"product": {
"name": "registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"product_id": "registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/jetbrains-ide-rhel9@sha256%3Aed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf?arch=amd64\u0026repository_url=registry.redhat.io/devspaces\u0026tag=1774414236"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"product": {
"name": "registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"product_id": "registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/multicluster-redirector-rhel9@sha256%3Aef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8?arch=amd64\u0026repository_url=registry.redhat.io/devspaces\u0026tag=1773775028"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"product": {
"name": "registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"product_id": "registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openvsx-rhel9@sha256%3A49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b?arch=amd64\u0026repository_url=registry.redhat.io/devspaces\u0026tag=1773775064"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"product": {
"name": "registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"product_id": "registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"product_identification_helper": {
"purl": "pkg:oci/devspaces-rhel9-operator@sha256%3A6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359?arch=amd64\u0026repository_url=registry.redhat.io/devspaces\u0026tag=1774607447"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"product": {
"name": "registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"product_id": "registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"product_identification_helper": {
"purl": "pkg:oci/devspaces-operator-bundle@sha256%3Ad25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864?arch=amd64\u0026repository_url=registry.redhat.io/devspaces\u0026tag=1774609756"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"product": {
"name": "registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"product_id": "registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"product_identification_helper": {
"purl": "pkg:oci/pluginregistry-rhel9@sha256%3Ab6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142?arch=amd64\u0026repository_url=registry.redhat.io/devspaces\u0026tag=1773775544"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"product": {
"name": "registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"product_id": "registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"product_identification_helper": {
"purl": "pkg:oci/server-rhel9@sha256%3A782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47?arch=amd64\u0026repository_url=registry.redhat.io/devspaces\u0026tag=1774228740"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"product": {
"name": "registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"product_id": "registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/traefik-rhel9@sha256%3A3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b?arch=amd64\u0026repository_url=registry.redhat.io/devspaces\u0026tag=1774227265"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"product": {
"name": "registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"product_id": "registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/udi-rhel9@sha256%3Acef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a?arch=amd64\u0026repository_url=registry.redhat.io/devspaces\u0026tag=1774451954"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"product": {
"name": "registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"product_id": "registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/udi-base-rhel10@sha256%3Ae5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7?arch=amd64\u0026repository_url=registry.redhat.io/devspaces\u0026tag=1774143680"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"product": {
"name": "registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"product_id": "registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/udi-base-rhel9@sha256%3Ae095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c?arch=amd64\u0026repository_url=registry.redhat.io/devspaces\u0026tag=1774070844"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64 as a component of Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64"
},
"product_reference": "registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.27"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x as a component of Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x"
},
"product_reference": "registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.27"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le as a component of Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le"
},
"product_reference": "registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.27"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64 as a component of Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64"
},
"product_reference": "registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.27"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64 as a component of Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64"
},
"product_reference": "registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.27"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le as a component of Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le"
},
"product_reference": "registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.27"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x as a component of Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x"
},
"product_reference": "registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.27"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64 as a component of Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64"
},
"product_reference": "registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.27"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64 as a component of Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64"
},
"product_reference": "registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.27"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x as a component of Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x"
},
"product_reference": "registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.27"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64 as a component of Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64"
},
"product_reference": "registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.27"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le as a component of Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le"
},
"product_reference": "registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.27"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64 as a component of Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64"
},
"product_reference": "registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.27"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x as a component of Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x"
},
"product_reference": "registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.27"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64 as a component of Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64"
},
"product_reference": "registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.27"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le as a component of Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le"
},
"product_reference": "registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.27"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64 as a component of Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64"
},
"product_reference": "registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.27"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x as a component of Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x"
},
"product_reference": "registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.27"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64 as a component of Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64"
},
"product_reference": "registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.27"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64 as a component of Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64"
},
"product_reference": "registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.27"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le as a component of Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le"
},
"product_reference": "registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.27"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64 as a component of Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64"
},
"product_reference": "registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.27"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x as a component of Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x"
},
"product_reference": "registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.27"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le as a component of Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le"
},
"product_reference": "registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.27"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64 as a component of Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64"
},
"product_reference": "registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.27"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64 as a component of Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64"
},
"product_reference": "registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.27"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le as a component of Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le"
},
"product_reference": "registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.27"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x as a component of Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x"
},
"product_reference": "registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.27"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64 as a component of Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64"
},
"product_reference": "registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.27"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le as a component of Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le"
},
"product_reference": "registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.27"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x as a component of Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x"
},
"product_reference": "registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.27"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64 as a component of Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64"
},
"product_reference": "registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.27"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64 as a component of Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64"
},
"product_reference": "registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.27"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64 as a component of Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64"
},
"product_reference": "registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.27"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x as a component of Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x"
},
"product_reference": "registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.27"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64 as a component of Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64"
},
"product_reference": "registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.27"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le as a component of Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le"
},
"product_reference": "registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.27"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64 as a component of Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64"
},
"product_reference": "registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.27"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64 as a component of Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64"
},
"product_reference": "registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.27"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le as a component of Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le"
},
"product_reference": "registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.27"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x as a component of Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x"
},
"product_reference": "registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.27"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le as a component of Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le"
},
"product_reference": "registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.27"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x as a component of Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x"
},
"product_reference": "registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.27"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64 as a component of Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64"
},
"product_reference": "registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.27"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64 as a component of Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64"
},
"product_reference": "registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.27"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x as a component of Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x"
},
"product_reference": "registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.27"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64 as a component of Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64"
},
"product_reference": "registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.27"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64 as a component of Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64"
},
"product_reference": "registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.27"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le as a component of Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le"
},
"product_reference": "registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.27"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x as a component of Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x"
},
"product_reference": "registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.27"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64 as a component of Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64"
},
"product_reference": "registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.27"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le as a component of Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le"
},
"product_reference": "registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.27"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64 as a component of Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64"
},
"product_reference": "registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.27"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le as a component of Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le"
},
"product_reference": "registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.27"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64 as a component of Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64"
},
"product_reference": "registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.27"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x as a component of Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x"
},
"product_reference": "registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.27"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64 as a component of Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64"
},
"product_reference": "registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.27"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x as a component of Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x"
},
"product_reference": "registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.27"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64 as a component of Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64"
},
"product_reference": "registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.27"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64 as a component of Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64"
},
"product_reference": "registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.27"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le as a component of Red Hat OpenShift Dev Spaces 3.27",
"product_id": "Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
},
"product_reference": "registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Dev Spaces 3.27"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-13465",
"cwe": {
"id": "CWE-1321",
"name": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)"
},
"discovery_date": "2026-01-21T20:01:28.774829+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2431740"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Lodash. A prototype pollution vulnerability in the _.unset and _.omit functions allows an attacker able to control property paths to delete methods from global prototypes. By removing essential functionalities, this can result in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "lodash: prototype pollution in _.unset and _.omit functions",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue is only exploitable by applications using the _.unset and _.omit functions on an object and allowing user input to determine the path of the property to be removed. This issue only allows the deletion of properties but does not allow overwriting their behavior, limiting the impact to a denial of service. Due to this reason, this vulnerability has been rated with an important severity.\n\nIn Grafana, JavaScript code runs only in the browser, while the server side is all Golang. Therefore, the worst-case scenario is a loss of functionality in the client application inside the browser. To reflect this, the CVSS availability metric and the severity of the Grafana and the Grafana-PCP component have been updated to low and moderate, respectively.\n\nThe lodash dependency is bundled and used by the pcs-web-ui component of the PCS package. In Red Hat Enterprise Linux 8.10, the pcs-web-ui component is no longer included in the PCS package. As a result, RHEL 8.10 does not ship the vulnerable lodash component within PCS and is therefore not-affected by this CVE.",
"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": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-13465"
},
{
"category": "external",
"summary": "RHBZ#2431740",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2431740"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-13465",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13465"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-13465",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-13465"
},
{
"category": "external",
"summary": "https://github.com/lodash/lodash/security/advisories/GHSA-xxjr-mmjv-4gpg",
"url": "https://github.com/lodash/lodash/security/advisories/GHSA-xxjr-mmjv-4gpg"
}
],
"release_date": "2026-01-21T19:05:28.846000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-30T15:41:48+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6192"
},
{
"category": "workaround",
"details": "To mitigate this issue, implement strict input validation before passing any property paths to the _.unset and _.omit functions to block attempts to access the prototype chain. Ensure that strings like __proto__, constructor and prototype are blocked, for example.",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "lodash: prototype pollution in _.unset and _.omit functions"
},
{
"cve": "CVE-2025-54386",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2025-08-02T00:00:54.513784+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2386070"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Traefik\u0027s plugin installation mechanism. This vulnerability allows remote code execution, privilege escalation, persistence, or application-level denial of service via a crafted ZIP archive exploiting a path traversal vector.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "traefik: Traefik\u0027s Client Plugin is Vulnerable to Path Traversal, Arbitrary File Overwrites and Remote Code Execution",
"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": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-54386"
},
{
"category": "external",
"summary": "RHBZ#2386070",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2386070"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-54386",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-54386"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-54386",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-54386"
},
{
"category": "external",
"summary": "https://github.com/traefik/plugin-service/pull/71",
"url": "https://github.com/traefik/plugin-service/pull/71"
},
{
"category": "external",
"summary": "https://github.com/traefik/plugin-service/pull/72",
"url": "https://github.com/traefik/plugin-service/pull/72"
},
{
"category": "external",
"summary": "https://github.com/traefik/traefik/commit/5ef853a0c53068f69a6c229a5815a0dc6e0a8800",
"url": "https://github.com/traefik/traefik/commit/5ef853a0c53068f69a6c229a5815a0dc6e0a8800"
},
{
"category": "external",
"summary": "https://github.com/traefik/traefik/pull/11911",
"url": "https://github.com/traefik/traefik/pull/11911"
},
{
"category": "external",
"summary": "https://github.com/traefik/traefik/releases/tag/v2.11.28",
"url": "https://github.com/traefik/traefik/releases/tag/v2.11.28"
},
{
"category": "external",
"summary": "https://github.com/traefik/traefik/security/advisories/GHSA-q6gg-9f92-r9wg",
"url": "https://github.com/traefik/traefik/security/advisories/GHSA-q6gg-9f92-r9wg"
}
],
"release_date": "2025-08-01T23:32:21.747000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-30T15:41:48+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6192"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:H/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "traefik: Traefik\u0027s Client Plugin is Vulnerable to Path Traversal, Arbitrary File Overwrites and Remote Code Execution"
},
{
"cve": "CVE-2025-61726",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:42.791305+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434432"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/url: Memory exhaustion in query parameter parsing in net/url",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to send a specially crafted HTTP request to an application parsing URL-encoded forms with net/url, specifically a request containing a large number of unique query parameters. The request will cause the application to consume an excessive amount of memory and eventually result in a denial of service, with no impact to confidentiality or integrity. Due to this reason, this vulnerability has been rated with an important severity.",
"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": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "RHBZ#2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://go.dev/cl/736712",
"url": "https://go.dev/cl/736712"
},
{
"category": "external",
"summary": "https://go.dev/issue/77101",
"url": "https://go.dev/issue/77101"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4341",
"url": "https://pkg.go.dev/vuln/GO-2026-4341"
}
],
"release_date": "2026-01-28T19:30:31.215000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-30T15:41:48+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6192"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/url: Memory exhaustion in query parameter parsing in net/url"
},
{
"cve": "CVE-2025-61728",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:39.965024+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434431"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/zip package in the Go standard library. A super-linear file name indexing algorithm is used in the first time a file in an archive is opened. A crafted zip archive containing a specific arrangement of file names can cause an excessive CPU and memory consumption. A Go application processing a malicious archive can become unresponsive or crash, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/zip: Excessive CPU consumption when building archive index in archive/zip",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker needs to be able to process a malicious zip archive with an application using the archive/zip package. Additionally, this vulnerability can cause a Go application to consume an excessive amount of CPU and memory, eventually resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"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": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61728"
},
{
"category": "external",
"summary": "RHBZ#2434431",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434431"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61728",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61728"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61728",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61728"
},
{
"category": "external",
"summary": "https://go.dev/cl/736713",
"url": "https://go.dev/cl/736713"
},
{
"category": "external",
"summary": "https://go.dev/issue/77102",
"url": "https://go.dev/issue/77102"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4342",
"url": "https://pkg.go.dev/vuln/GO-2026-4342"
}
],
"release_date": "2026-01-28T19:30:31.354000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-30T15:41:48+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6192"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, implement a timeout in your archive/zip processing logic to abort the operation if it exceeds a few seconds, preventing the application from consuming an excessive amount of resources.",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/zip: Excessive CPU consumption when building archive index in archive/zip"
},
{
"cve": "CVE-2025-61729",
"cwe": {
"id": "CWE-1050",
"name": "Excessive Platform Resource Consumption within a Loop"
},
"discovery_date": "2025-12-02T20:01:45.330964+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418462"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate",
"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": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "RHBZ#2418462",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418462"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61729",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61729"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://go.dev/cl/725920",
"url": "https://go.dev/cl/725920"
},
{
"category": "external",
"summary": "https://go.dev/issue/76445",
"url": "https://go.dev/issue/76445"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4",
"url": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4155",
"url": "https://pkg.go.dev/vuln/GO-2025-4155"
}
],
"release_date": "2025-12-02T18:54:10.166000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-30T15:41:48+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6192"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate"
},
{
"cve": "CVE-2025-64756",
"cwe": {
"id": "CWE-78",
"name": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)"
},
"discovery_date": "2025-11-17T18:01:28.077927+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2415451"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in glob. This vulnerability allows arbitrary command execution via processing files with malicious names when the glob command-line interface (CLI) is used with the -c/--cmd option, enabling shell metacharacters to trigger command injection.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "glob: glob: Command Injection Vulnerability via Malicious Filenames",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw in glob allows arbitrary command execution when the `glob` command-line interface is used with the `-c/--cmd` option to process files with malicious names. The vulnerability is triggered by shell metacharacters in filenames, leading to command injection. The glob CLI tool utilizes the -c option to execute shell commands over the files which matched the searched pattern by using the shell:true parameter when creating the subprocess which will further execute the command informed via \u0027-c\u0027 option, this parameter allows the shell meta characters to be used and processed when executing the command. Given that information glob misses to sanitize the file name to eliminate such characters and expressions from the filename, leading to code execution as when performing the shell expansion such characters will be interpreted as shell commands.\n\nTo exploit this vulnerability the targeted system should run the glob CLI over a file with a maliciously crafted filename, additionally the attacker needs to have enough permission to create such file or trick the user to download and process the required file with the glob CLI.",
"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": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-64756"
},
{
"category": "external",
"summary": "RHBZ#2415451",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2415451"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-64756",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-64756"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-64756",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-64756"
},
{
"category": "external",
"summary": "https://github.com/isaacs/node-glob/commit/47473c046b91c67269df7a66eab782a6c2716146",
"url": "https://github.com/isaacs/node-glob/commit/47473c046b91c67269df7a66eab782a6c2716146"
},
{
"category": "external",
"summary": "https://github.com/isaacs/node-glob/security/advisories/GHSA-5j98-mcp5-4vw2",
"url": "https://github.com/isaacs/node-glob/security/advisories/GHSA-5j98-mcp5-4vw2"
}
],
"release_date": "2025-11-17T17:29:08.029000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-30T15:41:48+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6192"
},
{
"category": "workaround",
"details": "To mitigate this issue, avoid using the `glob` command-line interface with the `-c` or `--cmd` option when processing filenames from untrusted sources. If programmatic use of `glob` is necessary, ensure that filenames are thoroughly sanitized before being passed to commands executed with shell interpretation enabled.",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "glob: glob: Command Injection Vulnerability via Malicious Filenames"
},
{
"cve": "CVE-2025-68121",
"discovery_date": "2026-02-05T18:01:30.086058+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2437111"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is a moderate flaw because it only occurs under specific conditions, such as TLS session resumption with runtime changes to certificate authority settings. Exploitation is not straightforward and requires a controlled setup. The impact is limited to certificate validation within the same component and does not affect system availability.",
"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": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "RHBZ#2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68121"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://go.dev/cl/737700",
"url": "https://go.dev/cl/737700"
},
{
"category": "external",
"summary": "https://go.dev/issue/77217",
"url": "https://go.dev/issue/77217"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk",
"url": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4337",
"url": "https://pkg.go.dev/vuln/GO-2026-4337"
}
],
"release_date": "2026-02-05T17:48:44.141000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-30T15:41:48+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6192"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption"
},
{
"cve": "CVE-2025-69873",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2026-02-11T19:01:32.953264+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2439070"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in ajv. When the $data option is enabled, the value of the pattern keyword is passed directly to the JavaScript RegExp() constructor without sufficient validation. An attacker able to supply a malicious regular expression pattern can trigger a ReDoS (Regular Expression Denial of Service), causing the application to become unresponsive and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ajv: ReDoS via $data reference",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, the $data option must be enabled and the attacker needs to be able to send a payload with a specially crafted regular expression to the application processing the input. A 31-character payload causes approximately 44 seconds of execution, with each additional character doubling the execution time. Therefore, even a small payload can cause an application to become unresponsive and eventually result in a denial of service. Due to this reason, this flaw has been rated with an important severity.",
"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": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-69873"
},
{
"category": "external",
"summary": "RHBZ#2439070",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2439070"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-69873",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69873"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-69873",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-69873"
},
{
"category": "external",
"summary": "https://github.com/EthanKim88/ethan-cve-disclosures/blob/main/CVE-2025-69873-ajv-ReDoS.md",
"url": "https://github.com/EthanKim88/ethan-cve-disclosures/blob/main/CVE-2025-69873-ajv-ReDoS.md"
}
],
"release_date": "2026-02-11T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-30T15:41:48+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6192"
},
{
"category": "workaround",
"details": "To mitigate this issue, disable the $data feature if your application does not require it. If $data must be used, implement strict validation of the input fields that are referenced by the pattern keyword to ensure they contain only expected and safe characters.",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "ajv: ReDoS via $data reference"
},
{
"cve": "CVE-2026-1002",
"cwe": {
"id": "CWE-444",
"name": "Inconsistent Interpretation of HTTP Requests (\u0027HTTP Request/Response Smuggling\u0027)"
},
"discovery_date": "2026-01-15T21:03:20.088599+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2430180"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Vert.x. The Web static handler component cache can be manipulated to deny the access to static files served by the handler using specifically crafted request URIs, preventing legitimate users from accessing static files with an HTTP 404 response.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "io.vertx/vertx-core: static handler component cache can be manipulated to deny the access to static files",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability allows a remote attacker to block access to specific static files, such as images, CSS or HTML files. However, the underlying Vert.x server, the API endpoints and other non-cached resources are not affected. Due to this reason, this issue has been rated with a moderate severity.",
"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": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-1002"
},
{
"category": "external",
"summary": "RHBZ#2430180",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2430180"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-1002",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1002"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-1002",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-1002"
},
{
"category": "external",
"summary": "https://github.com/eclipse-vertx/vert.x/pull/5895",
"url": "https://github.com/eclipse-vertx/vert.x/pull/5895"
}
],
"release_date": "2026-01-15T20:50:25.642000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-30T15:41:48+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6192"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, consider disabling the static handler cache by configuring the StaticHandler instance with setCachingEnabled(false), for example:\n\n~~~\nStaticHandler staticHandler = StaticHandler.create().setCachingEnabled(false);\n~~~",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
]
}
],
"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": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "io.vertx/vertx-core: static handler component cache can be manipulated to deny the access to static files"
},
{
"cve": "CVE-2026-22045",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-15T23:01:12.589198+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2430198"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Traefik, an HTTP reverse proxy and load balancer. This vulnerability exists in the ACME TLS-ALPN fast path, where unauthenticated clients can exploit it. By initiating numerous connections and sending a minimal ClientHello with \"acme-tls/1\" before ceasing communication, a malicious client can indefinitely tie up system resources such as \"go routines\" (lightweight threads) and file descriptors. This leads to a Denial of Service (DoS) of the entry point, making the service unavailable to legitimate users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "traefik: Traefik: Denial of Service via ACME TLS-ALPN fast path resource exhaustion",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Moderate for Red Hat. In the Red Hat context, this flaw affects Traefik as deployed in Red Hat OpenShift Dev Spaces. An unauthenticated attacker can exploit the ACME TLS-ALPN fast path to exhaust system resources, leading to a denial of service of the entry point.",
"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": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-22045"
},
{
"category": "external",
"summary": "RHBZ#2430198",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2430198"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-22045",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22045"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-22045",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-22045"
},
{
"category": "external",
"summary": "https://github.com/traefik/traefik/commit/e9f3089e9045812bcf1b410a9d40568917b26c3d",
"url": "https://github.com/traefik/traefik/commit/e9f3089e9045812bcf1b410a9d40568917b26c3d"
},
{
"category": "external",
"summary": "https://github.com/traefik/traefik/releases/tag/v2.11.35",
"url": "https://github.com/traefik/traefik/releases/tag/v2.11.35"
},
{
"category": "external",
"summary": "https://github.com/traefik/traefik/releases/tag/v3.6.7",
"url": "https://github.com/traefik/traefik/releases/tag/v3.6.7"
},
{
"category": "external",
"summary": "https://github.com/traefik/traefik/security/advisories/GHSA-cwjm-3f7h-9hwq",
"url": "https://github.com/traefik/traefik/security/advisories/GHSA-cwjm-3f7h-9hwq"
}
],
"release_date": "2026-01-15T22:44:05.423000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-30T15:41:48+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6192"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "traefik: Traefik: Denial of Service via ACME TLS-ALPN fast path resource exhaustion"
},
{
"cve": "CVE-2026-23745",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2026-01-16T23:01:26.508727+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2430538"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the node-tar library. This vulnerability allows an attacker to craft malicious archives that, when extracted, can bypass intended security restrictions. This leads to arbitrary file overwrite and symlink poisoning, potentially allowing unauthorized modification of files on the system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "node-tar: tar: node-tar: Arbitrary file overwrite and symlink poisoning via unsanitized linkpaths in archives",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat products that utilize the node-tar library. The flaw allows an attacker to perform arbitrary file overwrite and symlink poisoning by crafting malicious tar archives. This occurs due to insufficient path sanitization of hardlink and symbolic link entries, even when the default secure behavior (preservePaths is false) is enabled.",
"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": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-23745"
},
{
"category": "external",
"summary": "RHBZ#2430538",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2430538"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-23745",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23745"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-23745",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-23745"
},
{
"category": "external",
"summary": "https://github.com/isaacs/node-tar/commit/340eb285b6d986e91969a1170d7fe9b0face405e",
"url": "https://github.com/isaacs/node-tar/commit/340eb285b6d986e91969a1170d7fe9b0face405e"
},
{
"category": "external",
"summary": "https://github.com/isaacs/node-tar/security/advisories/GHSA-8qq5-rm4j-mr97",
"url": "https://github.com/isaacs/node-tar/security/advisories/GHSA-8qq5-rm4j-mr97"
}
],
"release_date": "2026-01-16T22:00:08.769000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-30T15:41:48+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6192"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "node-tar: tar: node-tar: Arbitrary file overwrite and symlink poisoning via unsanitized linkpaths in archives"
},
{
"cve": "CVE-2026-23950",
"cwe": {
"id": "CWE-367",
"name": "Time-of-check Time-of-use (TOCTOU) Race Condition"
},
"discovery_date": "2026-01-20T02:00:55.870044+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2431036"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in node-tar, a library for Node.js. This race condition vulnerability occurs due to incomplete handling of Unicode path collisions within the `path-reservations` system on case-insensitive filesystems, such as macOS APFS. A remote attacker can exploit this by providing a specially crafted tar archive containing filenames that cause these collisions, bypassing internal concurrency safeguards. Successful exploitation can lead to arbitrary file overwrite.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "node-tar: tar: node-tar: Arbitrary file overwrite via Unicode path collision race condition",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat products. The `node-tar` library is susceptible to a race condition due to incomplete handling of Unicode path collisions, which can lead to arbitrary file overwrites via symlink poisoning. However, this issue primarily affects case-insensitive or normalization-insensitive filesystems. Red Hat Enterprise Linux and other Red Hat products typically utilize case-sensitive filesystems, which may limit the direct impact of this flaw in default configurations.",
"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": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-23950"
},
{
"category": "external",
"summary": "RHBZ#2431036",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2431036"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-23950",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23950"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-23950",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-23950"
},
{
"category": "external",
"summary": "https://github.com/isaacs/node-tar/commit/3b1abfae650056edfabcbe0a0df5954d390521e6",
"url": "https://github.com/isaacs/node-tar/commit/3b1abfae650056edfabcbe0a0df5954d390521e6"
},
{
"category": "external",
"summary": "https://github.com/isaacs/node-tar/security/advisories/GHSA-r6q2-hw4h-h46w",
"url": "https://github.com/isaacs/node-tar/security/advisories/GHSA-r6q2-hw4h-h46w"
}
],
"release_date": "2026-01-20T00:40:48.510000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-30T15:41:48+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6192"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:H/A:L",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "node-tar: tar: node-tar: Arbitrary file overwrite via Unicode path collision race condition"
},
{
"cve": "CVE-2026-24049",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2026-01-22T05:00:54.709179+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2431959"
}
],
"notes": [
{
"category": "description",
"text": "A path traversal flaw has been discovered in the python wheel too. The unpack function is vulnerable to file permission modification through mishandling of file permissions after extraction. The logic blindly trusts the filename from the archive header for the chmod operation, even though the extraction process itself might have sanitized the path. Attackers can craft a malicious wheel file that, when unpacked, changes the permissions of critical system files (e.g., /etc/passwd, SSH keys, config files), allowing for Privilege Escalation or arbitrary code execution by modifying now-writable scripts.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "wheel: wheel: Privilege Escalation or Arbitrary Code Execution via malicious wheel file unpacking",
"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": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-24049"
},
{
"category": "external",
"summary": "RHBZ#2431959",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2431959"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-24049",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24049"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-24049",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-24049"
},
{
"category": "external",
"summary": "https://github.com/pypa/wheel/commit/7a7d2de96b22a9adf9208afcc9547e1001569fef",
"url": "https://github.com/pypa/wheel/commit/7a7d2de96b22a9adf9208afcc9547e1001569fef"
},
{
"category": "external",
"summary": "https://github.com/pypa/wheel/releases/tag/0.46.2",
"url": "https://github.com/pypa/wheel/releases/tag/0.46.2"
},
{
"category": "external",
"summary": "https://github.com/pypa/wheel/security/advisories/GHSA-8rrh-rw8j-w5fx",
"url": "https://github.com/pypa/wheel/security/advisories/GHSA-8rrh-rw8j-w5fx"
}
],
"release_date": "2026-01-22T04:02:08.706000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-30T15:41:48+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6192"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "wheel: wheel: Privilege Escalation or Arbitrary Code Execution via malicious wheel file unpacking"
},
{
"cve": "CVE-2026-24842",
"cwe": {
"id": "CWE-59",
"name": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)"
},
"discovery_date": "2026-01-28T01:01:16.886629+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2433645"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in node-tar, a Node.js module for handling TAR archives. This vulnerability allows a remote attacker to bypass path traversal protections by crafting a malicious TAR archive. The security check for hardlink entries uses different path resolution logic than the actual hardlink creation, enabling the attacker to create hardlinks to arbitrary files outside the intended extraction directory. This could lead to unauthorized information disclosure or further system compromise.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "node-tar: tar: node-tar: Arbitrary file creation via path traversal bypass in hardlink security check",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an IMPORTANT vulnerability in node-tar, a Node.js module for handling TAR archives. The flaw allows an attacker to bypass path traversal protections by crafting a malicious TAR archive. This could lead to the creation of hardlinks to arbitrary files outside the intended extraction directory, potentially resulting in unauthorized information disclosure or further system compromise in affected Red Hat products utilizing node-tar for archive processing.",
"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": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-24842"
},
{
"category": "external",
"summary": "RHBZ#2433645",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2433645"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-24842",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24842"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-24842",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-24842"
},
{
"category": "external",
"summary": "https://github.com/isaacs/node-tar/commit/f4a7aa9bc3d717c987fdf1480ff7a64e87ffdb46",
"url": "https://github.com/isaacs/node-tar/commit/f4a7aa9bc3d717c987fdf1480ff7a64e87ffdb46"
},
{
"category": "external",
"summary": "https://github.com/isaacs/node-tar/security/advisories/GHSA-34x7-hfp2-rc4v",
"url": "https://github.com/isaacs/node-tar/security/advisories/GHSA-34x7-hfp2-rc4v"
}
],
"release_date": "2026-01-28T00:20:13.261000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-30T15:41:48+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6192"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:L/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "node-tar: tar: node-tar: Arbitrary file creation via path traversal bypass in hardlink security check"
},
{
"cve": "CVE-2026-25223",
"cwe": {
"id": "CWE-179",
"name": "Incorrect Behavior Order: Early Validation"
},
"discovery_date": "2026-02-03T22:01:19.884891+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2436560"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Fastify, a web framework for Node.js. A remote attacker can exploit a validation bypass vulnerability by appending a tab character followed by arbitrary content to the Content-Type header. This circumvents the request body validation schemas, allowing the server to process the body as the original content type without proper validation. This could lead to unexpected data processing and potential integrity impact.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Fastify: Fastify: Validation bypass due to malformed Content-Type header leading to integrity impact",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This IMPORTANT vulnerability in Fastify, a Node.js web framework, allows remote attackers to bypass request body validation by manipulating the Content-Type header. This can lead to unexpected data processing and integrity issues in applications. Red Hat products such as Red Hat Enterprise Linux AI, Red Hat OpenShift AI, and Red Hat OpenShift Dev Spaces are 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": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25223"
},
{
"category": "external",
"summary": "RHBZ#2436560",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2436560"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25223",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25223"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25223",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25223"
},
{
"category": "external",
"summary": "https://fastify.dev/docs/latest/Reference/Validation-and-Serialization",
"url": "https://fastify.dev/docs/latest/Reference/Validation-and-Serialization"
},
{
"category": "external",
"summary": "https://github.com/fastify/fastify/blob/759e9787b5669abf953068e42a17bffba7521348/lib/content-type-parser.js#L125",
"url": "https://github.com/fastify/fastify/blob/759e9787b5669abf953068e42a17bffba7521348/lib/content-type-parser.js#L125"
},
{
"category": "external",
"summary": "https://github.com/fastify/fastify/blob/759e9787b5669abf953068e42a17bffba7521348/lib/validation.js#L272",
"url": "https://github.com/fastify/fastify/blob/759e9787b5669abf953068e42a17bffba7521348/lib/validation.js#L272"
},
{
"category": "external",
"summary": "https://github.com/fastify/fastify/commit/32d7b6add39ddf082d92579a58bea7018c5ac821",
"url": "https://github.com/fastify/fastify/commit/32d7b6add39ddf082d92579a58bea7018c5ac821"
},
{
"category": "external",
"summary": "https://github.com/fastify/fastify/security/advisories/GHSA-jx2c-rxcm-jvmq",
"url": "https://github.com/fastify/fastify/security/advisories/GHSA-jx2c-rxcm-jvmq"
},
{
"category": "external",
"summary": "https://hackerone.com/reports/3464114",
"url": "https://hackerone.com/reports/3464114"
}
],
"release_date": "2026-02-03T21:21:40.268000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-30T15:41:48+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6192"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "Fastify: Fastify: Validation bypass due to malformed Content-Type header leading to integrity impact"
},
{
"cve": "CVE-2026-25639",
"cwe": {
"id": "CWE-1287",
"name": "Improper Validation of Specified Type of Input"
},
"discovery_date": "2026-02-09T21:00:49.280114+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2438237"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service flaw has been discovered in the Axios npm package. the mergeConfig function in axios crashes with a TypeError when processing configuration objects containing __proto__ as an own property. An attacker can trigger this by providing a malicious configuration object created via JSON.parse(), causing complete denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios affected by Denial of Service via __proto__ Key in mergeConfig",
"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": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25639"
},
{
"category": "external",
"summary": "RHBZ#2438237",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2438237"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25639",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25639"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25639",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25639"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/commit/28c721588c7a77e7503d0a434e016f852c597b57",
"url": "https://github.com/axios/axios/commit/28c721588c7a77e7503d0a434e016f852c597b57"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/releases/tag/v1.13.5",
"url": "https://github.com/axios/axios/releases/tag/v1.13.5"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-43fc-jf86-j433",
"url": "https://github.com/axios/axios/security/advisories/GHSA-43fc-jf86-j433"
}
],
"release_date": "2026-02-09T20:11:22.374000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-30T15:41:48+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6192"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Axios affected by Denial of Service via __proto__ Key in mergeConfig"
},
{
"cve": "CVE-2026-25949",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-02-12T21:01:13.761844+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2439522"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Traefik, an HTTP reverse proxy and load balancer. An unauthenticated client can exploit this vulnerability by sending a specific 8-byte Postgres SSLRequest (STARTTLS) prelude and then intentionally delaying further communication. This action bypasses Traefik\u0027s configured read timeouts, causing connections to remain open indefinitely. The primary consequence is a Denial of Service, as the server\u0027s resources become exhausted by these persistent, non-responsive connections.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/traefik/traefik: Traefik: Denial of Service via stalled STARTTLS requests",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an IMPORTANT denial of service flaw in Traefik, an HTTP reverse proxy and load balancer, affecting Red Hat OpenShift Dev Spaces. An unauthenticated client can exploit this by sending a specific STARTTLS request and then stalling, which bypasses configured read timeouts and causes connections to remain open indefinitely, leading to resource exhaustion.",
"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": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25949"
},
{
"category": "external",
"summary": "RHBZ#2439522",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2439522"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25949",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25949"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25949",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25949"
},
{
"category": "external",
"summary": "https://github.com/traefik/traefik/commit/31e566e9f1d7888ccb6fbc18bfed427203c35678",
"url": "https://github.com/traefik/traefik/commit/31e566e9f1d7888ccb6fbc18bfed427203c35678"
},
{
"category": "external",
"summary": "https://github.com/traefik/traefik/releases/tag/v3.6.8",
"url": "https://github.com/traefik/traefik/releases/tag/v3.6.8"
},
{
"category": "external",
"summary": "https://github.com/traefik/traefik/security/advisories/GHSA-89p3-4642-cr2w",
"url": "https://github.com/traefik/traefik/security/advisories/GHSA-89p3-4642-cr2w"
}
],
"release_date": "2026-02-12T20:01:19.600000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-30T15:41:48+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6192"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/traefik/traefik: Traefik: Denial of Service via stalled STARTTLS requests"
},
{
"cve": "CVE-2026-26960",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2026-02-20T02:01:07.883769+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2441253"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in node-tar. An attacker can craft a malicious archive that, when extracted with default options, creates a hardlink outside the intended extraction directory. This vulnerability allows the attacker to perform arbitrary file read and write operations as the user extracting the archive, bypassing existing path protections. This can lead to unauthorized access and modification of sensitive system files.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "node-tar: node-tar: Arbitrary file read/write via malicious archive hardlink creation",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "In Red Hat environments, this condition introduces a significant constraint, as exploitation requires user interaction and reliance on unsafe handling of externally supplied archives. The attack is not remotely exploitable in isolation and depends on a user or service processing attacker-controlled input.\n\nFurthermore, the impact of the vulnerability is limited to the privileges of the extracting process. In typical Red Hat deployments, archive extraction is performed by non-privileged users or within confined environments such as containers or restricted service contexts, which limits the scope of potential damage.\n\nRed Hat analysis also notes that this issue does not provide a direct mechanism for code execution or privilege escalation, but rather enables file system manipulation within the boundaries of the executing user\u2019s permissions.\n\nGiven the requirement for user-assisted exploitation, the absence of a direct remote attack vector, and the confinement of impact to the privileges of the extracting process, Red Hat considers the practical risk to be lower than the generalized NVD assessment. As a result, this vulnerability is classified as Moderate severity.",
"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": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-26960"
},
{
"category": "external",
"summary": "RHBZ#2441253",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2441253"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-26960",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26960"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-26960",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-26960"
},
{
"category": "external",
"summary": "https://github.com/isaacs/node-tar/commit/2cb1120bcefe28d7ecc719b41441ade59c52e384",
"url": "https://github.com/isaacs/node-tar/commit/2cb1120bcefe28d7ecc719b41441ade59c52e384"
},
{
"category": "external",
"summary": "https://github.com/isaacs/node-tar/commit/d18e4e1f846f4ddddc153b0f536a19c050e7499f",
"url": "https://github.com/isaacs/node-tar/commit/d18e4e1f846f4ddddc153b0f536a19c050e7499f"
},
{
"category": "external",
"summary": "https://github.com/isaacs/node-tar/security/advisories/GHSA-83g3-92jg-28cx",
"url": "https://github.com/isaacs/node-tar/security/advisories/GHSA-83g3-92jg-28cx"
}
],
"release_date": "2026-02-20T01:07:52.979000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-30T15:41:48+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6192"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "node-tar: node-tar: Arbitrary file read/write via malicious archive hardlink creation"
},
{
"cve": "CVE-2026-26996",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2026-02-20T04:01:11.896063+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2441268"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in minimatch. A remote attacker could exploit this Regular Expression Denial of Service (ReDoS) vulnerability by providing a specially crafted glob pattern. This pattern, containing numerous consecutive wildcard characters, causes excessive processing and exponential backtracking in the regular expression engine. Successful exploitation leads to a Denial of Service (DoS), making the application unresponsive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "minimatch: minimatch: Denial of Service via specially crafted glob patterns",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Exploitation of this flaw requires that a user or service processes untrusted input.",
"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": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-26996"
},
{
"category": "external",
"summary": "RHBZ#2441268",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2441268"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-26996",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26996"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-26996",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-26996"
},
{
"category": "external",
"summary": "https://github.com/isaacs/minimatch/commit/2e111f3a79abc00fa73110195de2c0f2351904f5",
"url": "https://github.com/isaacs/minimatch/commit/2e111f3a79abc00fa73110195de2c0f2351904f5"
},
{
"category": "external",
"summary": "https://github.com/isaacs/minimatch/security/advisories/GHSA-3ppc-4f35-3m26",
"url": "https://github.com/isaacs/minimatch/security/advisories/GHSA-3ppc-4f35-3m26"
}
],
"release_date": "2026-02-20T03:05:21.105000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-30T15:41:48+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6192"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1033ffe714e728e289eddaa3809e9d21915de193813339fa5c049373e3e78719_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:1c026c9c6fa5b70e2ab18b79f7974fe811558a4fbb3efee8eac17a165af2d4a2_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:650e9cec2b386064718aa87d794e3264eaf3af766060e4141f6f0870347cdb64_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-rhel9@sha256:cad5f1983385201427a94f980baeefece28aedc8089425db88806d54103dfe91_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:6446db0167fbd287557bb29b9f090da15b1b0846c62df9fd96cafd0784d4769d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ca2b5dd80258f6d5105df99a2a4160086248ede21fd4fdb7be7d9d0e1768ec99_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:d0e058ad62081efbb2d62a979d3d52443a19d361e2bec3d1bb1a6d403c4fa336_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/code-sshd-rhel9@sha256:ed1952126d5efdfe97f1d5411b7f057631bbae1b9c748c5f45746b6ee145fcad_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:81dc1398a2f94a040d43841f908c743f696ba9edfdd36ad47b225a90ef69da28_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:87415e884ce4a792725ebef47c95e81a4c98b594a333f5c9852ce68c13d33c09_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:acaa080820cc3886395466b4a327600752f13eb9e8728cece8bff696d92649e2_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/configbump-rhel9@sha256:d160df16f213208e22f67e0261fed70a5aa6eb64a79438c7affac0748d214e08_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:272a65ee82a9484e1d4362a9f33b6cc1b0eb13d93e70b19cc3d0208f021c2bda_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:2bc4515148a52d94e1fcaf8991ddf0e9e98f0565bdae0f7f6c732feac0540d95_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:e139d927ef936bfabf780286ec4b4bf97e318db69c1af5b7473dd33ae54931b4_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/dashboard-rhel9@sha256:ff64d5d47c91c59904cb2a90eb9e42e563fea560407fa6c0590b964ace2ce469_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-operator-bundle@sha256:d25e5effc8f3e6f0a02f3f1795cb83b585508b79e236b66e9a67be1511593864_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:5d1045ab74b00b9ac4888a7971adfddf03142cf73b80e427d2bdde17f8a33f7d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:6ca64429fd2b33806f766cb84e2392bf16e85a64adeb19f687fd2f5ba588a359_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b317d159f7de28b2424c0333f48574b4b6b4852405f82a0643c0f22ff37253c6_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/devspaces-rhel9-operator@sha256:b98b93207d245e32fca4182f7f8debd05b853082f79eb06d513fd25eb659ab7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:0d44f88b37488308e5c166fbf61ef195e473949d4d8930742742d52da8bd1d09_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:49848a9d6c888956fe17c0a7faa350b1b534aa7623c6368c45fa676ec603c9a9_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:582e28a0f571b32aa45ffdde4369479efb0fa504f163caf738b2dea23ad017f0_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/imagepuller-rhel9@sha256:8487157abf1a0cb7fb35aafdf9f5c3f3b7b3c107c5583b5cb2ceb80aabaaba75_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:0504f72e32867f2e16ae91237e494ad597897d234da6c772deedeec03c77f7da_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:2c0bfdd79524706c055e32bc68b3e099beea3f19e89184e763912b964588ca7e_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:4eb8ed347e951e036b5e464891ad26775288421b5ad4279e0a0a6a7682ed614a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/jetbrains-ide-rhel9@sha256:ed6c681b49c827af9faad6364a9a5fff068253878597f4e2768f51e2debedabf_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:70d9bf5801e6c359fa2853ecb7b2c1156bc8d05c64ff9089b4266ca7d1c96bdc_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:b260051bc38be6e1edfbb536b3d5568408406bd5ba214d9c460ff31fda95080d_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:c82b5be3ccc18dfc9f64732e2a6892e40555556119e041445867ee6895698fff_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/multicluster-redirector-rhel9@sha256:ef4cdde7f946cb4ac076651227c139ec1151fe1dfcfab16a7370eb5a1dedf8f8_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:49ec7497195cc73b5ab71a31d84f4adba1068580f1b615a4918a6b9a614b8e1b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:4a19870c5fa8b55441ce9de937de2023de89ec98415b70c8cdb868e541f7fe90_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:aae678397f22a53d10863aad458ea58d487b4ff87cd1a5200a02835fc2d76eb4_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/openvsx-rhel9@sha256:b47ea1f8c8cc35c7171251b9c044c38c7f66200e4336067c528b308f3a1779ec_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:31bed0f8d7cc026fb582a447d3cea648b6723b5309b282899062fb51a9b6b06b_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:b6c81d692c2610b97c365ba0160bd4d4f3222b3b8129f46e9bb4f744d91ca142_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:ddbef65f258899cb9450a370e72a61acb6e3710f4fe76cd1d43d5b68d661f4cb_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/pluginregistry-rhel9@sha256:de4737b85e6f485e6dc5283574f7da587995ef60a17039df4728c126df00b4e4_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:4550375a1ce30dfa306ac819590e0f95f512a7f9036e756e0ed643297f7555fe_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:62a2ad04b76186b8cc425a677aee50ed2e0cf531fc87888f513fe54d250510d3_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:782ccfcc7d458e2b27f0146c39bcf43c3133197d62a97052a2b67da4000c0c47_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/server-rhel9@sha256:c51792428816b2744121027ff39c1f0d1368ad2812e5604f4aceefe85ee23f00_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:12ae1997a6df944284ecfb3501138c25f1a39eba23b52685b48008174a6a363a_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:3942aaa0d29412ca79a413216b27ac338af01b1db1e31c5bb023fd135094768b_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:b5f40cea19df512eb3083c9ec8a34b964742c44c4843ec979d0a4ff9e94ca02d_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/traefik-rhel9@sha256:e9a1f79f64b9427d4fa657f197d8e114f66ec6dfc028b8d4e47478d8f0d56d98_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:113200dd0b705840cbfd2128236c4ab3813e0146a45538f8d348517045004b10_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:84050974bd849ca3380327c00ae001980b9fee834bf44e080c90442be4b17682_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:db2b024c908f9e92b63b05e5de9c4a97d8258604e538e9b30261768f415a8213_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel10@sha256:e5209000fd966c4e98fa6609f998fe0d6edc3088aeaa68f1261865c168379df7_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:3e42db39ee6eff785c8e03e6a4f764ea5359221c2c9ecd153caee01a780d029b_ppc64le",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:5ecda2244caefbd85bd89bf7f8caeeeb511e91f87a6d46d83d7553901459715a_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:df538d83965fbf69f86fda16c699ee043ecbdb6b2a6b93ac9ef63e73d564537e_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-base-rhel9@sha256:e095dd0cb8e327d8d6589bba674372aeb38397b22790bfed208156d3bb9d746c_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:58111d940c17ffcef32fc2d86f19c8d0f629b89c6412fb9933ca1ad411eec48f_s390x",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:8a97ad4c50e74468ffddb50f6dc3a748bd6223ca6dd869159eaa19447e8d5735_arm64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:cef073ba3e67731d90b615b1ed97e8d8941f4b84f795feebaa14cbba4506c22a_amd64",
"Red Hat OpenShift Dev Spaces 3.27:registry.redhat.io/devspaces/udi-rhel9@sha256:f6eb04566e390bab2a8028146d0c54ffb3357cde8a633edd4e19ab29629acec4_ppc64le"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "minimatch: minimatch: Denial of Service via specially crafted glob patterns"
}
]
}
RHSA-2026:6497
Vulnerability from csaf_redhat - Published: 2026-04-02 15:17 - Updated: 2026-04-11 14:08A flaw was found in Lodash. A prototype pollution vulnerability in the _.unset and _.omit functions allows an attacker able to control property paths to delete methods from global prototypes. By removing essential functionalities, this can result in a denial of service.
A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.
A flaw was found in the archive/zip package in the Go standard library. A super-linear file name indexing algorithm is used in the first time a file in an archive is opened. A crafted zip archive containing a specific arrangement of file names can cause an excessive CPU and memory consumption. A Go application processing a malicious archive can become unresponsive or crash, resulting in a denial of service.
A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.
A flaw was found in Authlib, a Python library used for building OAuth and OpenID Connect servers. The cache-backed state and request-token storage within Authlib is not securely linked to the user's initiating session. This vulnerability allows a remote attacker to exploit a Cross-Site Request Forgery (CSRF) by obtaining a valid state, which can lead to unauthorized actions being performed on behalf of the user.
A flaw was found in ajv. When the $data option is enabled, the value of the pattern keyword is passed directly to the JavaScript RegExp() constructor without sufficient validation. An attacker able to supply a malicious regular expression pattern can trigger a ReDoS (Regular Expression Denial of Service), causing the application to become unresponsive and resulting in a denial of service.
A denial of service flaw has been discovered in the Axios npm package. the mergeConfig function in axios crashes with a TypeError when processing configuration objects containing __proto__ as an own property. An attacker can trigger this by providing a malicious configuration object created via JSON.parse(), causing complete denial of service.
A flaw was found the Pillow Python imaging library. Providing a specially crafted PSD image may lead to an out-of-bounds write. This could potentially allow for arbitrary code execution or information disclosure.
A validation flaw has been discovered in the python cryptography package. This missing validation allows an attacker to provide a public key point P from a small-order subgroup. This can lead to security issues in various situations, such as the most commonly used signature verification (ECDSA) and shared key negotiation (ECDH). When the victim computes the shared secret as S = [victim_private_key]P via ECDH, this leaks information about victim_private_key mod (small_subgroup_order). For curves with cofactor > 1, this reveals the least significant bits of the private key. When these weak public keys are used in ECDSA , it's easy to forge signatures on the small subgroup. Only SECT curves are impacted by this.
A flaw was found in minimatch. A remote attacker could exploit this Regular Expression Denial of Service (ReDoS) vulnerability by providing a specially crafted glob pattern. This pattern, containing numerous consecutive wildcard characters, causes excessive processing and exponential backtracking in the regular expression engine. Successful exploitation leads to a Denial of Service (DoS), making the application unresponsive.
A flaw was found in pypdf. Processing a specially crafted PDF document, specifically with circular /Prev references in the cross-reference (xref) chain, can cause an infinite loop and a high consumption of CPU, resulting in a denial of service.
A flaw was found in minimatch. A remote attacker could exploit this vulnerability by providing a specially crafted glob expression with nested unbounded quantifiers. This could lead to catastrophic backtracking in the V8 JavaScript engine, causing the application to become unresponsive and resulting in a Denial of Service (DoS).
A flaw was found in Authlib, a Python library used for building OAuth and OpenID Connect (OIDC) servers. This vulnerability allows a remote attacker to bypass critical integrity checks in OIDC ID Tokens. Specifically, the library's internal hash verification logic fails open when encountering an unsupported cryptographic algorithm, accepting a forged ID Token as valid. This can lead to an authentication bypass, granting unauthorized access to systems relying on Authlib for OIDC authentication.
| URL | Category | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat Quay 3.16.3 is now available with bug fixes.",
"title": "Topic"
},
{
"category": "general",
"text": "Quay 3.16.3",
"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-2026:6497",
"url": "https://access.redhat.com/errata/RHSA-2026:6497"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-13465",
"url": "https://access.redhat.com/security/cve/CVE-2025-13465"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61726",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61728",
"url": "https://access.redhat.com/security/cve/CVE-2025-61728"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-68121",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-68158",
"url": "https://access.redhat.com/security/cve/CVE-2025-68158"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-69873",
"url": "https://access.redhat.com/security/cve/CVE-2025-69873"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25639",
"url": "https://access.redhat.com/security/cve/CVE-2026-25639"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25990",
"url": "https://access.redhat.com/security/cve/CVE-2026-25990"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-26007",
"url": "https://access.redhat.com/security/cve/CVE-2026-26007"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-26996",
"url": "https://access.redhat.com/security/cve/CVE-2026-26996"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-27628",
"url": "https://access.redhat.com/security/cve/CVE-2026-27628"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-27904",
"url": "https://access.redhat.com/security/cve/CVE-2026-27904"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-28498",
"url": "https://access.redhat.com/security/cve/CVE-2026-28498"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_6497.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Quay 3.16.3",
"tracking": {
"current_release_date": "2026-04-11T14:08:53+00:00",
"generator": {
"date": "2026-04-11T14:08:53+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.5"
}
},
"id": "RHSA-2026:6497",
"initial_release_date": "2026-04-02T15:17:12+00:00",
"revision_history": [
{
"date": "2026-04-02T15:17:12+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-04-02T15:17:28+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-11T14:08:53+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Quay 3.16",
"product": {
"name": "Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:quay:3.16::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Quay"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-bundle@sha256%3Aa48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1773785431"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel9@sha256%3A943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1773784956"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-bundle@sha256%3A1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1773785412"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel9@sha256%3A4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1773784980"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"product_id": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-qemu-rhcos-rhel8@sha256%3A1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1773781267"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"product_id": "registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel9@sha256%3Aaf9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1773785008"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"product": {
"name": "registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"product_id": "registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel9@sha256%3A618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1773785566"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"product_id": "registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-bundle@sha256%3A1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1774539928"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"product_id": "registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel9@sha256%3A7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1773784969"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"product_id": "registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel9@sha256%3A39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1775069491"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel9@sha256%3A8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1773784956"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel9@sha256%3A1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1773784980"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"product_id": "registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel9@sha256%3A342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1773785008"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"product": {
"name": "registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"product_id": "registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel9@sha256%3Abbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1773785566"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le",
"product_id": "registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel9@sha256%3Ad8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1773784969"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"product_id": "registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel9@sha256%3A3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1775069491"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel9@sha256%3Ab5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1773784956"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel9@sha256%3A7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1773784980"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"product_id": "registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel9@sha256%3Ab97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1773785008"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"product": {
"name": "registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"product_id": "registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel9@sha256%3A6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1773785566"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"product_id": "registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel9@sha256%3A401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1773784969"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x",
"product_id": "registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel9@sha256%3Ade5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1775069491"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"product": {
"name": "registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"product_id": "registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel9@sha256%3A0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae?arch=arm64\u0026repository_url=registry.redhat.io/quay\u0026tag=1775069491"
}
}
}
],
"category": "architecture",
"name": "arm64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64 as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64"
},
"product_reference": "registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x"
},
"product_reference": "registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le"
},
"product_reference": "registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64 as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64 as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64 as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64 as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64 as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64 as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64 as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64 as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64 as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64"
},
"product_reference": "registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64 as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x",
"relates_to_product_reference": "Red Hat Quay 3.16"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-13465",
"cwe": {
"id": "CWE-1321",
"name": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)"
},
"discovery_date": "2026-01-21T20:01:28.774829+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2431740"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Lodash. A prototype pollution vulnerability in the _.unset and _.omit functions allows an attacker able to control property paths to delete methods from global prototypes. By removing essential functionalities, this can result in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "lodash: prototype pollution in _.unset and _.omit functions",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue is only exploitable by applications using the _.unset and _.omit functions on an object and allowing user input to determine the path of the property to be removed. This issue only allows the deletion of properties but does not allow overwriting their behavior, limiting the impact to a denial of service. Due to this reason, this vulnerability has been rated with an important severity.\n\nIn Grafana, JavaScript code runs only in the browser, while the server side is all Golang. Therefore, the worst-case scenario is a loss of functionality in the client application inside the browser. To reflect this, the CVSS availability metric and the severity of the Grafana and the Grafana-PCP component have been updated to low and moderate, respectively.\n\nThe lodash dependency is bundled and used by the pcs-web-ui component of the PCS package. In Red Hat Enterprise Linux 8.10, the pcs-web-ui component is no longer included in the PCS package. As a result, RHEL 8.10 does not ship the vulnerable lodash component within PCS and is therefore not-affected by this CVE.",
"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": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
],
"known_not_affected": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-13465"
},
{
"category": "external",
"summary": "RHBZ#2431740",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2431740"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-13465",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13465"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-13465",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-13465"
},
{
"category": "external",
"summary": "https://github.com/lodash/lodash/security/advisories/GHSA-xxjr-mmjv-4gpg",
"url": "https://github.com/lodash/lodash/security/advisories/GHSA-xxjr-mmjv-4gpg"
}
],
"release_date": "2026-01-21T19:05:28.846000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-02T15:17:12+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6497"
},
{
"category": "workaround",
"details": "To mitigate this issue, implement strict input validation before passing any property paths to the _.unset and _.omit functions to block attempts to access the prototype chain. Ensure that strings like __proto__, constructor and prototype are blocked, for example.",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "lodash: prototype pollution in _.unset and _.omit functions"
},
{
"cve": "CVE-2025-61726",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:42.791305+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434432"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/url: Memory exhaustion in query parameter parsing in net/url",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to send a specially crafted HTTP request to an application parsing URL-encoded forms with net/url, specifically a request containing a large number of unique query parameters. The request will cause the application to consume an excessive amount of memory and eventually result in a denial of service, with no impact to confidentiality or integrity. Due to this reason, this vulnerability has been rated with an important severity.",
"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": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
],
"known_not_affected": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "RHBZ#2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://go.dev/cl/736712",
"url": "https://go.dev/cl/736712"
},
{
"category": "external",
"summary": "https://go.dev/issue/77101",
"url": "https://go.dev/issue/77101"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4341",
"url": "https://pkg.go.dev/vuln/GO-2026-4341"
}
],
"release_date": "2026-01-28T19:30:31.215000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-02T15:17:12+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6497"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/url: Memory exhaustion in query parameter parsing in net/url"
},
{
"cve": "CVE-2025-61728",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:39.965024+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434431"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/zip package in the Go standard library. A super-linear file name indexing algorithm is used in the first time a file in an archive is opened. A crafted zip archive containing a specific arrangement of file names can cause an excessive CPU and memory consumption. A Go application processing a malicious archive can become unresponsive or crash, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/zip: Excessive CPU consumption when building archive index in archive/zip",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker needs to be able to process a malicious zip archive with an application using the archive/zip package. Additionally, this vulnerability can cause a Go application to consume an excessive amount of CPU and memory, eventually resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"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": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
],
"known_not_affected": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61728"
},
{
"category": "external",
"summary": "RHBZ#2434431",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434431"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61728",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61728"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61728",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61728"
},
{
"category": "external",
"summary": "https://go.dev/cl/736713",
"url": "https://go.dev/cl/736713"
},
{
"category": "external",
"summary": "https://go.dev/issue/77102",
"url": "https://go.dev/issue/77102"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4342",
"url": "https://pkg.go.dev/vuln/GO-2026-4342"
}
],
"release_date": "2026-01-28T19:30:31.354000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-02T15:17:12+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6497"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, implement a timeout in your archive/zip processing logic to abort the operation if it exceeds a few seconds, preventing the application from consuming an excessive amount of resources.",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/zip: Excessive CPU consumption when building archive index in archive/zip"
},
{
"cve": "CVE-2025-68121",
"discovery_date": "2026-02-05T18:01:30.086058+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2437111"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is a moderate flaw because it only occurs under specific conditions, such as TLS session resumption with runtime changes to certificate authority settings. Exploitation is not straightforward and requires a controlled setup. The impact is limited to certificate validation within the same component and does not affect system availability.",
"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": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
],
"known_not_affected": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "RHBZ#2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68121"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://go.dev/cl/737700",
"url": "https://go.dev/cl/737700"
},
{
"category": "external",
"summary": "https://go.dev/issue/77217",
"url": "https://go.dev/issue/77217"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk",
"url": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4337",
"url": "https://pkg.go.dev/vuln/GO-2026-4337"
}
],
"release_date": "2026-02-05T17:48:44.141000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-02T15:17:12+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6497"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption"
},
{
"cve": "CVE-2025-68158",
"cwe": {
"id": "CWE-352",
"name": "Cross-Site Request Forgery (CSRF)"
},
"discovery_date": "2026-01-08T19:01:41.615962+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2428102"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Authlib, a Python library used for building OAuth and OpenID Connect servers. The cache-backed state and request-token storage within Authlib is not securely linked to the user\u0027s initiating session. This vulnerability allows a remote attacker to exploit a Cross-Site Request Forgery (CSRF) by obtaining a valid state, which can lead to unauthorized actions being performed on behalf of the user.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Authlib: Authlib: Cross-Site Request Forgery due to improper session management in state storage",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Moderate for Red Hat products utilizing Authlib, such as Red Hat Ansible Automation Platform, Hosted OpenShift Clusters, Red Hat Quay, and Red Hat Satellite. The flaw arises from improper session management in Authlib\u0027s cache-backed state storage, allowing a remote attacker to perform Cross-Site Request Forgery (CSRF) by obtaining a valid state.",
"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": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
],
"known_not_affected": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68158"
},
{
"category": "external",
"summary": "RHBZ#2428102",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2428102"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68158",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68158"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68158",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68158"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/commit/2808378611dd6fb2532b189a9087877d8f0c0489",
"url": "https://github.com/authlib/authlib/commit/2808378611dd6fb2532b189a9087877d8f0c0489"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/commit/7974f45e4d7492ab5f527577677f2770ce423228",
"url": "https://github.com/authlib/authlib/commit/7974f45e4d7492ab5f527577677f2770ce423228"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/security/advisories/GHSA-fg6f-75jq-6523",
"url": "https://github.com/authlib/authlib/security/advisories/GHSA-fg6f-75jq-6523"
}
],
"release_date": "2026-01-08T17:58:17.724000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-02T15:17:12+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6497"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.7,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "Authlib: Authlib: Cross-Site Request Forgery due to improper session management in state storage"
},
{
"cve": "CVE-2025-69873",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2026-02-11T19:01:32.953264+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2439070"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in ajv. When the $data option is enabled, the value of the pattern keyword is passed directly to the JavaScript RegExp() constructor without sufficient validation. An attacker able to supply a malicious regular expression pattern can trigger a ReDoS (Regular Expression Denial of Service), causing the application to become unresponsive and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ajv: ReDoS via $data reference",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, the $data option must be enabled and the attacker needs to be able to send a payload with a specially crafted regular expression to the application processing the input. A 31-character payload causes approximately 44 seconds of execution, with each additional character doubling the execution time. Therefore, even a small payload can cause an application to become unresponsive and eventually result in a denial of service. Due to this reason, this flaw has been rated with an important severity.",
"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": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
],
"known_not_affected": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-69873"
},
{
"category": "external",
"summary": "RHBZ#2439070",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2439070"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-69873",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69873"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-69873",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-69873"
},
{
"category": "external",
"summary": "https://github.com/EthanKim88/ethan-cve-disclosures/blob/main/CVE-2025-69873-ajv-ReDoS.md",
"url": "https://github.com/EthanKim88/ethan-cve-disclosures/blob/main/CVE-2025-69873-ajv-ReDoS.md"
}
],
"release_date": "2026-02-11T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-02T15:17:12+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6497"
},
{
"category": "workaround",
"details": "To mitigate this issue, disable the $data feature if your application does not require it. If $data must be used, implement strict validation of the input fields that are referenced by the pattern keyword to ensure they contain only expected and safe characters.",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "ajv: ReDoS via $data reference"
},
{
"cve": "CVE-2026-25639",
"cwe": {
"id": "CWE-1287",
"name": "Improper Validation of Specified Type of Input"
},
"discovery_date": "2026-02-09T21:00:49.280114+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2438237"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service flaw has been discovered in the Axios npm package. the mergeConfig function in axios crashes with a TypeError when processing configuration objects containing __proto__ as an own property. An attacker can trigger this by providing a malicious configuration object created via JSON.parse(), causing complete denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios affected by Denial of Service via __proto__ Key in mergeConfig",
"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": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
],
"known_not_affected": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25639"
},
{
"category": "external",
"summary": "RHBZ#2438237",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2438237"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25639",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25639"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25639",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25639"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/commit/28c721588c7a77e7503d0a434e016f852c597b57",
"url": "https://github.com/axios/axios/commit/28c721588c7a77e7503d0a434e016f852c597b57"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/releases/tag/v1.13.5",
"url": "https://github.com/axios/axios/releases/tag/v1.13.5"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-43fc-jf86-j433",
"url": "https://github.com/axios/axios/security/advisories/GHSA-43fc-jf86-j433"
}
],
"release_date": "2026-02-09T20:11:22.374000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-02T15:17:12+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6497"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Axios affected by Denial of Service via __proto__ Key in mergeConfig"
},
{
"cve": "CVE-2026-25990",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2026-02-11T21:05:39.535631+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2439170"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found the Pillow Python imaging library. Providing a specially crafted PSD image may lead to an out-of-bounds write. This could potentially allow for arbitrary code execution or information disclosure.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pillow: Pillow: Out-of-bounds Write via Specially Crafted PSD Image",
"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": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
],
"known_not_affected": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25990"
},
{
"category": "external",
"summary": "RHBZ#2439170",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2439170"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25990",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25990"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25990",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25990"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/commit/9000313cc5d4a31bdcdd6d7f0781101abab553aa",
"url": "https://github.com/python-pillow/Pillow/commit/9000313cc5d4a31bdcdd6d7f0781101abab553aa"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-cfh3-3jmp-rvhc",
"url": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-cfh3-3jmp-rvhc"
}
],
"release_date": "2026-02-11T20:53:52.524000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-02T15:17:12+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6497"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "pillow: Pillow: Out-of-bounds Write via Specially Crafted PSD Image"
},
{
"cve": "CVE-2026-26007",
"cwe": {
"id": "CWE-354",
"name": "Improper Validation of Integrity Check Value"
},
"discovery_date": "2026-02-10T22:01:01.036116+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2438762"
}
],
"notes": [
{
"category": "description",
"text": "A validation flaw has been discovered in the python cryptography package. This missing validation allows an attacker to provide a public key point P from a small-order subgroup. This can lead to security issues in various situations, such as the most commonly used signature verification (ECDSA) and shared key negotiation (ECDH). When the victim computes the shared secret as S = [victim_private_key]P via ECDH, this leaks information about victim_private_key mod (small_subgroup_order). For curves with cofactor \u003e 1, this reveals the least significant bits of the private key. When these weak public keys are used in ECDSA , it\u0027s easy to forge signatures on the small subgroup. Only SECT curves are impacted by this.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cryptography: cryptography Subgroup Attack Due to Missing Subgroup Validation for SECT Curves",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw, while difficult to exploit, would lead to a loss of integrity in the encrypted communication channel. Given that the cryptography package is a library, it is likely to be used in situations that do not require user interaction.",
"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": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
],
"known_not_affected": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-26007"
},
{
"category": "external",
"summary": "RHBZ#2438762",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2438762"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-26007",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26007"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-26007",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-26007"
},
{
"category": "external",
"summary": "https://github.com/pyca/cryptography/commit/0eebb9dbb6343d9bc1d91e5a2482ed4e054a6d8c",
"url": "https://github.com/pyca/cryptography/commit/0eebb9dbb6343d9bc1d91e5a2482ed4e054a6d8c"
},
{
"category": "external",
"summary": "https://github.com/pyca/cryptography/security/advisories/GHSA-r6ph-v2qm-q3c2",
"url": "https://github.com/pyca/cryptography/security/advisories/GHSA-r6ph-v2qm-q3c2"
}
],
"release_date": "2026-02-10T21:42:56.471000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-02T15:17:12+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6497"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "cryptography: cryptography Subgroup Attack Due to Missing Subgroup Validation for SECT Curves"
},
{
"cve": "CVE-2026-26996",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2026-02-20T04:01:11.896063+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2441268"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in minimatch. A remote attacker could exploit this Regular Expression Denial of Service (ReDoS) vulnerability by providing a specially crafted glob pattern. This pattern, containing numerous consecutive wildcard characters, causes excessive processing and exponential backtracking in the regular expression engine. Successful exploitation leads to a Denial of Service (DoS), making the application unresponsive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "minimatch: minimatch: Denial of Service via specially crafted glob patterns",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Exploitation of this flaw requires that a user or service processes untrusted input.",
"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": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
],
"known_not_affected": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-26996"
},
{
"category": "external",
"summary": "RHBZ#2441268",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2441268"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-26996",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26996"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-26996",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-26996"
},
{
"category": "external",
"summary": "https://github.com/isaacs/minimatch/commit/2e111f3a79abc00fa73110195de2c0f2351904f5",
"url": "https://github.com/isaacs/minimatch/commit/2e111f3a79abc00fa73110195de2c0f2351904f5"
},
{
"category": "external",
"summary": "https://github.com/isaacs/minimatch/security/advisories/GHSA-3ppc-4f35-3m26",
"url": "https://github.com/isaacs/minimatch/security/advisories/GHSA-3ppc-4f35-3m26"
}
],
"release_date": "2026-02-20T03:05:21.105000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-02T15:17:12+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6497"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "minimatch: minimatch: Denial of Service via specially crafted glob patterns"
},
{
"cve": "CVE-2026-27628",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2026-02-25T04:02:09.864561+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2442543"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in pypdf. Processing a specially crafted PDF document, specifically with circular /Prev references in the cross-reference (xref) chain, can cause an infinite loop and a high consumption of CPU, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pypdf: possible infinite loop when loading circular /Prev entries in cross-reference streams",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to supply a crafted PDF file to be processed by an application using the pypdf library. This issue can cause the application to enter an infinite loop and consume a high amount of CPU resources, eventually resulting in a denial of service with no other security impact. Due to these reasons, this vulnerability has been rated with a 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": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
],
"known_not_affected": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27628"
},
{
"category": "external",
"summary": "RHBZ#2442543",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2442543"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27628",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27628"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27628",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27628"
},
{
"category": "external",
"summary": "https://github.com/py-pdf/pypdf/commit/0fbd95938724ad2d72688d4112207c0590f0483f",
"url": "https://github.com/py-pdf/pypdf/commit/0fbd95938724ad2d72688d4112207c0590f0483f"
},
{
"category": "external",
"summary": "https://github.com/py-pdf/pypdf/issues/3654",
"url": "https://github.com/py-pdf/pypdf/issues/3654"
},
{
"category": "external",
"summary": "https://github.com/py-pdf/pypdf/security/advisories/GHSA-2rw7-x74f-jg35",
"url": "https://github.com/py-pdf/pypdf/security/advisories/GHSA-2rw7-x74f-jg35"
}
],
"release_date": "2026-02-25T02:45:37.543000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-02T15:17:12+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6497"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "pypdf: possible infinite loop when loading circular /Prev entries in cross-reference streams"
},
{
"cve": "CVE-2026-27904",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2026-02-26T02:01:23.004531+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2442922"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in minimatch. A remote attacker could exploit this vulnerability by providing a specially crafted glob expression with nested unbounded quantifiers. This could lead to catastrophic backtracking in the V8 JavaScript engine, causing the application to become unresponsive and resulting in a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "minimatch: Minimatch: Denial of Service via catastrophic backtracking in glob expressions",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Exploitation of this flaw requires that a user or service processes untrusted input.",
"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": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
],
"known_not_affected": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27904"
},
{
"category": "external",
"summary": "RHBZ#2442922",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2442922"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27904",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27904"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27904",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27904"
},
{
"category": "external",
"summary": "https://github.com/isaacs/minimatch/security/advisories/GHSA-23c5-xmqv-rm74",
"url": "https://github.com/isaacs/minimatch/security/advisories/GHSA-23c5-xmqv-rm74"
}
],
"release_date": "2026-02-26T01:07:42.693000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-02T15:17:12+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6497"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "minimatch: Minimatch: Denial of Service via catastrophic backtracking in glob expressions"
},
{
"cve": "CVE-2026-28498",
"cwe": {
"id": "CWE-325",
"name": "Missing Cryptographic Step"
},
"discovery_date": "2026-03-16T19:02:00.128339+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2448182"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Authlib, a Python library used for building OAuth and OpenID Connect (OIDC) servers. This vulnerability allows a remote attacker to bypass critical integrity checks in OIDC ID Tokens. Specifically, the library\u0027s internal hash verification logic fails open when encountering an unsupported cryptographic algorithm, accepting a forged ID Token as valid. This can lead to an authentication bypass, granting unauthorized access to systems relying on Authlib for OIDC authentication.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "authlib: Authlib: Authentication bypass via forged OpenID Connect ID Tokens",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This IMPORTANT vulnerability in Authlib allows attackers to bypass OIDC ID Token integrity verification. The at_hash and c_hash validation fails open for unknown algorithms, accepting forged tokens as valid. Exploitation requires no authentication or user interaction. Impact is high to confidentiality and integrity. Red Hat products using Authlib for OIDC validation are affected. Fixed in version 1.6.9.",
"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": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
],
"known_not_affected": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-28498"
},
{
"category": "external",
"summary": "RHBZ#2448182",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2448182"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-28498",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-28498"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-28498",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-28498"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/commit/b9bb2b25bf8b7e01512d847a95c1749646eaa72b",
"url": "https://github.com/authlib/authlib/commit/b9bb2b25bf8b7e01512d847a95c1749646eaa72b"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/releases/tag/v1.6.9",
"url": "https://github.com/authlib/authlib/releases/tag/v1.6.9"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/security/advisories/GHSA-m344-f55w-2m6j",
"url": "https://github.com/authlib/authlib/security/advisories/GHSA-m344-f55w-2m6j"
}
],
"release_date": "2026-03-16T18:03:28.821000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-02T15:17:12+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6497"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1ca15d4a3ec7067bb925e83588e5ac94674e77ba29969cba9137c07bafadc025_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:1d28e4844da6b1bd1e2fbad161ca68494cac166b9fa22b30a558e0d8a3c9d12d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:4b923525f815b87f3375bd5346f8261746d2e172f2f83b4604c558c4d7ae64ee_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:7b90f185ddc5973be1bc4ffd27b785debb1d519cc6c0ea400a7fbbf22dfa2375_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:342f40181bab7dcc4acdbf4d28fa314fc1dd9c9a3e9e99024e7c856f46fd8092_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:af9f4557f46bb29353be32e53f3c49d32d4641859a3ed385e69423a37b04fa03_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:b97e1ced70d68a5ff55dca3fe7962995f7f9559e7305660bdf829cc60e6cb2bd_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:a48e62759aae34528989bef0e959d1e7f8eeac108e3118bbd86e909882e1b775_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:8b059901d52536b850c65e2ed38d136b2cf831dc12af8a2eea71e584fcd49354_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:943935018ddabe868b693b6078580325ec04905fd1cf13553ef7e351427caf14_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:b5e3b47f06c81244340ca599511d221efd830ff31ed15c5c3ab5ea4bbb45388f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:1ab0303614da22f6a9e3005358de62ba1079f90f2410481603eb33b5b2f7db70_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:401ad33f2305b2f3f54823135c9d25531d55936efb7d20ca1dac5b88efc71a28_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:7aa800901c5b9a158fe07c3a632bf95920af918f70753de3ef201d3be7684ca5_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:d8e040decc94bdb06eda60acb11ff111221d059495c706e3dc9cc8c124ec603b_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:0bc25ef16eabd14562b5c15b2f242558ace42865d416820420d669436d9d71ae_arm64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:3559638cc583d4a6e550d3572f9696dc488d8f75d6f7f77c9853c4881d98dd4a_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:39155eb5f845ade84925b763885a363b95ba927e91e2ee76d8df304620b9ac0e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:de5cfa1742d9eed1e2d7b07693559f1cf52eca41fda6cfb83d226cf3f9bafb9e_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "authlib: Authlib: Authentication bypass via forged OpenID Connect ID Tokens"
}
]
}
RHSA-2026:6802
Vulnerability from csaf_redhat - Published: 2026-04-07 13:22 - Updated: 2026-04-10 15:10A flaw was found in jsonpath. The `value` function is vulnerable to Prototype Pollution, a type of vulnerability that allows an attacker to inject or modify properties of an object's prototype. This can lead to various impacts, including arbitrary code execution, privilege escalation, or denial of service (DoS).
A flaw was found in ajv. When the $data option is enabled, the value of the pattern keyword is passed directly to the JavaScript RegExp() constructor without sufficient validation. An attacker able to supply a malicious regular expression pattern can trigger a ReDoS (Regular Expression Denial of Service), causing the application to become unresponsive and resulting in a denial of service.
A flaw was found in the jsonpath component. This vulnerability allows a remote attacker to achieve arbitrary code execution by supplying a malicious JSON Path expression. The component's reliance on the `static-eval` module for processing user-supplied input leads to unsafe evaluation. Successful exploitation can result in Remote Code Execution (RCE) in Node.js environments or Cross-site Scripting (XSS) in browser contexts.
A flaw was found in Multer, a Node.js middleware for handling `multipart/form-data`. A remote attacker can exploit this vulnerability by intentionally dropping a connection during a file upload. This can lead to a Denial of Service (DoS) due to resource exhaustion on the affected system.
A flaw was found in Multer, a Node.js middleware. A remote attacker could exploit this vulnerability by sending specially crafted malformed requests. This could lead to resource exhaustion, resulting in a Denial of Service (DoS) for the application using Multer.
A denial of service flaw was found in Multer, a Node.js middleware for handling `multipart/form-data`. A remote attacker can send specially crafted malformed requests which may induce a stack overflow. This can lead to a Denial of Service (DoS) making the service unavailable.
A flaw was found in Backstage. A symlink-based path traversal issue can be exploited in multiple Scaffolder actions and archive extraction utilities during template execution via malicious symlinks. An attacker with access to create and execute Scaffolder templates can read sensitive files, delete arbitrary files or write files outside the intended workspace, resulting in unauthorized information disclosure or system compromise.
A code injection flaw has been discovered in the npm @backstage/plugin-techdocs-node library. When TechDocs is configured with `runIn: local`, a malicious actor who can submit or modify a repository's `mkdocs.yml` file can execute arbitrary Python code on the TechDocs build server via MkDocs hooks configuration.
A denial of service flaw has been discovered in the Axios npm package. the mergeConfig function in axios crashes with a TypeError when processing configuration objects containing __proto__ as an own property. An attacker can trigger this by providing a malicious configuration object created via JSON.parse(), causing complete denial of service.
The Go standard library function net/url.Parse insufficiently validated the host/authority component and accepted some invalid URLs by effectively treating garbage before an IP-literal as ignorable. The function should have rejected this as invalid.
A flaw was found in fast-xml-parser. A remote attacker can exploit this vulnerability by providing a specially crafted XML input. The system incorrectly interprets a dot in a DOCTYPE entity name as a regular expression wildcard during processing. This allows the attacker to bypass security measures and inject malicious scripts, resulting in Cross-Site Scripting (XSS) when the parsed output is displayed to users.
A denial of service flaw was found in fast-xml-parser. A remote attacker can exploit this vulnerability by providing a specially crafted, small XML input. This input can force the XML parser to perform an unlimited amount of entity expansion, consuming excessive resources. This can lead to the application freezing for an extended period, resulting in a Denial of Service (DoS).
A flaw was found in Rollup, a JavaScript module bundler. Insecure file name sanitization in the core engine allows an attacker to control output filenames, potentially through command-line interface (CLI) inputs, manual chunk aliases, or malicious plugins. By using directory traversal sequences (`../`), an attacker can overwrite files anywhere on the host filesystem where the build process has write permissions. This vulnerability can lead to persistent remote code execution (RCE) by overwriting critical system or user configuration files.
A flaw was found in fast-xml-parser. A user can exploit this flaw by processing specially crafted XML data with the XML builder when the `preserveOrder` option is enabled. This can lead to a stack overflow, causing the application to crash and resulting in a Denial of Service (DoS).
A flaw was found in gRPC-Go, the Go language implementation of gRPC. This vulnerability, an authorization bypass, is caused by improper input validation of the HTTP/2 `:path` pseudo-header. A remote attacker can exploit this by sending raw HTTP/2 frames with a malformed `:path` that omits the mandatory leading slash. This allows the attacker to bypass defined security policies, potentially leading to unauthorized access to services or information disclosure.
| URL | Category | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat Developer Hub 1.9.3 has been released.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat Developer Hub (RHDH) is Red Hat\u0027s enterprise-grade, self-managed, customizable developer portal based on Backstage.io. RHDH is supported on OpenShift and other major Kubernetes clusters (AKS, EKS, GKE). The core features of RHDH include a single pane of glass, a centralized software catalog, self-service via golden path templates, and Tech Docs. RHDH is extensible by plugins.",
"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-2026:6802",
"url": "https://access.redhat.com/errata/RHSA-2026:6802"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61140",
"url": "https://access.redhat.com/security/cve/CVE-2025-61140"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-69873",
"url": "https://access.redhat.com/security/cve/CVE-2025-69873"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-1615",
"url": "https://access.redhat.com/security/cve/CVE-2026-1615"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-2359",
"url": "https://access.redhat.com/security/cve/CVE-2026-2359"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-24046",
"url": "https://access.redhat.com/security/cve/CVE-2026-24046"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25153",
"url": "https://access.redhat.com/security/cve/CVE-2026-25153"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25639",
"url": "https://access.redhat.com/security/cve/CVE-2026-25639"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25679",
"url": "https://access.redhat.com/security/cve/CVE-2026-25679"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25896",
"url": "https://access.redhat.com/security/cve/CVE-2026-25896"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-26278",
"url": "https://access.redhat.com/security/cve/CVE-2026-26278"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-27606",
"url": "https://access.redhat.com/security/cve/CVE-2026-27606"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-27942",
"url": "https://access.redhat.com/security/cve/CVE-2026-27942"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-3304",
"url": "https://access.redhat.com/security/cve/CVE-2026-3304"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-33186",
"url": "https://access.redhat.com/security/cve/CVE-2026-33186"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-3520",
"url": "https://access.redhat.com/security/cve/CVE-2026-3520"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://catalog.redhat.com/search?gs\u0026searchType=containers\u0026q=rhdh",
"url": "https://catalog.redhat.com/search?gs\u0026searchType=containers\u0026q=rhdh"
},
{
"category": "external",
"summary": "https://developers.redhat.com/rhdh/overview",
"url": "https://developers.redhat.com/rhdh/overview"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/red_hat_developer_hub",
"url": "https://docs.redhat.com/en/documentation/red_hat_developer_hub"
},
{
"category": "external",
"summary": "https://issues.redhat.com/browse/RHDHBUGS-2736",
"url": "https://issues.redhat.com/browse/RHDHBUGS-2736"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_6802.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Developer Hub 1.9.3 release.",
"tracking": {
"current_release_date": "2026-04-10T15:10:09+00:00",
"generator": {
"date": "2026-04-10T15:10:09+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.5"
}
},
"id": "RHSA-2026:6802",
"initial_release_date": "2026-04-07T13:22:11+00:00",
"revision_history": [
{
"date": "2026-04-07T13:22:11+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-04-07T13:22:17+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-10T15:10:09+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Developer Hub 1.9",
"product": {
"name": "Red Hat Developer Hub 1.9",
"product_id": "Red Hat Developer Hub 1.9",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhdh:1.9::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Developer Hub"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64",
"product": {
"name": "registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64",
"product_id": "registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhdh-hub-rhel9@sha256%3A5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d?arch=amd64\u0026repository_url=registry.redhat.io/rhdh\u0026tag=1775140647"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64",
"product": {
"name": "registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64",
"product_id": "registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhdh-rhel9-operator@sha256%3A4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef?arch=amd64\u0026repository_url=registry.redhat.io/rhdh\u0026tag=1775140369"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64",
"product": {
"name": "registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64",
"product_id": "registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/rhdh-operator-bundle@sha256%3A6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa?arch=amd64\u0026repository_url=registry.redhat.io/rhdh\u0026tag=1775155242"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64 as a component of Red Hat Developer Hub 1.9",
"product_id": "Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64"
},
"product_reference": "registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64",
"relates_to_product_reference": "Red Hat Developer Hub 1.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64 as a component of Red Hat Developer Hub 1.9",
"product_id": "Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64"
},
"product_reference": "registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64",
"relates_to_product_reference": "Red Hat Developer Hub 1.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64 as a component of Red Hat Developer Hub 1.9",
"product_id": "Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64"
},
"product_reference": "registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64",
"relates_to_product_reference": "Red Hat Developer Hub 1.9"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-61140",
"cwe": {
"id": "CWE-502",
"name": "Deserialization of Untrusted Data"
},
"discovery_date": "2026-01-28T17:00:46.678419+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2433946"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in jsonpath. The `value` function is vulnerable to Prototype Pollution, a type of vulnerability that allows an attacker to inject or modify properties of an object\u0027s prototype. This can lead to various impacts, including arbitrary code execution, privilege escalation, or denial of service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jsonpath: jsonpath: Prototype Pollution vulnerability in the value function",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64"
],
"known_not_affected": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61140"
},
{
"category": "external",
"summary": "RHBZ#2433946",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2433946"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61140",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61140"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61140",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61140"
},
{
"category": "external",
"summary": "https://gist.github.com/Dremig/8105c189774217222a8ebea3ed4d341d",
"url": "https://gist.github.com/Dremig/8105c189774217222a8ebea3ed4d341d"
},
{
"category": "external",
"summary": "https://github.com/dchester/jsonpath",
"url": "https://github.com/dchester/jsonpath"
}
],
"release_date": "2026-01-28T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-07T13:22:11+00:00",
"details": "For more about Red Hat Developer Hub, see References links",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6802"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "jsonpath: jsonpath: Prototype Pollution vulnerability in the value function"
},
{
"cve": "CVE-2025-69873",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2026-02-11T19:01:32.953264+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2439070"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in ajv. When the $data option is enabled, the value of the pattern keyword is passed directly to the JavaScript RegExp() constructor without sufficient validation. An attacker able to supply a malicious regular expression pattern can trigger a ReDoS (Regular Expression Denial of Service), causing the application to become unresponsive and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ajv: ReDoS via $data reference",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, the $data option must be enabled and the attacker needs to be able to send a payload with a specially crafted regular expression to the application processing the input. A 31-character payload causes approximately 44 seconds of execution, with each additional character doubling the execution time. Therefore, even a small payload can cause an application to become unresponsive and eventually result in a denial of service. Due to this reason, this flaw has been rated with an important severity.",
"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": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64"
],
"known_not_affected": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-69873"
},
{
"category": "external",
"summary": "RHBZ#2439070",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2439070"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-69873",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69873"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-69873",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-69873"
},
{
"category": "external",
"summary": "https://github.com/EthanKim88/ethan-cve-disclosures/blob/main/CVE-2025-69873-ajv-ReDoS.md",
"url": "https://github.com/EthanKim88/ethan-cve-disclosures/blob/main/CVE-2025-69873-ajv-ReDoS.md"
}
],
"release_date": "2026-02-11T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-07T13:22:11+00:00",
"details": "For more about Red Hat Developer Hub, see References links",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6802"
},
{
"category": "workaround",
"details": "To mitigate this issue, disable the $data feature if your application does not require it. If $data must be used, implement strict validation of the input fields that are referenced by the pattern keyword to ensure they contain only expected and safe characters.",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "ajv: ReDoS via $data reference"
},
{
"cve": "CVE-2026-1615",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2026-02-09T11:10:57.572082+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2437875"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the jsonpath component. This vulnerability allows a remote attacker to achieve arbitrary code execution by supplying a malicious JSON Path expression. The component\u0027s reliance on the `static-eval` module for processing user-supplied input leads to unsafe evaluation. Successful exploitation can result in Remote Code Execution (RCE) in Node.js environments or Cross-site Scripting (XSS) in browser contexts.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jsonpath: jsonpath: Arbitrary Code Execution via unsafe JSON Path expression evaluation",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Product Security team has rated this vulnerability as Important as it may allows arbitrary code execution when processing untrusted JSON Path expressions. This can lead to Remote Code Execution in Node.js environments or Cross-site Scripting in browser contexts. In some contexts it may be possible to remotely exploit this flaw without any privileges. However, within Red Hat products the jsonpath component is used as a transitive dependency or does not directly handle user input. This context reduces exposure and criticality of this vulnerability.",
"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": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64"
],
"known_not_affected": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-1615"
},
{
"category": "external",
"summary": "RHBZ#2437875",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437875"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-1615",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1615"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-1615",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-1615"
},
{
"category": "external",
"summary": "https://github.com/dchester/jsonpath/blob/c1dd8ec74034fb0375233abb5fdbec51ac317b4b/lib/handlers.js%23L243",
"url": "https://github.com/dchester/jsonpath/blob/c1dd8ec74034fb0375233abb5fdbec51ac317b4b/lib/handlers.js%23L243"
},
{
"category": "external",
"summary": "https://security.snyk.io/vuln/SNYK-JAVA-ORGWEBJARSNPM-15141219",
"url": "https://security.snyk.io/vuln/SNYK-JAVA-ORGWEBJARSNPM-15141219"
},
{
"category": "external",
"summary": "https://security.snyk.io/vuln/SNYK-JS-JSONPATH-13645034",
"url": "https://security.snyk.io/vuln/SNYK-JS-JSONPATH-13645034"
}
],
"release_date": "2026-02-09T05:00:09.050000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-07T13:22:11+00:00",
"details": "For more about Red Hat Developer Hub, see References links",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6802"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "jsonpath: jsonpath: Arbitrary Code Execution via unsafe JSON Path expression evaluation"
},
{
"cve": "CVE-2026-2359",
"cwe": {
"id": "CWE-772",
"name": "Missing Release of Resource after Effective Lifetime"
},
"discovery_date": "2026-02-27T16:01:27.340094+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2443350"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Multer, a Node.js middleware for handling `multipart/form-data`. A remote attacker can exploit this vulnerability by intentionally dropping a connection during a file upload. This can lead to a Denial of Service (DoS) due to resource exhaustion on the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "multer: Multer: Denial of Service via dropped file upload connections",
"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": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64"
],
"known_not_affected": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-2359"
},
{
"category": "external",
"summary": "RHBZ#2443350",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2443350"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-2359",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-2359"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-2359",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-2359"
},
{
"category": "external",
"summary": "https://cna.openjsf.org/security-advisories.html",
"url": "https://cna.openjsf.org/security-advisories.html"
},
{
"category": "external",
"summary": "https://github.com/expressjs/multer/commit/cccf0fe0e64150c4f42ccf6654165c0d66b9adab",
"url": "https://github.com/expressjs/multer/commit/cccf0fe0e64150c4f42ccf6654165c0d66b9adab"
},
{
"category": "external",
"summary": "https://github.com/expressjs/multer/security/advisories/GHSA-v52c-386h-88mc",
"url": "https://github.com/expressjs/multer/security/advisories/GHSA-v52c-386h-88mc"
}
],
"release_date": "2026-02-27T15:42:08.088000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-07T13:22:11+00:00",
"details": "For more about Red Hat Developer Hub, see References links",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6802"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "multer: Multer: Denial of Service via dropped file upload connections"
},
{
"cve": "CVE-2026-3304",
"cwe": {
"id": "CWE-459",
"name": "Incomplete Cleanup"
},
"discovery_date": "2026-02-27T16:01:39.674165+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2443353"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Multer, a Node.js middleware. A remote attacker could exploit this vulnerability by sending specially crafted malformed requests. This could lead to resource exhaustion, resulting in a Denial of Service (DoS) for the application using Multer.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "multer: Multer: Denial of Service via malformed requests",
"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": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64"
],
"known_not_affected": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-3304"
},
{
"category": "external",
"summary": "RHBZ#2443353",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2443353"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-3304",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-3304"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-3304",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-3304"
},
{
"category": "external",
"summary": "https://cna.openjsf.org/security-advisories.html",
"url": "https://cna.openjsf.org/security-advisories.html"
},
{
"category": "external",
"summary": "https://github.com/expressjs/multer/commit/739919097dde3921ec31b930e4b9025036fa74ee",
"url": "https://github.com/expressjs/multer/commit/739919097dde3921ec31b930e4b9025036fa74ee"
},
{
"category": "external",
"summary": "https://github.com/expressjs/multer/security/advisories/GHSA-xf7r-hgr6-v32p",
"url": "https://github.com/expressjs/multer/security/advisories/GHSA-xf7r-hgr6-v32p"
}
],
"release_date": "2026-02-27T15:44:37.187000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-07T13:22:11+00:00",
"details": "For more about Red Hat Developer Hub, see References links",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6802"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "multer: Multer: Denial of Service via malformed requests"
},
{
"cve": "CVE-2026-3520",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-03-04T17:01:43.432970+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2444584"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service flaw was found in Multer, a Node.js middleware for handling `multipart/form-data`. A remote attacker can send specially crafted malformed requests which may induce a stack overflow. This can lead to a Denial of Service (DoS) making the service unavailable.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "multer: Multer: Denial of Service via malformed requests",
"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": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64"
],
"known_not_affected": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-3520"
},
{
"category": "external",
"summary": "RHBZ#2444584",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2444584"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-3520",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-3520"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-3520",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-3520"
},
{
"category": "external",
"summary": "https://cna.openjsf.org/security-advisories.html",
"url": "https://cna.openjsf.org/security-advisories.html"
},
{
"category": "external",
"summary": "https://github.com/expressjs/multer/commit/7e66481f8b2e6c54b982b34c152479e096ce2752",
"url": "https://github.com/expressjs/multer/commit/7e66481f8b2e6c54b982b34c152479e096ce2752"
},
{
"category": "external",
"summary": "https://github.com/expressjs/multer/security/advisories/GHSA-5528-5vmv-3xc2",
"url": "https://github.com/expressjs/multer/security/advisories/GHSA-5528-5vmv-3xc2"
}
],
"release_date": "2026-03-04T16:17:18.962000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-07T13:22:11+00:00",
"details": "For more about Red Hat Developer Hub, see References links",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6802"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "multer: Multer: Denial of Service via malformed requests"
},
{
"cve": "CVE-2026-24046",
"cwe": {
"id": "CWE-59",
"name": "Improper Link Resolution Before File Access (\u0027Link Following\u0027)"
},
"discovery_date": "2026-01-21T23:00:53.856026+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2431878"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Backstage. A symlink-based path traversal issue can be exploited in multiple Scaffolder actions and archive extraction utilities during template execution via malicious symlinks. An attacker with access to create and execute Scaffolder templates can read sensitive files, delete arbitrary files or write files outside the intended workspace, resulting in unauthorized information disclosure or system compromise.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "backstage/backend-defaults: backstage/plugin-scaffolder-backend: backstage/plugin-scaffolder-node: possible symlink path traversal in scaffolder actions",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, an attacker needs to have access to create and execute Scaffolder actions, specifically the debug:log, fs:delete actions and archive extractions, limiting the exposure of this flaw. Additionally, file systems operations are constrained by the permissions of the process, limiting the impact to files that can be accessed by Backstage. Due to these reasons, this vulnerability has been rated with an important severity.",
"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": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64"
],
"known_not_affected": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-24046"
},
{
"category": "external",
"summary": "RHBZ#2431878",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2431878"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-24046",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24046"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-24046",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-24046"
},
{
"category": "external",
"summary": "https://github.com/backstage/backstage/commit/c641c147ab371a9a8a2f5f67fdb7cb9c97ef345d",
"url": "https://github.com/backstage/backstage/commit/c641c147ab371a9a8a2f5f67fdb7cb9c97ef345d"
},
{
"category": "external",
"summary": "https://github.com/backstage/backstage/security/advisories/GHSA-rq6q-wr2q-7pgp",
"url": "https://github.com/backstage/backstage/security/advisories/GHSA-rq6q-wr2q-7pgp"
}
],
"release_date": "2026-01-21T22:36:30.794000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-07T13:22:11+00:00",
"details": "For more about Red Hat Developer Hub, see References links",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6802"
},
{
"category": "workaround",
"details": "To mitigate this issue, consider implementing strict access controls for Backstage Scaffolder templates. Restrict the ability to create and execute Scaffolder templates to trusted users only, utilizing the Backstage permissions framework. Additionally, audit existing templates for any symlink usage and consider running Backstage within a containerized environment with a highly restricted filesystem to limit potential impact.",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "backstage/backend-defaults: backstage/plugin-scaffolder-backend: backstage/plugin-scaffolder-node: possible symlink path traversal in scaffolder actions"
},
{
"cve": "CVE-2026-25153",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2026-01-30T22:00:57.084320+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2435576"
}
],
"notes": [
{
"category": "description",
"text": "A code injection flaw has been discovered in the npm @backstage/plugin-techdocs-node library. When TechDocs is configured with `runIn: local`, a malicious actor who can submit or modify a repository\u0027s `mkdocs.yml` file can execute arbitrary Python code on the TechDocs build server via MkDocs hooks configuration.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "@backstage/plugin-techdocs-node: @backstage/plugin-techdocs-node vulnerable to arbitrary code execution via MkDocs hooks",
"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": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64"
],
"known_not_affected": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25153"
},
{
"category": "external",
"summary": "RHBZ#2435576",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2435576"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25153",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25153"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25153",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25153"
},
{
"category": "external",
"summary": "https://github.com/backstage/backstage/security/advisories/GHSA-6jr7-99pf-8vgf",
"url": "https://github.com/backstage/backstage/security/advisories/GHSA-6jr7-99pf-8vgf"
}
],
"release_date": "2026-01-30T21:31:58.870000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-07T13:22:11+00:00",
"details": "For more about Red Hat Developer Hub, see References links",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6802"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.7,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "@backstage/plugin-techdocs-node: @backstage/plugin-techdocs-node vulnerable to arbitrary code execution via MkDocs hooks"
},
{
"cve": "CVE-2026-25639",
"cwe": {
"id": "CWE-1287",
"name": "Improper Validation of Specified Type of Input"
},
"discovery_date": "2026-02-09T21:00:49.280114+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2438237"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service flaw has been discovered in the Axios npm package. the mergeConfig function in axios crashes with a TypeError when processing configuration objects containing __proto__ as an own property. An attacker can trigger this by providing a malicious configuration object created via JSON.parse(), causing complete denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios affected by Denial of Service via __proto__ Key in mergeConfig",
"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": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64"
],
"known_not_affected": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25639"
},
{
"category": "external",
"summary": "RHBZ#2438237",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2438237"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25639",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25639"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25639",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25639"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/commit/28c721588c7a77e7503d0a434e016f852c597b57",
"url": "https://github.com/axios/axios/commit/28c721588c7a77e7503d0a434e016f852c597b57"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/releases/tag/v1.13.5",
"url": "https://github.com/axios/axios/releases/tag/v1.13.5"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-43fc-jf86-j433",
"url": "https://github.com/axios/axios/security/advisories/GHSA-43fc-jf86-j433"
}
],
"release_date": "2026-02-09T20:11:22.374000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-07T13:22:11+00:00",
"details": "For more about Red Hat Developer Hub, see References links",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6802"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Axios affected by Denial of Service via __proto__ Key in mergeConfig"
},
{
"cve": "CVE-2026-25679",
"cwe": {
"id": "CWE-1286",
"name": "Improper Validation of Syntactic Correctness of Input"
},
"discovery_date": "2026-03-06T22:02:11.567841+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445356"
}
],
"notes": [
{
"category": "description",
"text": "The Go standard library function net/url.Parse insufficiently validated the host/authority component and accepted some invalid URLs by effectively treating garbage before an IP-literal as ignorable. The function should have rejected this as invalid.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "net/url: Incorrect parsing of IPv6 host literals in net/url",
"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": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64"
],
"known_not_affected": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25679"
},
{
"category": "external",
"summary": "RHBZ#2445356",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445356"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25679",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25679"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25679",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25679"
},
{
"category": "external",
"summary": "https://go.dev/cl/752180",
"url": "https://go.dev/cl/752180"
},
{
"category": "external",
"summary": "https://go.dev/issue/77578",
"url": "https://go.dev/issue/77578"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk",
"url": "https://groups.google.com/g/golang-announce/c/EdhZqrQ98hk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4601",
"url": "https://pkg.go.dev/vuln/GO-2026-4601"
}
],
"release_date": "2026-03-06T21:28:14.211000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-07T13:22:11+00:00",
"details": "For more about Red Hat Developer Hub, see References links",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6802"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "net/url: Incorrect parsing of IPv6 host literals in net/url"
},
{
"cve": "CVE-2026-25896",
"cwe": {
"id": "CWE-79",
"name": "Improper Neutralization of Input During Web Page Generation (\u0027Cross-site Scripting\u0027)"
},
"discovery_date": "2026-02-20T22:01:59.622413+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2441501"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in fast-xml-parser. A remote attacker can exploit this vulnerability by providing a specially crafted XML input. The system incorrectly interprets a dot in a DOCTYPE entity name as a regular expression wildcard during processing. This allows the attacker to bypass security measures and inject malicious scripts, resulting in Cross-Site Scripting (XSS) when the parsed output is displayed to users.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "fast-xml-parser: fast-xml-parser: Cross-Site Scripting (XSS) due to improper DOCTYPE entity handling",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw has been assessed as IMPORTANT for Red Hat products. This vulnerability arises when the parsed XML output is subsequently rendered to users which requires the interaction of the user. The impact of this flaw is also limited to the user\u0027s browser context.",
"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": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64"
],
"known_not_affected": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25896"
},
{
"category": "external",
"summary": "RHBZ#2441501",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2441501"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25896",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25896"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25896",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25896"
},
{
"category": "external",
"summary": "https://github.com/NaturalIntelligence/fast-xml-parser/commit/943ef0eb1b2d3284e72dd74f44a042ee9f07026e",
"url": "https://github.com/NaturalIntelligence/fast-xml-parser/commit/943ef0eb1b2d3284e72dd74f44a042ee9f07026e"
},
{
"category": "external",
"summary": "https://github.com/NaturalIntelligence/fast-xml-parser/commit/ddcd0acf26ddd682cb0dc15a2bd6aa3b96bb1e69",
"url": "https://github.com/NaturalIntelligence/fast-xml-parser/commit/ddcd0acf26ddd682cb0dc15a2bd6aa3b96bb1e69"
},
{
"category": "external",
"summary": "https://github.com/NaturalIntelligence/fast-xml-parser/releases/tag/v5.3.5",
"url": "https://github.com/NaturalIntelligence/fast-xml-parser/releases/tag/v5.3.5"
},
{
"category": "external",
"summary": "https://github.com/NaturalIntelligence/fast-xml-parser/security/advisories/GHSA-m7jm-9gc2-mpf2",
"url": "https://github.com/NaturalIntelligence/fast-xml-parser/security/advisories/GHSA-m7jm-9gc2-mpf2"
}
],
"release_date": "2026-02-20T20:57:48.074000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-07T13:22:11+00:00",
"details": "For more about Red Hat Developer Hub, see References links",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6802"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "fast-xml-parser: fast-xml-parser: Cross-Site Scripting (XSS) due to improper DOCTYPE entity handling"
},
{
"cve": "CVE-2026-26278",
"cwe": {
"id": "CWE-776",
"name": "Improper Restriction of Recursive Entity References in DTDs (\u0027XML Entity Expansion\u0027)"
},
"discovery_date": "2026-02-19T21:03:33.363864+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2441120"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service flaw was found in fast-xml-parser. A remote attacker can exploit this vulnerability by providing a specially crafted, small XML input. This input can force the XML parser to perform an unlimited amount of entity expansion, consuming excessive resources. This can lead to the application freezing for an extended period, resulting in a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "fast-xml-parser: fast-xml-parser: Denial of Service via unlimited XML entity expansion",
"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": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64"
],
"known_not_affected": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-26278"
},
{
"category": "external",
"summary": "RHBZ#2441120",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2441120"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-26278",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26278"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-26278",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-26278"
},
{
"category": "external",
"summary": "https://github.com/NaturalIntelligence/fast-xml-parser/commit/910dae5be2de2955e968558fadf6e8f74f117a77",
"url": "https://github.com/NaturalIntelligence/fast-xml-parser/commit/910dae5be2de2955e968558fadf6e8f74f117a77"
},
{
"category": "external",
"summary": "https://github.com/NaturalIntelligence/fast-xml-parser/releases/tag/v5.3.6",
"url": "https://github.com/NaturalIntelligence/fast-xml-parser/releases/tag/v5.3.6"
},
{
"category": "external",
"summary": "https://github.com/NaturalIntelligence/fast-xml-parser/security/advisories/GHSA-jmr7-xgp7-cmfj",
"url": "https://github.com/NaturalIntelligence/fast-xml-parser/security/advisories/GHSA-jmr7-xgp7-cmfj"
}
],
"release_date": "2026-02-19T19:40:55.842000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-07T13:22:11+00:00",
"details": "For more about Red Hat Developer Hub, see References links",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6802"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "fast-xml-parser: fast-xml-parser: Denial of Service via unlimited XML entity expansion"
},
{
"cve": "CVE-2026-27606",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2026-02-25T04:01:24.449922+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2442530"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Rollup, a JavaScript module bundler. Insecure file name sanitization in the core engine allows an attacker to control output filenames, potentially through command-line interface (CLI) inputs, manual chunk aliases, or malicious plugins. By using directory traversal sequences (`../`), an attacker can overwrite files anywhere on the host filesystem where the build process has write permissions. This vulnerability can lead to persistent remote code execution (RCE) by overwriting critical system or user configuration files.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "rollup: Rollup: Remote Code Execution via Path Traversal Vulnerability",
"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": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64"
],
"known_not_affected": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27606"
},
{
"category": "external",
"summary": "RHBZ#2442530",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2442530"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27606",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27606"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27606",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27606"
},
{
"category": "external",
"summary": "https://github.com/rollup/rollup/commit/c60770d7aaf750e512c1b2774989ea4596e660b2",
"url": "https://github.com/rollup/rollup/commit/c60770d7aaf750e512c1b2774989ea4596e660b2"
},
{
"category": "external",
"summary": "https://github.com/rollup/rollup/commit/c8cf1f9c48c516285758c1e11f08a54f304fd44e",
"url": "https://github.com/rollup/rollup/commit/c8cf1f9c48c516285758c1e11f08a54f304fd44e"
},
{
"category": "external",
"summary": "https://github.com/rollup/rollup/commit/d6dee5e99bb82aac0bee1df4ab9efbde455452c3",
"url": "https://github.com/rollup/rollup/commit/d6dee5e99bb82aac0bee1df4ab9efbde455452c3"
},
{
"category": "external",
"summary": "https://github.com/rollup/rollup/releases/tag/v2.80.0",
"url": "https://github.com/rollup/rollup/releases/tag/v2.80.0"
},
{
"category": "external",
"summary": "https://github.com/rollup/rollup/releases/tag/v3.30.0",
"url": "https://github.com/rollup/rollup/releases/tag/v3.30.0"
},
{
"category": "external",
"summary": "https://github.com/rollup/rollup/releases/tag/v4.59.0",
"url": "https://github.com/rollup/rollup/releases/tag/v4.59.0"
},
{
"category": "external",
"summary": "https://github.com/rollup/rollup/security/advisories/GHSA-mw96-cpmx-2vgc",
"url": "https://github.com/rollup/rollup/security/advisories/GHSA-mw96-cpmx-2vgc"
}
],
"release_date": "2026-02-25T02:08:06.682000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-07T13:22:11+00:00",
"details": "For more about Red Hat Developer Hub, see References links",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6802"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "rollup: Rollup: Remote Code Execution via Path Traversal Vulnerability"
},
{
"cve": "CVE-2026-27942",
"cwe": {
"id": "CWE-776",
"name": "Improper Restriction of Recursive Entity References in DTDs (\u0027XML Entity Expansion\u0027)"
},
"discovery_date": "2026-02-26T03:01:53.367202+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2442938"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in fast-xml-parser. A user can exploit this flaw by processing specially crafted XML data with the XML builder when the `preserveOrder` option is enabled. This can lead to a stack overflow, causing the application to crash and resulting in a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "fast-xml-parser: fast-xml-parser: Stack overflow leads to Denial of Service",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The flaw affects the XML builder component of the fast-xml-parser library and is triggered only when the preserveOrder option is explicitly enabled. In Red Hat\u2013shipped configurations, this option is not enabled by default, and the vulnerable code path is therefore not exercised under typical deployments.\nThe underlying issue results in uncontrolled recursion leading to a stack overflow condition, which causes the application to terminate unexpectedly. While this can be triggered via crafted input, the impact is limited strictly to denial of service (DoS) and does not provide a mechanism for arbitrary code execution, privilege escalation, or data disclosure.\nFurthermore, exploitation requires that the affected application processes attacker-controlled XML input through the XML builder functionality with the specific vulnerable configuration enabled. This significantly reduces the attack surface and introduces environmental constraints not considered in the generalized NVD scoring.\n\nGiven the absence of confidentiality and integrity impact, the requirement for non-default configuration, and the limitation of the impact to process termination, Red Hat considers the practical risk to be lower than the NVD assessment. As such, this issue is classified as Moderate severity.",
"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": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64"
],
"known_not_affected": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27942"
},
{
"category": "external",
"summary": "RHBZ#2442938",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2442938"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27942",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27942"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27942",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27942"
},
{
"category": "external",
"summary": "https://github.com/NaturalIntelligence/fast-xml-parser/commit/c13a961910f14986295dd28484eee830fa1a0e8a",
"url": "https://github.com/NaturalIntelligence/fast-xml-parser/commit/c13a961910f14986295dd28484eee830fa1a0e8a"
},
{
"category": "external",
"summary": "https://github.com/NaturalIntelligence/fast-xml-parser/pull/791",
"url": "https://github.com/NaturalIntelligence/fast-xml-parser/pull/791"
},
{
"category": "external",
"summary": "https://github.com/NaturalIntelligence/fast-xml-parser/security/advisories/GHSA-fj3w-jwp8-x2g3",
"url": "https://github.com/NaturalIntelligence/fast-xml-parser/security/advisories/GHSA-fj3w-jwp8-x2g3"
}
],
"release_date": "2026-02-26T01:22:11.383000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-07T13:22:11+00:00",
"details": "For more about Red Hat Developer Hub, see References links",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6802"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, configure applications using the `fast-xml-parser` XML builder to set the `preserveOrder` option to `false`. Alternatively, ensure that all XML input data is thoroughly validated before being passed to the builder to prevent the processing of malicious or malformed content.",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "fast-xml-parser: fast-xml-parser: Stack overflow leads to Denial of Service"
},
{
"cve": "CVE-2026-33186",
"cwe": {
"id": "CWE-551",
"name": "Incorrect Behavior Order: Authorization Before Parsing and Canonicalization"
},
"discovery_date": "2026-03-20T23:02:27.802640+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2449833"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in gRPC-Go, the Go language implementation of gRPC. This vulnerability, an authorization bypass, is caused by improper input validation of the HTTP/2 `:path` pseudo-header. A remote attacker can exploit this by sending raw HTTP/2 frames with a malformed `:path` that omits the mandatory leading slash. This allows the attacker to bypass defined security policies, potentially leading to unauthorized access to services or information disclosure.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "google.golang.org/grpc/grpc-go: google.golang.org/grpc/authz: gRPC-Go: Authorization bypass due to improper HTTP/2 path validation",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64"
],
"known_not_affected": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-33186"
},
{
"category": "external",
"summary": "RHBZ#2449833",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2449833"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-33186",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-33186"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33186",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33186"
},
{
"category": "external",
"summary": "https://github.com/grpc/grpc-go/security/advisories/GHSA-p77j-4mvh-x3m3",
"url": "https://github.com/grpc/grpc-go/security/advisories/GHSA-p77j-4mvh-x3m3"
}
],
"release_date": "2026-03-20T22:23:32.147000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-07T13:22:11+00:00",
"details": "For more about Red Hat Developer Hub, see References links",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6802"
},
{
"category": "workaround",
"details": "To mitigate this issue, implement infrastructure-level normalization to ensure all incoming HTTP/2 `:path` headers are properly formatted with a leading slash before reaching the gRPC-Go server. This can be achieved by configuring a reverse proxy or API gateway to validate and normalize the `:path` header. Ensure that any such intermediary is properly configured and restarted to apply the changes, which may temporarily impact service availability.",
"product_ids": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-hub-rhel9@sha256:5e564d74dd0a96027d9283991bda32a13b87384a9c9572456ce318dfac7e9f7d_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-operator-bundle@sha256:6d52fc14afcaa18b7a09607fcdc34edf3b222030aa69cc91612a38191aca41aa_amd64",
"Red Hat Developer Hub 1.9:registry.redhat.io/rhdh/rhdh-rhel9-operator@sha256:4e4ab9dd3243274e6f378553e241ae8b9fdeed7fe2daaa7efb34f60ee46a2eef_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "google.golang.org/grpc/grpc-go: google.golang.org/grpc/authz: gRPC-Go: Authorization bypass due to improper HTTP/2 path validation"
}
]
}
RHSA-2026:6567
Vulnerability from csaf_redhat - Published: 2026-04-03 15:21 - Updated: 2026-04-11 14:08A flaw was found in Lodash. A prototype pollution vulnerability in the _.unset and _.omit functions allows an attacker able to control property paths to delete methods from global prototypes. By removing essential functionalities, this can result in a denial of service.
A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.
A flaw was found in the archive/zip package in the Go standard library. A super-linear file name indexing algorithm is used in the first time a file in an archive is opened. A crafted zip archive containing a specific arrangement of file names can cause an excessive CPU and memory consumption. A Go application processing a malicious archive can become unresponsive or crash, resulting in a denial of service.
A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.
A flaw was found in Authlib, a Python library used for building OAuth and OpenID Connect servers. The cache-backed state and request-token storage within Authlib is not securely linked to the user's initiating session. This vulnerability allows a remote attacker to exploit a Cross-Site Request Forgery (CSRF) by obtaining a valid state, which can lead to unauthorized actions being performed on behalf of the user.
A flaw was found in ajv. When the $data option is enabled, the value of the pattern keyword is passed directly to the JavaScript RegExp() constructor without sufficient validation. An attacker able to supply a malicious regular expression pattern can trigger a ReDoS (Regular Expression Denial of Service), causing the application to become unresponsive and resulting in a denial of service.
A denial of service flaw has been discovered in the Axios npm package. the mergeConfig function in axios crashes with a TypeError when processing configuration objects containing __proto__ as an own property. An attacker can trigger this by providing a malicious configuration object created via JSON.parse(), causing complete denial of service.
A flaw was found the Pillow Python imaging library. Providing a specially crafted PSD image may lead to an out-of-bounds write. This could potentially allow for arbitrary code execution or information disclosure.
A validation flaw has been discovered in the python cryptography package. This missing validation allows an attacker to provide a public key point P from a small-order subgroup. This can lead to security issues in various situations, such as the most commonly used signature verification (ECDSA) and shared key negotiation (ECDH). When the victim computes the shared secret as S = [victim_private_key]P via ECDH, this leaks information about victim_private_key mod (small_subgroup_order). For curves with cofactor > 1, this reveals the least significant bits of the private key. When these weak public keys are used in ECDSA , it's easy to forge signatures on the small subgroup. Only SECT curves are impacted by this.
A flaw was found in minimatch. A remote attacker could exploit this Regular Expression Denial of Service (ReDoS) vulnerability by providing a specially crafted glob pattern. This pattern, containing numerous consecutive wildcard characters, causes excessive processing and exponential backtracking in the regular expression engine. Successful exploitation leads to a Denial of Service (DoS), making the application unresponsive.
A flaw was found in pypdf. Processing a specially crafted PDF document, specifically with circular /Prev references in the cross-reference (xref) chain, can cause an infinite loop and a high consumption of CPU, resulting in a denial of service.
A flaw was found in minimatch. A remote attacker could exploit this vulnerability by providing a specially crafted glob expression with nested unbounded quantifiers. This could lead to catastrophic backtracking in the V8 JavaScript engine, causing the application to become unresponsive and resulting in a Denial of Service (DoS).
A flaw was found in Authlib, a Python library used for building OAuth and OpenID Connect (OIDC) servers. This vulnerability allows a remote attacker to bypass critical integrity checks in OIDC ID Tokens. Specifically, the library's internal hash verification logic fails open when encountering an unsupported cryptographic algorithm, accepting a forged ID Token as valid. This can lead to an authentication bypass, granting unauthorized access to systems relying on Authlib for OIDC authentication.
| URL | Category | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat Quay 3.16.3 is now available with bug fixes.",
"title": "Topic"
},
{
"category": "general",
"text": "Quay 3.16.3",
"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-2026:6567",
"url": "https://access.redhat.com/errata/RHSA-2026:6567"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-13465",
"url": "https://access.redhat.com/security/cve/CVE-2025-13465"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61726",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61728",
"url": "https://access.redhat.com/security/cve/CVE-2025-61728"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-68121",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-68158",
"url": "https://access.redhat.com/security/cve/CVE-2025-68158"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-69873",
"url": "https://access.redhat.com/security/cve/CVE-2025-69873"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25639",
"url": "https://access.redhat.com/security/cve/CVE-2026-25639"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25990",
"url": "https://access.redhat.com/security/cve/CVE-2026-25990"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-26007",
"url": "https://access.redhat.com/security/cve/CVE-2026-26007"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-26996",
"url": "https://access.redhat.com/security/cve/CVE-2026-26996"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-27628",
"url": "https://access.redhat.com/security/cve/CVE-2026-27628"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-27904",
"url": "https://access.redhat.com/security/cve/CVE-2026-27904"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-28498",
"url": "https://access.redhat.com/security/cve/CVE-2026-28498"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_6567.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Quay 3.16.3",
"tracking": {
"current_release_date": "2026-04-11T14:08:53+00:00",
"generator": {
"date": "2026-04-11T14:08:53+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.5"
}
},
"id": "RHSA-2026:6567",
"initial_release_date": "2026-04-03T15:21:25+00:00",
"revision_history": [
{
"date": "2026-04-03T15:21:25+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-04-03T15:21:37+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-11T14:08:53+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Quay 3.16",
"product": {
"name": "Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:quay:3.16::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Quay"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"product_id": "registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel9@sha256%3A8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1775169226"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel9@sha256%3A9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1774979178"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel9@sha256%3A22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1774979245"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"product_id": "registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel9@sha256%3Acd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1775080009"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"product": {
"name": "registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"product_id": "registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel9@sha256%3A6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1773785566"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"product_id": "registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel9@sha256%3A96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1775152452"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-bundle@sha256%3A1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1774980202"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel9@sha256%3A2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1774979178"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-bundle@sha256%3Ad5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1774980237"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel9@sha256%3A361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1774979245"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"product_id": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-qemu-rhcos-rhel8@sha256%3A1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1773781267"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"product_id": "registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel9@sha256%3A053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1775080009"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"product": {
"name": "registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"product_id": "registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel9@sha256%3A618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1773785566"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"product_id": "registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-bundle@sha256%3A7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1775174065"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"product_id": "registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel9@sha256%3A4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1775152452"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"product_id": "registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel9@sha256%3A701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1775169226"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel9@sha256%3Afdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1774979178"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel9@sha256%3Ace3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1774979245"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"product_id": "registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel9@sha256%3Af5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1775080009"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"product": {
"name": "registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"product_id": "registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel9@sha256%3Abbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1773785566"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le",
"product_id": "registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel9@sha256%3Ab5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1775152452"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"product_id": "registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel9@sha256%3A5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1775169226"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64",
"product": {
"name": "registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64",
"product_id": "registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel9@sha256%3Aefe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087?arch=arm64\u0026repository_url=registry.redhat.io/quay\u0026tag=1775169226"
}
}
}
],
"category": "architecture",
"name": "arm64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64 as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64"
},
"product_reference": "registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x"
},
"product_reference": "registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le"
},
"product_reference": "registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64 as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64 as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64 as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64 as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64 as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64 as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64 as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64 as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64 as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"relates_to_product_reference": "Red Hat Quay 3.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64 as a component of Red Hat Quay 3.16",
"product_id": "Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
},
"product_reference": "registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64",
"relates_to_product_reference": "Red Hat Quay 3.16"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-13465",
"cwe": {
"id": "CWE-1321",
"name": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)"
},
"discovery_date": "2026-01-21T20:01:28.774829+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2431740"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Lodash. A prototype pollution vulnerability in the _.unset and _.omit functions allows an attacker able to control property paths to delete methods from global prototypes. By removing essential functionalities, this can result in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "lodash: prototype pollution in _.unset and _.omit functions",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue is only exploitable by applications using the _.unset and _.omit functions on an object and allowing user input to determine the path of the property to be removed. This issue only allows the deletion of properties but does not allow overwriting their behavior, limiting the impact to a denial of service. Due to this reason, this vulnerability has been rated with an important severity.\n\nIn Grafana, JavaScript code runs only in the browser, while the server side is all Golang. Therefore, the worst-case scenario is a loss of functionality in the client application inside the browser. To reflect this, the CVSS availability metric and the severity of the Grafana and the Grafana-PCP component have been updated to low and moderate, respectively.\n\nThe lodash dependency is bundled and used by the pcs-web-ui component of the PCS package. In Red Hat Enterprise Linux 8.10, the pcs-web-ui component is no longer included in the PCS package. As a result, RHEL 8.10 does not ship the vulnerable lodash component within PCS and is therefore not-affected by this CVE.",
"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": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
],
"known_not_affected": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-13465"
},
{
"category": "external",
"summary": "RHBZ#2431740",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2431740"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-13465",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13465"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-13465",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-13465"
},
{
"category": "external",
"summary": "https://github.com/lodash/lodash/security/advisories/GHSA-xxjr-mmjv-4gpg",
"url": "https://github.com/lodash/lodash/security/advisories/GHSA-xxjr-mmjv-4gpg"
}
],
"release_date": "2026-01-21T19:05:28.846000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-03T15:21:25+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6567"
},
{
"category": "workaround",
"details": "To mitigate this issue, implement strict input validation before passing any property paths to the _.unset and _.omit functions to block attempts to access the prototype chain. Ensure that strings like __proto__, constructor and prototype are blocked, for example.",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "lodash: prototype pollution in _.unset and _.omit functions"
},
{
"cve": "CVE-2025-61726",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:42.791305+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434432"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/url: Memory exhaustion in query parameter parsing in net/url",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to send a specially crafted HTTP request to an application parsing URL-encoded forms with net/url, specifically a request containing a large number of unique query parameters. The request will cause the application to consume an excessive amount of memory and eventually result in a denial of service, with no impact to confidentiality or integrity. Due to this reason, this vulnerability has been rated with an important severity.",
"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": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
],
"known_not_affected": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "RHBZ#2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://go.dev/cl/736712",
"url": "https://go.dev/cl/736712"
},
{
"category": "external",
"summary": "https://go.dev/issue/77101",
"url": "https://go.dev/issue/77101"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4341",
"url": "https://pkg.go.dev/vuln/GO-2026-4341"
}
],
"release_date": "2026-01-28T19:30:31.215000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-03T15:21:25+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6567"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/url: Memory exhaustion in query parameter parsing in net/url"
},
{
"cve": "CVE-2025-61728",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:39.965024+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434431"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/zip package in the Go standard library. A super-linear file name indexing algorithm is used in the first time a file in an archive is opened. A crafted zip archive containing a specific arrangement of file names can cause an excessive CPU and memory consumption. A Go application processing a malicious archive can become unresponsive or crash, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/zip: Excessive CPU consumption when building archive index in archive/zip",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker needs to be able to process a malicious zip archive with an application using the archive/zip package. Additionally, this vulnerability can cause a Go application to consume an excessive amount of CPU and memory, eventually resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"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": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
],
"known_not_affected": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61728"
},
{
"category": "external",
"summary": "RHBZ#2434431",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434431"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61728",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61728"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61728",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61728"
},
{
"category": "external",
"summary": "https://go.dev/cl/736713",
"url": "https://go.dev/cl/736713"
},
{
"category": "external",
"summary": "https://go.dev/issue/77102",
"url": "https://go.dev/issue/77102"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4342",
"url": "https://pkg.go.dev/vuln/GO-2026-4342"
}
],
"release_date": "2026-01-28T19:30:31.354000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-03T15:21:25+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6567"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, implement a timeout in your archive/zip processing logic to abort the operation if it exceeds a few seconds, preventing the application from consuming an excessive amount of resources.",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/zip: Excessive CPU consumption when building archive index in archive/zip"
},
{
"cve": "CVE-2025-68121",
"discovery_date": "2026-02-05T18:01:30.086058+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2437111"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is a moderate flaw because it only occurs under specific conditions, such as TLS session resumption with runtime changes to certificate authority settings. Exploitation is not straightforward and requires a controlled setup. The impact is limited to certificate validation within the same component and does not affect system availability.",
"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": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
],
"known_not_affected": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "RHBZ#2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68121"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://go.dev/cl/737700",
"url": "https://go.dev/cl/737700"
},
{
"category": "external",
"summary": "https://go.dev/issue/77217",
"url": "https://go.dev/issue/77217"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk",
"url": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4337",
"url": "https://pkg.go.dev/vuln/GO-2026-4337"
}
],
"release_date": "2026-02-05T17:48:44.141000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-03T15:21:25+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6567"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption"
},
{
"cve": "CVE-2025-68158",
"cwe": {
"id": "CWE-352",
"name": "Cross-Site Request Forgery (CSRF)"
},
"discovery_date": "2026-01-08T19:01:41.615962+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2428102"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Authlib, a Python library used for building OAuth and OpenID Connect servers. The cache-backed state and request-token storage within Authlib is not securely linked to the user\u0027s initiating session. This vulnerability allows a remote attacker to exploit a Cross-Site Request Forgery (CSRF) by obtaining a valid state, which can lead to unauthorized actions being performed on behalf of the user.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Authlib: Authlib: Cross-Site Request Forgery due to improper session management in state storage",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Moderate for Red Hat products utilizing Authlib, such as Red Hat Ansible Automation Platform, Hosted OpenShift Clusters, Red Hat Quay, and Red Hat Satellite. The flaw arises from improper session management in Authlib\u0027s cache-backed state storage, allowing a remote attacker to perform Cross-Site Request Forgery (CSRF) by obtaining a valid state.",
"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": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
],
"known_not_affected": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68158"
},
{
"category": "external",
"summary": "RHBZ#2428102",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2428102"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68158",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68158"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68158",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68158"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/commit/2808378611dd6fb2532b189a9087877d8f0c0489",
"url": "https://github.com/authlib/authlib/commit/2808378611dd6fb2532b189a9087877d8f0c0489"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/commit/7974f45e4d7492ab5f527577677f2770ce423228",
"url": "https://github.com/authlib/authlib/commit/7974f45e4d7492ab5f527577677f2770ce423228"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/security/advisories/GHSA-fg6f-75jq-6523",
"url": "https://github.com/authlib/authlib/security/advisories/GHSA-fg6f-75jq-6523"
}
],
"release_date": "2026-01-08T17:58:17.724000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-03T15:21:25+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6567"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.7,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "Authlib: Authlib: Cross-Site Request Forgery due to improper session management in state storage"
},
{
"cve": "CVE-2025-69873",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2026-02-11T19:01:32.953264+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2439070"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in ajv. When the $data option is enabled, the value of the pattern keyword is passed directly to the JavaScript RegExp() constructor without sufficient validation. An attacker able to supply a malicious regular expression pattern can trigger a ReDoS (Regular Expression Denial of Service), causing the application to become unresponsive and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ajv: ReDoS via $data reference",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, the $data option must be enabled and the attacker needs to be able to send a payload with a specially crafted regular expression to the application processing the input. A 31-character payload causes approximately 44 seconds of execution, with each additional character doubling the execution time. Therefore, even a small payload can cause an application to become unresponsive and eventually result in a denial of service. Due to this reason, this flaw has been rated with an important severity.",
"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": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
],
"known_not_affected": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-69873"
},
{
"category": "external",
"summary": "RHBZ#2439070",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2439070"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-69873",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69873"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-69873",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-69873"
},
{
"category": "external",
"summary": "https://github.com/EthanKim88/ethan-cve-disclosures/blob/main/CVE-2025-69873-ajv-ReDoS.md",
"url": "https://github.com/EthanKim88/ethan-cve-disclosures/blob/main/CVE-2025-69873-ajv-ReDoS.md"
}
],
"release_date": "2026-02-11T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-03T15:21:25+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6567"
},
{
"category": "workaround",
"details": "To mitigate this issue, disable the $data feature if your application does not require it. If $data must be used, implement strict validation of the input fields that are referenced by the pattern keyword to ensure they contain only expected and safe characters.",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "ajv: ReDoS via $data reference"
},
{
"cve": "CVE-2026-25639",
"cwe": {
"id": "CWE-1287",
"name": "Improper Validation of Specified Type of Input"
},
"discovery_date": "2026-02-09T21:00:49.280114+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2438237"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service flaw has been discovered in the Axios npm package. the mergeConfig function in axios crashes with a TypeError when processing configuration objects containing __proto__ as an own property. An attacker can trigger this by providing a malicious configuration object created via JSON.parse(), causing complete denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios affected by Denial of Service via __proto__ Key in mergeConfig",
"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": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
],
"known_not_affected": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25639"
},
{
"category": "external",
"summary": "RHBZ#2438237",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2438237"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25639",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25639"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25639",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25639"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/commit/28c721588c7a77e7503d0a434e016f852c597b57",
"url": "https://github.com/axios/axios/commit/28c721588c7a77e7503d0a434e016f852c597b57"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/releases/tag/v1.13.5",
"url": "https://github.com/axios/axios/releases/tag/v1.13.5"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-43fc-jf86-j433",
"url": "https://github.com/axios/axios/security/advisories/GHSA-43fc-jf86-j433"
}
],
"release_date": "2026-02-09T20:11:22.374000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-03T15:21:25+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6567"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Axios affected by Denial of Service via __proto__ Key in mergeConfig"
},
{
"cve": "CVE-2026-25990",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2026-02-11T21:05:39.535631+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2439170"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found the Pillow Python imaging library. Providing a specially crafted PSD image may lead to an out-of-bounds write. This could potentially allow for arbitrary code execution or information disclosure.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pillow: Pillow: Out-of-bounds Write via Specially Crafted PSD Image",
"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": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
],
"known_not_affected": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25990"
},
{
"category": "external",
"summary": "RHBZ#2439170",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2439170"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25990",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25990"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25990",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25990"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/commit/9000313cc5d4a31bdcdd6d7f0781101abab553aa",
"url": "https://github.com/python-pillow/Pillow/commit/9000313cc5d4a31bdcdd6d7f0781101abab553aa"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-cfh3-3jmp-rvhc",
"url": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-cfh3-3jmp-rvhc"
}
],
"release_date": "2026-02-11T20:53:52.524000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-03T15:21:25+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6567"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "pillow: Pillow: Out-of-bounds Write via Specially Crafted PSD Image"
},
{
"cve": "CVE-2026-26007",
"cwe": {
"id": "CWE-354",
"name": "Improper Validation of Integrity Check Value"
},
"discovery_date": "2026-02-10T22:01:01.036116+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2438762"
}
],
"notes": [
{
"category": "description",
"text": "A validation flaw has been discovered in the python cryptography package. This missing validation allows an attacker to provide a public key point P from a small-order subgroup. This can lead to security issues in various situations, such as the most commonly used signature verification (ECDSA) and shared key negotiation (ECDH). When the victim computes the shared secret as S = [victim_private_key]P via ECDH, this leaks information about victim_private_key mod (small_subgroup_order). For curves with cofactor \u003e 1, this reveals the least significant bits of the private key. When these weak public keys are used in ECDSA , it\u0027s easy to forge signatures on the small subgroup. Only SECT curves are impacted by this.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cryptography: cryptography Subgroup Attack Due to Missing Subgroup Validation for SECT Curves",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw, while difficult to exploit, would lead to a loss of integrity in the encrypted communication channel. Given that the cryptography package is a library, it is likely to be used in situations that do not require user interaction.",
"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": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
],
"known_not_affected": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-26007"
},
{
"category": "external",
"summary": "RHBZ#2438762",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2438762"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-26007",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26007"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-26007",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-26007"
},
{
"category": "external",
"summary": "https://github.com/pyca/cryptography/commit/0eebb9dbb6343d9bc1d91e5a2482ed4e054a6d8c",
"url": "https://github.com/pyca/cryptography/commit/0eebb9dbb6343d9bc1d91e5a2482ed4e054a6d8c"
},
{
"category": "external",
"summary": "https://github.com/pyca/cryptography/security/advisories/GHSA-r6ph-v2qm-q3c2",
"url": "https://github.com/pyca/cryptography/security/advisories/GHSA-r6ph-v2qm-q3c2"
}
],
"release_date": "2026-02-10T21:42:56.471000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-03T15:21:25+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6567"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "cryptography: cryptography Subgroup Attack Due to Missing Subgroup Validation for SECT Curves"
},
{
"cve": "CVE-2026-26996",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2026-02-20T04:01:11.896063+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2441268"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in minimatch. A remote attacker could exploit this Regular Expression Denial of Service (ReDoS) vulnerability by providing a specially crafted glob pattern. This pattern, containing numerous consecutive wildcard characters, causes excessive processing and exponential backtracking in the regular expression engine. Successful exploitation leads to a Denial of Service (DoS), making the application unresponsive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "minimatch: minimatch: Denial of Service via specially crafted glob patterns",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Exploitation of this flaw requires that a user or service processes untrusted input.",
"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": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
],
"known_not_affected": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-26996"
},
{
"category": "external",
"summary": "RHBZ#2441268",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2441268"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-26996",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26996"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-26996",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-26996"
},
{
"category": "external",
"summary": "https://github.com/isaacs/minimatch/commit/2e111f3a79abc00fa73110195de2c0f2351904f5",
"url": "https://github.com/isaacs/minimatch/commit/2e111f3a79abc00fa73110195de2c0f2351904f5"
},
{
"category": "external",
"summary": "https://github.com/isaacs/minimatch/security/advisories/GHSA-3ppc-4f35-3m26",
"url": "https://github.com/isaacs/minimatch/security/advisories/GHSA-3ppc-4f35-3m26"
}
],
"release_date": "2026-02-20T03:05:21.105000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-03T15:21:25+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6567"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "minimatch: minimatch: Denial of Service via specially crafted glob patterns"
},
{
"cve": "CVE-2026-27628",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2026-02-25T04:02:09.864561+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2442543"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in pypdf. Processing a specially crafted PDF document, specifically with circular /Prev references in the cross-reference (xref) chain, can cause an infinite loop and a high consumption of CPU, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pypdf: possible infinite loop when loading circular /Prev entries in cross-reference streams",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to supply a crafted PDF file to be processed by an application using the pypdf library. This issue can cause the application to enter an infinite loop and consume a high amount of CPU resources, eventually resulting in a denial of service with no other security impact. Due to these reasons, this vulnerability has been rated with a 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": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
],
"known_not_affected": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27628"
},
{
"category": "external",
"summary": "RHBZ#2442543",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2442543"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27628",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27628"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27628",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27628"
},
{
"category": "external",
"summary": "https://github.com/py-pdf/pypdf/commit/0fbd95938724ad2d72688d4112207c0590f0483f",
"url": "https://github.com/py-pdf/pypdf/commit/0fbd95938724ad2d72688d4112207c0590f0483f"
},
{
"category": "external",
"summary": "https://github.com/py-pdf/pypdf/issues/3654",
"url": "https://github.com/py-pdf/pypdf/issues/3654"
},
{
"category": "external",
"summary": "https://github.com/py-pdf/pypdf/security/advisories/GHSA-2rw7-x74f-jg35",
"url": "https://github.com/py-pdf/pypdf/security/advisories/GHSA-2rw7-x74f-jg35"
}
],
"release_date": "2026-02-25T02:45:37.543000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-03T15:21:25+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6567"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "pypdf: possible infinite loop when loading circular /Prev entries in cross-reference streams"
},
{
"cve": "CVE-2026-27904",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2026-02-26T02:01:23.004531+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2442922"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in minimatch. A remote attacker could exploit this vulnerability by providing a specially crafted glob expression with nested unbounded quantifiers. This could lead to catastrophic backtracking in the V8 JavaScript engine, causing the application to become unresponsive and resulting in a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "minimatch: Minimatch: Denial of Service via catastrophic backtracking in glob expressions",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Exploitation of this flaw requires that a user or service processes untrusted input.",
"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": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
],
"known_not_affected": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27904"
},
{
"category": "external",
"summary": "RHBZ#2442922",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2442922"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27904",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27904"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27904",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27904"
},
{
"category": "external",
"summary": "https://github.com/isaacs/minimatch/security/advisories/GHSA-23c5-xmqv-rm74",
"url": "https://github.com/isaacs/minimatch/security/advisories/GHSA-23c5-xmqv-rm74"
}
],
"release_date": "2026-02-26T01:07:42.693000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-03T15:21:25+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6567"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "minimatch: Minimatch: Denial of Service via catastrophic backtracking in glob expressions"
},
{
"cve": "CVE-2026-28498",
"cwe": {
"id": "CWE-325",
"name": "Missing Cryptographic Step"
},
"discovery_date": "2026-03-16T19:02:00.128339+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2448182"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Authlib, a Python library used for building OAuth and OpenID Connect (OIDC) servers. This vulnerability allows a remote attacker to bypass critical integrity checks in OIDC ID Tokens. Specifically, the library\u0027s internal hash verification logic fails open when encountering an unsupported cryptographic algorithm, accepting a forged ID Token as valid. This can lead to an authentication bypass, granting unauthorized access to systems relying on Authlib for OIDC authentication.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "authlib: Authlib: Authentication bypass via forged OpenID Connect ID Tokens",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This IMPORTANT vulnerability in Authlib allows attackers to bypass OIDC ID Token integrity verification. The at_hash and c_hash validation fails open for unknown algorithms, accepting forged tokens as valid. Exploitation requires no authentication or user interaction. Impact is high to confidentiality and integrity. Red Hat products using Authlib for OIDC validation are affected. Fixed in version 1.6.9.",
"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": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
],
"known_not_affected": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-28498"
},
{
"category": "external",
"summary": "RHBZ#2448182",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2448182"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-28498",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-28498"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-28498",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-28498"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/commit/b9bb2b25bf8b7e01512d847a95c1749646eaa72b",
"url": "https://github.com/authlib/authlib/commit/b9bb2b25bf8b7e01512d847a95c1749646eaa72b"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/releases/tag/v1.6.9",
"url": "https://github.com/authlib/authlib/releases/tag/v1.6.9"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/security/advisories/GHSA-m344-f55w-2m6j",
"url": "https://github.com/authlib/authlib/security/advisories/GHSA-m344-f55w-2m6j"
}
],
"release_date": "2026-03-16T18:03:28.821000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-03T15:21:25+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6567"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:618838ba45069cb93c48acc40c19186a5e471d4ea17f8f057a5187e74d196a9b_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:6f505834f4023e94f791769bb6726d24e8e94605ee525d4f657b38ec2810e06f_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/clair-rhel9@sha256:bbd4e466a0973195c134bc7bd406a824a5e205201559931d2975fd337b435e7c_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:d5ad15db6f5f6271dbff37712024fb3aee765d29a88c58b65be8a174fdfffa04_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:22039703011a8853c57bad658c5d6d4b44543a8924d24b0c6e1eeb47a4092152_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:361f6631b82a6b550dcbd1ae3748229fd72e2b9ab5dfb537f326f680ded5700f_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-bridge-operator-rhel9@sha256:ce3149ec9752b6d48be532e33be903a30746237b27e5daa3d64358533981ddee_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:1d0b2c18a32a5e1195a65e2c6fe5c79f8acd1695a56e848302621a87e5ec041c_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:053e4754b5cae3086a44d302f5dc3254e4d7e312b154972774c5793d988846e8_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:cd0cec48f12c48bcaaeb5393be4a05d14d2bdad5d0c6071f3a1d4281fd43b58d_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-builder-rhel9@sha256:f5bd5ebf3c14a2320c7196c895df050b0dd605603f1a2fadff6901f3fdd44194_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:1ea5311ae56a211c4424a42d023745b962e8d322bb77097773d4621f0c0d5e91_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:2c1cb5de345c1ad4cb605d9b22ebbf1b0b0f8fbae51ebe04f63c522d4a27938e_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:9bc7b33061b26d6192081ce3fd9fcf2b7c3be9cd9b7901bbc0893d2db87017f2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-container-security-operator-rhel9@sha256:fdcdd27be37044e0ab7b599ccc825b4ab3b3a77cb82d5436462098602a6b5a8d_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-bundle@sha256:7cb7b3d876d95c43ff147d72a46a832119050f7a337e0c0e83bd35ef82df0588_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:4ed1d4a7fe3bf6e4bb19551ae6e9349a50e5b3e7e003c8624fbfa9179d6a9dad_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:96331c01153e9fe30375a824093c827be40f5ed757341845b1becc31aba21361_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-operator-rhel9@sha256:b5a1f05b332a19479f08a5493c47c088602e06983abf894c4bf86c51d0ba392f_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:5937639bb3bc4fd76c1dfa9d1550f8ab955a5d12b44794c076d127a5ba4d68a4_ppc64le",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:701d55bb5aa5d095dc759a4e07d2c7e647c401bb13e4dd868afec2ee66f51406_amd64",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:8298307eb70190d303ad03a1b44a183df1e0fb5aa8f146e4abd028ea82d0aaf2_s390x",
"Red Hat Quay 3.16:registry.redhat.io/quay/quay-rhel9@sha256:efe1b48667d21b1bc7c7d7b9c320be3e47f5679984079f1d4b976247e34ef087_arm64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "authlib: Authlib: Authentication bypass via forged OpenID Connect ID Tokens"
}
]
}
RHSA-2026:6404
Vulnerability from csaf_redhat - Published: 2026-04-01 18:20 - Updated: 2026-04-10 16:29A decompression based denial of service flaw has been discovered in the AIOHTTP python library. Library versions 3.13.2 and below allow a zip bomb to be used to execute a DoS against the AIOHTTP server. An attacker may be able to send a compressed request that when decompressed by AIOHTTP could exhaust the host's memory.
A flaw was found in ajv. When the $data option is enabled, the value of the pattern keyword is passed directly to the JavaScript RegExp() constructor without sufficient validation. An attacker able to supply a malicious regular expression pattern can trigger a ReDoS (Regular Expression Denial of Service), causing the application to become unresponsive and resulting in a denial of service.
A flaw was found in the jsonpath component. This vulnerability allows a remote attacker to achieve arbitrary code execution by supplying a malicious JSON Path expression. The component's reliance on the `static-eval` module for processing user-supplied input leads to unsafe evaluation. Successful exploitation can result in Remote Code Execution (RCE) in Node.js environments or Cross-site Scripting (XSS) in browser contexts.
A denial of service flaw has been discovered in the Axios npm package. the mergeConfig function in axios crashes with a TypeError when processing configuration objects containing __proto__ as an own property. An attacker can trigger this by providing a malicious configuration object created via JSON.parse(), causing complete denial of service.
A flaw was found the Pillow Python imaging library. Providing a specially crafted PSD image may lead to an out-of-bounds write. This could potentially allow for arbitrary code execution or information disclosure.
A validation flaw has been discovered in the python cryptography package. This missing validation allows an attacker to provide a public key point P from a small-order subgroup. This can lead to security issues in various situations, such as the most commonly used signature verification (ECDSA) and shared key negotiation (ECDH). When the victim computes the shared secret as S = [victim_private_key]P via ECDH, this leaks information about victim_private_key mod (small_subgroup_order). For curves with cofactor > 1, this reveals the least significant bits of the private key. When these weak public keys are used in ECDSA , it's easy to forge signatures on the small subgroup. Only SECT curves are impacted by this.
A flaw was found in Authlib, a Python library used for building OAuth and OpenID Connect (OIDC) servers. This vulnerability allows a remote attacker to bypass critical integrity checks in OIDC ID Tokens. Specifically, the library's internal hash verification logic fails open when encountering an unsupported cryptographic algorithm, accepting a forged ID Token as valid. This can lead to an authentication bypass, granting unauthorized access to systems relying on Authlib for OIDC authentication.
A flaw was found in Authlib, a Python library for building OAuth and OpenID Connect servers. A remote attacker can exploit this vulnerability by crafting a malicious JSON Web Token (JWT) with a "none" algorithm and an empty signature. This bypasses the expected signature verification, potentially allowing the attacker to forge tokens and gain unauthorized access or perform unauthorized actions within applications using Authlib.
A flaw was found in SVGO, an SVG (Scalable Vector Graphics) Optimizer. This vulnerability allows a remote attacker to cause a Denial of Service (DoS) by submitting a specially crafted XML file. The application's failure to properly guard against XML entity expansion or recursion can lead to the Node.js process consuming excessive memory and crashing.
A flaw was found in express-rate-limit. The default key generator incorrectly applies IPv6 subnet masking to IPv4-mapped IPv6 addresses, which are used when an IPv4 client connects to a dual-stack server. This misconfiguration causes all IPv4 traffic to be treated as a single entity for rate limiting. Consequently, a remote attacker can exhaust the rate limit with a single client, leading to a Denial of Service (DoS) for all other IPv4 clients by causing them to receive HTTP 429 errors.
An unbounded recursion flaw has been discovered in the pypi pyasn1 library. This uncontrolled recursion occurs when decoding ASN.1 data with deeply nested structures. An attacker can supply a crafted payload containing nested SEQUENCE (0x30) or SET (0x31) tags with Indefinite Length (0x80) markers. This forces the decoder to recursively call itself until the Python interpreter crashes with a RecursionError or consumes all available memory (OOM), crashing the host application.
| URL | Category | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update is now available for Red Hat Ansible Automation Platform 2.6",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat Ansible Automation Platform provides an enterprise framework for building, deploying and managing IT automation at scale. IT Managers can provide top-down guidelines on how automation is applied to individual teams, while automation developers retain the freedom to write tasks that leverage existing knowledge without the overhead. Ansible Automation Platform makes it possible for users across an organization to share, vet, and manage automation content by means of a simple, powerful, and agentless language.\n\nFor details about this release, refer to the release notes listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:6404",
"url": "https://access.redhat.com/errata/RHSA-2026:6404"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-69223",
"url": "https://access.redhat.com/security/cve/CVE-2025-69223"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-69873",
"url": "https://access.redhat.com/security/cve/CVE-2025-69873"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-1615",
"url": "https://access.redhat.com/security/cve/CVE-2026-1615"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25639",
"url": "https://access.redhat.com/security/cve/CVE-2026-25639"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25990",
"url": "https://access.redhat.com/security/cve/CVE-2026-25990"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-26007",
"url": "https://access.redhat.com/security/cve/CVE-2026-26007"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-28498",
"url": "https://access.redhat.com/security/cve/CVE-2026-28498"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-28802",
"url": "https://access.redhat.com/security/cve/CVE-2026-28802"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-29074",
"url": "https://access.redhat.com/security/cve/CVE-2026-29074"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-30827",
"url": "https://access.redhat.com/security/cve/CVE-2026-30827"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-30922",
"url": "https://access.redhat.com/security/cve/CVE-2026-30922"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6/html/release_notes/patch_releases",
"url": "https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6/html/release_notes/patch_releases"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_6404.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Ansible Automation Platform 2.6 Container Release Update",
"tracking": {
"current_release_date": "2026-04-10T16:29:18+00:00",
"generator": {
"date": "2026-04-10T16:29:18+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.5"
}
},
"id": "RHSA-2026:6404",
"initial_release_date": "2026-04-01T18:20:27+00:00",
"revision_history": [
{
"date": "2026-04-01T18:20:27+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-04-01T18:20:29+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-10T16:29:18+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Ansible Automation Platform 2.6",
"product": {
"name": "Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ansible_automation_platform:2.6::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat Ansible Automation Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/platform-operator-bundle@sha256%3Af27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform\u0026tag=1774648925"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mcp-server-rhel9@sha256%3A2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-tech-preview\u0026tag=1774268173"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/aap-must-gather-rhel9@sha256%3A224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774139204"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"product_identification_helper": {
"purl": "pkg:oci/platform-operator-bundle@sha256%3A79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform\u0026tag=1774648896"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ansible-builder-rhel9@sha256%3Adb8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774153089"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ansible-dev-tools-rhel9@sha256%3A417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774585183"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-chatbot-rhel9@sha256%3Ad17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774417022"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel9@sha256%3Ab348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774363040"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel9-operator@sha256%3A2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774484113"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"product_identification_helper": {
"purl": "pkg:oci/mcp-tools-rhel9@sha256%3A59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774268174"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel9@sha256%3A5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774368903"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel9-operator@sha256%3Aee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774484033"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel9@sha256%3A7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774258433"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel9-operator@sha256%3A2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774484073"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-ui-rhel9@sha256%3A4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774484106"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"product_identification_helper": {
"purl": "pkg:oci/gateway-rhel9@sha256%3A01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774243862"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"product_identification_helper": {
"purl": "pkg:oci/gateway-rhel9-operator@sha256%3A7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774484129"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"product_identification_helper": {
"purl": "pkg:oci/gateway-proxy-rhel9@sha256%3A021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774139334"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel9@sha256%3Aa0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774644659"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel9-operator@sha256%3A1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774484154"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/hub-web-rhel9@sha256%3Ad7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774647780"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5ae8f465d29dd195934b13da6854989ba69508d9b1a42d8afcb2c7fe64d65090_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5ae8f465d29dd195934b13da6854989ba69508d9b1a42d8afcb2c7fe64d65090_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5ae8f465d29dd195934b13da6854989ba69508d9b1a42d8afcb2c7fe64d65090_amd64",
"product_identification_helper": {
"purl": "pkg:oci/metrics-service-rhel9@sha256%3A5ae8f465d29dd195934b13da6854989ba69508d9b1a42d8afcb2c7fe64d65090?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-tech-preview\u0026tag=1774540248"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/de-minimal-rhel9@sha256%3A5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774487884"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"product_identification_helper": {
"purl": "pkg:oci/de-supported-rhel9@sha256%3A2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774490244"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-rhel9-operator@sha256%3A1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774484549"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-runner-rhel9@sha256%3Af0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774485790"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"product_identification_helper": {
"purl": "pkg:oci/receptor-rhel9@sha256%3Acb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773?arch=amd64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774573035"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"product_identification_helper": {
"purl": "pkg:oci/mcp-server-rhel9@sha256%3A6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-tech-preview\u0026tag=1774268173"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/aap-must-gather-rhel9@sha256%3Ad26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774139204"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ansible-builder-rhel9@sha256%3A97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774153089"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"product_identification_helper": {
"purl": "pkg:oci/ansible-dev-tools-rhel9@sha256%3A043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774585183"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-chatbot-rhel9@sha256%3A20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774417022"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel9@sha256%3A839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774363040"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel9-operator@sha256%3Accf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774484113"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"product_identification_helper": {
"purl": "pkg:oci/mcp-tools-rhel9@sha256%3A355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774268174"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel9@sha256%3Aa490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774368903"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel9-operator@sha256%3A040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774484033"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel9@sha256%3Ae4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774258433"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel9-operator@sha256%3Af731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774484073"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-ui-rhel9@sha256%3Ab8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774484106"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/gateway-rhel9@sha256%3A098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774243862"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"product_identification_helper": {
"purl": "pkg:oci/gateway-rhel9-operator@sha256%3Af0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774484129"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"product_identification_helper": {
"purl": "pkg:oci/gateway-proxy-rhel9@sha256%3A0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774139334"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel9@sha256%3Aa414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774644659"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel9-operator@sha256%3A0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774484154"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/hub-web-rhel9@sha256%3Aa1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774647780"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:be93e95a735d5193c3f459fd0e4b59d6a4972b1886e214951dc80e697ab41505_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:be93e95a735d5193c3f459fd0e4b59d6a4972b1886e214951dc80e697ab41505_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:be93e95a735d5193c3f459fd0e4b59d6a4972b1886e214951dc80e697ab41505_arm64",
"product_identification_helper": {
"purl": "pkg:oci/metrics-service-rhel9@sha256%3Abe93e95a735d5193c3f459fd0e4b59d6a4972b1886e214951dc80e697ab41505?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-tech-preview\u0026tag=1774540248"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/de-minimal-rhel9@sha256%3Ac67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774487884"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"product_identification_helper": {
"purl": "pkg:oci/de-supported-rhel9@sha256%3A94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774490244"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-rhel9-operator@sha256%3Abc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774484549"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-runner-rhel9@sha256%3A07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774485790"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"product_id": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/receptor-rhel9@sha256%3A96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c?arch=arm64\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774573035"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/mcp-server-rhel9@sha256%3A2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-tech-preview\u0026tag=1774268173"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/aap-must-gather-rhel9@sha256%3A7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774139204"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ansible-builder-rhel9@sha256%3A75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774153089"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/ansible-dev-tools-rhel9@sha256%3A8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774585183"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-chatbot-rhel9@sha256%3A111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774417022"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel9@sha256%3Adb0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774363040"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel9-operator@sha256%3A387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774484113"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/mcp-tools-rhel9@sha256%3A7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774268174"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel9@sha256%3A1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774368903"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel9-operator@sha256%3A51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774484033"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel9@sha256%3Af720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774258433"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel9-operator@sha256%3A8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774484073"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-ui-rhel9@sha256%3Af95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774484106"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/gateway-rhel9@sha256%3Aed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774243862"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/gateway-rhel9-operator@sha256%3A09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774484129"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/gateway-proxy-rhel9@sha256%3A5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774139334"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel9@sha256%3Ad204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774644659"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel9-operator@sha256%3Aa89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774484154"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/hub-web-rhel9@sha256%3A46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774647780"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7c19bf21321a59e06b664f8b3300ba92492b025428c0a2afd8aaf1074e91778d_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7c19bf21321a59e06b664f8b3300ba92492b025428c0a2afd8aaf1074e91778d_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7c19bf21321a59e06b664f8b3300ba92492b025428c0a2afd8aaf1074e91778d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/metrics-service-rhel9@sha256%3A7c19bf21321a59e06b664f8b3300ba92492b025428c0a2afd8aaf1074e91778d?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-tech-preview\u0026tag=1774540248"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/de-minimal-rhel9@sha256%3A9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774487884"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/de-supported-rhel9@sha256%3A9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774490244"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-rhel9-operator@sha256%3Aa2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774484549"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-runner-rhel9@sha256%3A06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774485790"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"product_id": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/receptor-rhel9@sha256%3A8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7?arch=ppc64le\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774573035"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/mcp-server-rhel9@sha256%3A4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-tech-preview\u0026tag=1774268173"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"product_identification_helper": {
"purl": "pkg:oci/aap-must-gather-rhel9@sha256%3Ae43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774139204"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ansible-builder-rhel9@sha256%3A1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774153089"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"product_identification_helper": {
"purl": "pkg:oci/ansible-dev-tools-rhel9@sha256%3A8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774585183"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-chatbot-rhel9@sha256%3A6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774417022"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel9@sha256%3A293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774363040"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"product_identification_helper": {
"purl": "pkg:oci/lightspeed-rhel9-operator@sha256%3Ab3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774484113"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"product_identification_helper": {
"purl": "pkg:oci/mcp-tools-rhel9@sha256%3A3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774268174"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel9@sha256%3A3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774368903"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"product_identification_helper": {
"purl": "pkg:oci/controller-rhel9-operator@sha256%3A2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774484033"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel9@sha256%3Ad0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774258433"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-rhel9-operator@sha256%3Afe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774484073"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"product_identification_helper": {
"purl": "pkg:oci/eda-controller-ui-rhel9@sha256%3A64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774484106"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/gateway-rhel9@sha256%3A2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774243862"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"product_identification_helper": {
"purl": "pkg:oci/gateway-rhel9-operator@sha256%3Ac1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774484129"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"product_identification_helper": {
"purl": "pkg:oci/gateway-proxy-rhel9@sha256%3A92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774139334"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel9@sha256%3A5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774644659"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"product_identification_helper": {
"purl": "pkg:oci/hub-rhel9-operator@sha256%3A48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774484154"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/hub-web-rhel9@sha256%3Afad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774647780"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:c8425cc65b52b3b3538036873f74e4fd9dbeec54254f95f94108003421f45b4e_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:c8425cc65b52b3b3538036873f74e4fd9dbeec54254f95f94108003421f45b4e_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:c8425cc65b52b3b3538036873f74e4fd9dbeec54254f95f94108003421f45b4e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/metrics-service-rhel9@sha256%3Ac8425cc65b52b3b3538036873f74e4fd9dbeec54254f95f94108003421f45b4e?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-tech-preview\u0026tag=1774540248"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"product_identification_helper": {
"purl": "pkg:oci/de-minimal-rhel9@sha256%3A78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774487884"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"product_identification_helper": {
"purl": "pkg:oci/de-supported-rhel9@sha256%3Afa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774490244"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-rhel9-operator@sha256%3A85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774484549"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"product_identification_helper": {
"purl": "pkg:oci/platform-resource-runner-rhel9@sha256%3A8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774485790"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"product": {
"name": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"product_id": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/receptor-rhel9@sha256%3Af00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c?arch=s390x\u0026repository_url=registry.redhat.io/ansible-automation-platform-26\u0026tag=1774573035"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5ae8f465d29dd195934b13da6854989ba69508d9b1a42d8afcb2c7fe64d65090_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5ae8f465d29dd195934b13da6854989ba69508d9b1a42d8afcb2c7fe64d65090_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5ae8f465d29dd195934b13da6854989ba69508d9b1a42d8afcb2c7fe64d65090_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7c19bf21321a59e06b664f8b3300ba92492b025428c0a2afd8aaf1074e91778d_ppc64le as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7c19bf21321a59e06b664f8b3300ba92492b025428c0a2afd8aaf1074e91778d_ppc64le"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7c19bf21321a59e06b664f8b3300ba92492b025428c0a2afd8aaf1074e91778d_ppc64le",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:be93e95a735d5193c3f459fd0e4b59d6a4972b1886e214951dc80e697ab41505_arm64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:be93e95a735d5193c3f459fd0e4b59d6a4972b1886e214951dc80e697ab41505_arm64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:be93e95a735d5193c3f459fd0e4b59d6a4972b1886e214951dc80e697ab41505_arm64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:c8425cc65b52b3b3538036873f74e4fd9dbeec54254f95f94108003421f45b4e_s390x as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:c8425cc65b52b3b3538036873f74e4fd9dbeec54254f95f94108003421f45b4e_s390x"
},
"product_reference": "registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:c8425cc65b52b3b3538036873f74e4fd9dbeec54254f95f94108003421f45b4e_s390x",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64 as a component of Red Hat Ansible Automation Platform 2.6",
"product_id": "Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
},
"product_reference": "registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64",
"relates_to_product_reference": "Red Hat Ansible Automation Platform 2.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-69223",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-06T20:01:19.831548+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5ae8f465d29dd195934b13da6854989ba69508d9b1a42d8afcb2c7fe64d65090_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7c19bf21321a59e06b664f8b3300ba92492b025428c0a2afd8aaf1074e91778d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:be93e95a735d5193c3f459fd0e4b59d6a4972b1886e214951dc80e697ab41505_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:c8425cc65b52b3b3538036873f74e4fd9dbeec54254f95f94108003421f45b4e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2427456"
}
],
"notes": [
{
"category": "description",
"text": "A decompression based denial of service flaw has been discovered in the AIOHTTP python library. Library versions 3.13.2 and below allow a zip bomb to be used to execute a DoS against the AIOHTTP server. An attacker may be able to send a compressed request that when decompressed by AIOHTTP could exhaust the host\u0027s memory.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "aiohttp: AIOHTTP\u0027s HTTP Parser auto_decompress feature is vulnerable to zip bomb",
"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": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5ae8f465d29dd195934b13da6854989ba69508d9b1a42d8afcb2c7fe64d65090_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7c19bf21321a59e06b664f8b3300ba92492b025428c0a2afd8aaf1074e91778d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:be93e95a735d5193c3f459fd0e4b59d6a4972b1886e214951dc80e697ab41505_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:c8425cc65b52b3b3538036873f74e4fd9dbeec54254f95f94108003421f45b4e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-69223"
},
{
"category": "external",
"summary": "RHBZ#2427456",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2427456"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-69223",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69223"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-69223",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-69223"
},
{
"category": "external",
"summary": "https://github.com/aio-libs/aiohttp/commit/2b920c39002cee0ec5b402581779bbaaf7c9138a",
"url": "https://github.com/aio-libs/aiohttp/commit/2b920c39002cee0ec5b402581779bbaaf7c9138a"
},
{
"category": "external",
"summary": "https://github.com/aio-libs/aiohttp/security/advisories/GHSA-6mq8-rvhq-8wgg",
"url": "https://github.com/aio-libs/aiohttp/security/advisories/GHSA-6mq8-rvhq-8wgg"
}
],
"release_date": "2026-01-05T22:00:17.715000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-01T18:20:27+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6404"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5ae8f465d29dd195934b13da6854989ba69508d9b1a42d8afcb2c7fe64d65090_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7c19bf21321a59e06b664f8b3300ba92492b025428c0a2afd8aaf1074e91778d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:be93e95a735d5193c3f459fd0e4b59d6a4972b1886e214951dc80e697ab41505_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:c8425cc65b52b3b3538036873f74e4fd9dbeec54254f95f94108003421f45b4e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5ae8f465d29dd195934b13da6854989ba69508d9b1a42d8afcb2c7fe64d65090_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7c19bf21321a59e06b664f8b3300ba92492b025428c0a2afd8aaf1074e91778d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:be93e95a735d5193c3f459fd0e4b59d6a4972b1886e214951dc80e697ab41505_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:c8425cc65b52b3b3538036873f74e4fd9dbeec54254f95f94108003421f45b4e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "aiohttp: AIOHTTP\u0027s HTTP Parser auto_decompress feature is vulnerable to zip bomb"
},
{
"cve": "CVE-2025-69873",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2026-02-11T19:01:32.953264+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5ae8f465d29dd195934b13da6854989ba69508d9b1a42d8afcb2c7fe64d65090_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7c19bf21321a59e06b664f8b3300ba92492b025428c0a2afd8aaf1074e91778d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:be93e95a735d5193c3f459fd0e4b59d6a4972b1886e214951dc80e697ab41505_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:c8425cc65b52b3b3538036873f74e4fd9dbeec54254f95f94108003421f45b4e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2439070"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in ajv. When the $data option is enabled, the value of the pattern keyword is passed directly to the JavaScript RegExp() constructor without sufficient validation. An attacker able to supply a malicious regular expression pattern can trigger a ReDoS (Regular Expression Denial of Service), causing the application to become unresponsive and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ajv: ReDoS via $data reference",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, the $data option must be enabled and the attacker needs to be able to send a payload with a specially crafted regular expression to the application processing the input. A 31-character payload causes approximately 44 seconds of execution, with each additional character doubling the execution time. Therefore, even a small payload can cause an application to become unresponsive and eventually result in a denial of service. Due to this reason, this flaw has been rated with an important severity.",
"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": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5ae8f465d29dd195934b13da6854989ba69508d9b1a42d8afcb2c7fe64d65090_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7c19bf21321a59e06b664f8b3300ba92492b025428c0a2afd8aaf1074e91778d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:be93e95a735d5193c3f459fd0e4b59d6a4972b1886e214951dc80e697ab41505_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:c8425cc65b52b3b3538036873f74e4fd9dbeec54254f95f94108003421f45b4e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-69873"
},
{
"category": "external",
"summary": "RHBZ#2439070",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2439070"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-69873",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69873"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-69873",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-69873"
},
{
"category": "external",
"summary": "https://github.com/EthanKim88/ethan-cve-disclosures/blob/main/CVE-2025-69873-ajv-ReDoS.md",
"url": "https://github.com/EthanKim88/ethan-cve-disclosures/blob/main/CVE-2025-69873-ajv-ReDoS.md"
}
],
"release_date": "2026-02-11T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-01T18:20:27+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6404"
},
{
"category": "workaround",
"details": "To mitigate this issue, disable the $data feature if your application does not require it. If $data must be used, implement strict validation of the input fields that are referenced by the pattern keyword to ensure they contain only expected and safe characters.",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5ae8f465d29dd195934b13da6854989ba69508d9b1a42d8afcb2c7fe64d65090_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7c19bf21321a59e06b664f8b3300ba92492b025428c0a2afd8aaf1074e91778d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:be93e95a735d5193c3f459fd0e4b59d6a4972b1886e214951dc80e697ab41505_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:c8425cc65b52b3b3538036873f74e4fd9dbeec54254f95f94108003421f45b4e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5ae8f465d29dd195934b13da6854989ba69508d9b1a42d8afcb2c7fe64d65090_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7c19bf21321a59e06b664f8b3300ba92492b025428c0a2afd8aaf1074e91778d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:be93e95a735d5193c3f459fd0e4b59d6a4972b1886e214951dc80e697ab41505_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:c8425cc65b52b3b3538036873f74e4fd9dbeec54254f95f94108003421f45b4e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "ajv: ReDoS via $data reference"
},
{
"cve": "CVE-2026-1615",
"cwe": {
"id": "CWE-94",
"name": "Improper Control of Generation of Code (\u0027Code Injection\u0027)"
},
"discovery_date": "2026-02-09T11:10:57.572082+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5ae8f465d29dd195934b13da6854989ba69508d9b1a42d8afcb2c7fe64d65090_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7c19bf21321a59e06b664f8b3300ba92492b025428c0a2afd8aaf1074e91778d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:be93e95a735d5193c3f459fd0e4b59d6a4972b1886e214951dc80e697ab41505_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:c8425cc65b52b3b3538036873f74e4fd9dbeec54254f95f94108003421f45b4e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2437875"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the jsonpath component. This vulnerability allows a remote attacker to achieve arbitrary code execution by supplying a malicious JSON Path expression. The component\u0027s reliance on the `static-eval` module for processing user-supplied input leads to unsafe evaluation. Successful exploitation can result in Remote Code Execution (RCE) in Node.js environments or Cross-site Scripting (XSS) in browser contexts.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jsonpath: jsonpath: Arbitrary Code Execution via unsafe JSON Path expression evaluation",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Product Security team has rated this vulnerability as Important as it may allows arbitrary code execution when processing untrusted JSON Path expressions. This can lead to Remote Code Execution in Node.js environments or Cross-site Scripting in browser contexts. In some contexts it may be possible to remotely exploit this flaw without any privileges. However, within Red Hat products the jsonpath component is used as a transitive dependency or does not directly handle user input. This context reduces exposure and criticality of this vulnerability.",
"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": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5ae8f465d29dd195934b13da6854989ba69508d9b1a42d8afcb2c7fe64d65090_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7c19bf21321a59e06b664f8b3300ba92492b025428c0a2afd8aaf1074e91778d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:be93e95a735d5193c3f459fd0e4b59d6a4972b1886e214951dc80e697ab41505_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:c8425cc65b52b3b3538036873f74e4fd9dbeec54254f95f94108003421f45b4e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-1615"
},
{
"category": "external",
"summary": "RHBZ#2437875",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437875"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-1615",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1615"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-1615",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-1615"
},
{
"category": "external",
"summary": "https://github.com/dchester/jsonpath/blob/c1dd8ec74034fb0375233abb5fdbec51ac317b4b/lib/handlers.js%23L243",
"url": "https://github.com/dchester/jsonpath/blob/c1dd8ec74034fb0375233abb5fdbec51ac317b4b/lib/handlers.js%23L243"
},
{
"category": "external",
"summary": "https://security.snyk.io/vuln/SNYK-JAVA-ORGWEBJARSNPM-15141219",
"url": "https://security.snyk.io/vuln/SNYK-JAVA-ORGWEBJARSNPM-15141219"
},
{
"category": "external",
"summary": "https://security.snyk.io/vuln/SNYK-JS-JSONPATH-13645034",
"url": "https://security.snyk.io/vuln/SNYK-JS-JSONPATH-13645034"
}
],
"release_date": "2026-02-09T05:00:09.050000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-01T18:20:27+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6404"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5ae8f465d29dd195934b13da6854989ba69508d9b1a42d8afcb2c7fe64d65090_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7c19bf21321a59e06b664f8b3300ba92492b025428c0a2afd8aaf1074e91778d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:be93e95a735d5193c3f459fd0e4b59d6a4972b1886e214951dc80e697ab41505_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:c8425cc65b52b3b3538036873f74e4fd9dbeec54254f95f94108003421f45b4e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5ae8f465d29dd195934b13da6854989ba69508d9b1a42d8afcb2c7fe64d65090_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7c19bf21321a59e06b664f8b3300ba92492b025428c0a2afd8aaf1074e91778d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:be93e95a735d5193c3f459fd0e4b59d6a4972b1886e214951dc80e697ab41505_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:c8425cc65b52b3b3538036873f74e4fd9dbeec54254f95f94108003421f45b4e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "jsonpath: jsonpath: Arbitrary Code Execution via unsafe JSON Path expression evaluation"
},
{
"cve": "CVE-2026-25639",
"cwe": {
"id": "CWE-1287",
"name": "Improper Validation of Specified Type of Input"
},
"discovery_date": "2026-02-09T21:00:49.280114+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5ae8f465d29dd195934b13da6854989ba69508d9b1a42d8afcb2c7fe64d65090_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7c19bf21321a59e06b664f8b3300ba92492b025428c0a2afd8aaf1074e91778d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:be93e95a735d5193c3f459fd0e4b59d6a4972b1886e214951dc80e697ab41505_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:c8425cc65b52b3b3538036873f74e4fd9dbeec54254f95f94108003421f45b4e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2438237"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service flaw has been discovered in the Axios npm package. the mergeConfig function in axios crashes with a TypeError when processing configuration objects containing __proto__ as an own property. An attacker can trigger this by providing a malicious configuration object created via JSON.parse(), causing complete denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios affected by Denial of Service via __proto__ Key in mergeConfig",
"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": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5ae8f465d29dd195934b13da6854989ba69508d9b1a42d8afcb2c7fe64d65090_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7c19bf21321a59e06b664f8b3300ba92492b025428c0a2afd8aaf1074e91778d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:be93e95a735d5193c3f459fd0e4b59d6a4972b1886e214951dc80e697ab41505_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:c8425cc65b52b3b3538036873f74e4fd9dbeec54254f95f94108003421f45b4e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25639"
},
{
"category": "external",
"summary": "RHBZ#2438237",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2438237"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25639",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25639"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25639",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25639"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/commit/28c721588c7a77e7503d0a434e016f852c597b57",
"url": "https://github.com/axios/axios/commit/28c721588c7a77e7503d0a434e016f852c597b57"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/releases/tag/v1.13.5",
"url": "https://github.com/axios/axios/releases/tag/v1.13.5"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-43fc-jf86-j433",
"url": "https://github.com/axios/axios/security/advisories/GHSA-43fc-jf86-j433"
}
],
"release_date": "2026-02-09T20:11:22.374000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-01T18:20:27+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6404"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5ae8f465d29dd195934b13da6854989ba69508d9b1a42d8afcb2c7fe64d65090_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7c19bf21321a59e06b664f8b3300ba92492b025428c0a2afd8aaf1074e91778d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:be93e95a735d5193c3f459fd0e4b59d6a4972b1886e214951dc80e697ab41505_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:c8425cc65b52b3b3538036873f74e4fd9dbeec54254f95f94108003421f45b4e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5ae8f465d29dd195934b13da6854989ba69508d9b1a42d8afcb2c7fe64d65090_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7c19bf21321a59e06b664f8b3300ba92492b025428c0a2afd8aaf1074e91778d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:be93e95a735d5193c3f459fd0e4b59d6a4972b1886e214951dc80e697ab41505_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:c8425cc65b52b3b3538036873f74e4fd9dbeec54254f95f94108003421f45b4e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Axios affected by Denial of Service via __proto__ Key in mergeConfig"
},
{
"cve": "CVE-2026-25990",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2026-02-11T21:05:39.535631+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5ae8f465d29dd195934b13da6854989ba69508d9b1a42d8afcb2c7fe64d65090_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7c19bf21321a59e06b664f8b3300ba92492b025428c0a2afd8aaf1074e91778d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:be93e95a735d5193c3f459fd0e4b59d6a4972b1886e214951dc80e697ab41505_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:c8425cc65b52b3b3538036873f74e4fd9dbeec54254f95f94108003421f45b4e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2439170"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found the Pillow Python imaging library. Providing a specially crafted PSD image may lead to an out-of-bounds write. This could potentially allow for arbitrary code execution or information disclosure.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pillow: Pillow: Out-of-bounds Write via Specially Crafted PSD Image",
"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": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5ae8f465d29dd195934b13da6854989ba69508d9b1a42d8afcb2c7fe64d65090_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7c19bf21321a59e06b664f8b3300ba92492b025428c0a2afd8aaf1074e91778d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:be93e95a735d5193c3f459fd0e4b59d6a4972b1886e214951dc80e697ab41505_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:c8425cc65b52b3b3538036873f74e4fd9dbeec54254f95f94108003421f45b4e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25990"
},
{
"category": "external",
"summary": "RHBZ#2439170",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2439170"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25990",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25990"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25990",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25990"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/commit/9000313cc5d4a31bdcdd6d7f0781101abab553aa",
"url": "https://github.com/python-pillow/Pillow/commit/9000313cc5d4a31bdcdd6d7f0781101abab553aa"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-cfh3-3jmp-rvhc",
"url": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-cfh3-3jmp-rvhc"
}
],
"release_date": "2026-02-11T20:53:52.524000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-01T18:20:27+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6404"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5ae8f465d29dd195934b13da6854989ba69508d9b1a42d8afcb2c7fe64d65090_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7c19bf21321a59e06b664f8b3300ba92492b025428c0a2afd8aaf1074e91778d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:be93e95a735d5193c3f459fd0e4b59d6a4972b1886e214951dc80e697ab41505_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:c8425cc65b52b3b3538036873f74e4fd9dbeec54254f95f94108003421f45b4e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5ae8f465d29dd195934b13da6854989ba69508d9b1a42d8afcb2c7fe64d65090_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7c19bf21321a59e06b664f8b3300ba92492b025428c0a2afd8aaf1074e91778d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:be93e95a735d5193c3f459fd0e4b59d6a4972b1886e214951dc80e697ab41505_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:c8425cc65b52b3b3538036873f74e4fd9dbeec54254f95f94108003421f45b4e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "pillow: Pillow: Out-of-bounds Write via Specially Crafted PSD Image"
},
{
"cve": "CVE-2026-26007",
"cwe": {
"id": "CWE-354",
"name": "Improper Validation of Integrity Check Value"
},
"discovery_date": "2026-02-10T22:01:01.036116+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5ae8f465d29dd195934b13da6854989ba69508d9b1a42d8afcb2c7fe64d65090_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7c19bf21321a59e06b664f8b3300ba92492b025428c0a2afd8aaf1074e91778d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:be93e95a735d5193c3f459fd0e4b59d6a4972b1886e214951dc80e697ab41505_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:c8425cc65b52b3b3538036873f74e4fd9dbeec54254f95f94108003421f45b4e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2438762"
}
],
"notes": [
{
"category": "description",
"text": "A validation flaw has been discovered in the python cryptography package. This missing validation allows an attacker to provide a public key point P from a small-order subgroup. This can lead to security issues in various situations, such as the most commonly used signature verification (ECDSA) and shared key negotiation (ECDH). When the victim computes the shared secret as S = [victim_private_key]P via ECDH, this leaks information about victim_private_key mod (small_subgroup_order). For curves with cofactor \u003e 1, this reveals the least significant bits of the private key. When these weak public keys are used in ECDSA , it\u0027s easy to forge signatures on the small subgroup. Only SECT curves are impacted by this.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cryptography: cryptography Subgroup Attack Due to Missing Subgroup Validation for SECT Curves",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw, while difficult to exploit, would lead to a loss of integrity in the encrypted communication channel. Given that the cryptography package is a library, it is likely to be used in situations that do not require user interaction.",
"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": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5ae8f465d29dd195934b13da6854989ba69508d9b1a42d8afcb2c7fe64d65090_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7c19bf21321a59e06b664f8b3300ba92492b025428c0a2afd8aaf1074e91778d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:be93e95a735d5193c3f459fd0e4b59d6a4972b1886e214951dc80e697ab41505_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:c8425cc65b52b3b3538036873f74e4fd9dbeec54254f95f94108003421f45b4e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-26007"
},
{
"category": "external",
"summary": "RHBZ#2438762",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2438762"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-26007",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26007"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-26007",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-26007"
},
{
"category": "external",
"summary": "https://github.com/pyca/cryptography/commit/0eebb9dbb6343d9bc1d91e5a2482ed4e054a6d8c",
"url": "https://github.com/pyca/cryptography/commit/0eebb9dbb6343d9bc1d91e5a2482ed4e054a6d8c"
},
{
"category": "external",
"summary": "https://github.com/pyca/cryptography/security/advisories/GHSA-r6ph-v2qm-q3c2",
"url": "https://github.com/pyca/cryptography/security/advisories/GHSA-r6ph-v2qm-q3c2"
}
],
"release_date": "2026-02-10T21:42:56.471000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-01T18:20:27+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6404"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5ae8f465d29dd195934b13da6854989ba69508d9b1a42d8afcb2c7fe64d65090_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7c19bf21321a59e06b664f8b3300ba92492b025428c0a2afd8aaf1074e91778d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:be93e95a735d5193c3f459fd0e4b59d6a4972b1886e214951dc80e697ab41505_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:c8425cc65b52b3b3538036873f74e4fd9dbeec54254f95f94108003421f45b4e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5ae8f465d29dd195934b13da6854989ba69508d9b1a42d8afcb2c7fe64d65090_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7c19bf21321a59e06b664f8b3300ba92492b025428c0a2afd8aaf1074e91778d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:be93e95a735d5193c3f459fd0e4b59d6a4972b1886e214951dc80e697ab41505_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:c8425cc65b52b3b3538036873f74e4fd9dbeec54254f95f94108003421f45b4e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "cryptography: cryptography Subgroup Attack Due to Missing Subgroup Validation for SECT Curves"
},
{
"cve": "CVE-2026-28498",
"cwe": {
"id": "CWE-325",
"name": "Missing Cryptographic Step"
},
"discovery_date": "2026-03-16T19:02:00.128339+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5ae8f465d29dd195934b13da6854989ba69508d9b1a42d8afcb2c7fe64d65090_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7c19bf21321a59e06b664f8b3300ba92492b025428c0a2afd8aaf1074e91778d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:be93e95a735d5193c3f459fd0e4b59d6a4972b1886e214951dc80e697ab41505_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:c8425cc65b52b3b3538036873f74e4fd9dbeec54254f95f94108003421f45b4e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2448182"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Authlib, a Python library used for building OAuth and OpenID Connect (OIDC) servers. This vulnerability allows a remote attacker to bypass critical integrity checks in OIDC ID Tokens. Specifically, the library\u0027s internal hash verification logic fails open when encountering an unsupported cryptographic algorithm, accepting a forged ID Token as valid. This can lead to an authentication bypass, granting unauthorized access to systems relying on Authlib for OIDC authentication.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "authlib: Authlib: Authentication bypass via forged OpenID Connect ID Tokens",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This IMPORTANT vulnerability in Authlib allows attackers to bypass OIDC ID Token integrity verification. The at_hash and c_hash validation fails open for unknown algorithms, accepting forged tokens as valid. Exploitation requires no authentication or user interaction. Impact is high to confidentiality and integrity. Red Hat products using Authlib for OIDC validation are affected. Fixed in version 1.6.9.",
"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": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5ae8f465d29dd195934b13da6854989ba69508d9b1a42d8afcb2c7fe64d65090_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7c19bf21321a59e06b664f8b3300ba92492b025428c0a2afd8aaf1074e91778d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:be93e95a735d5193c3f459fd0e4b59d6a4972b1886e214951dc80e697ab41505_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:c8425cc65b52b3b3538036873f74e4fd9dbeec54254f95f94108003421f45b4e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-28498"
},
{
"category": "external",
"summary": "RHBZ#2448182",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2448182"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-28498",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-28498"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-28498",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-28498"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/commit/b9bb2b25bf8b7e01512d847a95c1749646eaa72b",
"url": "https://github.com/authlib/authlib/commit/b9bb2b25bf8b7e01512d847a95c1749646eaa72b"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/releases/tag/v1.6.9",
"url": "https://github.com/authlib/authlib/releases/tag/v1.6.9"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/security/advisories/GHSA-m344-f55w-2m6j",
"url": "https://github.com/authlib/authlib/security/advisories/GHSA-m344-f55w-2m6j"
}
],
"release_date": "2026-03-16T18:03:28.821000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-01T18:20:27+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6404"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5ae8f465d29dd195934b13da6854989ba69508d9b1a42d8afcb2c7fe64d65090_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7c19bf21321a59e06b664f8b3300ba92492b025428c0a2afd8aaf1074e91778d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:be93e95a735d5193c3f459fd0e4b59d6a4972b1886e214951dc80e697ab41505_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:c8425cc65b52b3b3538036873f74e4fd9dbeec54254f95f94108003421f45b4e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "authlib: Authlib: Authentication bypass via forged OpenID Connect ID Tokens"
},
{
"cve": "CVE-2026-28802",
"cwe": {
"id": "CWE-347",
"name": "Improper Verification of Cryptographic Signature"
},
"discovery_date": "2026-03-06T07:01:49.366979+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5ae8f465d29dd195934b13da6854989ba69508d9b1a42d8afcb2c7fe64d65090_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7c19bf21321a59e06b664f8b3300ba92492b025428c0a2afd8aaf1074e91778d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:be93e95a735d5193c3f459fd0e4b59d6a4972b1886e214951dc80e697ab41505_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:c8425cc65b52b3b3538036873f74e4fd9dbeec54254f95f94108003421f45b4e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445120"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Authlib, a Python library for building OAuth and OpenID Connect servers. A remote attacker can exploit this vulnerability by crafting a malicious JSON Web Token (JWT) with a \"none\" algorithm and an empty signature. This bypasses the expected signature verification, potentially allowing the attacker to forge tokens and gain unauthorized access or perform unauthorized actions within applications using Authlib.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "authlib: Authlib: Signature verification bypass via malicious JWT allows unauthorized access",
"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": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5ae8f465d29dd195934b13da6854989ba69508d9b1a42d8afcb2c7fe64d65090_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7c19bf21321a59e06b664f8b3300ba92492b025428c0a2afd8aaf1074e91778d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:be93e95a735d5193c3f459fd0e4b59d6a4972b1886e214951dc80e697ab41505_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:c8425cc65b52b3b3538036873f74e4fd9dbeec54254f95f94108003421f45b4e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-28802"
},
{
"category": "external",
"summary": "RHBZ#2445120",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445120"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-28802",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-28802"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-28802",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-28802"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/commit/a61c2acb807496e67f32051b5f1b1d5ccf8f0a75",
"url": "https://github.com/authlib/authlib/commit/a61c2acb807496e67f32051b5f1b1d5ccf8f0a75"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/commit/b87c32ed07b8ae7f805873e1c9cafd1016761df7",
"url": "https://github.com/authlib/authlib/commit/b87c32ed07b8ae7f805873e1c9cafd1016761df7"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/security/advisories/GHSA-7wc2-qxgw-g8gg",
"url": "https://github.com/authlib/authlib/security/advisories/GHSA-7wc2-qxgw-g8gg"
}
],
"release_date": "2026-03-06T06:44:26.402000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-01T18:20:27+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6404"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5ae8f465d29dd195934b13da6854989ba69508d9b1a42d8afcb2c7fe64d65090_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7c19bf21321a59e06b664f8b3300ba92492b025428c0a2afd8aaf1074e91778d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:be93e95a735d5193c3f459fd0e4b59d6a4972b1886e214951dc80e697ab41505_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:c8425cc65b52b3b3538036873f74e4fd9dbeec54254f95f94108003421f45b4e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5ae8f465d29dd195934b13da6854989ba69508d9b1a42d8afcb2c7fe64d65090_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7c19bf21321a59e06b664f8b3300ba92492b025428c0a2afd8aaf1074e91778d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:be93e95a735d5193c3f459fd0e4b59d6a4972b1886e214951dc80e697ab41505_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:c8425cc65b52b3b3538036873f74e4fd9dbeec54254f95f94108003421f45b4e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "authlib: Authlib: Signature verification bypass via malicious JWT allows unauthorized access"
},
{
"cve": "CVE-2026-29074",
"cwe": {
"id": "CWE-776",
"name": "Improper Restriction of Recursive Entity References in DTDs (\u0027XML Entity Expansion\u0027)"
},
"discovery_date": "2026-03-06T08:01:07.142613+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5ae8f465d29dd195934b13da6854989ba69508d9b1a42d8afcb2c7fe64d65090_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7c19bf21321a59e06b664f8b3300ba92492b025428c0a2afd8aaf1074e91778d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:be93e95a735d5193c3f459fd0e4b59d6a4972b1886e214951dc80e697ab41505_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:c8425cc65b52b3b3538036873f74e4fd9dbeec54254f95f94108003421f45b4e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445132"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in SVGO, an SVG (Scalable Vector Graphics) Optimizer. This vulnerability allows a remote attacker to cause a Denial of Service (DoS) by submitting a specially crafted XML file. The application\u0027s failure to properly guard against XML entity expansion or recursion can lead to the Node.js process consuming excessive memory and crashing.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "svgo: SVGO: Denial of Service via XML entity expansion",
"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": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5ae8f465d29dd195934b13da6854989ba69508d9b1a42d8afcb2c7fe64d65090_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7c19bf21321a59e06b664f8b3300ba92492b025428c0a2afd8aaf1074e91778d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:be93e95a735d5193c3f459fd0e4b59d6a4972b1886e214951dc80e697ab41505_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:c8425cc65b52b3b3538036873f74e4fd9dbeec54254f95f94108003421f45b4e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-29074"
},
{
"category": "external",
"summary": "RHBZ#2445132",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445132"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-29074",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-29074"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-29074",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-29074"
},
{
"category": "external",
"summary": "https://github.com/svg/svgo/security/advisories/GHSA-xpqw-6gx7-v673",
"url": "https://github.com/svg/svgo/security/advisories/GHSA-xpqw-6gx7-v673"
}
],
"release_date": "2026-03-06T07:23:05.716000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-01T18:20:27+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6404"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5ae8f465d29dd195934b13da6854989ba69508d9b1a42d8afcb2c7fe64d65090_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7c19bf21321a59e06b664f8b3300ba92492b025428c0a2afd8aaf1074e91778d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:be93e95a735d5193c3f459fd0e4b59d6a4972b1886e214951dc80e697ab41505_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:c8425cc65b52b3b3538036873f74e4fd9dbeec54254f95f94108003421f45b4e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5ae8f465d29dd195934b13da6854989ba69508d9b1a42d8afcb2c7fe64d65090_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7c19bf21321a59e06b664f8b3300ba92492b025428c0a2afd8aaf1074e91778d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:be93e95a735d5193c3f459fd0e4b59d6a4972b1886e214951dc80e697ab41505_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:c8425cc65b52b3b3538036873f74e4fd9dbeec54254f95f94108003421f45b4e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "svgo: SVGO: Denial of Service via XML entity expansion"
},
{
"cve": "CVE-2026-30827",
"cwe": {
"id": "CWE-1389",
"name": "Incorrect Parsing of Numbers with Different Radices"
},
"discovery_date": "2026-03-07T06:01:06.325390+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5ae8f465d29dd195934b13da6854989ba69508d9b1a42d8afcb2c7fe64d65090_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7c19bf21321a59e06b664f8b3300ba92492b025428c0a2afd8aaf1074e91778d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:be93e95a735d5193c3f459fd0e4b59d6a4972b1886e214951dc80e697ab41505_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:c8425cc65b52b3b3538036873f74e4fd9dbeec54254f95f94108003421f45b4e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445429"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in express-rate-limit. The default key generator incorrectly applies IPv6 subnet masking to IPv4-mapped IPv6 addresses, which are used when an IPv4 client connects to a dual-stack server. This misconfiguration causes all IPv4 traffic to be treated as a single entity for rate limiting. Consequently, a remote attacker can exhaust the rate limit with a single client, leading to a Denial of Service (DoS) for all other IPv4 clients by causing them to receive HTTP 429 errors.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "express-rate-limit: express-rate-limit: Denial of Service for IPv4 clients due to incorrect IPv6 subnet masking",
"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": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5ae8f465d29dd195934b13da6854989ba69508d9b1a42d8afcb2c7fe64d65090_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7c19bf21321a59e06b664f8b3300ba92492b025428c0a2afd8aaf1074e91778d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:be93e95a735d5193c3f459fd0e4b59d6a4972b1886e214951dc80e697ab41505_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:c8425cc65b52b3b3538036873f74e4fd9dbeec54254f95f94108003421f45b4e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-30827"
},
{
"category": "external",
"summary": "RHBZ#2445429",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445429"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-30827",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-30827"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-30827",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-30827"
},
{
"category": "external",
"summary": "https://github.com/express-rate-limit/express-rate-limit/commit/14e53888cdfd1b9798faf5b634c4206409e27fc4",
"url": "https://github.com/express-rate-limit/express-rate-limit/commit/14e53888cdfd1b9798faf5b634c4206409e27fc4"
},
{
"category": "external",
"summary": "https://github.com/express-rate-limit/express-rate-limit/security/advisories/GHSA-46wh-pxpv-q5gq",
"url": "https://github.com/express-rate-limit/express-rate-limit/security/advisories/GHSA-46wh-pxpv-q5gq"
}
],
"release_date": "2026-03-07T05:19:08.206000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-01T18:20:27+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6404"
},
{
"category": "workaround",
"details": "Restrict network access to applications utilizing the express-rate-limit middleware to trusted clients or networks. Implementing firewall rules or network access controls can prevent untrusted actors from exploiting the shared rate-limit bucket vulnerability affecting IPv4-mapped IPv6 addresses on dual-stack servers.",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5ae8f465d29dd195934b13da6854989ba69508d9b1a42d8afcb2c7fe64d65090_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7c19bf21321a59e06b664f8b3300ba92492b025428c0a2afd8aaf1074e91778d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:be93e95a735d5193c3f459fd0e4b59d6a4972b1886e214951dc80e697ab41505_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:c8425cc65b52b3b3538036873f74e4fd9dbeec54254f95f94108003421f45b4e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5ae8f465d29dd195934b13da6854989ba69508d9b1a42d8afcb2c7fe64d65090_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7c19bf21321a59e06b664f8b3300ba92492b025428c0a2afd8aaf1074e91778d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:be93e95a735d5193c3f459fd0e4b59d6a4972b1886e214951dc80e697ab41505_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:c8425cc65b52b3b3538036873f74e4fd9dbeec54254f95f94108003421f45b4e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "express-rate-limit: express-rate-limit: Denial of Service for IPv4 clients due to incorrect IPv6 subnet masking"
},
{
"cve": "CVE-2026-30922",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2026-03-18T04:02:45.401296+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5ae8f465d29dd195934b13da6854989ba69508d9b1a42d8afcb2c7fe64d65090_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7c19bf21321a59e06b664f8b3300ba92492b025428c0a2afd8aaf1074e91778d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:be93e95a735d5193c3f459fd0e4b59d6a4972b1886e214951dc80e697ab41505_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:c8425cc65b52b3b3538036873f74e4fd9dbeec54254f95f94108003421f45b4e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2448553"
}
],
"notes": [
{
"category": "description",
"text": "An unbounded recursion flaw has been discovered in the pypi pyasn1 library. This uncontrolled recursion occurs when decoding ASN.1 data with deeply nested structures. An attacker can supply a crafted payload containing nested SEQUENCE (0x30) or SET (0x31) tags with Indefinite Length (0x80) markers. This forces the decoder to recursively call itself until the Python interpreter crashes with a RecursionError or consumes all available memory (OOM), crashing the host application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pyasn1: pyasn1 Vulnerable to Denial of Service via Unbounded Recursion",
"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": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64"
],
"known_not_affected": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5ae8f465d29dd195934b13da6854989ba69508d9b1a42d8afcb2c7fe64d65090_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7c19bf21321a59e06b664f8b3300ba92492b025428c0a2afd8aaf1074e91778d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:be93e95a735d5193c3f459fd0e4b59d6a4972b1886e214951dc80e697ab41505_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:c8425cc65b52b3b3538036873f74e4fd9dbeec54254f95f94108003421f45b4e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-30922"
},
{
"category": "external",
"summary": "RHBZ#2448553",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2448553"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-30922",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-30922"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-30922",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-30922"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/commit/25ad481c19fdb006e20485ef3fc2e5b3eff30ef0",
"url": "https://github.com/pyasn1/pyasn1/commit/25ad481c19fdb006e20485ef3fc2e5b3eff30ef0"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/security/advisories/GHSA-jr27-m4p2-rc6r",
"url": "https://github.com/pyasn1/pyasn1/security/advisories/GHSA-jr27-m4p2-rc6r"
}
],
"release_date": "2026-03-18T02:29:45.857000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-01T18:20:27+00:00",
"details": "Before applying this update, make sure all previously released errata relevant to your system have been applied.\nFor details on how to apply this update, refer to:\nhttps://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6404"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5ae8f465d29dd195934b13da6854989ba69508d9b1a42d8afcb2c7fe64d65090_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7c19bf21321a59e06b664f8b3300ba92492b025428c0a2afd8aaf1074e91778d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:be93e95a735d5193c3f459fd0e4b59d6a4972b1886e214951dc80e697ab41505_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:c8425cc65b52b3b3538036873f74e4fd9dbeec54254f95f94108003421f45b4e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.0"
},
"products": [
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:224ab5167af0fc5fc9a2a8b7137029ba57121cb81ea22a419d0ec4c40e8d784b_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:7dfd054c74d7a378e3ca424d09d7c01953ce6a6d104de3e4eca3d362d13c8f33_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:d26bca87c2018b489472f1f1d4dbc23f5edb75584f59ebde540345df3f055b5a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/aap-must-gather-rhel9@sha256:e43db60ae78ea52aa60425b0bcd13d5660a72a3e888baa043125040df3b1e499_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:1fee430fbd0bd7fe7397e49f8397f76413c76b32773d1abffed1d9864c7d9de3_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:75de2b87ea13dca25bdba78cb2fd40ab151849934ac29ca1f3ff2ccc10e66e14_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:97bf81197a5bbfce3f58968f45ce2f12d3cb0ba934f09e14e35df1658ce87011_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-builder-rhel9@sha256:db8e631f92329e1da78b76a7d510e6dace445aecdcba5b7d65896c4dde5b6d96_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:043c87b541b2325c404dfcb3a9dac7176e752ed0e5d86794a16173b6a6241847_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:417b2cd5d8606cda83728e77b110f1cd8ef3aaeeca0e5cecce3059dba1ee0264_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8522589f076c035e66b5a9ed86d527a20addd215ce5ba7d995875b4e00a1bd15_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/ansible-dev-tools-rhel9@sha256:8f6d6144ac73ba9f0133ca1303405cb9f28309cea10213ad2a6745fe91221075_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:040fdb42669fdffbf36816baa431fb75d622225ee3cf1e1125c9d3c9710276a5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:2e6151aad850692bc01a22f5c6c9bea03b7ffdaae81a19996ee5abbe4a6fe907_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:51d11fcc48ae07e3e31ba3d15ca9f8302511f9db7c9a906cd1fc503da4e56851_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9-operator@sha256:ee388c6cde6ddc916d0a727de14bf27aa2b4b276c10b252132ca3db00f4d5bc6_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:1936dbed39475b5705a0c9d858475ac0ab9b691bb2b5cbbbe096764250bd1b5a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:3851cd311b32f446bdb7dbd4edc9b3a44b091aa47e3fd2aaa181adbee24d5c44_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:5280259749ce19ade8a2c38d6c6df35e9b36885c78fa32fd21ac22ff9b6fae33_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/controller-rhel9@sha256:a490261dea13fa75a1c4aa0a175da144c26a5dc727dc542609c25655adeb8819_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:5b7d84bb78f87575c588bc0352de7ebe2ad76134612b7626eb3f2356987aa2cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:78c68b90d3d4e96228da6795470f25c8dabe7281b4acd8f73f582ef6e27782df_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:9e549ae5de2bfdde62a415e21472f2ce06bfc22be43f89b5ff3298e712d200fe_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-minimal-rhel9@sha256:c67254bbf63fe1220d58de04f36770afd4a6835a8903d03233310b13ed134a3b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:2c673483c46ff570b8295349c81cae38c26acc2482c13fc58b1871ccb2770166_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:94097cac68936281f364fae0e90f42b19a7bc7d8a35c77dca2c339eaf2b87f20_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:9de1fb1864a4cc20d35dd42b6c62d6e3d4438430ba944c35b9289eb429ac73c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/de-supported-rhel9@sha256:fa5dd987c4032dd4749f81e265456b1abd3063c2b134434c32006d4a124a9dca_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:2ea73fdfacf7292d0e081eb3b57d2d723ca76c729b0f58f21df1da3206a14d93_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:8c84e698460ab0d3464b754ede624586ba6325e67d82eb061b5ce39a4d2e64c1_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:f731c2beaa1e26a7056343691dcbfa293aa1482c0ab2d2975c76b9483cf18833_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9-operator@sha256:fe0b1298bb9dbe8b981b83ac31761c3cf174dbc5b6adc6e3df39e7a238349822_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:7469312b88732742feb5f2f37b6c71f3af5b2dc19ed79d4bca9d76fa7378e36c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:d0611098779c697a2d89003347f3fdf3654878e5bba75a43916fd25ac52b72ae_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:e4b5aabce6d95cb6084ef520884b45f11f78aeea0e6c696d7ef2aada7ed6f1f5_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-rhel9@sha256:f720d731ed73925d2e5b2eff3c2c821a0600352546577c5b45c087de78b6a95b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:4ff9668f5534af7c08b0027c6c6e48dd571fb1dc8331b9a3ede8f888394960e1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:64e94f45572136738b0d0d47688a4ec4e9412142d65763196dced360fe426b70_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:b8aefb470283f4020d7565bf18893144b77568a4bc7cee5c4307b39a69ef48b6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/eda-controller-ui-rhel9@sha256:f95849a65d7c218be6c34619a8c8502f213d96f745ff73525fa898560230cafd_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:021da3e8a0a608ea02313825524721dbab07075edd667a26cfcb2f3d74ae2b18_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:0cf30ea331a045608d69ff66003f19434daa1940179fdae26256df39a9073f45_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:5eb3f34a73fc52d81224ce6633de758082fbae3b814416cf535d9dad3cd4945f_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-proxy-rhel9@sha256:92c85eabe94b95c63307991c3881acbd34a808c4f34ca57c66a97550ee51b884_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:09c46d65ccff80c987fca5c83abca6e63edce8080c2c7fb0ef4ac5401672c0e6_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:7dd3351792b16a58a6f1f113e01daaf42937fa0c951a1f25f543c83b1ae97e99_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:c1829492bde010feeb674e9c0f80dfea8746e8090c8ee142cde17dc3b2f5ad41_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9-operator@sha256:f0e905a88c717e674b96a13545fbeda55c7cc265e0cda3ef8e01f9b06d18a478_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:01fd1e73fd125672778315487a4aa0ae13b7aac2b386d70facd7439d23ee0219_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:098cb05f8a5907e235746966a7918f03bf3a5d5435bc0b8dde7bf86460270fcc_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:2f5e577618a35a303e6df205e764af46c2a12f17072d0c806d1b532a5fb1491e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/gateway-rhel9@sha256:ed7a7ba7daf1a16a600af6cf4a875588a4647f5541cb309634aaba6614abf027_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:0b58c1f3d4fd2432ef54cc336f1ef6bd8862b264f90d7a98b593242ac710c76b_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:1bd5776057ca0f4440a9bdb96caf67589f30e7e90ad5eb6003ba1544bd2956a1_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:48216d04a33d8625ed1ae89581f29662e8820620227873d9b8200437c0634945_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9-operator@sha256:a89fe49e49cfd10c9a11420eee13a1c813524524435b51a5d2ee729f4114b951_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:5fa148a59fbc353c61b41544f5947ea654625ea5343a97ab84193c314e72c4b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a0977954bab9f309fa6c248ed10cf9362e5f2fe1092ff1e7eddaf5c73ea5ce71_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:a414eae477676d3ea422f07be4b3c5fe08c6090b7439a38a437e3ea83a2ecd54_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-rhel9@sha256:d204205c731ab29336afda6a28becce7500485001ca550ffd01432e9c0a291eb_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:46f1880b16c4455553bcbf6213f3097dc53a000249b8123d6689b1f5a88f698b_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:a1a7fbf38343192e58709e13327a5becd211ae5177d75a185e0cd07c9391b57a_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:d7f49d3167a98ac52aad4a34e039612ded06439cc3d2ed851fd6a5e88d175ac2_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/hub-web-rhel9@sha256:fad44c5cdfad40cae6acb29a6a543f1b830ca057f531263280a28ffffc5bd2c5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:111c3fa869282760a7408db240e5fbddd74816fa5ffc12578c267427eae8eb96_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:20ceae5ef8be4bc9ccc0e0f3b495a7f3f3bf5ba790dc4f91d33b063457974ca6_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:6c5f0d6ede717eb230efb7676cc320a96ab6667f81d8f0a52a22b5a3986de163_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-chatbot-rhel9@sha256:d17dce8e1cc199e35217043b9b80a0d748520cf40204713ba872b5ce14ebf7cc_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:2c628dddf76b660de5fd2c0ef6db0a92bc103b531590f1a2ac11bd6f9bae152e_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:387e24a93c680e8dea362f5dff8b75901f7db48a22c5edb9e653083e6f6f9713_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:b3414d0ae721e62fb7547d6b646b4c8cb8fdfc75e59a7fcdb0badacac06b4442_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9-operator@sha256:ccf651f792eb389d5cb6516728c6cc5a031e647de3a18cf5d51f3bd2819804b2_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:293b2d26b9a82fa6a55dafb4c594287838cae765c358f3bdfea5b89d83f0391e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:839fde96f80f9162c54b18bbbed747370feed4d0f285fe8c4da7e03341a87a35_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:b348d15239007fb45a4369d27d9b1cb38242d76b62bd5a007c92ccf48e4f7f76_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/lightspeed-rhel9@sha256:db0b40d9a8190c7598de5537df75c83923a48d1927d733ceef4764d35d8056d7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:355a13dd95069b23411aca550f6469ec0e62b917d95bc5b5f56d8f2c753ee6ab_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:3baaef08f478f90ed15a198ea0abee08dabbf0575eb2b7f6c8920964100aecfa_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:59bc52014bcc2207b6e08fadacebb28b27366ae96288f0d136bb48e5faa58283_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/mcp-tools-rhel9@sha256:7510d2566f94e33ef189efd5d92a9e213c5cf50610765c255160851538cb7082_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:1e6643af195008a5171926830de560512977f2063b6b0d54fb06f74b0b2bce5c_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:85a7baa49a787b787643a5198040e4a631347b155c3ba666a3459dc3fbb6b3a7_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:a2499454156bdd8ab363fd318636752971ba953a1c13bf7c1a8a58ac5e986ea7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-rhel9-operator@sha256:bc51280e45f6375ca3d45d859161790934ef76ed59c747a2960720d58c7ee219_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:06974eece4bf83ef269de0d2d4b7c517a33ae2898a754ed74145e52dde32e3f9_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:07272286ddb11fdb19ae250d8fb5a02805961fd3bf22c7429ff3c1e9ea277f03_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:8e17441166eca872b54b71b57bf9699fd7d2ba4ccad9a36e36eb9e16873ba406_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/platform-resource-runner-rhel9@sha256:f0bc302bdd30b28257768ad3756173b4bc63c2d11b3d673e3df4bfa596224b51_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:8626376c1e33391f72ce9f403534a1b1f707b80f228d2a712f143157603662b7_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:96f1b9aeb408a4ace581f1f6258b6b2d2027101b336c2a653fadb1cf56439b5c_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:cb14d3cf5e8ae456a835826c88479341f08c4914c93de9f35a3c05092853a773_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-26/receptor-rhel9@sha256:f00b87dd79fb1e56c8f4368026c9aed45ab5febe832bd98a7c718f965ab6656c_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2a6bb1683b692eb0ae3afbd09d13626e044e4bc23c139a3c5ec8311db7c28c8a_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:2f6aa2305f39966d2652d795643172d947e1dd017443ed4d5a3e4a700874650d_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:4ac195ebfff24eb940914cc01a75fcb3d1d09aa7ec6ddfe9fcb439c03a8196b5_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/mcp-server-rhel9@sha256:6375a3333e8e8443dd702ed5235ddf9b3b6578a6024a917455fdd82f1f38d004_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:5ae8f465d29dd195934b13da6854989ba69508d9b1a42d8afcb2c7fe64d65090_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:7c19bf21321a59e06b664f8b3300ba92492b025428c0a2afd8aaf1074e91778d_ppc64le",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:be93e95a735d5193c3f459fd0e4b59d6a4972b1886e214951dc80e697ab41505_arm64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform-tech-preview/metrics-service-rhel9@sha256:c8425cc65b52b3b3538036873f74e4fd9dbeec54254f95f94108003421f45b4e_s390x",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:79abdf5f9c95b6792765db2b69c8b6cb68eef889674d39203080044bee5fc556_amd64",
"Red Hat Ansible Automation Platform 2.6:registry.redhat.io/ansible-automation-platform/platform-operator-bundle@sha256:f27581c3a84be7fc387d230aad9e3922caac3f5c59aff779a60aa149877f48e1_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "pyasn1: pyasn1 Vulnerable to Denial of Service via Unbounded Recursion"
}
]
}
RHSA-2026:6277
Vulnerability from csaf_redhat - Published: 2026-03-31 16:12 - Updated: 2026-04-10 22:24A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.
A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.
A flaw was found in ajv. When the $data option is enabled, the value of the pattern keyword is passed directly to the JavaScript RegExp() constructor without sufficient validation. An attacker able to supply a malicious regular expression pattern can trigger a ReDoS (Regular Expression Denial of Service), causing the application to become unresponsive and resulting in a denial of service.
A denial of service flaw has been discovered in the Axios npm package. the mergeConfig function in axios crashes with a TypeError when processing configuration objects containing __proto__ as an own property. An attacker can trigger this by providing a malicious configuration object created via JSON.parse(), causing complete denial of service.
A flaw was found the Pillow Python imaging library. Providing a specially crafted PSD image may lead to an out-of-bounds write. This could potentially allow for arbitrary code execution or information disclosure.
A flaw was found in minimatch. A remote attacker could exploit this vulnerability by providing a specially crafted glob expression with nested unbounded quantifiers. This could lead to catastrophic backtracking in the V8 JavaScript engine, causing the application to become unresponsive and resulting in a Denial of Service (DoS).
A flaw was found in SVGO, an SVG (Scalable Vector Graphics) Optimizer. This vulnerability allows a remote attacker to cause a Denial of Service (DoS) by submitting a specially crafted XML file. The application's failure to properly guard against XML entity expansion or recursion can lead to the Node.js process consuming excessive memory and crashing.
| URL | Category | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update is now available for Red Hat Ansible Automation Platform 2.6\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat Ansible Automation Platform provides an enterprise framework for building, deploying and managing IT automation at scale. IT Managers can provide top-down guidelines on how automation is applied to individual teams, while automation developers retain the freedom to write tasks that leverage existing knowledge without the overhead. Ansible Automation Platform makes it possible for users across an organization to share, vet, and manage automation content by means of a simple, powerful, and agentless language.\n\nSecurity Fix(es):\n\n* automation-gateway-proxy: Unexpected session resumption in crypto/tls (CVE-2025-68121)\n* automation-gateway-proxy: Memory exhaustion in query parameter parsing in net/url (CVE-2025-61726)\n* automation-platform-ui: SVGO: Denial of Service via XML entity expansion (CVE-2026-29074)\n* automation-platform-ui: Minimatch: Denial of Service via catastrophic backtracking in glob expressions (CVE-2026-27904)\n* automation-platform-ui: ReDoS via $data reference (CVE-2025-69873)\n* automation-platform-ui: Axios affected by Denial of Service via __proto__ Key in mergeConfig (CVE-2026-25639)\n* python3.12-pillow: Pillow: Out-of-bounds Write via Specially Crafted PSD Image (CVE-2026-25990)\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\nIMPORTANT: All users must download the latest version of the installer. Attempting to install or upgrade with a previous version of the installer could result in failure.\n\nFor details about this release, refer to the release notes listed in the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:6277",
"url": "https://access.redhat.com/errata/RHSA-2026:6277"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#important",
"url": "https://access.redhat.com/security/updates/classification/#important"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6/html/release_notes/patch_releases",
"url": "https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6/html/release_notes/patch_releases"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade",
"url": "https://docs.redhat.com/en/documentation/red_hat_ansible_automation_platform/2.6#Upgrade"
},
{
"category": "external",
"summary": "2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "external",
"summary": "2438237",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2438237"
},
{
"category": "external",
"summary": "2439070",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2439070"
},
{
"category": "external",
"summary": "2439170",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2439170"
},
{
"category": "external",
"summary": "2442922",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2442922"
},
{
"category": "external",
"summary": "2445132",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445132"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_6277.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Ansible Automation Platform 2.6 Product Security and Bug Fix Update",
"tracking": {
"current_release_date": "2026-04-10T22:24:28+00:00",
"generator": {
"date": "2026-04-10T22:24:28+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.5"
}
},
"id": "RHSA-2026:6277",
"initial_release_date": "2026-03-31T16:12:45+00:00",
"revision_history": [
{
"date": "2026-03-31T16:12:45+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-03-31T16:12:45+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-10T22:24:28+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product": {
"name": "Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ansible_automation_platform:2.6::el9"
}
}
},
{
"category": "product_name",
"name": "Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product": {
"name": "Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ansible_automation_platform_developer:2.6::el9"
}
}
},
{
"category": "product_name",
"name": "Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product": {
"name": "Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ansible_automation_platform_inside:2.6::el9"
}
}
},
{
"category": "product_name",
"name": "Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product": {
"name": "Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ansible_automation_platform:2.6::el10"
}
}
},
{
"category": "product_name",
"name": "Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product": {
"name": "Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6-Developer-1.3",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ansible_automation_platform_developer:2.6::el10"
}
}
}
],
"category": "product_family",
"name": "Red Hat Ansible Automation Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "aap-metrics-utility-0:0.6.3-3.el9ap.src",
"product": {
"name": "aap-metrics-utility-0:0.6.3-3.el9ap.src",
"product_id": "aap-metrics-utility-0:0.6.3-3.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aap-metrics-utility@0.6.3-3.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.src",
"product": {
"name": "python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.src",
"product_id": "python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-django-ansible-base@2.6.20260325-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3.12-pillow-0:12.1.1-1.el9ap.src",
"product": {
"name": "python3.12-pillow-0:12.1.1-1.el9ap.src",
"product_id": "python3.12-pillow-0:12.1.1-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pillow@12.1.1-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3.12-pulp-ansible-1:0.25.4-1.el9ap.src",
"product": {
"name": "python3.12-pulp-ansible-1:0.25.4-1.el9ap.src",
"product_id": "python3.12-pulp-ansible-1:0.25.4-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pulp-ansible@0.25.4-1.el9ap?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "python3.12-pulpcore-0:3.49.54-1.el9ap.src",
"product": {
"name": "python3.12-pulpcore-0:3.49.54-1.el9ap.src",
"product_id": "python3.12-pulpcore-0:3.49.54-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pulpcore@3.49.54-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3.12-django-filter-0:25.2-1.el9ap.src",
"product": {
"name": "python3.12-django-filter-0:25.2-1.el9ap.src",
"product_id": "python3.12-django-filter-0:25.2-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-django-filter@25.2-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3.12-asgiref-0:3.11.1-1.el9ap.src",
"product": {
"name": "python3.12-asgiref-0:3.11.1-1.el9ap.src",
"product_id": "python3.12-asgiref-0:3.11.1-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-asgiref@3.11.1-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3.12-channels-0:4.3.2-1.el9ap.src",
"product": {
"name": "python3.12-channels-0:4.3.2-1.el9ap.src",
"product_id": "python3.12-channels-0:4.3.2-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-channels@4.3.2-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3.12-drf-spectacular-0:0.29.0-1.el9ap.src",
"product": {
"name": "python3.12-drf-spectacular-0:0.29.0-1.el9ap.src",
"product_id": "python3.12-drf-spectacular-0:0.29.0-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-drf-spectacular@0.29.0-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3.12-django-0:5.2.12-1.el9ap.src",
"product": {
"name": "python3.12-django-0:5.2.12-1.el9ap.src",
"product_id": "python3.12-django-0:5.2.12-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-django@5.2.12-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "ansible-core-1:2.16.17-1.el9ap.src",
"product": {
"name": "ansible-core-1:2.16.17-1.el9ap.src",
"product_id": "ansible-core-1:2.16.17-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansible-core@2.16.17-1.el9ap?arch=src\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "receptor-0:1.6.4-1.el9ap.src",
"product": {
"name": "receptor-0:1.6.4-1.el9ap.src",
"product_id": "receptor-0:1.6.4-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor@1.6.4-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "automation-platform-ui-0:2.6.7-1.el9ap.src",
"product": {
"name": "automation-platform-ui-0:2.6.7-1.el9ap.src",
"product_id": "automation-platform-ui-0:2.6.7-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-platform-ui@2.6.7-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-0:2.6.14-1.el9.src",
"product": {
"name": "automation-gateway-proxy-0:2.6.14-1.el9.src",
"product_id": "automation-gateway-proxy-0:2.6.14-1.el9.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy@2.6.14-1.el9?arch=src"
}
}
},
{
"category": "product_version",
"name": "automation-eda-controller-0:1.2.7-1.el9ap.src",
"product": {
"name": "automation-eda-controller-0:1.2.7-1.el9ap.src",
"product_id": "automation-eda-controller-0:1.2.7-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-eda-controller@1.2.7-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "automation-hub-0:4.11.7-1.el9ap.src",
"product": {
"name": "automation-hub-0:4.11.7-1.el9ap.src",
"product_id": "automation-hub-0:4.11.7-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-hub@4.11.7-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "ansible-rulebook-0:1.2.2-1.el9ap.src",
"product": {
"name": "ansible-rulebook-0:1.2.2-1.el9ap.src",
"product_id": "ansible-rulebook-0:1.2.2-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansible-rulebook@1.2.2-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "automation-controller-0:4.7.10-2.el9ap.src",
"product": {
"name": "automation-controller-0:4.7.10-2.el9ap.src",
"product_id": "automation-controller-0:4.7.10-2.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.7.10-2.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-0:2.6.20260325-2.el9ap.src",
"product": {
"name": "automation-gateway-0:2.6.20260325-2.el9ap.src",
"product_id": "automation-gateway-0:2.6.20260325-2.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway@2.6.20260325-2.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-installer-0:2.6-6.1.el9ap.src",
"product": {
"name": "ansible-automation-platform-installer-0:2.6-6.1.el9ap.src",
"product_id": "ansible-automation-platform-installer-0:2.6-6.1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansible-automation-platform-installer@2.6-6.1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3.12-galaxy-ng-0:4.11.7-2.el9ap.src",
"product": {
"name": "python3.12-galaxy-ng-0:4.11.7-2.el9ap.src",
"product_id": "python3.12-galaxy-ng-0:4.11.7-2.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-galaxy-ng@4.11.7-2.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python3.12-pulp-container-0:2.19.8-1.el9ap.src",
"product": {
"name": "python3.12-pulp-container-0:2.19.8-1.el9ap.src",
"product_id": "python3.12-pulp-container-0:2.19.8-1.el9ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pulp-container@2.19.8-1.el9ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "ansible-core-2:2.16.17-2.el10ap.src",
"product": {
"name": "ansible-core-2:2.16.17-2.el10ap.src",
"product_id": "ansible-core-2:2.16.17-2.el10ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansible-core@2.16.17-2.el10ap?arch=src\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python-asgiref-0:3.11.1-2.el10ap.src",
"product": {
"name": "python-asgiref-0:3.11.1-2.el10ap.src",
"product_id": "python-asgiref-0:3.11.1-2.el10ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-asgiref@3.11.1-2.el10ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "python-django-0:5.2.12-2.el10ap.src",
"product": {
"name": "python-django-0:5.2.12-2.el10ap.src",
"product_id": "python-django-0:5.2.12-2.el10ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python-django@5.2.12-2.el10ap?arch=src"
}
}
},
{
"category": "product_version",
"name": "receptor-0:1.6.4-2.el10ap.src",
"product": {
"name": "receptor-0:1.6.4-2.el10ap.src",
"product_id": "receptor-0:1.6.4-2.el10ap.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor@1.6.4-2.el10ap?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "aap-metrics-utility-0:0.6.3-3.el9ap.x86_64",
"product": {
"name": "aap-metrics-utility-0:0.6.3-3.el9ap.x86_64",
"product_id": "aap-metrics-utility-0:0.6.3-3.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aap-metrics-utility@0.6.3-3.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-pillow-0:12.1.1-1.el9ap.x86_64",
"product": {
"name": "python3.12-pillow-0:12.1.1-1.el9ap.x86_64",
"product_id": "python3.12-pillow-0:12.1.1-1.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pillow@12.1.1-1.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-pillow-debugsource-0:12.1.1-1.el9ap.x86_64",
"product": {
"name": "python3.12-pillow-debugsource-0:12.1.1-1.el9ap.x86_64",
"product_id": "python3.12-pillow-debugsource-0:12.1.1-1.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pillow-debugsource@12.1.1-1.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.x86_64",
"product": {
"name": "python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.x86_64",
"product_id": "python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pillow-debuginfo@12.1.1-1.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "receptor-0:1.6.4-1.el9ap.x86_64",
"product": {
"name": "receptor-0:1.6.4-1.el9ap.x86_64",
"product_id": "receptor-0:1.6.4-1.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor@1.6.4-1.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"product": {
"name": "receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"product_id": "receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor-debugsource@1.6.4-1.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"product": {
"name": "receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"product_id": "receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor-debuginfo@1.6.4-1.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-0:2.6.14-1.el9.x86_64",
"product": {
"name": "automation-gateway-proxy-0:2.6.14-1.el9.x86_64",
"product_id": "automation-gateway-proxy-0:2.6.14-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy@2.6.14-1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-server-0:2.6.14-1.el9.x86_64",
"product": {
"name": "automation-gateway-proxy-server-0:2.6.14-1.el9.x86_64",
"product_id": "automation-gateway-proxy-server-0:2.6.14-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy-server@2.6.14-1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-debugsource-0:2.6.14-1.el9.x86_64",
"product": {
"name": "automation-gateway-proxy-debugsource-0:2.6.14-1.el9.x86_64",
"product_id": "automation-gateway-proxy-debugsource-0:2.6.14-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy-debugsource@2.6.14-1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.x86_64",
"product": {
"name": "automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.x86_64",
"product_id": "automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy-server-debuginfo@2.6.14-1.el9?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "automation-controller-0:4.7.10-2.el9ap.x86_64",
"product": {
"name": "automation-controller-0:4.7.10-2.el9ap.x86_64",
"product_id": "automation-controller-0:4.7.10-2.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.7.10-2.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "automation-controller-venv-tower-0:4.7.10-2.el9ap.x86_64",
"product": {
"name": "automation-controller-venv-tower-0:4.7.10-2.el9ap.x86_64",
"product_id": "automation-controller-venv-tower-0:4.7.10-2.el9ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.7.10-2.el9ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "receptor-0:1.6.4-2.el10ap.x86_64",
"product": {
"name": "receptor-0:1.6.4-2.el10ap.x86_64",
"product_id": "receptor-0:1.6.4-2.el10ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor@1.6.4-2.el10ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "receptor-debugsource-0:1.6.4-2.el10ap.x86_64",
"product": {
"name": "receptor-debugsource-0:1.6.4-2.el10ap.x86_64",
"product_id": "receptor-debugsource-0:1.6.4-2.el10ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor-debugsource@1.6.4-2.el10ap?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "receptor-debuginfo-0:1.6.4-2.el10ap.x86_64",
"product": {
"name": "receptor-debuginfo-0:1.6.4-2.el10ap.x86_64",
"product_id": "receptor-debuginfo-0:1.6.4-2.el10ap.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor-debuginfo@1.6.4-2.el10ap?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "aap-metrics-utility-0:0.6.3-3.el9ap.ppc64le",
"product": {
"name": "aap-metrics-utility-0:0.6.3-3.el9ap.ppc64le",
"product_id": "aap-metrics-utility-0:0.6.3-3.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aap-metrics-utility@0.6.3-3.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-pillow-0:12.1.1-1.el9ap.ppc64le",
"product": {
"name": "python3.12-pillow-0:12.1.1-1.el9ap.ppc64le",
"product_id": "python3.12-pillow-0:12.1.1-1.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pillow@12.1.1-1.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-pillow-debugsource-0:12.1.1-1.el9ap.ppc64le",
"product": {
"name": "python3.12-pillow-debugsource-0:12.1.1-1.el9ap.ppc64le",
"product_id": "python3.12-pillow-debugsource-0:12.1.1-1.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pillow-debugsource@12.1.1-1.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.ppc64le",
"product": {
"name": "python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.ppc64le",
"product_id": "python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pillow-debuginfo@12.1.1-1.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "receptor-0:1.6.4-1.el9ap.ppc64le",
"product": {
"name": "receptor-0:1.6.4-1.el9ap.ppc64le",
"product_id": "receptor-0:1.6.4-1.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor@1.6.4-1.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"product": {
"name": "receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"product_id": "receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor-debugsource@1.6.4-1.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"product": {
"name": "receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"product_id": "receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor-debuginfo@1.6.4-1.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-0:2.6.14-1.el9.ppc64le",
"product": {
"name": "automation-gateway-proxy-0:2.6.14-1.el9.ppc64le",
"product_id": "automation-gateway-proxy-0:2.6.14-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy@2.6.14-1.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-server-0:2.6.14-1.el9.ppc64le",
"product": {
"name": "automation-gateway-proxy-server-0:2.6.14-1.el9.ppc64le",
"product_id": "automation-gateway-proxy-server-0:2.6.14-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy-server@2.6.14-1.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-debugsource-0:2.6.14-1.el9.ppc64le",
"product": {
"name": "automation-gateway-proxy-debugsource-0:2.6.14-1.el9.ppc64le",
"product_id": "automation-gateway-proxy-debugsource-0:2.6.14-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy-debugsource@2.6.14-1.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.ppc64le",
"product": {
"name": "automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.ppc64le",
"product_id": "automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy-server-debuginfo@2.6.14-1.el9?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "automation-controller-0:4.7.10-2.el9ap.ppc64le",
"product": {
"name": "automation-controller-0:4.7.10-2.el9ap.ppc64le",
"product_id": "automation-controller-0:4.7.10-2.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.7.10-2.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "automation-controller-venv-tower-0:4.7.10-2.el9ap.ppc64le",
"product": {
"name": "automation-controller-venv-tower-0:4.7.10-2.el9ap.ppc64le",
"product_id": "automation-controller-venv-tower-0:4.7.10-2.el9ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.7.10-2.el9ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "receptor-0:1.6.4-2.el10ap.ppc64le",
"product": {
"name": "receptor-0:1.6.4-2.el10ap.ppc64le",
"product_id": "receptor-0:1.6.4-2.el10ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor@1.6.4-2.el10ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "receptor-debugsource-0:1.6.4-2.el10ap.ppc64le",
"product": {
"name": "receptor-debugsource-0:1.6.4-2.el10ap.ppc64le",
"product_id": "receptor-debugsource-0:1.6.4-2.el10ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor-debugsource@1.6.4-2.el10ap?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "receptor-debuginfo-0:1.6.4-2.el10ap.ppc64le",
"product": {
"name": "receptor-debuginfo-0:1.6.4-2.el10ap.ppc64le",
"product_id": "receptor-debuginfo-0:1.6.4-2.el10ap.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor-debuginfo@1.6.4-2.el10ap?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "aap-metrics-utility-0:0.6.3-3.el9ap.s390x",
"product": {
"name": "aap-metrics-utility-0:0.6.3-3.el9ap.s390x",
"product_id": "aap-metrics-utility-0:0.6.3-3.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aap-metrics-utility@0.6.3-3.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-pillow-0:12.1.1-1.el9ap.s390x",
"product": {
"name": "python3.12-pillow-0:12.1.1-1.el9ap.s390x",
"product_id": "python3.12-pillow-0:12.1.1-1.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pillow@12.1.1-1.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-pillow-debugsource-0:12.1.1-1.el9ap.s390x",
"product": {
"name": "python3.12-pillow-debugsource-0:12.1.1-1.el9ap.s390x",
"product_id": "python3.12-pillow-debugsource-0:12.1.1-1.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pillow-debugsource@12.1.1-1.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.s390x",
"product": {
"name": "python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.s390x",
"product_id": "python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pillow-debuginfo@12.1.1-1.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "receptor-0:1.6.4-1.el9ap.s390x",
"product": {
"name": "receptor-0:1.6.4-1.el9ap.s390x",
"product_id": "receptor-0:1.6.4-1.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor@1.6.4-1.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"product": {
"name": "receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"product_id": "receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor-debugsource@1.6.4-1.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"product": {
"name": "receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"product_id": "receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor-debuginfo@1.6.4-1.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-0:2.6.14-1.el9.s390x",
"product": {
"name": "automation-gateway-proxy-0:2.6.14-1.el9.s390x",
"product_id": "automation-gateway-proxy-0:2.6.14-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy@2.6.14-1.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-server-0:2.6.14-1.el9.s390x",
"product": {
"name": "automation-gateway-proxy-server-0:2.6.14-1.el9.s390x",
"product_id": "automation-gateway-proxy-server-0:2.6.14-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy-server@2.6.14-1.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-debugsource-0:2.6.14-1.el9.s390x",
"product": {
"name": "automation-gateway-proxy-debugsource-0:2.6.14-1.el9.s390x",
"product_id": "automation-gateway-proxy-debugsource-0:2.6.14-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy-debugsource@2.6.14-1.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.s390x",
"product": {
"name": "automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.s390x",
"product_id": "automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy-server-debuginfo@2.6.14-1.el9?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "automation-controller-0:4.7.10-2.el9ap.s390x",
"product": {
"name": "automation-controller-0:4.7.10-2.el9ap.s390x",
"product_id": "automation-controller-0:4.7.10-2.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.7.10-2.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "automation-controller-venv-tower-0:4.7.10-2.el9ap.s390x",
"product": {
"name": "automation-controller-venv-tower-0:4.7.10-2.el9ap.s390x",
"product_id": "automation-controller-venv-tower-0:4.7.10-2.el9ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.7.10-2.el9ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "receptor-0:1.6.4-2.el10ap.s390x",
"product": {
"name": "receptor-0:1.6.4-2.el10ap.s390x",
"product_id": "receptor-0:1.6.4-2.el10ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor@1.6.4-2.el10ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "receptor-debugsource-0:1.6.4-2.el10ap.s390x",
"product": {
"name": "receptor-debugsource-0:1.6.4-2.el10ap.s390x",
"product_id": "receptor-debugsource-0:1.6.4-2.el10ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor-debugsource@1.6.4-2.el10ap?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "receptor-debuginfo-0:1.6.4-2.el10ap.s390x",
"product": {
"name": "receptor-debuginfo-0:1.6.4-2.el10ap.s390x",
"product_id": "receptor-debuginfo-0:1.6.4-2.el10ap.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor-debuginfo@1.6.4-2.el10ap?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "aap-metrics-utility-0:0.6.3-3.el9ap.aarch64",
"product": {
"name": "aap-metrics-utility-0:0.6.3-3.el9ap.aarch64",
"product_id": "aap-metrics-utility-0:0.6.3-3.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/aap-metrics-utility@0.6.3-3.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-pillow-0:12.1.1-1.el9ap.aarch64",
"product": {
"name": "python3.12-pillow-0:12.1.1-1.el9ap.aarch64",
"product_id": "python3.12-pillow-0:12.1.1-1.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pillow@12.1.1-1.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-pillow-debugsource-0:12.1.1-1.el9ap.aarch64",
"product": {
"name": "python3.12-pillow-debugsource-0:12.1.1-1.el9ap.aarch64",
"product_id": "python3.12-pillow-debugsource-0:12.1.1-1.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pillow-debugsource@12.1.1-1.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.aarch64",
"product": {
"name": "python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.aarch64",
"product_id": "python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pillow-debuginfo@12.1.1-1.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "receptor-0:1.6.4-1.el9ap.aarch64",
"product": {
"name": "receptor-0:1.6.4-1.el9ap.aarch64",
"product_id": "receptor-0:1.6.4-1.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor@1.6.4-1.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"product": {
"name": "receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"product_id": "receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor-debugsource@1.6.4-1.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"product": {
"name": "receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"product_id": "receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor-debuginfo@1.6.4-1.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-0:2.6.14-1.el9.aarch64",
"product": {
"name": "automation-gateway-proxy-0:2.6.14-1.el9.aarch64",
"product_id": "automation-gateway-proxy-0:2.6.14-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy@2.6.14-1.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-server-0:2.6.14-1.el9.aarch64",
"product": {
"name": "automation-gateway-proxy-server-0:2.6.14-1.el9.aarch64",
"product_id": "automation-gateway-proxy-server-0:2.6.14-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy-server@2.6.14-1.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-debugsource-0:2.6.14-1.el9.aarch64",
"product": {
"name": "automation-gateway-proxy-debugsource-0:2.6.14-1.el9.aarch64",
"product_id": "automation-gateway-proxy-debugsource-0:2.6.14-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy-debugsource@2.6.14-1.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.aarch64",
"product": {
"name": "automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.aarch64",
"product_id": "automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-proxy-server-debuginfo@2.6.14-1.el9?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "automation-controller-0:4.7.10-2.el9ap.aarch64",
"product": {
"name": "automation-controller-0:4.7.10-2.el9ap.aarch64",
"product_id": "automation-controller-0:4.7.10-2.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller@4.7.10-2.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "automation-controller-venv-tower-0:4.7.10-2.el9ap.aarch64",
"product": {
"name": "automation-controller-venv-tower-0:4.7.10-2.el9ap.aarch64",
"product_id": "automation-controller-venv-tower-0:4.7.10-2.el9ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-venv-tower@4.7.10-2.el9ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "receptor-0:1.6.4-2.el10ap.aarch64",
"product": {
"name": "receptor-0:1.6.4-2.el10ap.aarch64",
"product_id": "receptor-0:1.6.4-2.el10ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor@1.6.4-2.el10ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "receptor-debugsource-0:1.6.4-2.el10ap.aarch64",
"product": {
"name": "receptor-debugsource-0:1.6.4-2.el10ap.aarch64",
"product_id": "receptor-debugsource-0:1.6.4-2.el10ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor-debugsource@1.6.4-2.el10ap?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "receptor-debuginfo-0:1.6.4-2.el10ap.aarch64",
"product": {
"name": "receptor-debuginfo-0:1.6.4-2.el10ap.aarch64",
"product_id": "receptor-debuginfo-0:1.6.4-2.el10ap.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptor-debuginfo@1.6.4-2.el10ap?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "python3.12-django-ansible-base+activitystream-0:2.6.20260325-1.el9ap.noarch",
"product": {
"name": "python3.12-django-ansible-base+activitystream-0:2.6.20260325-1.el9ap.noarch",
"product_id": "python3.12-django-ansible-base+activitystream-0:2.6.20260325-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-django-ansible-base%2Bactivitystream@2.6.20260325-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.12-django-ansible-base+api_documentation-0:2.6.20260325-1.el9ap.noarch",
"product": {
"name": "python3.12-django-ansible-base+api_documentation-0:2.6.20260325-1.el9ap.noarch",
"product_id": "python3.12-django-ansible-base+api_documentation-0:2.6.20260325-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-django-ansible-base%2Bapi_documentation@2.6.20260325-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.12-django-ansible-base+authentication-0:2.6.20260325-1.el9ap.noarch",
"product": {
"name": "python3.12-django-ansible-base+authentication-0:2.6.20260325-1.el9ap.noarch",
"product_id": "python3.12-django-ansible-base+authentication-0:2.6.20260325-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-django-ansible-base%2Bauthentication@2.6.20260325-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.12-django-ansible-base+channel_auth-0:2.6.20260325-1.el9ap.noarch",
"product": {
"name": "python3.12-django-ansible-base+channel_auth-0:2.6.20260325-1.el9ap.noarch",
"product_id": "python3.12-django-ansible-base+channel_auth-0:2.6.20260325-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-django-ansible-base%2Bchannel_auth@2.6.20260325-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.12-django-ansible-base+feature_flags-0:2.6.20260325-1.el9ap.noarch",
"product": {
"name": "python3.12-django-ansible-base+feature_flags-0:2.6.20260325-1.el9ap.noarch",
"product_id": "python3.12-django-ansible-base+feature_flags-0:2.6.20260325-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-django-ansible-base%2Bfeature_flags@2.6.20260325-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.12-django-ansible-base+jwt_consumer-0:2.6.20260325-1.el9ap.noarch",
"product": {
"name": "python3.12-django-ansible-base+jwt_consumer-0:2.6.20260325-1.el9ap.noarch",
"product_id": "python3.12-django-ansible-base+jwt_consumer-0:2.6.20260325-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-django-ansible-base%2Bjwt_consumer@2.6.20260325-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.12-django-ansible-base+oauth2_provider-0:2.6.20260325-1.el9ap.noarch",
"product": {
"name": "python3.12-django-ansible-base+oauth2_provider-0:2.6.20260325-1.el9ap.noarch",
"product_id": "python3.12-django-ansible-base+oauth2_provider-0:2.6.20260325-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-django-ansible-base%2Boauth2_provider@2.6.20260325-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.12-django-ansible-base+rbac-0:2.6.20260325-1.el9ap.noarch",
"product": {
"name": "python3.12-django-ansible-base+rbac-0:2.6.20260325-1.el9ap.noarch",
"product_id": "python3.12-django-ansible-base+rbac-0:2.6.20260325-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-django-ansible-base%2Brbac@2.6.20260325-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.12-django-ansible-base+redis_client-0:2.6.20260325-1.el9ap.noarch",
"product": {
"name": "python3.12-django-ansible-base+redis_client-0:2.6.20260325-1.el9ap.noarch",
"product_id": "python3.12-django-ansible-base+redis_client-0:2.6.20260325-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-django-ansible-base%2Bredis_client@2.6.20260325-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.12-django-ansible-base+resource_registry-0:2.6.20260325-1.el9ap.noarch",
"product": {
"name": "python3.12-django-ansible-base+resource_registry-0:2.6.20260325-1.el9ap.noarch",
"product_id": "python3.12-django-ansible-base+resource_registry-0:2.6.20260325-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-django-ansible-base%2Bresource_registry@2.6.20260325-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.12-django-ansible-base+rest_filters-0:2.6.20260325-1.el9ap.noarch",
"product": {
"name": "python3.12-django-ansible-base+rest_filters-0:2.6.20260325-1.el9ap.noarch",
"product_id": "python3.12-django-ansible-base+rest_filters-0:2.6.20260325-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-django-ansible-base%2Brest_filters@2.6.20260325-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.noarch",
"product": {
"name": "python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.noarch",
"product_id": "python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-django-ansible-base@2.6.20260325-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.12-pulp-ansible-1:0.25.4-1.el9ap.noarch",
"product": {
"name": "python3.12-pulp-ansible-1:0.25.4-1.el9ap.noarch",
"product_id": "python3.12-pulp-ansible-1:0.25.4-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pulp-ansible@0.25.4-1.el9ap?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "python3.12-pulpcore-0:3.49.54-1.el9ap.noarch",
"product": {
"name": "python3.12-pulpcore-0:3.49.54-1.el9ap.noarch",
"product_id": "python3.12-pulpcore-0:3.49.54-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pulpcore@3.49.54-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.12-django-filter-0:25.2-1.el9ap.noarch",
"product": {
"name": "python3.12-django-filter-0:25.2-1.el9ap.noarch",
"product_id": "python3.12-django-filter-0:25.2-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-django-filter@25.2-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.12-asgiref-0:3.11.1-1.el9ap.noarch",
"product": {
"name": "python3.12-asgiref-0:3.11.1-1.el9ap.noarch",
"product_id": "python3.12-asgiref-0:3.11.1-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-asgiref@3.11.1-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.12-channels+daphne-0:4.3.2-1.el9ap.noarch",
"product": {
"name": "python3.12-channels+daphne-0:4.3.2-1.el9ap.noarch",
"product_id": "python3.12-channels+daphne-0:4.3.2-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-channels%2Bdaphne@4.3.2-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.12-channels-0:4.3.2-1.el9ap.noarch",
"product": {
"name": "python3.12-channels-0:4.3.2-1.el9ap.noarch",
"product_id": "python3.12-channels-0:4.3.2-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-channels@4.3.2-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.12-drf-spectacular-0:0.29.0-1.el9ap.noarch",
"product": {
"name": "python3.12-drf-spectacular-0:0.29.0-1.el9ap.noarch",
"product_id": "python3.12-drf-spectacular-0:0.29.0-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-drf-spectacular@0.29.0-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.12-django-0:5.2.12-1.el9ap.noarch",
"product": {
"name": "python3.12-django-0:5.2.12-1.el9ap.noarch",
"product_id": "python3.12-django-0:5.2.12-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-django@5.2.12-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "ansible-core-1:2.16.17-1.el9ap.noarch",
"product": {
"name": "ansible-core-1:2.16.17-1.el9ap.noarch",
"product_id": "ansible-core-1:2.16.17-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansible-core@2.16.17-1.el9ap?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "ansible-test-1:2.16.17-1.el9ap.noarch",
"product": {
"name": "ansible-test-1:2.16.17-1.el9ap.noarch",
"product_id": "ansible-test-1:2.16.17-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansible-test@2.16.17-1.el9ap?arch=noarch\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "receptorctl-0:1.6.4-1.el9ap.noarch",
"product": {
"name": "receptorctl-0:1.6.4-1.el9ap.noarch",
"product_id": "receptorctl-0:1.6.4-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptorctl@1.6.4-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-platform-ui-0:2.6.7-1.el9ap.noarch",
"product": {
"name": "automation-platform-ui-0:2.6.7-1.el9ap.noarch",
"product_id": "automation-platform-ui-0:2.6.7-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-platform-ui@2.6.7-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-eda-controller-0:1.2.7-1.el9ap.noarch",
"product": {
"name": "automation-eda-controller-0:1.2.7-1.el9ap.noarch",
"product_id": "automation-eda-controller-0:1.2.7-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-eda-controller@1.2.7-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-eda-controller-base-0:1.2.7-1.el9ap.noarch",
"product": {
"name": "automation-eda-controller-base-0:1.2.7-1.el9ap.noarch",
"product_id": "automation-eda-controller-base-0:1.2.7-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-eda-controller-base@1.2.7-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-eda-controller-base-services-0:1.2.7-1.el9ap.noarch",
"product": {
"name": "automation-eda-controller-base-services-0:1.2.7-1.el9ap.noarch",
"product_id": "automation-eda-controller-base-services-0:1.2.7-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-eda-controller-base-services@1.2.7-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-eda-controller-event-stream-services-0:1.2.7-1.el9ap.noarch",
"product": {
"name": "automation-eda-controller-event-stream-services-0:1.2.7-1.el9ap.noarch",
"product_id": "automation-eda-controller-event-stream-services-0:1.2.7-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-eda-controller-event-stream-services@1.2.7-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-eda-controller-worker-services-0:1.2.7-1.el9ap.noarch",
"product": {
"name": "automation-eda-controller-worker-services-0:1.2.7-1.el9ap.noarch",
"product_id": "automation-eda-controller-worker-services-0:1.2.7-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-eda-controller-worker-services@1.2.7-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-hub-0:4.11.7-1.el9ap.noarch",
"product": {
"name": "automation-hub-0:4.11.7-1.el9ap.noarch",
"product_id": "automation-hub-0:4.11.7-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-hub@4.11.7-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "ansible-rulebook-0:1.2.2-1.el9ap.noarch",
"product": {
"name": "ansible-rulebook-0:1.2.2-1.el9ap.noarch",
"product_id": "ansible-rulebook-0:1.2.2-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansible-rulebook@1.2.2-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-controller-cli-0:4.7.10-2.el9ap.noarch",
"product": {
"name": "automation-controller-cli-0:4.7.10-2.el9ap.noarch",
"product_id": "automation-controller-cli-0:4.7.10-2.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-cli@4.7.10-2.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-controller-server-0:4.7.10-2.el9ap.noarch",
"product": {
"name": "automation-controller-server-0:4.7.10-2.el9ap.noarch",
"product_id": "automation-controller-server-0:4.7.10-2.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-server@4.7.10-2.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-controller-ui-0:4.7.10-2.el9ap.noarch",
"product": {
"name": "automation-controller-ui-0:4.7.10-2.el9ap.noarch",
"product_id": "automation-controller-ui-0:4.7.10-2.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-controller-ui@4.7.10-2.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-0:2.6.20260325-2.el9ap.noarch",
"product": {
"name": "automation-gateway-0:2.6.20260325-2.el9ap.noarch",
"product_id": "automation-gateway-0:2.6.20260325-2.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway@2.6.20260325-2.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-config-0:2.6.20260325-2.el9ap.noarch",
"product": {
"name": "automation-gateway-config-0:2.6.20260325-2.el9ap.noarch",
"product_id": "automation-gateway-config-0:2.6.20260325-2.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-config@2.6.20260325-2.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "automation-gateway-server-0:2.6.20260325-2.el9ap.noarch",
"product": {
"name": "automation-gateway-server-0:2.6.20260325-2.el9ap.noarch",
"product_id": "automation-gateway-server-0:2.6.20260325-2.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/automation-gateway-server@2.6.20260325-2.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "ansible-automation-platform-installer-0:2.6-6.1.el9ap.noarch",
"product": {
"name": "ansible-automation-platform-installer-0:2.6-6.1.el9ap.noarch",
"product_id": "ansible-automation-platform-installer-0:2.6-6.1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansible-automation-platform-installer@2.6-6.1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.12-galaxy-ng-0:4.11.7-2.el9ap.noarch",
"product": {
"name": "python3.12-galaxy-ng-0:4.11.7-2.el9ap.noarch",
"product_id": "python3.12-galaxy-ng-0:4.11.7-2.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-galaxy-ng@4.11.7-2.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3.12-pulp-container-0:2.19.8-1.el9ap.noarch",
"product": {
"name": "python3.12-pulp-container-0:2.19.8-1.el9ap.noarch",
"product_id": "python3.12-pulp-container-0:2.19.8-1.el9ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3.12-pulp-container@2.19.8-1.el9ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "ansible-core-2:2.16.17-2.el10ap.noarch",
"product": {
"name": "ansible-core-2:2.16.17-2.el10ap.noarch",
"product_id": "ansible-core-2:2.16.17-2.el10ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/ansible-core@2.16.17-2.el10ap?arch=noarch\u0026epoch=2"
}
}
},
{
"category": "product_version",
"name": "python3-asgiref-0:3.11.1-2.el10ap.noarch",
"product": {
"name": "python3-asgiref-0:3.11.1-2.el10ap.noarch",
"product_id": "python3-asgiref-0:3.11.1-2.el10ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-asgiref@3.11.1-2.el10ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "python3-django-0:5.2.12-2.el10ap.noarch",
"product": {
"name": "python3-django-0:5.2.12-2.el10ap.noarch",
"product_id": "python3-django-0:5.2.12-2.el10ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/python3-django@5.2.12-2.el10ap?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "receptorctl-0:1.6.4-2.el10ap.noarch",
"product": {
"name": "receptorctl-0:1.6.4-2.el10ap.noarch",
"product_id": "receptorctl-0:1.6.4-2.el10ap.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/receptorctl@1.6.4-2.el10ap?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-core-2:2.16.17-2.el10ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.17-2.el10ap.noarch"
},
"product_reference": "ansible-core-2:2.16.17-2.el10ap.noarch",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-core-2:2.16.17-2.el10ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.17-2.el10ap.src"
},
"product_reference": "ansible-core-2:2.16.17-2.el10ap.src",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-asgiref-0:3.11.1-2.el10ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-asgiref-0:3.11.1-2.el10ap.src"
},
"product_reference": "python-asgiref-0:3.11.1-2.el10ap.src",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-django-0:5.2.12-2.el10ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-django-0:5.2.12-2.el10ap.src"
},
"product_reference": "python-django-0:5.2.12-2.el10ap.src",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-asgiref-0:3.11.1-2.el10ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-asgiref-0:3.11.1-2.el10ap.noarch"
},
"product_reference": "python3-asgiref-0:3.11.1-2.el10ap.noarch",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-django-0:5.2.12-2.el10ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-django-0:5.2.12-2.el10ap.noarch"
},
"product_reference": "python3-django-0:5.2.12-2.el10ap.noarch",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-core-2:2.16.17-2.el10ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.17-2.el10ap.noarch"
},
"product_reference": "ansible-core-2:2.16.17-2.el10ap.noarch",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-core-2:2.16.17-2.el10ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.17-2.el10ap.src"
},
"product_reference": "ansible-core-2:2.16.17-2.el10ap.src",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-asgiref-0:3.11.1-2.el10ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6:python-asgiref-0:3.11.1-2.el10ap.src"
},
"product_reference": "python-asgiref-0:3.11.1-2.el10ap.src",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python-django-0:5.2.12-2.el10ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6:python-django-0:5.2.12-2.el10ap.src"
},
"product_reference": "python-django-0:5.2.12-2.el10ap.src",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-asgiref-0:3.11.1-2.el10ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6:python3-asgiref-0:3.11.1-2.el10ap.noarch"
},
"product_reference": "python3-asgiref-0:3.11.1-2.el10ap.noarch",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3-django-0:5.2.12-2.el10ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6:python3-django-0:5.2.12-2.el10ap.noarch"
},
"product_reference": "python3-django-0:5.2.12-2.el10ap.noarch",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.6.4-2.el10ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.aarch64"
},
"product_reference": "receptor-0:1.6.4-2.el10ap.aarch64",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.6.4-2.el10ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.ppc64le"
},
"product_reference": "receptor-0:1.6.4-2.el10ap.ppc64le",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.6.4-2.el10ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.s390x"
},
"product_reference": "receptor-0:1.6.4-2.el10ap.s390x",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.6.4-2.el10ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.src"
},
"product_reference": "receptor-0:1.6.4-2.el10ap.src",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.6.4-2.el10ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.x86_64"
},
"product_reference": "receptor-0:1.6.4-2.el10ap.x86_64",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debuginfo-0:1.6.4-2.el10ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.aarch64"
},
"product_reference": "receptor-debuginfo-0:1.6.4-2.el10ap.aarch64",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debuginfo-0:1.6.4-2.el10ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.ppc64le"
},
"product_reference": "receptor-debuginfo-0:1.6.4-2.el10ap.ppc64le",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debuginfo-0:1.6.4-2.el10ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.s390x"
},
"product_reference": "receptor-debuginfo-0:1.6.4-2.el10ap.s390x",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debuginfo-0:1.6.4-2.el10ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.x86_64"
},
"product_reference": "receptor-debuginfo-0:1.6.4-2.el10ap.x86_64",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debugsource-0:1.6.4-2.el10ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.aarch64"
},
"product_reference": "receptor-debugsource-0:1.6.4-2.el10ap.aarch64",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debugsource-0:1.6.4-2.el10ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.ppc64le"
},
"product_reference": "receptor-debugsource-0:1.6.4-2.el10ap.ppc64le",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debugsource-0:1.6.4-2.el10ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.s390x"
},
"product_reference": "receptor-debugsource-0:1.6.4-2.el10ap.s390x",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debugsource-0:1.6.4-2.el10ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.x86_64"
},
"product_reference": "receptor-debugsource-0:1.6.4-2.el10ap.x86_64",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptorctl-0:1.6.4-2.el10ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 10",
"product_id": "10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-2.el10ap.noarch"
},
"product_reference": "receptorctl-0:1.6.4-2.el10ap.noarch",
"relates_to_product_reference": "10Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-core-1:2.16.17-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.17-1.el9ap.noarch"
},
"product_reference": "ansible-core-1:2.16.17-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-core-1:2.16.17-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.17-1.el9ap.src"
},
"product_reference": "ansible-core-1:2.16.17-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-test-1:2.16.17-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-test-1:2.16.17-1.el9ap.noarch"
},
"product_reference": "ansible-test-1:2.16.17-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.7.10-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.aarch64"
},
"product_reference": "automation-controller-0:4.7.10-2.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.7.10-2.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.ppc64le"
},
"product_reference": "automation-controller-0:4.7.10-2.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.7.10-2.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.s390x"
},
"product_reference": "automation-controller-0:4.7.10-2.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.7.10-2.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.src"
},
"product_reference": "automation-controller-0:4.7.10-2.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.7.10-2.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.x86_64"
},
"product_reference": "automation-controller-0:4.7.10-2.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-cli-0:4.7.10-2.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.10-2.el9ap.noarch"
},
"product_reference": "automation-controller-cli-0:4.7.10-2.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-server-0:4.7.10-2.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-server-0:4.7.10-2.el9ap.noarch"
},
"product_reference": "automation-controller-server-0:4.7.10-2.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-ui-0:4.7.10-2.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-ui-0:4.7.10-2.el9ap.noarch"
},
"product_reference": "automation-controller-ui-0:4.7.10-2.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.7.10-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.aarch64"
},
"product_reference": "automation-controller-venv-tower-0:4.7.10-2.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.7.10-2.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.ppc64le"
},
"product_reference": "automation-controller-venv-tower-0:4.7.10-2.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.7.10-2.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.s390x"
},
"product_reference": "automation-controller-venv-tower-0:4.7.10-2.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.7.10-2.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.x86_64"
},
"product_reference": "automation-controller-venv-tower-0:4.7.10-2.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-asgiref-0:3.11.1-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-asgiref-0:3.11.1-1.el9ap.noarch"
},
"product_reference": "python3.12-asgiref-0:3.11.1-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-asgiref-0:3.11.1-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-asgiref-0:3.11.1-1.el9ap.src"
},
"product_reference": "python3.12-asgiref-0:3.11.1-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-django-0:5.2.12-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-django-0:5.2.12-1.el9ap.noarch"
},
"product_reference": "python3.12-django-0:5.2.12-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-django-0:5.2.12-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-django-0:5.2.12-1.el9ap.src"
},
"product_reference": "python3.12-django-0:5.2.12-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.6.4-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.aarch64"
},
"product_reference": "receptor-0:1.6.4-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.6.4-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.ppc64le"
},
"product_reference": "receptor-0:1.6.4-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.6.4-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.s390x"
},
"product_reference": "receptor-0:1.6.4-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.6.4-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.src"
},
"product_reference": "receptor-0:1.6.4-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.6.4-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.x86_64"
},
"product_reference": "receptor-0:1.6.4-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debuginfo-0:1.6.4-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64"
},
"product_reference": "receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le"
},
"product_reference": "receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debuginfo-0:1.6.4-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.s390x"
},
"product_reference": "receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debuginfo-0:1.6.4-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64"
},
"product_reference": "receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debugsource-0:1.6.4-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.aarch64"
},
"product_reference": "receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debugsource-0:1.6.4-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le"
},
"product_reference": "receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debugsource-0:1.6.4-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.s390x"
},
"product_reference": "receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debugsource-0:1.6.4-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.x86_64"
},
"product_reference": "receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptorctl-0:1.6.4-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.4-1.el9ap.noarch"
},
"product_reference": "receptorctl-0:1.6.4-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Developer-1.3"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-core-1:2.16.17-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.17-1.el9ap.noarch"
},
"product_reference": "ansible-core-1:2.16.17-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-core-1:2.16.17-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.17-1.el9ap.src"
},
"product_reference": "ansible-core-1:2.16.17-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-test-1:2.16.17-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-test-1:2.16.17-1.el9ap.noarch"
},
"product_reference": "ansible-test-1:2.16.17-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.6.4-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.aarch64"
},
"product_reference": "receptor-0:1.6.4-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.6.4-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.ppc64le"
},
"product_reference": "receptor-0:1.6.4-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.6.4-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.s390x"
},
"product_reference": "receptor-0:1.6.4-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.6.4-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.src"
},
"product_reference": "receptor-0:1.6.4-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.6.4-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.x86_64"
},
"product_reference": "receptor-0:1.6.4-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debuginfo-0:1.6.4-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64"
},
"product_reference": "receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le"
},
"product_reference": "receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debuginfo-0:1.6.4-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.s390x"
},
"product_reference": "receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debuginfo-0:1.6.4-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64"
},
"product_reference": "receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debugsource-0:1.6.4-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.aarch64"
},
"product_reference": "receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debugsource-0:1.6.4-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le"
},
"product_reference": "receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debugsource-0:1.6.4-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.s390x"
},
"product_reference": "receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debugsource-0:1.6.4-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.x86_64"
},
"product_reference": "receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptorctl-0:1.6.4-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.4-1.el9ap.noarch"
},
"product_reference": "receptorctl-0:1.6.4-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6-Inside-1.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aap-metrics-utility-0:0.6.3-3.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.aarch64"
},
"product_reference": "aap-metrics-utility-0:0.6.3-3.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aap-metrics-utility-0:0.6.3-3.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.ppc64le"
},
"product_reference": "aap-metrics-utility-0:0.6.3-3.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aap-metrics-utility-0:0.6.3-3.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.s390x"
},
"product_reference": "aap-metrics-utility-0:0.6.3-3.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aap-metrics-utility-0:0.6.3-3.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.src"
},
"product_reference": "aap-metrics-utility-0:0.6.3-3.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "aap-metrics-utility-0:0.6.3-3.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.x86_64"
},
"product_reference": "aap-metrics-utility-0:0.6.3-3.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-installer-0:2.6-6.1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:ansible-automation-platform-installer-0:2.6-6.1.el9ap.noarch"
},
"product_reference": "ansible-automation-platform-installer-0:2.6-6.1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-automation-platform-installer-0:2.6-6.1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:ansible-automation-platform-installer-0:2.6-6.1.el9ap.src"
},
"product_reference": "ansible-automation-platform-installer-0:2.6-6.1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-core-1:2.16.17-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.17-1.el9ap.noarch"
},
"product_reference": "ansible-core-1:2.16.17-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-core-1:2.16.17-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.17-1.el9ap.src"
},
"product_reference": "ansible-core-1:2.16.17-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-rulebook-0:1.2.2-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:ansible-rulebook-0:1.2.2-1.el9ap.noarch"
},
"product_reference": "ansible-rulebook-0:1.2.2-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-rulebook-0:1.2.2-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:ansible-rulebook-0:1.2.2-1.el9ap.src"
},
"product_reference": "ansible-rulebook-0:1.2.2-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-test-1:2.16.17-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:ansible-test-1:2.16.17-1.el9ap.noarch"
},
"product_reference": "ansible-test-1:2.16.17-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.7.10-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.aarch64"
},
"product_reference": "automation-controller-0:4.7.10-2.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.7.10-2.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.ppc64le"
},
"product_reference": "automation-controller-0:4.7.10-2.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.7.10-2.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.s390x"
},
"product_reference": "automation-controller-0:4.7.10-2.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.7.10-2.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.src"
},
"product_reference": "automation-controller-0:4.7.10-2.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-0:4.7.10-2.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.x86_64"
},
"product_reference": "automation-controller-0:4.7.10-2.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-cli-0:4.7.10-2.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.10-2.el9ap.noarch"
},
"product_reference": "automation-controller-cli-0:4.7.10-2.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-server-0:4.7.10-2.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.10-2.el9ap.noarch"
},
"product_reference": "automation-controller-server-0:4.7.10-2.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-ui-0:4.7.10-2.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.10-2.el9ap.noarch"
},
"product_reference": "automation-controller-ui-0:4.7.10-2.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.7.10-2.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.aarch64"
},
"product_reference": "automation-controller-venv-tower-0:4.7.10-2.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.7.10-2.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.ppc64le"
},
"product_reference": "automation-controller-venv-tower-0:4.7.10-2.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.7.10-2.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.s390x"
},
"product_reference": "automation-controller-venv-tower-0:4.7.10-2.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-controller-venv-tower-0:4.7.10-2.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.x86_64"
},
"product_reference": "automation-controller-venv-tower-0:4.7.10-2.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-eda-controller-0:1.2.7-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.7-1.el9ap.noarch"
},
"product_reference": "automation-eda-controller-0:1.2.7-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-eda-controller-0:1.2.7-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.7-1.el9ap.src"
},
"product_reference": "automation-eda-controller-0:1.2.7-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-eda-controller-base-0:1.2.7-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.7-1.el9ap.noarch"
},
"product_reference": "automation-eda-controller-base-0:1.2.7-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-eda-controller-base-services-0:1.2.7-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.7-1.el9ap.noarch"
},
"product_reference": "automation-eda-controller-base-services-0:1.2.7-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-eda-controller-event-stream-services-0:1.2.7-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.7-1.el9ap.noarch"
},
"product_reference": "automation-eda-controller-event-stream-services-0:1.2.7-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-eda-controller-worker-services-0:1.2.7-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.7-1.el9ap.noarch"
},
"product_reference": "automation-eda-controller-worker-services-0:1.2.7-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-0:2.6.20260325-2.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260325-2.el9ap.noarch"
},
"product_reference": "automation-gateway-0:2.6.20260325-2.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-0:2.6.20260325-2.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260325-2.el9ap.src"
},
"product_reference": "automation-gateway-0:2.6.20260325-2.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-config-0:2.6.20260325-2.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260325-2.el9ap.noarch"
},
"product_reference": "automation-gateway-config-0:2.6.20260325-2.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-0:2.6.14-1.el9.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.aarch64"
},
"product_reference": "automation-gateway-proxy-0:2.6.14-1.el9.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-0:2.6.14-1.el9.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.ppc64le"
},
"product_reference": "automation-gateway-proxy-0:2.6.14-1.el9.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-0:2.6.14-1.el9.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.s390x"
},
"product_reference": "automation-gateway-proxy-0:2.6.14-1.el9.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-0:2.6.14-1.el9.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.src"
},
"product_reference": "automation-gateway-proxy-0:2.6.14-1.el9.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-0:2.6.14-1.el9.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.x86_64"
},
"product_reference": "automation-gateway-proxy-0:2.6.14-1.el9.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-debugsource-0:2.6.14-1.el9.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.aarch64"
},
"product_reference": "automation-gateway-proxy-debugsource-0:2.6.14-1.el9.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-debugsource-0:2.6.14-1.el9.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.ppc64le"
},
"product_reference": "automation-gateway-proxy-debugsource-0:2.6.14-1.el9.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-debugsource-0:2.6.14-1.el9.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.s390x"
},
"product_reference": "automation-gateway-proxy-debugsource-0:2.6.14-1.el9.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-debugsource-0:2.6.14-1.el9.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.x86_64"
},
"product_reference": "automation-gateway-proxy-debugsource-0:2.6.14-1.el9.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-server-0:2.6.14-1.el9.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.aarch64"
},
"product_reference": "automation-gateway-proxy-server-0:2.6.14-1.el9.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-server-0:2.6.14-1.el9.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.ppc64le"
},
"product_reference": "automation-gateway-proxy-server-0:2.6.14-1.el9.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-server-0:2.6.14-1.el9.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.s390x"
},
"product_reference": "automation-gateway-proxy-server-0:2.6.14-1.el9.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-server-0:2.6.14-1.el9.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.x86_64"
},
"product_reference": "automation-gateway-proxy-server-0:2.6.14-1.el9.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.aarch64"
},
"product_reference": "automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.ppc64le"
},
"product_reference": "automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.s390x"
},
"product_reference": "automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.x86_64"
},
"product_reference": "automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-gateway-server-0:2.6.20260325-2.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260325-2.el9ap.noarch"
},
"product_reference": "automation-gateway-server-0:2.6.20260325-2.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-hub-0:4.11.7-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.7-1.el9ap.noarch"
},
"product_reference": "automation-hub-0:4.11.7-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-hub-0:4.11.7-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.7-1.el9ap.src"
},
"product_reference": "automation-hub-0:4.11.7-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-platform-ui-0:2.6.7-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.7-1.el9ap.noarch"
},
"product_reference": "automation-platform-ui-0:2.6.7-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "automation-platform-ui-0:2.6.7-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.7-1.el9ap.src"
},
"product_reference": "automation-platform-ui-0:2.6.7-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-asgiref-0:3.11.1-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-asgiref-0:3.11.1-1.el9ap.noarch"
},
"product_reference": "python3.12-asgiref-0:3.11.1-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-asgiref-0:3.11.1-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-asgiref-0:3.11.1-1.el9ap.src"
},
"product_reference": "python3.12-asgiref-0:3.11.1-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-channels+daphne-0:4.3.2-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-channels+daphne-0:4.3.2-1.el9ap.noarch"
},
"product_reference": "python3.12-channels+daphne-0:4.3.2-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-channels-0:4.3.2-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-channels-0:4.3.2-1.el9ap.noarch"
},
"product_reference": "python3.12-channels-0:4.3.2-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-channels-0:4.3.2-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-channels-0:4.3.2-1.el9ap.src"
},
"product_reference": "python3.12-channels-0:4.3.2-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-django-0:5.2.12-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-django-0:5.2.12-1.el9ap.noarch"
},
"product_reference": "python3.12-django-0:5.2.12-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-django-0:5.2.12-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-django-0:5.2.12-1.el9ap.src"
},
"product_reference": "python3.12-django-0:5.2.12-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-django-ansible-base+activitystream-0:2.6.20260325-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260325-1.el9ap.noarch"
},
"product_reference": "python3.12-django-ansible-base+activitystream-0:2.6.20260325-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-django-ansible-base+api_documentation-0:2.6.20260325-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260325-1.el9ap.noarch"
},
"product_reference": "python3.12-django-ansible-base+api_documentation-0:2.6.20260325-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-django-ansible-base+authentication-0:2.6.20260325-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260325-1.el9ap.noarch"
},
"product_reference": "python3.12-django-ansible-base+authentication-0:2.6.20260325-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-django-ansible-base+channel_auth-0:2.6.20260325-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260325-1.el9ap.noarch"
},
"product_reference": "python3.12-django-ansible-base+channel_auth-0:2.6.20260325-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-django-ansible-base+feature_flags-0:2.6.20260325-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260325-1.el9ap.noarch"
},
"product_reference": "python3.12-django-ansible-base+feature_flags-0:2.6.20260325-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-django-ansible-base+jwt_consumer-0:2.6.20260325-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260325-1.el9ap.noarch"
},
"product_reference": "python3.12-django-ansible-base+jwt_consumer-0:2.6.20260325-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-django-ansible-base+oauth2_provider-0:2.6.20260325-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260325-1.el9ap.noarch"
},
"product_reference": "python3.12-django-ansible-base+oauth2_provider-0:2.6.20260325-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-django-ansible-base+rbac-0:2.6.20260325-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260325-1.el9ap.noarch"
},
"product_reference": "python3.12-django-ansible-base+rbac-0:2.6.20260325-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-django-ansible-base+redis_client-0:2.6.20260325-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260325-1.el9ap.noarch"
},
"product_reference": "python3.12-django-ansible-base+redis_client-0:2.6.20260325-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-django-ansible-base+resource_registry-0:2.6.20260325-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260325-1.el9ap.noarch"
},
"product_reference": "python3.12-django-ansible-base+resource_registry-0:2.6.20260325-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-django-ansible-base+rest_filters-0:2.6.20260325-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260325-1.el9ap.noarch"
},
"product_reference": "python3.12-django-ansible-base+rest_filters-0:2.6.20260325-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.noarch"
},
"product_reference": "python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.src"
},
"product_reference": "python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-django-filter-0:25.2-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-django-filter-0:25.2-1.el9ap.noarch"
},
"product_reference": "python3.12-django-filter-0:25.2-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-django-filter-0:25.2-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-django-filter-0:25.2-1.el9ap.src"
},
"product_reference": "python3.12-django-filter-0:25.2-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-drf-spectacular-0:0.29.0-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-drf-spectacular-0:0.29.0-1.el9ap.noarch"
},
"product_reference": "python3.12-drf-spectacular-0:0.29.0-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-drf-spectacular-0:0.29.0-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-drf-spectacular-0:0.29.0-1.el9ap.src"
},
"product_reference": "python3.12-drf-spectacular-0:0.29.0-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-galaxy-ng-0:4.11.7-2.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.7-2.el9ap.noarch"
},
"product_reference": "python3.12-galaxy-ng-0:4.11.7-2.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-galaxy-ng-0:4.11.7-2.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.7-2.el9ap.src"
},
"product_reference": "python3.12-galaxy-ng-0:4.11.7-2.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pillow-0:12.1.1-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.aarch64"
},
"product_reference": "python3.12-pillow-0:12.1.1-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pillow-0:12.1.1-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.ppc64le"
},
"product_reference": "python3.12-pillow-0:12.1.1-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pillow-0:12.1.1-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.s390x"
},
"product_reference": "python3.12-pillow-0:12.1.1-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pillow-0:12.1.1-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.src"
},
"product_reference": "python3.12-pillow-0:12.1.1-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pillow-0:12.1.1-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.x86_64"
},
"product_reference": "python3.12-pillow-0:12.1.1-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.aarch64"
},
"product_reference": "python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.ppc64le"
},
"product_reference": "python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.s390x"
},
"product_reference": "python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.x86_64"
},
"product_reference": "python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pillow-debugsource-0:12.1.1-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.aarch64"
},
"product_reference": "python3.12-pillow-debugsource-0:12.1.1-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pillow-debugsource-0:12.1.1-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.ppc64le"
},
"product_reference": "python3.12-pillow-debugsource-0:12.1.1-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pillow-debugsource-0:12.1.1-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.s390x"
},
"product_reference": "python3.12-pillow-debugsource-0:12.1.1-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pillow-debugsource-0:12.1.1-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.x86_64"
},
"product_reference": "python3.12-pillow-debugsource-0:12.1.1-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pulp-ansible-1:0.25.4-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-ansible-1:0.25.4-1.el9ap.noarch"
},
"product_reference": "python3.12-pulp-ansible-1:0.25.4-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pulp-ansible-1:0.25.4-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-ansible-1:0.25.4-1.el9ap.src"
},
"product_reference": "python3.12-pulp-ansible-1:0.25.4-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pulp-container-0:2.19.8-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.8-1.el9ap.noarch"
},
"product_reference": "python3.12-pulp-container-0:2.19.8-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pulp-container-0:2.19.8-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.8-1.el9ap.src"
},
"product_reference": "python3.12-pulp-container-0:2.19.8-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pulpcore-0:3.49.54-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.54-1.el9ap.noarch"
},
"product_reference": "python3.12-pulpcore-0:3.49.54-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "python3.12-pulpcore-0:3.49.54-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.54-1.el9ap.src"
},
"product_reference": "python3.12-pulpcore-0:3.49.54-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.6.4-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.aarch64"
},
"product_reference": "receptor-0:1.6.4-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.6.4-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.ppc64le"
},
"product_reference": "receptor-0:1.6.4-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.6.4-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.s390x"
},
"product_reference": "receptor-0:1.6.4-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.6.4-1.el9ap.src as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.src"
},
"product_reference": "receptor-0:1.6.4-1.el9ap.src",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-0:1.6.4-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.x86_64"
},
"product_reference": "receptor-0:1.6.4-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debuginfo-0:1.6.4-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64"
},
"product_reference": "receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le"
},
"product_reference": "receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debuginfo-0:1.6.4-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.s390x"
},
"product_reference": "receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debuginfo-0:1.6.4-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64"
},
"product_reference": "receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debugsource-0:1.6.4-1.el9ap.aarch64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.aarch64"
},
"product_reference": "receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debugsource-0:1.6.4-1.el9ap.ppc64le as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le"
},
"product_reference": "receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debugsource-0:1.6.4-1.el9ap.s390x as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.s390x"
},
"product_reference": "receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptor-debugsource-0:1.6.4-1.el9ap.x86_64 as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.x86_64"
},
"product_reference": "receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "receptorctl-0:1.6.4-1.el9ap.noarch as a component of Red Hat Ansible Automation Platform 2.6 for RHEL 9",
"product_id": "9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-1.el9ap.noarch"
},
"product_reference": "receptorctl-0:1.6.4-1.el9ap.noarch",
"relates_to_product_reference": "9Base-Ansible-Automation-Platform-2.6"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-61726",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:42.791305+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.17-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.17-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-asgiref-0:3.11.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-django-0:5.2.12-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-asgiref-0:3.11.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-django-0:5.2.12-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.17-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.17-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-asgiref-0:3.11.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-django-0:5.2.12-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-asgiref-0:3.11.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-django-0:5.2.12-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-2.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-server-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-ui-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-asgiref-0:3.11.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-asgiref-0:3.11.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-django-0:5.2.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-django-0:5.2.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-automation-platform-installer-0:2.6-6.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-automation-platform-installer-0:2.6-6.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-rulebook-0:1.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-rulebook-0:1.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260325-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-asgiref-0:3.11.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-asgiref-0:3.11.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels+daphne-0:4.3.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels-0:4.3.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels-0:4.3.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-0:5.2.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-0:5.2.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-filter-0:25.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-filter-0:25.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-drf-spectacular-0:0.29.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-drf-spectacular-0:0.29.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.7-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.7-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-ansible-1:0.25.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-ansible-1:0.25.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.54-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.54-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-1.el9ap.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434432"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/url: Memory exhaustion in query parameter parsing in net/url",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to send a specially crafted HTTP request to an application parsing URL-encoded forms with net/url, specifically a request containing a large number of unique query parameters. The request will cause the application to consume an excessive amount of memory and eventually result in a denial of service, with no impact to confidentiality or integrity. Due to this reason, this vulnerability has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.x86_64"
],
"known_not_affected": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.17-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.17-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-asgiref-0:3.11.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-django-0:5.2.12-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-asgiref-0:3.11.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-django-0:5.2.12-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.17-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.17-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-asgiref-0:3.11.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-django-0:5.2.12-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-asgiref-0:3.11.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-django-0:5.2.12-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-2.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-server-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-ui-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-asgiref-0:3.11.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-asgiref-0:3.11.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-django-0:5.2.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-django-0:5.2.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-automation-platform-installer-0:2.6-6.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-automation-platform-installer-0:2.6-6.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-rulebook-0:1.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-rulebook-0:1.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260325-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-asgiref-0:3.11.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-asgiref-0:3.11.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels+daphne-0:4.3.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels-0:4.3.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels-0:4.3.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-0:5.2.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-0:5.2.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-filter-0:25.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-filter-0:25.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-drf-spectacular-0:0.29.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-drf-spectacular-0:0.29.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.7-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.7-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-ansible-1:0.25.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-ansible-1:0.25.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.54-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.54-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-1.el9ap.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "RHBZ#2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://go.dev/cl/736712",
"url": "https://go.dev/cl/736712"
},
{
"category": "external",
"summary": "https://go.dev/issue/77101",
"url": "https://go.dev/issue/77101"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4341",
"url": "https://pkg.go.dev/vuln/GO-2026-4341"
}
],
"release_date": "2026-01-28T19:30:31.215000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-31T16:12:45+00:00",
"details": "For details on how to apply this update, refer to Ansible Automation Platform documentation.",
"product_ids": [
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6277"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
"product_ids": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.17-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.17-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-asgiref-0:3.11.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-django-0:5.2.12-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-asgiref-0:3.11.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-django-0:5.2.12-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.17-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.17-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-asgiref-0:3.11.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-django-0:5.2.12-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-asgiref-0:3.11.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-django-0:5.2.12-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-2.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-server-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-ui-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-asgiref-0:3.11.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-asgiref-0:3.11.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-django-0:5.2.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-django-0:5.2.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-automation-platform-installer-0:2.6-6.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-automation-platform-installer-0:2.6-6.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-rulebook-0:1.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-rulebook-0:1.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260325-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-asgiref-0:3.11.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-asgiref-0:3.11.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels+daphne-0:4.3.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels-0:4.3.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels-0:4.3.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-0:5.2.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-0:5.2.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-filter-0:25.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-filter-0:25.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-drf-spectacular-0:0.29.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-drf-spectacular-0:0.29.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.7-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.7-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-ansible-1:0.25.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-ansible-1:0.25.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.54-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.54-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-1.el9ap.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.17-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.17-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-asgiref-0:3.11.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-django-0:5.2.12-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-asgiref-0:3.11.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-django-0:5.2.12-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.17-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.17-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-asgiref-0:3.11.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-django-0:5.2.12-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-asgiref-0:3.11.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-django-0:5.2.12-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-2.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-server-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-ui-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-asgiref-0:3.11.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-asgiref-0:3.11.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-django-0:5.2.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-django-0:5.2.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-automation-platform-installer-0:2.6-6.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-automation-platform-installer-0:2.6-6.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-rulebook-0:1.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-rulebook-0:1.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260325-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-asgiref-0:3.11.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-asgiref-0:3.11.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels+daphne-0:4.3.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels-0:4.3.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels-0:4.3.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-0:5.2.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-0:5.2.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-filter-0:25.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-filter-0:25.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-drf-spectacular-0:0.29.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-drf-spectacular-0:0.29.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.7-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.7-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-ansible-1:0.25.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-ansible-1:0.25.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.54-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.54-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-1.el9ap.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/url: Memory exhaustion in query parameter parsing in net/url"
},
{
"cve": "CVE-2025-68121",
"discovery_date": "2026-02-05T18:01:30.086058+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.17-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.17-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-asgiref-0:3.11.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-django-0:5.2.12-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-asgiref-0:3.11.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-django-0:5.2.12-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.17-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.17-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-asgiref-0:3.11.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-django-0:5.2.12-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-asgiref-0:3.11.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-django-0:5.2.12-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-2.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-server-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-ui-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-asgiref-0:3.11.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-asgiref-0:3.11.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-django-0:5.2.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-django-0:5.2.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-automation-platform-installer-0:2.6-6.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-automation-platform-installer-0:2.6-6.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-rulebook-0:1.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-rulebook-0:1.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260325-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-asgiref-0:3.11.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-asgiref-0:3.11.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels+daphne-0:4.3.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels-0:4.3.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels-0:4.3.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-0:5.2.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-0:5.2.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-filter-0:25.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-filter-0:25.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-drf-spectacular-0:0.29.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-drf-spectacular-0:0.29.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.7-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.7-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-ansible-1:0.25.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-ansible-1:0.25.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.54-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.54-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-1.el9ap.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2437111"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is a moderate flaw because it only occurs under specific conditions, such as TLS session resumption with runtime changes to certificate authority settings. Exploitation is not straightforward and requires a controlled setup. The impact is limited to certificate validation within the same component and does not affect system availability.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.x86_64"
],
"known_not_affected": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.17-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.17-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-asgiref-0:3.11.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-django-0:5.2.12-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-asgiref-0:3.11.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-django-0:5.2.12-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.17-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.17-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-asgiref-0:3.11.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-django-0:5.2.12-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-asgiref-0:3.11.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-django-0:5.2.12-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-2.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-server-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-ui-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-asgiref-0:3.11.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-asgiref-0:3.11.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-django-0:5.2.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-django-0:5.2.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-automation-platform-installer-0:2.6-6.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-automation-platform-installer-0:2.6-6.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-rulebook-0:1.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-rulebook-0:1.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260325-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-asgiref-0:3.11.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-asgiref-0:3.11.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels+daphne-0:4.3.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels-0:4.3.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels-0:4.3.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-0:5.2.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-0:5.2.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-filter-0:25.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-filter-0:25.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-drf-spectacular-0:0.29.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-drf-spectacular-0:0.29.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.7-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.7-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-ansible-1:0.25.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-ansible-1:0.25.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.54-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.54-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-1.el9ap.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "RHBZ#2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68121"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://go.dev/cl/737700",
"url": "https://go.dev/cl/737700"
},
{
"category": "external",
"summary": "https://go.dev/issue/77217",
"url": "https://go.dev/issue/77217"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk",
"url": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4337",
"url": "https://pkg.go.dev/vuln/GO-2026-4337"
}
],
"release_date": "2026-02-05T17:48:44.141000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-31T16:12:45+00:00",
"details": "For details on how to apply this update, refer to Ansible Automation Platform documentation.",
"product_ids": [
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6277"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.17-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.17-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-asgiref-0:3.11.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-django-0:5.2.12-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-asgiref-0:3.11.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-django-0:5.2.12-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.17-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.17-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-asgiref-0:3.11.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-django-0:5.2.12-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-asgiref-0:3.11.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-django-0:5.2.12-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-2.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-server-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-ui-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-asgiref-0:3.11.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-asgiref-0:3.11.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-django-0:5.2.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-django-0:5.2.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-automation-platform-installer-0:2.6-6.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-automation-platform-installer-0:2.6-6.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-rulebook-0:1.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-rulebook-0:1.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260325-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-asgiref-0:3.11.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-asgiref-0:3.11.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels+daphne-0:4.3.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels-0:4.3.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels-0:4.3.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-0:5.2.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-0:5.2.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-filter-0:25.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-filter-0:25.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-drf-spectacular-0:0.29.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-drf-spectacular-0:0.29.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.7-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.7-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-ansible-1:0.25.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-ansible-1:0.25.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.54-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.54-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-1.el9ap.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption"
},
{
"cve": "CVE-2025-69873",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2026-02-11T19:01:32.953264+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.17-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.17-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-asgiref-0:3.11.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-django-0:5.2.12-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-asgiref-0:3.11.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-django-0:5.2.12-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.17-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.17-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-asgiref-0:3.11.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-django-0:5.2.12-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-asgiref-0:3.11.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-django-0:5.2.12-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-2.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-server-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-ui-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-asgiref-0:3.11.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-asgiref-0:3.11.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-django-0:5.2.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-django-0:5.2.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-automation-platform-installer-0:2.6-6.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-automation-platform-installer-0:2.6-6.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-rulebook-0:1.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-rulebook-0:1.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260325-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-asgiref-0:3.11.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-asgiref-0:3.11.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels+daphne-0:4.3.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels-0:4.3.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels-0:4.3.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-0:5.2.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-0:5.2.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-filter-0:25.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-filter-0:25.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-drf-spectacular-0:0.29.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-drf-spectacular-0:0.29.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.7-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.7-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-ansible-1:0.25.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-ansible-1:0.25.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.54-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.54-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-1.el9ap.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2439070"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in ajv. When the $data option is enabled, the value of the pattern keyword is passed directly to the JavaScript RegExp() constructor without sufficient validation. An attacker able to supply a malicious regular expression pattern can trigger a ReDoS (Regular Expression Denial of Service), causing the application to become unresponsive and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ajv: ReDoS via $data reference",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, the $data option must be enabled and the attacker needs to be able to send a payload with a specially crafted regular expression to the application processing the input. A 31-character payload causes approximately 44 seconds of execution, with each additional character doubling the execution time. Therefore, even a small payload can cause an application to become unresponsive and eventually result in a denial of service. Due to this reason, this flaw has been rated with an important severity.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.7-1.el9ap.src"
],
"known_not_affected": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.17-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.17-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-asgiref-0:3.11.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-django-0:5.2.12-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-asgiref-0:3.11.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-django-0:5.2.12-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.17-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.17-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-asgiref-0:3.11.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-django-0:5.2.12-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-asgiref-0:3.11.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-django-0:5.2.12-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-2.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-server-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-ui-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-asgiref-0:3.11.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-asgiref-0:3.11.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-django-0:5.2.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-django-0:5.2.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-automation-platform-installer-0:2.6-6.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-automation-platform-installer-0:2.6-6.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-rulebook-0:1.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-rulebook-0:1.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260325-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-asgiref-0:3.11.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-asgiref-0:3.11.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels+daphne-0:4.3.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels-0:4.3.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels-0:4.3.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-0:5.2.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-0:5.2.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-filter-0:25.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-filter-0:25.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-drf-spectacular-0:0.29.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-drf-spectacular-0:0.29.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.7-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.7-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-ansible-1:0.25.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-ansible-1:0.25.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.54-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.54-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-1.el9ap.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-69873"
},
{
"category": "external",
"summary": "RHBZ#2439070",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2439070"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-69873",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69873"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-69873",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-69873"
},
{
"category": "external",
"summary": "https://github.com/EthanKim88/ethan-cve-disclosures/blob/main/CVE-2025-69873-ajv-ReDoS.md",
"url": "https://github.com/EthanKim88/ethan-cve-disclosures/blob/main/CVE-2025-69873-ajv-ReDoS.md"
}
],
"release_date": "2026-02-11T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-31T16:12:45+00:00",
"details": "For details on how to apply this update, refer to Ansible Automation Platform documentation.",
"product_ids": [
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.7-1.el9ap.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6277"
},
{
"category": "workaround",
"details": "To mitigate this issue, disable the $data feature if your application does not require it. If $data must be used, implement strict validation of the input fields that are referenced by the pattern keyword to ensure they contain only expected and safe characters.",
"product_ids": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.17-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.17-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-asgiref-0:3.11.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-django-0:5.2.12-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-asgiref-0:3.11.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-django-0:5.2.12-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.17-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.17-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-asgiref-0:3.11.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-django-0:5.2.12-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-asgiref-0:3.11.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-django-0:5.2.12-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-2.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-server-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-ui-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-asgiref-0:3.11.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-asgiref-0:3.11.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-django-0:5.2.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-django-0:5.2.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-automation-platform-installer-0:2.6-6.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-automation-platform-installer-0:2.6-6.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-rulebook-0:1.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-rulebook-0:1.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260325-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-asgiref-0:3.11.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-asgiref-0:3.11.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels+daphne-0:4.3.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels-0:4.3.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels-0:4.3.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-0:5.2.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-0:5.2.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-filter-0:25.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-filter-0:25.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-drf-spectacular-0:0.29.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-drf-spectacular-0:0.29.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.7-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.7-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-ansible-1:0.25.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-ansible-1:0.25.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.54-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.54-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-1.el9ap.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.17-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.17-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-asgiref-0:3.11.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-django-0:5.2.12-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-asgiref-0:3.11.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-django-0:5.2.12-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.17-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.17-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-asgiref-0:3.11.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-django-0:5.2.12-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-asgiref-0:3.11.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-django-0:5.2.12-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-2.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-server-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-ui-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-asgiref-0:3.11.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-asgiref-0:3.11.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-django-0:5.2.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-django-0:5.2.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-automation-platform-installer-0:2.6-6.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-automation-platform-installer-0:2.6-6.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-rulebook-0:1.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-rulebook-0:1.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260325-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-asgiref-0:3.11.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-asgiref-0:3.11.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels+daphne-0:4.3.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels-0:4.3.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels-0:4.3.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-0:5.2.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-0:5.2.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-filter-0:25.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-filter-0:25.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-drf-spectacular-0:0.29.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-drf-spectacular-0:0.29.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.7-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.7-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-ansible-1:0.25.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-ansible-1:0.25.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.54-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.54-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-1.el9ap.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "ajv: ReDoS via $data reference"
},
{
"cve": "CVE-2026-25639",
"cwe": {
"id": "CWE-1287",
"name": "Improper Validation of Specified Type of Input"
},
"discovery_date": "2026-02-09T21:00:49.280114+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.17-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.17-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-asgiref-0:3.11.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-django-0:5.2.12-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-asgiref-0:3.11.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-django-0:5.2.12-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.17-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.17-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-asgiref-0:3.11.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-django-0:5.2.12-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-asgiref-0:3.11.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-django-0:5.2.12-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-2.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-server-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-ui-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-asgiref-0:3.11.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-asgiref-0:3.11.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-django-0:5.2.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-django-0:5.2.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-automation-platform-installer-0:2.6-6.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-automation-platform-installer-0:2.6-6.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-rulebook-0:1.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-rulebook-0:1.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260325-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-asgiref-0:3.11.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-asgiref-0:3.11.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels+daphne-0:4.3.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels-0:4.3.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels-0:4.3.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-0:5.2.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-0:5.2.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-filter-0:25.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-filter-0:25.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-drf-spectacular-0:0.29.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-drf-spectacular-0:0.29.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.7-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.7-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-ansible-1:0.25.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-ansible-1:0.25.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.54-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.54-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-1.el9ap.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2438237"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service flaw has been discovered in the Axios npm package. the mergeConfig function in axios crashes with a TypeError when processing configuration objects containing __proto__ as an own property. An attacker can trigger this by providing a malicious configuration object created via JSON.parse(), causing complete denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios affected by Denial of Service via __proto__ Key in mergeConfig",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.7-1.el9ap.src"
],
"known_not_affected": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.17-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.17-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-asgiref-0:3.11.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-django-0:5.2.12-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-asgiref-0:3.11.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-django-0:5.2.12-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.17-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.17-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-asgiref-0:3.11.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-django-0:5.2.12-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-asgiref-0:3.11.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-django-0:5.2.12-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-2.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-server-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-ui-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-asgiref-0:3.11.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-asgiref-0:3.11.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-django-0:5.2.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-django-0:5.2.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-automation-platform-installer-0:2.6-6.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-automation-platform-installer-0:2.6-6.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-rulebook-0:1.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-rulebook-0:1.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260325-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-asgiref-0:3.11.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-asgiref-0:3.11.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels+daphne-0:4.3.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels-0:4.3.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels-0:4.3.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-0:5.2.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-0:5.2.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-filter-0:25.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-filter-0:25.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-drf-spectacular-0:0.29.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-drf-spectacular-0:0.29.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.7-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.7-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-ansible-1:0.25.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-ansible-1:0.25.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.54-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.54-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-1.el9ap.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25639"
},
{
"category": "external",
"summary": "RHBZ#2438237",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2438237"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25639",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25639"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25639",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25639"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/commit/28c721588c7a77e7503d0a434e016f852c597b57",
"url": "https://github.com/axios/axios/commit/28c721588c7a77e7503d0a434e016f852c597b57"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/releases/tag/v1.13.5",
"url": "https://github.com/axios/axios/releases/tag/v1.13.5"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-43fc-jf86-j433",
"url": "https://github.com/axios/axios/security/advisories/GHSA-43fc-jf86-j433"
}
],
"release_date": "2026-02-09T20:11:22.374000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-31T16:12:45+00:00",
"details": "For details on how to apply this update, refer to Ansible Automation Platform documentation.",
"product_ids": [
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.7-1.el9ap.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6277"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.17-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.17-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-asgiref-0:3.11.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-django-0:5.2.12-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-asgiref-0:3.11.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-django-0:5.2.12-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.17-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.17-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-asgiref-0:3.11.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-django-0:5.2.12-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-asgiref-0:3.11.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-django-0:5.2.12-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-2.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-server-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-ui-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-asgiref-0:3.11.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-asgiref-0:3.11.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-django-0:5.2.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-django-0:5.2.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-automation-platform-installer-0:2.6-6.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-automation-platform-installer-0:2.6-6.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-rulebook-0:1.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-rulebook-0:1.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260325-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-asgiref-0:3.11.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-asgiref-0:3.11.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels+daphne-0:4.3.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels-0:4.3.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels-0:4.3.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-0:5.2.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-0:5.2.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-filter-0:25.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-filter-0:25.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-drf-spectacular-0:0.29.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-drf-spectacular-0:0.29.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.7-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.7-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-ansible-1:0.25.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-ansible-1:0.25.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.54-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.54-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-1.el9ap.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.17-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.17-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-asgiref-0:3.11.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-django-0:5.2.12-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-asgiref-0:3.11.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-django-0:5.2.12-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.17-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.17-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-asgiref-0:3.11.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-django-0:5.2.12-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-asgiref-0:3.11.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-django-0:5.2.12-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-2.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-server-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-ui-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-asgiref-0:3.11.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-asgiref-0:3.11.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-django-0:5.2.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-django-0:5.2.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-automation-platform-installer-0:2.6-6.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-automation-platform-installer-0:2.6-6.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-rulebook-0:1.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-rulebook-0:1.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260325-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-asgiref-0:3.11.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-asgiref-0:3.11.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels+daphne-0:4.3.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels-0:4.3.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels-0:4.3.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-0:5.2.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-0:5.2.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-filter-0:25.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-filter-0:25.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-drf-spectacular-0:0.29.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-drf-spectacular-0:0.29.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.7-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.7-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-ansible-1:0.25.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-ansible-1:0.25.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.54-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.54-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-1.el9ap.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Axios affected by Denial of Service via __proto__ Key in mergeConfig"
},
{
"cve": "CVE-2026-25990",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2026-02-11T21:05:39.535631+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.17-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.17-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-asgiref-0:3.11.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-django-0:5.2.12-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-asgiref-0:3.11.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-django-0:5.2.12-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.17-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.17-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-asgiref-0:3.11.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-django-0:5.2.12-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-asgiref-0:3.11.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-django-0:5.2.12-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-2.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-server-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-ui-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-asgiref-0:3.11.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-asgiref-0:3.11.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-django-0:5.2.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-django-0:5.2.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-automation-platform-installer-0:2.6-6.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-automation-platform-installer-0:2.6-6.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-rulebook-0:1.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-rulebook-0:1.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260325-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-asgiref-0:3.11.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-asgiref-0:3.11.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels+daphne-0:4.3.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels-0:4.3.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels-0:4.3.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-0:5.2.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-0:5.2.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-filter-0:25.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-filter-0:25.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-drf-spectacular-0:0.29.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-drf-spectacular-0:0.29.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.7-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.7-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-ansible-1:0.25.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-ansible-1:0.25.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.54-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.54-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-1.el9ap.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2439170"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found the Pillow Python imaging library. Providing a specially crafted PSD image may lead to an out-of-bounds write. This could potentially allow for arbitrary code execution or information disclosure.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pillow: Pillow: Out-of-bounds Write via Specially Crafted PSD Image",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.x86_64"
],
"known_not_affected": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.17-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.17-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-asgiref-0:3.11.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-django-0:5.2.12-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-asgiref-0:3.11.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-django-0:5.2.12-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.17-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.17-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-asgiref-0:3.11.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-django-0:5.2.12-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-asgiref-0:3.11.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-django-0:5.2.12-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-2.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-server-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-ui-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-asgiref-0:3.11.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-asgiref-0:3.11.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-django-0:5.2.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-django-0:5.2.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-automation-platform-installer-0:2.6-6.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-automation-platform-installer-0:2.6-6.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-rulebook-0:1.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-rulebook-0:1.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260325-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-asgiref-0:3.11.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-asgiref-0:3.11.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels+daphne-0:4.3.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels-0:4.3.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels-0:4.3.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-0:5.2.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-0:5.2.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-filter-0:25.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-filter-0:25.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-drf-spectacular-0:0.29.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-drf-spectacular-0:0.29.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.7-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.7-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-ansible-1:0.25.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-ansible-1:0.25.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.54-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.54-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-1.el9ap.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25990"
},
{
"category": "external",
"summary": "RHBZ#2439170",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2439170"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25990",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25990"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25990",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25990"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/commit/9000313cc5d4a31bdcdd6d7f0781101abab553aa",
"url": "https://github.com/python-pillow/Pillow/commit/9000313cc5d4a31bdcdd6d7f0781101abab553aa"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-cfh3-3jmp-rvhc",
"url": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-cfh3-3jmp-rvhc"
}
],
"release_date": "2026-02-11T20:53:52.524000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-31T16:12:45+00:00",
"details": "For details on how to apply this update, refer to Ansible Automation Platform documentation.",
"product_ids": [
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6277"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.17-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.17-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-asgiref-0:3.11.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-django-0:5.2.12-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-asgiref-0:3.11.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-django-0:5.2.12-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.17-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.17-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-asgiref-0:3.11.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-django-0:5.2.12-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-asgiref-0:3.11.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-django-0:5.2.12-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-2.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-server-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-ui-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-asgiref-0:3.11.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-asgiref-0:3.11.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-django-0:5.2.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-django-0:5.2.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-automation-platform-installer-0:2.6-6.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-automation-platform-installer-0:2.6-6.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-rulebook-0:1.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-rulebook-0:1.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260325-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-asgiref-0:3.11.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-asgiref-0:3.11.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels+daphne-0:4.3.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels-0:4.3.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels-0:4.3.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-0:5.2.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-0:5.2.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-filter-0:25.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-filter-0:25.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-drf-spectacular-0:0.29.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-drf-spectacular-0:0.29.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.7-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.7-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-ansible-1:0.25.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-ansible-1:0.25.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.54-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.54-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-1.el9ap.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.17-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.17-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-asgiref-0:3.11.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-django-0:5.2.12-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-asgiref-0:3.11.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-django-0:5.2.12-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.17-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.17-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-asgiref-0:3.11.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-django-0:5.2.12-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-asgiref-0:3.11.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-django-0:5.2.12-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-2.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-server-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-ui-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-asgiref-0:3.11.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-asgiref-0:3.11.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-django-0:5.2.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-django-0:5.2.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-automation-platform-installer-0:2.6-6.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-automation-platform-installer-0:2.6-6.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-rulebook-0:1.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-rulebook-0:1.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260325-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-asgiref-0:3.11.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-asgiref-0:3.11.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels+daphne-0:4.3.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels-0:4.3.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels-0:4.3.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-0:5.2.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-0:5.2.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-filter-0:25.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-filter-0:25.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-drf-spectacular-0:0.29.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-drf-spectacular-0:0.29.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.7-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.7-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-ansible-1:0.25.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-ansible-1:0.25.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.54-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.54-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-1.el9ap.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "pillow: Pillow: Out-of-bounds Write via Specially Crafted PSD Image"
},
{
"cve": "CVE-2026-27904",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2026-02-26T02:01:23.004531+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.17-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.17-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-asgiref-0:3.11.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-django-0:5.2.12-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-asgiref-0:3.11.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-django-0:5.2.12-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.17-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.17-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-asgiref-0:3.11.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-django-0:5.2.12-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-asgiref-0:3.11.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-django-0:5.2.12-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-2.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-server-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-ui-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-asgiref-0:3.11.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-asgiref-0:3.11.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-django-0:5.2.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-django-0:5.2.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-automation-platform-installer-0:2.6-6.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-automation-platform-installer-0:2.6-6.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-rulebook-0:1.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-rulebook-0:1.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260325-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-asgiref-0:3.11.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-asgiref-0:3.11.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels+daphne-0:4.3.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels-0:4.3.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels-0:4.3.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-0:5.2.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-0:5.2.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-filter-0:25.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-filter-0:25.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-drf-spectacular-0:0.29.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-drf-spectacular-0:0.29.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.7-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.7-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-ansible-1:0.25.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-ansible-1:0.25.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.54-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.54-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-1.el9ap.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2442922"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in minimatch. A remote attacker could exploit this vulnerability by providing a specially crafted glob expression with nested unbounded quantifiers. This could lead to catastrophic backtracking in the V8 JavaScript engine, causing the application to become unresponsive and resulting in a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "minimatch: Minimatch: Denial of Service via catastrophic backtracking in glob expressions",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Exploitation of this flaw requires that a user or service processes untrusted input.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.7-1.el9ap.src"
],
"known_not_affected": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.17-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.17-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-asgiref-0:3.11.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-django-0:5.2.12-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-asgiref-0:3.11.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-django-0:5.2.12-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.17-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.17-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-asgiref-0:3.11.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-django-0:5.2.12-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-asgiref-0:3.11.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-django-0:5.2.12-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-2.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-server-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-ui-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-asgiref-0:3.11.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-asgiref-0:3.11.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-django-0:5.2.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-django-0:5.2.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-automation-platform-installer-0:2.6-6.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-automation-platform-installer-0:2.6-6.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-rulebook-0:1.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-rulebook-0:1.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260325-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-asgiref-0:3.11.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-asgiref-0:3.11.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels+daphne-0:4.3.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels-0:4.3.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels-0:4.3.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-0:5.2.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-0:5.2.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-filter-0:25.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-filter-0:25.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-drf-spectacular-0:0.29.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-drf-spectacular-0:0.29.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.7-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.7-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-ansible-1:0.25.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-ansible-1:0.25.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.54-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.54-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-1.el9ap.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27904"
},
{
"category": "external",
"summary": "RHBZ#2442922",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2442922"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27904",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27904"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27904",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27904"
},
{
"category": "external",
"summary": "https://github.com/isaacs/minimatch/security/advisories/GHSA-23c5-xmqv-rm74",
"url": "https://github.com/isaacs/minimatch/security/advisories/GHSA-23c5-xmqv-rm74"
}
],
"release_date": "2026-02-26T01:07:42.693000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-31T16:12:45+00:00",
"details": "For details on how to apply this update, refer to Ansible Automation Platform documentation.",
"product_ids": [
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.7-1.el9ap.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6277"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.17-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.17-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-asgiref-0:3.11.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-django-0:5.2.12-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-asgiref-0:3.11.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-django-0:5.2.12-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.17-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.17-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-asgiref-0:3.11.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-django-0:5.2.12-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-asgiref-0:3.11.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-django-0:5.2.12-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-2.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-server-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-ui-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-asgiref-0:3.11.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-asgiref-0:3.11.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-django-0:5.2.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-django-0:5.2.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-automation-platform-installer-0:2.6-6.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-automation-platform-installer-0:2.6-6.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-rulebook-0:1.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-rulebook-0:1.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260325-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-asgiref-0:3.11.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-asgiref-0:3.11.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels+daphne-0:4.3.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels-0:4.3.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels-0:4.3.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-0:5.2.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-0:5.2.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-filter-0:25.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-filter-0:25.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-drf-spectacular-0:0.29.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-drf-spectacular-0:0.29.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.7-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.7-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-ansible-1:0.25.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-ansible-1:0.25.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.54-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.54-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-1.el9ap.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "minimatch: Minimatch: Denial of Service via catastrophic backtracking in glob expressions"
},
{
"cve": "CVE-2026-29074",
"cwe": {
"id": "CWE-776",
"name": "Improper Restriction of Recursive Entity References in DTDs (\u0027XML Entity Expansion\u0027)"
},
"discovery_date": "2026-03-06T08:01:07.142613+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.17-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.17-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-asgiref-0:3.11.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-django-0:5.2.12-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-asgiref-0:3.11.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-django-0:5.2.12-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.17-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.17-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-asgiref-0:3.11.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-django-0:5.2.12-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-asgiref-0:3.11.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-django-0:5.2.12-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-2.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-server-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-ui-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-asgiref-0:3.11.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-asgiref-0:3.11.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-django-0:5.2.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-django-0:5.2.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-automation-platform-installer-0:2.6-6.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-automation-platform-installer-0:2.6-6.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-rulebook-0:1.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-rulebook-0:1.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260325-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-asgiref-0:3.11.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-asgiref-0:3.11.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels+daphne-0:4.3.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels-0:4.3.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels-0:4.3.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-0:5.2.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-0:5.2.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-filter-0:25.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-filter-0:25.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-drf-spectacular-0:0.29.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-drf-spectacular-0:0.29.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.7-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.7-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-ansible-1:0.25.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-ansible-1:0.25.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.54-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.54-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-1.el9ap.noarch"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445132"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in SVGO, an SVG (Scalable Vector Graphics) Optimizer. This vulnerability allows a remote attacker to cause a Denial of Service (DoS) by submitting a specially crafted XML file. The application\u0027s failure to properly guard against XML entity expansion or recursion can lead to the Node.js process consuming excessive memory and crashing.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "svgo: SVGO: Denial of Service via XML entity expansion",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.7-1.el9ap.src"
],
"known_not_affected": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.17-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.17-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-asgiref-0:3.11.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-django-0:5.2.12-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-asgiref-0:3.11.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-django-0:5.2.12-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.17-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.17-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-asgiref-0:3.11.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-django-0:5.2.12-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-asgiref-0:3.11.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-django-0:5.2.12-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-2.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-server-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-ui-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-asgiref-0:3.11.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-asgiref-0:3.11.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-django-0:5.2.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-django-0:5.2.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-automation-platform-installer-0:2.6-6.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-automation-platform-installer-0:2.6-6.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-rulebook-0:1.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-rulebook-0:1.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260325-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-asgiref-0:3.11.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-asgiref-0:3.11.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels+daphne-0:4.3.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels-0:4.3.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels-0:4.3.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-0:5.2.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-0:5.2.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-filter-0:25.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-filter-0:25.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-drf-spectacular-0:0.29.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-drf-spectacular-0:0.29.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.7-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.7-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-ansible-1:0.25.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-ansible-1:0.25.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.54-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.54-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-1.el9ap.noarch"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-29074"
},
{
"category": "external",
"summary": "RHBZ#2445132",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445132"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-29074",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-29074"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-29074",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-29074"
},
{
"category": "external",
"summary": "https://github.com/svg/svgo/security/advisories/GHSA-xpqw-6gx7-v673",
"url": "https://github.com/svg/svgo/security/advisories/GHSA-xpqw-6gx7-v673"
}
],
"release_date": "2026-03-06T07:23:05.716000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-31T16:12:45+00:00",
"details": "For details on how to apply this update, refer to Ansible Automation Platform documentation.",
"product_ids": [
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.7-1.el9ap.src"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6277"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.17-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.17-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-asgiref-0:3.11.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-django-0:5.2.12-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-asgiref-0:3.11.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-django-0:5.2.12-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.17-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.17-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-asgiref-0:3.11.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-django-0:5.2.12-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-asgiref-0:3.11.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-django-0:5.2.12-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-2.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-server-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-ui-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-asgiref-0:3.11.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-asgiref-0:3.11.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-django-0:5.2.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-django-0:5.2.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-automation-platform-installer-0:2.6-6.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-automation-platform-installer-0:2.6-6.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-rulebook-0:1.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-rulebook-0:1.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260325-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-asgiref-0:3.11.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-asgiref-0:3.11.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels+daphne-0:4.3.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels-0:4.3.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels-0:4.3.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-0:5.2.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-0:5.2.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-filter-0:25.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-filter-0:25.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-drf-spectacular-0:0.29.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-drf-spectacular-0:0.29.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.7-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.7-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-ansible-1:0.25.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-ansible-1:0.25.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.54-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.54-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-1.el9ap.noarch"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.17-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-2:2.16.17-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-asgiref-0:3.11.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python-django-0:5.2.12-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-asgiref-0:3.11.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3-django-0:5.2.12-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.17-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:ansible-core-2:2.16.17-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-asgiref-0:3.11.1-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python-django-0:5.2.12-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:python3-asgiref-0:3.11.1-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:python3-django-0:5.2.12-2.el10ap.noarch",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.src",
"10Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.aarch64",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.ppc64le",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.s390x",
"10Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-2.el10ap.x86_64",
"10Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-2.el10ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-cli-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-server-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-ui-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:automation-controller-venv-tower-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-asgiref-0:3.11.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-asgiref-0:3.11.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-django-0:5.2.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:python3.12-django-0:5.2.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Developer-1.3:receptorctl-0:1.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6-Inside-1.4:receptorctl-0:1.6.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:aap-metrics-utility-0:0.6.3-3.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:ansible-automation-platform-installer-0:2.6-6.1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-automation-platform-installer-0:2.6-6.1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-core-1:2.16.17-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-rulebook-0:1.2.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:ansible-rulebook-0:1.2.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:ansible-test-1:2.16.17-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-cli-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-server-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-ui-0:4.7.10-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-controller-venv-tower-0:4.7.10-2.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-0:1.2.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-base-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-event-stream-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-eda-controller-worker-services-0:1.2.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-0:2.6.20260325-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-config-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.src",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-debugsource-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.aarch64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.s390x",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-proxy-server-debuginfo-0:2.6.14-1.el9.x86_64",
"9Base-Ansible-Automation-Platform-2.6:automation-gateway-server-0:2.6.20260325-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-hub-0:4.11.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.7-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:automation-platform-ui-0:2.6.7-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-asgiref-0:3.11.1-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-asgiref-0:3.11.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels+daphne-0:4.3.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels-0:4.3.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-channels-0:4.3.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-0:5.2.12-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-0:5.2.12-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+activitystream-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+api_documentation-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+authentication-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+channel_auth-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+feature_flags-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+jwt_consumer-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+oauth2_provider-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rbac-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+redis_client-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+resource_registry-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base+rest_filters-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-ansible-base-0:2.6.20260325-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-filter-0:25.2-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-django-filter-0:25.2-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-drf-spectacular-0:0.29.0-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-drf-spectacular-0:0.29.0-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.7-2.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-galaxy-ng-0:4.11.7-2.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debuginfo-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pillow-debugsource-0:12.1.1-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-ansible-1:0.25.4-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-ansible-1:0.25.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.8-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulp-container-0:2.19.8-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.54-1.el9ap.noarch",
"9Base-Ansible-Automation-Platform-2.6:python3.12-pulpcore-0:3.49.54-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.src",
"9Base-Ansible-Automation-Platform-2.6:receptor-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debuginfo-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.aarch64",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.ppc64le",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.s390x",
"9Base-Ansible-Automation-Platform-2.6:receptor-debugsource-0:1.6.4-1.el9ap.x86_64",
"9Base-Ansible-Automation-Platform-2.6:receptorctl-0:1.6.4-1.el9ap.noarch"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "svgo: SVGO: Denial of Service via XML entity expansion"
}
]
}
RHSA-2026:6568
Vulnerability from csaf_redhat - Published: 2026-04-03 22:07 - Updated: 2026-04-11 14:08A flaw was found in the encoding/gob package of the Golang standard library. Calling Decoder.Decoding, a message that contains deeply nested structures, can cause a panic due to stack exhaustion. This is a follow-up to CVE-2022-30635.
A flaw was found in the x/crypto/ssh go library. Applications and libraries that misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. For example, an attacker may send public keys A and B and authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B, for which the attacker does not control the private key. The misuse of ServerConfig.PublicKeyCallback may cause an authorization bypass.
A flaw was found in golang.org/x/net/html. This flaw allows an attacker to craft input to the parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This issue can cause a denial of service.
A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.
A flaw was found in the archive/zip package in the Go standard library. A super-linear file name indexing algorithm is used in the first time a file in an archive is opened. A crafted zip archive containing a specific arrangement of file names can cause an excessive CPU and memory consumption. A Go application processing a malicious archive can become unresponsive or crash, resulting in a denial of service.
A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.
A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.
A flaw was found in Authlib, a Python library used for building OAuth and OpenID Connect servers. The cache-backed state and request-token storage within Authlib is not securely linked to the user's initiating session. This vulnerability allows a remote attacker to exploit a Cross-Site Request Forgery (CSRF) by obtaining a valid state, which can lead to unauthorized actions being performed on behalf of the user.
A flaw was found in ajv. When the $data option is enabled, the value of the pattern keyword is passed directly to the JavaScript RegExp() constructor without sufficient validation. An attacker able to supply a malicious regular expression pattern can trigger a ReDoS (Regular Expression Denial of Service), causing the application to become unresponsive and resulting in a denial of service.
A flaw was found in jsrsasign. A remote attacker could exploit this vulnerability by providing specially crafted zero or negative inputs to the bnModInverse function within the BigInteger.modInverse implementation. This could lead to an infinite loop, causing a permanent denial of service (DoS) by hanging the process.
A flaw was found in jsrsasign. An attacker can exploit an incomplete comparison vulnerability in the getRandomBigIntegerZeroToMax and getRandomBigIntegerMinToMax functions. By manipulating incorrect comparison checks, an attacker can bias the Digital Signature Algorithm (DSA) nonces during signature generation. This allows the attacker to recover the private key, leading to a critical security compromise.
A flaw was found in jsrsasign. An attacker can exploit improper verification of cryptographic signatures by supplying malicious domain parameters during the Digital Signature Algorithm (DSA) validation process. This allows the attacker to forge DSA signatures or X.509 certificates, which would then be accepted as legitimate, potentially leading to unauthorized access or data manipulation.
A flaw was found in jsrsasign. An attacker can exploit a missing cryptographic step in the Digital Signature Algorithm (DSA) signing process, specifically within the KJUR.crypto.DSA.signWithMessageHash function. By manipulating the signature generation to force specific values, the library emits an invalid signature without retrying. This vulnerability allows an attacker to recover the private key used for signing.
A flaw was found in jsrsasign. A remote attacker can exploit an incorrect conversion between numeric types by providing a negative exponent to the `modPow` function. This vulnerability can force the computation of incorrect modular inverses, which ultimately allows an attacker to bypass signature verification.
A denial of service flaw has been discovered in the Axios npm package. the mergeConfig function in axios crashes with a TypeError when processing configuration objects containing __proto__ as an own property. An attacker can trigger this by providing a malicious configuration object created via JSON.parse(), causing complete denial of service.
A flaw was found the Pillow Python imaging library. Providing a specially crafted PSD image may lead to an out-of-bounds write. This could potentially allow for arbitrary code execution or information disclosure.
A validation flaw has been discovered in the python cryptography package. This missing validation allows an attacker to provide a public key point P from a small-order subgroup. This can lead to security issues in various situations, such as the most commonly used signature verification (ECDSA) and shared key negotiation (ECDH). When the victim computes the shared secret as S = [victim_private_key]P via ECDH, this leaks information about victim_private_key mod (small_subgroup_order). For curves with cofactor > 1, this reveals the least significant bits of the private key. When these weak public keys are used in ECDSA , it's easy to forge signatures on the small subgroup. Only SECT curves are impacted by this.
A flaw was found in minimatch. A remote attacker could exploit this Regular Expression Denial of Service (ReDoS) vulnerability by providing a specially crafted glob pattern. This pattern, containing numerous consecutive wildcard characters, causes excessive processing and exponential backtracking in the regular expression engine. Successful exploitation leads to a Denial of Service (DoS), making the application unresponsive.
A flaw was found in pypdf. Processing a specially crafted PDF document, specifically with circular /Prev references in the cross-reference (xref) chain, can cause an infinite loop and a high consumption of CPU, resulting in a denial of service.
A flaw was found in minimatch. A remote attacker could exploit this vulnerability by providing a specially crafted glob expression with nested unbounded quantifiers. This could lead to catastrophic backtracking in the V8 JavaScript engine, causing the application to become unresponsive and resulting in a Denial of Service (DoS).
A flaw was found in Authlib, a Python library used for building OAuth and OpenID Connect (OIDC) servers. This vulnerability allows a remote attacker to bypass critical integrity checks in OIDC ID Tokens. Specifically, the library's internal hash verification logic fails open when encountering an unsupported cryptographic algorithm, accepting a forged ID Token as valid. This can lead to an authentication bypass, granting unauthorized access to systems relying on Authlib for OIDC authentication.
A flaw was found in Authlib, a Python library for building OAuth and OpenID Connect servers. A remote attacker can exploit this vulnerability by crafting a malicious JSON Web Token (JWT) with a "none" algorithm and an empty signature. This bypasses the expected signature verification, potentially allowing the attacker to forge tokens and gain unauthorized access or perform unauthorized actions within applications using Authlib.
A flaw was found in Immutable.js, a library for persistent immutable data structures. This vulnerability, known as Prototype Pollution, allows an attacker with low privileges to inject unwanted properties into core JavaScript object prototypes without user interaction. By manipulating specific APIs such as mergeDeep(), mergeDeepWith(), merge(), Map.toJS(), and Map.toObject(), a remote attacker could potentially execute arbitrary code or cause a denial of service (DoS).
A flaw was found in SVGO, an SVG (Scalable Vector Graphics) Optimizer. This vulnerability allows a remote attacker to cause a Denial of Service (DoS) by submitting a specially crafted XML file. The application's failure to properly guard against XML entity expansion or recursion can lead to the Node.js process consuming excessive memory and crashing.
An unbounded recursion flaw has been discovered in the pypi pyasn1 library. This uncontrolled recursion occurs when decoding ASN.1 data with deeply nested structures. An attacker can supply a crafted payload containing nested SEQUENCE (0x30) or SET (0x31) tags with Indefinite Length (0x80) markers. This forces the decoder to recursively call itself until the Python interpreter crashes with a RecursionError or consumes all available memory (OOM), crashing the host application.
A missing verification step has been discovered in PyJWT. PyJWT does not validate the crit (Critical) Header Parameter defined in RFC 7515 §4.1.11. When a JWS token contains a crit array listing extensions that PyJWT does not understand, the library accepts the token instead of rejecting it. This violates the MUST requirement in the RFC.
| URL | Category | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat Quay 3.15.4 is now available with bug fixes.",
"title": "Topic"
},
{
"category": "general",
"text": "Quay 3.15.4",
"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-2026:6568",
"url": "https://access.redhat.com/errata/RHSA-2026:6568"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-34156",
"url": "https://access.redhat.com/security/cve/CVE-2024-34156"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-45337",
"url": "https://access.redhat.com/security/cve/CVE-2024-45337"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-45338",
"url": "https://access.redhat.com/security/cve/CVE-2024-45338"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61726",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61728",
"url": "https://access.redhat.com/security/cve/CVE-2025-61728"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61729",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-68121",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-68158",
"url": "https://access.redhat.com/security/cve/CVE-2025-68158"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-69873",
"url": "https://access.redhat.com/security/cve/CVE-2025-69873"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25639",
"url": "https://access.redhat.com/security/cve/CVE-2026-25639"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25990",
"url": "https://access.redhat.com/security/cve/CVE-2026-25990"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-26007",
"url": "https://access.redhat.com/security/cve/CVE-2026-26007"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-26996",
"url": "https://access.redhat.com/security/cve/CVE-2026-26996"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-27628",
"url": "https://access.redhat.com/security/cve/CVE-2026-27628"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-27904",
"url": "https://access.redhat.com/security/cve/CVE-2026-27904"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-28498",
"url": "https://access.redhat.com/security/cve/CVE-2026-28498"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-28802",
"url": "https://access.redhat.com/security/cve/CVE-2026-28802"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-29063",
"url": "https://access.redhat.com/security/cve/CVE-2026-29063"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-29074",
"url": "https://access.redhat.com/security/cve/CVE-2026-29074"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-30922",
"url": "https://access.redhat.com/security/cve/CVE-2026-30922"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-32597",
"url": "https://access.redhat.com/security/cve/CVE-2026-32597"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-4598",
"url": "https://access.redhat.com/security/cve/CVE-2026-4598"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-4599",
"url": "https://access.redhat.com/security/cve/CVE-2026-4599"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-4600",
"url": "https://access.redhat.com/security/cve/CVE-2026-4600"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-4601",
"url": "https://access.redhat.com/security/cve/CVE-2026-4601"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-4602",
"url": "https://access.redhat.com/security/cve/CVE-2026-4602"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_6568.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Quay 3.15.4",
"tracking": {
"current_release_date": "2026-04-11T14:08:53+00:00",
"generator": {
"date": "2026-04-11T14:08:53+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.5"
}
},
"id": "RHSA-2026:6568",
"initial_release_date": "2026-04-03T22:07:28+00:00",
"revision_history": [
{
"date": "2026-04-03T22:07:28+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-04-03T22:07:35+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-11T14:08:53+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Quay 3.15",
"product": {
"name": "Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:quay:3.15::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat Quay"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-bundle@sha256%3A25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1774980222"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel8@sha256%3A3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1774979159"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-bundle@sha256%3Aebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1774980224"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel8@sha256%3Aa1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1774979227"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"product_id": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-qemu-rhcos-rhel8@sha256%3A7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1775183105"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"product_id": "registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel8@sha256%3A9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1775227789"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"product": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"product_id": "registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel8@sha256%3A35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1775249999"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"product_id": "registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-bundle@sha256%3Adec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1775250489"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"product_id": "registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel8@sha256%3A26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1774984603"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64",
"product_id": "registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel8@sha256%3Ac72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1775169219"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel8@sha256%3Acde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1774979159"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel8@sha256%3A88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1774979227"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"product_id": "registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel8@sha256%3A2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1775227789"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"product": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"product_id": "registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel8@sha256%3A76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1775249999"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"product_id": "registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel8@sha256%3Ae5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1774984603"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"product_id": "registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel8@sha256%3A8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1775169219"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel8@sha256%3Aee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1774979159"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel8@sha256%3Ad6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1774979227"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"product_id": "registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel8@sha256%3A5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1775227789"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"product": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"product_id": "registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel8@sha256%3A0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1775249999"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"product_id": "registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel8@sha256%3A8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1774984603"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"product_id": "registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel8@sha256%3Abe166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1775169219"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x"
},
"product_reference": "registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64 as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64"
},
"product_reference": "registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le"
},
"product_reference": "registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64 as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64 as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64 as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64 as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64 as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64 as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64 as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64 as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"relates_to_product_reference": "Red Hat Quay 3.15"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64 as a component of Red Hat Quay 3.15",
"product_id": "Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64",
"relates_to_product_reference": "Red Hat Quay 3.15"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-34156",
"cwe": {
"id": "CWE-674",
"name": "Uncontrolled Recursion"
},
"discovery_date": "2024-09-06T21:20:09.377905+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2310528"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the encoding/gob package of the Golang standard library. Calling Decoder.Decoding, a message that contains deeply nested structures, can cause a panic due to stack exhaustion. This is a follow-up to CVE-2022-30635.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "encoding/gob: golang: Calling Decoder.Decode on a message which contains deeply nested structures can cause a panic due to stack exhaustion",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability in Go\u0027s `encoding/gob` package is of high severity because it exposes applications to potential Denial of Service (DoS) attacks through stack exhaustion. Since `gob` relies on recursive function calls to decode nested structures, an attacker could exploit this by sending crafted messages with excessively deep nesting, causing the application to panic due to stack overflow. This risk is particularly important in scenarios where untrusted or external input is processed, as it can lead to system unavailability or crashes, undermining the reliability and availability of services.",
"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": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-34156"
},
{
"category": "external",
"summary": "RHBZ#2310528",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2310528"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-34156",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34156"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-34156",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-34156"
},
{
"category": "external",
"summary": "https://go.dev/cl/611239",
"url": "https://go.dev/cl/611239"
},
{
"category": "external",
"summary": "https://go.dev/issue/69139",
"url": "https://go.dev/issue/69139"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-dev/c/S9POB9NCTdk",
"url": "https://groups.google.com/g/golang-dev/c/S9POB9NCTdk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-3106",
"url": "https://pkg.go.dev/vuln/GO-2024-3106"
}
],
"release_date": "2024-09-06T21:15:12.020000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-03T22:07:28+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6568"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "encoding/gob: golang: Calling Decoder.Decode on a message which contains deeply nested structures can cause a panic due to stack exhaustion"
},
{
"cve": "CVE-2024-45337",
"cwe": {
"id": "CWE-285",
"name": "Improper Authorization"
},
"discovery_date": "2024-12-11T19:00:54.247490+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2331720"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the x/crypto/ssh go library. Applications and libraries that misuse the ServerConfig.PublicKeyCallback callback may be susceptible to an authorization bypass. For example, an attacker may send public keys A and B and authenticate with A. PublicKeyCallback would be called only twice, first with A and then with B. A vulnerable application may then make authorization decisions based on key B, for which the attacker does not control the private key. The misuse of ServerConfig.PublicKeyCallback may cause an authorization bypass.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is classified as important rather than critical because it does not directly enable unauthorized access but rather introduces a risk of authorization bypass if the application or library misuses the PublicKeyCallback API. The vulnerability relies on incorrect assumptions made by the application when handling the sequence or state of keys provided during SSH authentication. Properly implemented systems that use the Permissions field or avoid relying on external state remain unaffected. Additionally, the vulnerability does not allow direct exploitation to gain control over a system without the presence of insecure logic in the application\u0027s handling of authentication attempts.\n\n\nRed Hat Enterprise Linux(RHEL) 8 \u0026 9 and Red Hat Openshift marked as not affected as it was determined that the problem function `ServerConfig.PublicKeyCallback`, as noted in the CVE-2024-45337 issue, is not called by Podman, Buildah, containers-common, or the gvisor-tap-vsock projects.",
"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": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-45337"
},
{
"category": "external",
"summary": "RHBZ#2331720",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2331720"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-45337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45337"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45337"
},
{
"category": "external",
"summary": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909",
"url": "https://github.com/golang/crypto/commit/b4f1988a35dee11ec3e05d6bf3e90b695fbd8909"
},
{
"category": "external",
"summary": "https://go.dev/cl/635315",
"url": "https://go.dev/cl/635315"
},
{
"category": "external",
"summary": "https://go.dev/issue/70779",
"url": "https://go.dev/issue/70779"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ",
"url": "https://groups.google.com/g/golang-announce/c/-nPEi39gI4Q/m/cGVPJCqdAQAJ"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-3321",
"url": "https://pkg.go.dev/vuln/GO-2024-3321"
}
],
"release_date": "2024-12-11T18:55:58.506000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-03T22:07:28+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6568"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/crypto/ssh: Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto"
},
{
"cve": "CVE-2024-45338",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2024-12-18T21:00:59.938173+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2333122"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang.org/x/net/html. This flaw allows an attacker to craft input to the parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This issue can cause a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated as an Important severity because an attacker can craft malicious input that causes the parsing functions to process data non-linearly, resulting in significant delays which leads to a denial of service by exhausting system resources.",
"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": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-45338"
},
{
"category": "external",
"summary": "RHBZ#2333122",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2333122"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-45338",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45338"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338"
},
{
"category": "external",
"summary": "https://go.dev/cl/637536",
"url": "https://go.dev/cl/637536"
},
{
"category": "external",
"summary": "https://go.dev/issue/70906",
"url": "https://go.dev/issue/70906"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ",
"url": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2024-3333",
"url": "https://pkg.go.dev/vuln/GO-2024-3333"
}
],
"release_date": "2024-12-18T20:38:22.660000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-03T22:07:28+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6568"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang.org/x/net/html: Non-linear parsing of case-insensitive content in golang.org/x/net/html"
},
{
"cve": "CVE-2025-61726",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:42.791305+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434432"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/url: Memory exhaustion in query parameter parsing in net/url",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to send a specially crafted HTTP request to an application parsing URL-encoded forms with net/url, specifically a request containing a large number of unique query parameters. The request will cause the application to consume an excessive amount of memory and eventually result in a denial of service, with no impact to confidentiality or integrity. Due to this reason, this vulnerability has been rated with an important severity.",
"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": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "RHBZ#2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://go.dev/cl/736712",
"url": "https://go.dev/cl/736712"
},
{
"category": "external",
"summary": "https://go.dev/issue/77101",
"url": "https://go.dev/issue/77101"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4341",
"url": "https://pkg.go.dev/vuln/GO-2026-4341"
}
],
"release_date": "2026-01-28T19:30:31.215000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-03T22:07:28+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6568"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/url: Memory exhaustion in query parameter parsing in net/url"
},
{
"cve": "CVE-2025-61728",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:39.965024+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434431"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the archive/zip package in the Go standard library. A super-linear file name indexing algorithm is used in the first time a file in an archive is opened. A crafted zip archive containing a specific arrangement of file names can cause an excessive CPU and memory consumption. A Go application processing a malicious archive can become unresponsive or crash, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: archive/zip: Excessive CPU consumption when building archive index in archive/zip",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker needs to be able to process a malicious zip archive with an application using the archive/zip package. Additionally, this vulnerability can cause a Go application to consume an excessive amount of CPU and memory, eventually resulting in a denial of service with no other security impact. Due to these reasons, this flaw has been rated with a moderate severity.",
"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": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61728"
},
{
"category": "external",
"summary": "RHBZ#2434431",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434431"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61728",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61728"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61728",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61728"
},
{
"category": "external",
"summary": "https://go.dev/cl/736713",
"url": "https://go.dev/cl/736713"
},
{
"category": "external",
"summary": "https://go.dev/issue/77102",
"url": "https://go.dev/issue/77102"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4342",
"url": "https://pkg.go.dev/vuln/GO-2026-4342"
}
],
"release_date": "2026-01-28T19:30:31.354000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-03T22:07:28+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6568"
},
{
"category": "workaround",
"details": "To mitigate this vulnerability, implement a timeout in your archive/zip processing logic to abort the operation if it exceeds a few seconds, preventing the application from consuming an excessive amount of resources.",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "golang: archive/zip: Excessive CPU consumption when building archive index in archive/zip"
},
{
"cve": "CVE-2025-61729",
"cwe": {
"id": "CWE-1050",
"name": "Excessive Platform Resource Consumption within a Loop"
},
"discovery_date": "2025-12-02T20:01:45.330964+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418462"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate",
"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": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "RHBZ#2418462",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418462"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61729",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61729"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://go.dev/cl/725920",
"url": "https://go.dev/cl/725920"
},
{
"category": "external",
"summary": "https://go.dev/issue/76445",
"url": "https://go.dev/issue/76445"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4",
"url": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4155",
"url": "https://pkg.go.dev/vuln/GO-2025-4155"
}
],
"release_date": "2025-12-02T18:54:10.166000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-03T22:07:28+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6568"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate"
},
{
"cve": "CVE-2025-68121",
"discovery_date": "2026-02-05T18:01:30.086058+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2437111"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is a moderate flaw because it only occurs under specific conditions, such as TLS session resumption with runtime changes to certificate authority settings. Exploitation is not straightforward and requires a controlled setup. The impact is limited to certificate validation within the same component and does not affect system availability.",
"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": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "RHBZ#2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68121"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://go.dev/cl/737700",
"url": "https://go.dev/cl/737700"
},
{
"category": "external",
"summary": "https://go.dev/issue/77217",
"url": "https://go.dev/issue/77217"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk",
"url": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4337",
"url": "https://pkg.go.dev/vuln/GO-2026-4337"
}
],
"release_date": "2026-02-05T17:48:44.141000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-03T22:07:28+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6568"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption"
},
{
"cve": "CVE-2025-68158",
"cwe": {
"id": "CWE-352",
"name": "Cross-Site Request Forgery (CSRF)"
},
"discovery_date": "2026-01-08T19:01:41.615962+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2428102"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Authlib, a Python library used for building OAuth and OpenID Connect servers. The cache-backed state and request-token storage within Authlib is not securely linked to the user\u0027s initiating session. This vulnerability allows a remote attacker to exploit a Cross-Site Request Forgery (CSRF) by obtaining a valid state, which can lead to unauthorized actions being performed on behalf of the user.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Authlib: Authlib: Cross-Site Request Forgery due to improper session management in state storage",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Moderate for Red Hat products utilizing Authlib, such as Red Hat Ansible Automation Platform, Hosted OpenShift Clusters, Red Hat Quay, and Red Hat Satellite. The flaw arises from improper session management in Authlib\u0027s cache-backed state storage, allowing a remote attacker to perform Cross-Site Request Forgery (CSRF) by obtaining a valid state.",
"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": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68158"
},
{
"category": "external",
"summary": "RHBZ#2428102",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2428102"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68158",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68158"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68158",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68158"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/commit/2808378611dd6fb2532b189a9087877d8f0c0489",
"url": "https://github.com/authlib/authlib/commit/2808378611dd6fb2532b189a9087877d8f0c0489"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/commit/7974f45e4d7492ab5f527577677f2770ce423228",
"url": "https://github.com/authlib/authlib/commit/7974f45e4d7492ab5f527577677f2770ce423228"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/security/advisories/GHSA-fg6f-75jq-6523",
"url": "https://github.com/authlib/authlib/security/advisories/GHSA-fg6f-75jq-6523"
}
],
"release_date": "2026-01-08T17:58:17.724000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-03T22:07:28+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6568"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.7,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "Authlib: Authlib: Cross-Site Request Forgery due to improper session management in state storage"
},
{
"cve": "CVE-2025-69873",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2026-02-11T19:01:32.953264+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2439070"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in ajv. When the $data option is enabled, the value of the pattern keyword is passed directly to the JavaScript RegExp() constructor without sufficient validation. An attacker able to supply a malicious regular expression pattern can trigger a ReDoS (Regular Expression Denial of Service), causing the application to become unresponsive and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ajv: ReDoS via $data reference",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, the $data option must be enabled and the attacker needs to be able to send a payload with a specially crafted regular expression to the application processing the input. A 31-character payload causes approximately 44 seconds of execution, with each additional character doubling the execution time. Therefore, even a small payload can cause an application to become unresponsive and eventually result in a denial of service. Due to this reason, this flaw has been rated with an important severity.",
"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": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-69873"
},
{
"category": "external",
"summary": "RHBZ#2439070",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2439070"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-69873",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69873"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-69873",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-69873"
},
{
"category": "external",
"summary": "https://github.com/EthanKim88/ethan-cve-disclosures/blob/main/CVE-2025-69873-ajv-ReDoS.md",
"url": "https://github.com/EthanKim88/ethan-cve-disclosures/blob/main/CVE-2025-69873-ajv-ReDoS.md"
}
],
"release_date": "2026-02-11T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-03T22:07:28+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6568"
},
{
"category": "workaround",
"details": "To mitigate this issue, disable the $data feature if your application does not require it. If $data must be used, implement strict validation of the input fields that are referenced by the pattern keyword to ensure they contain only expected and safe characters.",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "ajv: ReDoS via $data reference"
},
{
"cve": "CVE-2026-4598",
"cwe": {
"id": "CWE-1287",
"name": "Improper Validation of Specified Type of Input"
},
"discovery_date": "2026-03-23T06:01:47.891452+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2450210"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in jsrsasign. A remote attacker could exploit this vulnerability by providing specially crafted zero or negative inputs to the bnModInverse function within the BigInteger.modInverse implementation. This could lead to an infinite loop, causing a permanent denial of service (DoS) by hanging the process.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jsrsasign: jsrsasign: Denial of Service via infinite loop in bnModInverse function with crafted inputs",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "IMPORTANT: A denial of service flaw was found in jsrsasign. This vulnerability allows a remote attacker to cause a permanent denial of service by providing specially crafted zero or negative inputs to the bnModInverse function, leading to an infinite loop. This affects Red Hat Migration Toolkit for Virtualization and Red Hat Quay, which utilize the vulnerable jsrsasign component.",
"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": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-4598"
},
{
"category": "external",
"summary": "RHBZ#2450210",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2450210"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-4598",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-4598"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-4598",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-4598"
},
{
"category": "external",
"summary": "https://gist.github.com/Kr0emer/a1bf5cd4547cc630d2dcc5e761de8264",
"url": "https://gist.github.com/Kr0emer/a1bf5cd4547cc630d2dcc5e761de8264"
},
{
"category": "external",
"summary": "https://github.com/kjur/jsrsasign/commit/ca5b027240287a1e71fe63019fc4400332594323",
"url": "https://github.com/kjur/jsrsasign/commit/ca5b027240287a1e71fe63019fc4400332594323"
},
{
"category": "external",
"summary": "https://github.com/kjur/jsrsasign/pull/648",
"url": "https://github.com/kjur/jsrsasign/pull/648"
},
{
"category": "external",
"summary": "https://security.snyk.io/vuln/SNYK-JS-JSRSASIGN-15370938",
"url": "https://security.snyk.io/vuln/SNYK-JS-JSRSASIGN-15370938"
}
],
"release_date": "2026-03-23T05:00:11.571000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-03T22:07:28+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6568"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "jsrsasign: jsrsasign: Denial of Service via infinite loop in bnModInverse function with crafted inputs"
},
{
"cve": "CVE-2026-4599",
"cwe": {
"id": "CWE-338",
"name": "Use of Cryptographically Weak Pseudo-Random Number Generator (PRNG)"
},
"discovery_date": "2026-03-23T06:01:34.008562+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2450207"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in jsrsasign. An attacker can exploit an incomplete comparison vulnerability in the getRandomBigIntegerZeroToMax and getRandomBigIntegerMinToMax functions. By manipulating incorrect comparison checks, an attacker can bias the Digital Signature Algorithm (DSA) nonces during signature generation. This allows the attacker to recover the private key, leading to a critical security compromise.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jsrsasign: jsrsasign: Private key recovery via incomplete comparison checks biasing DSA nonces",
"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": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-4599"
},
{
"category": "external",
"summary": "RHBZ#2450207",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2450207"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-4599",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-4599"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-4599",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-4599"
},
{
"category": "external",
"summary": "https://gist.github.com/Kr0emer/081681818b51605c91945126d74b4f20",
"url": "https://gist.github.com/Kr0emer/081681818b51605c91945126d74b4f20"
},
{
"category": "external",
"summary": "https://github.com/kjur/jsrsasign/commit/ee4b013478366cb16cea9a4bdfb218b6077f83b1",
"url": "https://github.com/kjur/jsrsasign/commit/ee4b013478366cb16cea9a4bdfb218b6077f83b1"
},
{
"category": "external",
"summary": "https://github.com/kjur/jsrsasign/pull/647",
"url": "https://github.com/kjur/jsrsasign/pull/647"
},
{
"category": "external",
"summary": "https://security.snyk.io/vuln/SNYK-JS-JSRSASIGN-15370939",
"url": "https://security.snyk.io/vuln/SNYK-JS-JSRSASIGN-15370939"
}
],
"release_date": "2026-03-23T05:00:12.522000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-03T22:07:28+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6568"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "jsrsasign: jsrsasign: Private key recovery via incomplete comparison checks biasing DSA nonces"
},
{
"cve": "CVE-2026-4600",
"cwe": {
"id": "CWE-347",
"name": "Improper Verification of Cryptographic Signature"
},
"discovery_date": "2026-03-23T06:01:39.334925+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2450208"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in jsrsasign. An attacker can exploit improper verification of cryptographic signatures by supplying malicious domain parameters during the Digital Signature Algorithm (DSA) validation process. This allows the attacker to forge DSA signatures or X.509 certificates, which would then be accepted as legitimate, potentially leading to unauthorized access or data manipulation.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jsrsasign: jsrsasign: Cryptographic signature forgery via malicious DSA domain parameters",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "IMPORTANT. The flaw in jsrsasign allows an attacker to forge Digital Signature Algorithm (DSA) signatures or X.509 certificates by providing malicious domain parameters during validation. This could lead to unauthorized access or data manipulation in affected Red Hat products such as Migration Toolkit for Virtualization and Red Hat Quay, where jsrsasign is utilized for cryptographic signature verification.",
"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": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-4600"
},
{
"category": "external",
"summary": "RHBZ#2450208",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2450208"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-4600",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-4600"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-4600",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-4600"
},
{
"category": "external",
"summary": "https://gist.github.com/Kr0emer/bf15ddc097176e951659a24a8e9002a7",
"url": "https://gist.github.com/Kr0emer/bf15ddc097176e951659a24a8e9002a7"
},
{
"category": "external",
"summary": "https://github.com/kjur/jsrsasign/commit/37b4c06b145c7bfd6bc2a6df5d0a12c56b15ef60",
"url": "https://github.com/kjur/jsrsasign/commit/37b4c06b145c7bfd6bc2a6df5d0a12c56b15ef60"
},
{
"category": "external",
"summary": "https://github.com/kjur/jsrsasign/pull/646",
"url": "https://github.com/kjur/jsrsasign/pull/646"
},
{
"category": "external",
"summary": "https://security.snyk.io/vuln/SNYK-JS-JSRSASIGN-15370940",
"url": "https://security.snyk.io/vuln/SNYK-JS-JSRSASIGN-15370940"
}
],
"release_date": "2026-03-23T05:00:08.475000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-03T22:07:28+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6568"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.2,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "jsrsasign: jsrsasign: Cryptographic signature forgery via malicious DSA domain parameters"
},
{
"cve": "CVE-2026-4601",
"cwe": {
"id": "CWE-325",
"name": "Missing Cryptographic Step"
},
"discovery_date": "2026-03-23T06:01:44.014846+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2450209"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in jsrsasign. An attacker can exploit a missing cryptographic step in the Digital Signature Algorithm (DSA) signing process, specifically within the KJUR.crypto.DSA.signWithMessageHash function. By manipulating the signature generation to force specific values, the library emits an invalid signature without retrying. This vulnerability allows an attacker to recover the private key used for signing.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jsrsasign: jsrsasign: Private Key Recovery via Missing Cryptographic Step in DSA Signing",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "IMPORTANT: A flaw in the jsrsasign library allows for private key recovery due to a missing cryptographic step in the Digital Signature Algorithm (DSA) signing process. An attacker can manipulate signature generation within the KJUR.crypto.DSA.signWithMessageHash function to force specific values, enabling the recovery of the private key. This impacts Red Hat products utilizing jsrsasign, such as Migration Toolkit for Virtualization and Red Hat Quay.",
"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": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-4601"
},
{
"category": "external",
"summary": "RHBZ#2450209",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2450209"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-4601",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-4601"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-4601",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-4601"
},
{
"category": "external",
"summary": "https://gist.github.com/Kr0emer/93789fe6efe5519db9692d4ad1dad586",
"url": "https://gist.github.com/Kr0emer/93789fe6efe5519db9692d4ad1dad586"
},
{
"category": "external",
"summary": "https://github.com/kjur/jsrsasign/commit/0710e392ec35de697ce11e4219c988ba2b5fe0eb",
"url": "https://github.com/kjur/jsrsasign/commit/0710e392ec35de697ce11e4219c988ba2b5fe0eb"
},
{
"category": "external",
"summary": "https://github.com/kjur/jsrsasign/pull/645",
"url": "https://github.com/kjur/jsrsasign/pull/645"
},
{
"category": "external",
"summary": "https://security.snyk.io/vuln/SNYK-JS-JSRSASIGN-15370941",
"url": "https://security.snyk.io/vuln/SNYK-JS-JSRSASIGN-15370941"
}
],
"release_date": "2026-03-23T05:00:13.312000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-03T22:07:28+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6568"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.7,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "jsrsasign: jsrsasign: Private Key Recovery via Missing Cryptographic Step in DSA Signing"
},
{
"cve": "CVE-2026-4602",
"cwe": {
"id": "CWE-681",
"name": "Incorrect Conversion between Numeric Types"
},
"discovery_date": "2026-03-23T06:01:28.729668+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2450206"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in jsrsasign. A remote attacker can exploit an incorrect conversion between numeric types by providing a negative exponent to the `modPow` function. This vulnerability can force the computation of incorrect modular inverses, which ultimately allows an attacker to bypass signature verification.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "jsrsasign: jsrsasign: Signature verification bypass via negative exponent handling",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an IMPORTANT flaw. The `jsrsasign` library, as used in Red Hat products such as Migration Toolkit for Virtualization and Red Hat Quay, is vulnerable to a signature verification bypass. A remote attacker could provide a specially crafted negative exponent to the `modPow` function, leading to incorrect modular inverse computations and allowing them to bypass signature verification.",
"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": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-4602"
},
{
"category": "external",
"summary": "RHBZ#2450206",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2450206"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-4602",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-4602"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-4602",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-4602"
},
{
"category": "external",
"summary": "https://gist.github.com/Kr0emer/7ecd2be7d17419e4677315ef3758faf5",
"url": "https://gist.github.com/Kr0emer/7ecd2be7d17419e4677315ef3758faf5"
},
{
"category": "external",
"summary": "https://github.com/kjur/jsrsasign/commit/5ea1c32bb2aa894b4bd29849839afe4f98728195",
"url": "https://github.com/kjur/jsrsasign/commit/5ea1c32bb2aa894b4bd29849839afe4f98728195"
},
{
"category": "external",
"summary": "https://github.com/kjur/jsrsasign/pull/650",
"url": "https://github.com/kjur/jsrsasign/pull/650"
},
{
"category": "external",
"summary": "https://security.snyk.io/vuln/SNYK-JS-JSRSASIGN-15371175",
"url": "https://security.snyk.io/vuln/SNYK-JS-JSRSASIGN-15371175"
}
],
"release_date": "2026-03-23T05:00:10.567000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-03T22:07:28+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6568"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "jsrsasign: jsrsasign: Signature verification bypass via negative exponent handling"
},
{
"cve": "CVE-2026-25639",
"cwe": {
"id": "CWE-1287",
"name": "Improper Validation of Specified Type of Input"
},
"discovery_date": "2026-02-09T21:00:49.280114+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2438237"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service flaw has been discovered in the Axios npm package. the mergeConfig function in axios crashes with a TypeError when processing configuration objects containing __proto__ as an own property. An attacker can trigger this by providing a malicious configuration object created via JSON.parse(), causing complete denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios affected by Denial of Service via __proto__ Key in mergeConfig",
"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": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25639"
},
{
"category": "external",
"summary": "RHBZ#2438237",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2438237"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25639",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25639"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25639",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25639"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/commit/28c721588c7a77e7503d0a434e016f852c597b57",
"url": "https://github.com/axios/axios/commit/28c721588c7a77e7503d0a434e016f852c597b57"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/releases/tag/v1.13.5",
"url": "https://github.com/axios/axios/releases/tag/v1.13.5"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-43fc-jf86-j433",
"url": "https://github.com/axios/axios/security/advisories/GHSA-43fc-jf86-j433"
}
],
"release_date": "2026-02-09T20:11:22.374000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-03T22:07:28+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6568"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Axios affected by Denial of Service via __proto__ Key in mergeConfig"
},
{
"cve": "CVE-2026-25990",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2026-02-11T21:05:39.535631+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2439170"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found the Pillow Python imaging library. Providing a specially crafted PSD image may lead to an out-of-bounds write. This could potentially allow for arbitrary code execution or information disclosure.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pillow: Pillow: Out-of-bounds Write via Specially Crafted PSD Image",
"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": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25990"
},
{
"category": "external",
"summary": "RHBZ#2439170",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2439170"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25990",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25990"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25990",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25990"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/commit/9000313cc5d4a31bdcdd6d7f0781101abab553aa",
"url": "https://github.com/python-pillow/Pillow/commit/9000313cc5d4a31bdcdd6d7f0781101abab553aa"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-cfh3-3jmp-rvhc",
"url": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-cfh3-3jmp-rvhc"
}
],
"release_date": "2026-02-11T20:53:52.524000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-03T22:07:28+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6568"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "pillow: Pillow: Out-of-bounds Write via Specially Crafted PSD Image"
},
{
"cve": "CVE-2026-26007",
"cwe": {
"id": "CWE-354",
"name": "Improper Validation of Integrity Check Value"
},
"discovery_date": "2026-02-10T22:01:01.036116+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2438762"
}
],
"notes": [
{
"category": "description",
"text": "A validation flaw has been discovered in the python cryptography package. This missing validation allows an attacker to provide a public key point P from a small-order subgroup. This can lead to security issues in various situations, such as the most commonly used signature verification (ECDSA) and shared key negotiation (ECDH). When the victim computes the shared secret as S = [victim_private_key]P via ECDH, this leaks information about victim_private_key mod (small_subgroup_order). For curves with cofactor \u003e 1, this reveals the least significant bits of the private key. When these weak public keys are used in ECDSA , it\u0027s easy to forge signatures on the small subgroup. Only SECT curves are impacted by this.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cryptography: cryptography Subgroup Attack Due to Missing Subgroup Validation for SECT Curves",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw, while difficult to exploit, would lead to a loss of integrity in the encrypted communication channel. Given that the cryptography package is a library, it is likely to be used in situations that do not require user interaction.",
"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": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-26007"
},
{
"category": "external",
"summary": "RHBZ#2438762",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2438762"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-26007",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26007"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-26007",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-26007"
},
{
"category": "external",
"summary": "https://github.com/pyca/cryptography/commit/0eebb9dbb6343d9bc1d91e5a2482ed4e054a6d8c",
"url": "https://github.com/pyca/cryptography/commit/0eebb9dbb6343d9bc1d91e5a2482ed4e054a6d8c"
},
{
"category": "external",
"summary": "https://github.com/pyca/cryptography/security/advisories/GHSA-r6ph-v2qm-q3c2",
"url": "https://github.com/pyca/cryptography/security/advisories/GHSA-r6ph-v2qm-q3c2"
}
],
"release_date": "2026-02-10T21:42:56.471000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-03T22:07:28+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6568"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "cryptography: cryptography Subgroup Attack Due to Missing Subgroup Validation for SECT Curves"
},
{
"cve": "CVE-2026-26996",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2026-02-20T04:01:11.896063+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2441268"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in minimatch. A remote attacker could exploit this Regular Expression Denial of Service (ReDoS) vulnerability by providing a specially crafted glob pattern. This pattern, containing numerous consecutive wildcard characters, causes excessive processing and exponential backtracking in the regular expression engine. Successful exploitation leads to a Denial of Service (DoS), making the application unresponsive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "minimatch: minimatch: Denial of Service via specially crafted glob patterns",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Exploitation of this flaw requires that a user or service processes untrusted input.",
"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": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-26996"
},
{
"category": "external",
"summary": "RHBZ#2441268",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2441268"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-26996",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26996"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-26996",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-26996"
},
{
"category": "external",
"summary": "https://github.com/isaacs/minimatch/commit/2e111f3a79abc00fa73110195de2c0f2351904f5",
"url": "https://github.com/isaacs/minimatch/commit/2e111f3a79abc00fa73110195de2c0f2351904f5"
},
{
"category": "external",
"summary": "https://github.com/isaacs/minimatch/security/advisories/GHSA-3ppc-4f35-3m26",
"url": "https://github.com/isaacs/minimatch/security/advisories/GHSA-3ppc-4f35-3m26"
}
],
"release_date": "2026-02-20T03:05:21.105000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-03T22:07:28+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6568"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "minimatch: minimatch: Denial of Service via specially crafted glob patterns"
},
{
"cve": "CVE-2026-27628",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2026-02-25T04:02:09.864561+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2442543"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in pypdf. Processing a specially crafted PDF document, specifically with circular /Prev references in the cross-reference (xref) chain, can cause an infinite loop and a high consumption of CPU, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pypdf: possible infinite loop when loading circular /Prev entries in cross-reference streams",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to supply a crafted PDF file to be processed by an application using the pypdf library. This issue can cause the application to enter an infinite loop and consume a high amount of CPU resources, eventually resulting in a denial of service with no other security impact. Due to these reasons, this vulnerability has been rated with a 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": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27628"
},
{
"category": "external",
"summary": "RHBZ#2442543",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2442543"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27628",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27628"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27628",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27628"
},
{
"category": "external",
"summary": "https://github.com/py-pdf/pypdf/commit/0fbd95938724ad2d72688d4112207c0590f0483f",
"url": "https://github.com/py-pdf/pypdf/commit/0fbd95938724ad2d72688d4112207c0590f0483f"
},
{
"category": "external",
"summary": "https://github.com/py-pdf/pypdf/issues/3654",
"url": "https://github.com/py-pdf/pypdf/issues/3654"
},
{
"category": "external",
"summary": "https://github.com/py-pdf/pypdf/security/advisories/GHSA-2rw7-x74f-jg35",
"url": "https://github.com/py-pdf/pypdf/security/advisories/GHSA-2rw7-x74f-jg35"
}
],
"release_date": "2026-02-25T02:45:37.543000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-03T22:07:28+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6568"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "pypdf: possible infinite loop when loading circular /Prev entries in cross-reference streams"
},
{
"cve": "CVE-2026-27904",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2026-02-26T02:01:23.004531+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2442922"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in minimatch. A remote attacker could exploit this vulnerability by providing a specially crafted glob expression with nested unbounded quantifiers. This could lead to catastrophic backtracking in the V8 JavaScript engine, causing the application to become unresponsive and resulting in a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "minimatch: Minimatch: Denial of Service via catastrophic backtracking in glob expressions",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Exploitation of this flaw requires that a user or service processes untrusted input.",
"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": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27904"
},
{
"category": "external",
"summary": "RHBZ#2442922",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2442922"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27904",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27904"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27904",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27904"
},
{
"category": "external",
"summary": "https://github.com/isaacs/minimatch/security/advisories/GHSA-23c5-xmqv-rm74",
"url": "https://github.com/isaacs/minimatch/security/advisories/GHSA-23c5-xmqv-rm74"
}
],
"release_date": "2026-02-26T01:07:42.693000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-03T22:07:28+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6568"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "minimatch: Minimatch: Denial of Service via catastrophic backtracking in glob expressions"
},
{
"cve": "CVE-2026-28498",
"cwe": {
"id": "CWE-325",
"name": "Missing Cryptographic Step"
},
"discovery_date": "2026-03-16T19:02:00.128339+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2448182"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Authlib, a Python library used for building OAuth and OpenID Connect (OIDC) servers. This vulnerability allows a remote attacker to bypass critical integrity checks in OIDC ID Tokens. Specifically, the library\u0027s internal hash verification logic fails open when encountering an unsupported cryptographic algorithm, accepting a forged ID Token as valid. This can lead to an authentication bypass, granting unauthorized access to systems relying on Authlib for OIDC authentication.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "authlib: Authlib: Authentication bypass via forged OpenID Connect ID Tokens",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This IMPORTANT vulnerability in Authlib allows attackers to bypass OIDC ID Token integrity verification. The at_hash and c_hash validation fails open for unknown algorithms, accepting forged tokens as valid. Exploitation requires no authentication or user interaction. Impact is high to confidentiality and integrity. Red Hat products using Authlib for OIDC validation are affected. Fixed in version 1.6.9.",
"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": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-28498"
},
{
"category": "external",
"summary": "RHBZ#2448182",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2448182"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-28498",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-28498"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-28498",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-28498"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/commit/b9bb2b25bf8b7e01512d847a95c1749646eaa72b",
"url": "https://github.com/authlib/authlib/commit/b9bb2b25bf8b7e01512d847a95c1749646eaa72b"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/releases/tag/v1.6.9",
"url": "https://github.com/authlib/authlib/releases/tag/v1.6.9"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/security/advisories/GHSA-m344-f55w-2m6j",
"url": "https://github.com/authlib/authlib/security/advisories/GHSA-m344-f55w-2m6j"
}
],
"release_date": "2026-03-16T18:03:28.821000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-03T22:07:28+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6568"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "authlib: Authlib: Authentication bypass via forged OpenID Connect ID Tokens"
},
{
"cve": "CVE-2026-28802",
"cwe": {
"id": "CWE-347",
"name": "Improper Verification of Cryptographic Signature"
},
"discovery_date": "2026-03-06T07:01:49.366979+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445120"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Authlib, a Python library for building OAuth and OpenID Connect servers. A remote attacker can exploit this vulnerability by crafting a malicious JSON Web Token (JWT) with a \"none\" algorithm and an empty signature. This bypasses the expected signature verification, potentially allowing the attacker to forge tokens and gain unauthorized access or perform unauthorized actions within applications using Authlib.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "authlib: Authlib: Signature verification bypass via malicious JWT allows unauthorized access",
"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": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-28802"
},
{
"category": "external",
"summary": "RHBZ#2445120",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445120"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-28802",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-28802"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-28802",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-28802"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/commit/a61c2acb807496e67f32051b5f1b1d5ccf8f0a75",
"url": "https://github.com/authlib/authlib/commit/a61c2acb807496e67f32051b5f1b1d5ccf8f0a75"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/commit/b87c32ed07b8ae7f805873e1c9cafd1016761df7",
"url": "https://github.com/authlib/authlib/commit/b87c32ed07b8ae7f805873e1c9cafd1016761df7"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/security/advisories/GHSA-7wc2-qxgw-g8gg",
"url": "https://github.com/authlib/authlib/security/advisories/GHSA-7wc2-qxgw-g8gg"
}
],
"release_date": "2026-03-06T06:44:26.402000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-03T22:07:28+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6568"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "authlib: Authlib: Signature verification bypass via malicious JWT allows unauthorized access"
},
{
"cve": "CVE-2026-29063",
"cwe": {
"id": "CWE-915",
"name": "Improperly Controlled Modification of Dynamically-Determined Object Attributes"
},
"discovery_date": "2026-03-06T19:00:57.982727+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445291"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Immutable.js, a library for persistent immutable data structures. This vulnerability, known as Prototype Pollution, allows an attacker with low privileges to inject unwanted properties into core JavaScript object prototypes without user interaction. By manipulating specific APIs such as mergeDeep(), mergeDeepWith(), merge(), Map.toJS(), and Map.toObject(), a remote attacker could potentially execute arbitrary code or cause a denial of service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "immutable-js: Immutable.js: Arbitrary code execution via Prototype Pollution",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Exploitation of this vulnerability requires that an attacker is able to provide arbitrary data to clients of this library in a way that calls the affected functions with data the attacker controls. In most deployments, the ability to provide data in this fashion requires that an attacker has some degree of privileges to access the affected applications.",
"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": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-29063"
},
{
"category": "external",
"summary": "RHBZ#2445291",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445291"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-29063",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-29063"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-29063",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-29063"
},
{
"category": "external",
"summary": "https://github.com/immutable-js/immutable-js/releases/tag/v3.8.3",
"url": "https://github.com/immutable-js/immutable-js/releases/tag/v3.8.3"
},
{
"category": "external",
"summary": "https://github.com/immutable-js/immutable-js/releases/tag/v4.3.8",
"url": "https://github.com/immutable-js/immutable-js/releases/tag/v4.3.8"
},
{
"category": "external",
"summary": "https://github.com/immutable-js/immutable-js/releases/tag/v5.1.5",
"url": "https://github.com/immutable-js/immutable-js/releases/tag/v5.1.5"
},
{
"category": "external",
"summary": "https://github.com/immutable-js/immutable-js/security/advisories/GHSA-wf6x-7x77-mvgw",
"url": "https://github.com/immutable-js/immutable-js/security/advisories/GHSA-wf6x-7x77-mvgw"
}
],
"release_date": "2026-03-06T18:25:22.438000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-03T22:07:28+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6568"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "immutable-js: Immutable.js: Arbitrary code execution via Prototype Pollution"
},
{
"cve": "CVE-2026-29074",
"cwe": {
"id": "CWE-776",
"name": "Improper Restriction of Recursive Entity References in DTDs (\u0027XML Entity Expansion\u0027)"
},
"discovery_date": "2026-03-06T08:01:07.142613+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445132"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in SVGO, an SVG (Scalable Vector Graphics) Optimizer. This vulnerability allows a remote attacker to cause a Denial of Service (DoS) by submitting a specially crafted XML file. The application\u0027s failure to properly guard against XML entity expansion or recursion can lead to the Node.js process consuming excessive memory and crashing.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "svgo: SVGO: Denial of Service via XML entity expansion",
"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": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-29074"
},
{
"category": "external",
"summary": "RHBZ#2445132",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445132"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-29074",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-29074"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-29074",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-29074"
},
{
"category": "external",
"summary": "https://github.com/svg/svgo/security/advisories/GHSA-xpqw-6gx7-v673",
"url": "https://github.com/svg/svgo/security/advisories/GHSA-xpqw-6gx7-v673"
}
],
"release_date": "2026-03-06T07:23:05.716000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-03T22:07:28+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6568"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "svgo: SVGO: Denial of Service via XML entity expansion"
},
{
"cve": "CVE-2026-30922",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2026-03-18T04:02:45.401296+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2448553"
}
],
"notes": [
{
"category": "description",
"text": "An unbounded recursion flaw has been discovered in the pypi pyasn1 library. This uncontrolled recursion occurs when decoding ASN.1 data with deeply nested structures. An attacker can supply a crafted payload containing nested SEQUENCE (0x30) or SET (0x31) tags with Indefinite Length (0x80) markers. This forces the decoder to recursively call itself until the Python interpreter crashes with a RecursionError or consumes all available memory (OOM), crashing the host application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pyasn1: pyasn1 Vulnerable to Denial of Service via Unbounded Recursion",
"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": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-30922"
},
{
"category": "external",
"summary": "RHBZ#2448553",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2448553"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-30922",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-30922"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-30922",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-30922"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/commit/25ad481c19fdb006e20485ef3fc2e5b3eff30ef0",
"url": "https://github.com/pyasn1/pyasn1/commit/25ad481c19fdb006e20485ef3fc2e5b3eff30ef0"
},
{
"category": "external",
"summary": "https://github.com/pyasn1/pyasn1/security/advisories/GHSA-jr27-m4p2-rc6r",
"url": "https://github.com/pyasn1/pyasn1/security/advisories/GHSA-jr27-m4p2-rc6r"
}
],
"release_date": "2026-03-18T02:29:45.857000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-03T22:07:28+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6568"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.0"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "pyasn1: pyasn1 Vulnerable to Denial of Service via Unbounded Recursion"
},
{
"cve": "CVE-2026-32597",
"cwe": {
"id": "CWE-347",
"name": "Improper Verification of Cryptographic Signature"
},
"discovery_date": "2026-03-12T22:01:29.967713+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2447194"
}
],
"notes": [
{
"category": "description",
"text": "A missing verification step has been discovered in PyJWT. PyJWT does not validate the crit (Critical) Header Parameter defined in RFC 7515 \u00a74.1.11. When a JWS token contains a crit array listing extensions that PyJWT does not understand, the library accepts the token instead of rejecting it. This violates the MUST requirement in the RFC.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pyjwt: PyJWT accepts unknown `crit` header extensions (RFC 7515 \u00a74.1.11 MUST violation)",
"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": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-32597"
},
{
"category": "external",
"summary": "RHBZ#2447194",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2447194"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-32597",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32597"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-32597",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32597"
},
{
"category": "external",
"summary": "https://github.com/jpadilla/pyjwt/security/advisories/GHSA-752w-5fwx-jx9f",
"url": "https://github.com/jpadilla/pyjwt/security/advisories/GHSA-752w-5fwx-jx9f"
}
],
"release_date": "2026-03-12T21:41:50.427000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-03T22:07:28+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:6568"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:0a1c4f139b35d13aa4b3f6508919e25d3bbfdf588337704c1fc8cc7085bc2eb2_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:35047410a723f6e5b71137b7c6de497eed464dc1528419645cb308f2fd0696d6_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/clair-rhel8@sha256:76c0db9a4d4fcb45502d9d852f23a96aee91990217e19b519f7608eeb377eb22_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:ebdb8e8b383adc86e78fbed0937c27bead67d0b6cb897a93c1558fd265696a1b_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:88854cbe000c3d84ee1000f1d350332eb861a031ece1e1ce0a4f85bcd1eb584e_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:a1d9c6f2f614dcea14f3b4564e69fe9ca894c9498fd08c5fdaa3616768ccedc3_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:d6ab62eec5e5489daa85fdda283e86c96101f7d576432d5a4b2865e4fdb0dbf1_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:7b129e1319cc2f0edb134149b2cfecc021ca552cfede24d74d4631c3019e233e_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:2970429dcb7f99abf0d0cef4fa59346c90f129ae46d6e746d128b13e55616e06_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:5c02fe25ab73d531f543a673997170b5079c59c93e6ea240e795bfe6520782e3_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-builder-rhel8@sha256:9d81c106c68fab8c44dcd4c14698be0b8c76862885483ae20c5aa83c8334c805_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:25b0676b9bb2e564fc64b43567ca4e3acda0a9d6ea405f2f8134b0e36b27b701_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:3681b3bb7257b54ea71d65370158e52d7165cc1038c129ea0266af21a773a022_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:cde4dc0f20b553550d6009ebc105e5cc80fbdd21d200f3d63f6c435f4addd804_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:ee7bf66cbb9116521d74e87d5a1b260bcce7634100aab7602149ad2c5bed4c72_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-bundle@sha256:dec2520d12b13cd73ebceb03a82daddfff4b06e57e993268ea52cd21c0136147_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:26a62adcd46e5f84dff66336ccf9392a5bb8369b042dd01c3528ade17c6efa55_amd64",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:8429e68dd8a1f4dc768304d17cd61beb772c0bcf5a4137d626b0a7333204d116_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-operator-rhel8@sha256:e5da14b11a892cc6cad89703d6415b95a47065fa2b1eb308c395579e9cce392a_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:8acebb6bd51def60517b03f92103cecfadfc8e7fce42e4a002cb9c9271915b6b_ppc64le",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:be166b843cc21b3942850443c0f802406f397f71959654a45e17a24fdcb0606a_s390x",
"Red Hat Quay 3.15:registry.redhat.io/quay/quay-rhel8@sha256:c72dd9dd58db8ebcdc9b4daa433840411636e3dea82b21ca191fd0d272e636ec_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "pyjwt: PyJWT accepts unknown `crit` header extensions (RFC 7515 \u00a74.1.11 MUST violation)"
}
]
}
RHSA-2026:5168
Vulnerability from csaf_redhat - Published: 2026-03-19 19:18 - Updated: 2026-04-10 22:24A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.
A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.
A flaw was found in ajv. When the $data option is enabled, the value of the pattern keyword is passed directly to the JavaScript RegExp() constructor without sufficient validation. An attacker able to supply a malicious regular expression pattern can trigger a ReDoS (Regular Expression Denial of Service), causing the application to become unresponsive and resulting in a denial of service.
A denial of service flaw has been discovered in the Axios npm package. the mergeConfig function in axios crashes with a TypeError when processing configuration objects containing __proto__ as an own property. An attacker can trigger this by providing a malicious configuration object created via JSON.parse(), causing complete denial of service.
A flaw was found the Pillow Python imaging library. Providing a specially crafted PSD image may lead to an out-of-bounds write. This could potentially allow for arbitrary code execution or information disclosure.
A validation flaw has been discovered in the python cryptography package. This missing validation allows an attacker to provide a public key point P from a small-order subgroup. This can lead to security issues in various situations, such as the most commonly used signature verification (ECDSA) and shared key negotiation (ECDH). When the victim computes the shared secret as S = [victim_private_key]P via ECDH, this leaks information about victim_private_key mod (small_subgroup_order). For curves with cofactor > 1, this reveals the least significant bits of the private key. When these weak public keys are used in ECDSA , it's easy to forge signatures on the small subgroup. Only SECT curves are impacted by this.
A flaw was found in minimatch. A remote attacker could exploit this Regular Expression Denial of Service (ReDoS) vulnerability by providing a specially crafted glob pattern. This pattern, containing numerous consecutive wildcard characters, causes excessive processing and exponential backtracking in the regular expression engine. Successful exploitation leads to a Denial of Service (DoS), making the application unresponsive.
A flaw was found in pypdf. Processing a specially crafted PDF document, specifically with circular /Prev references in the cross-reference (xref) chain, can cause an infinite loop and a high consumption of CPU, resulting in a denial of service.
A flaw was found in minimatch. A remote attacker could exploit this vulnerability by providing a specially crafted glob expression with nested unbounded quantifiers. This could lead to catastrophic backtracking in the V8 JavaScript engine, causing the application to become unresponsive and resulting in a Denial of Service (DoS).
A flaw was found in Authlib, a Python library for building OAuth and OpenID Connect servers. A remote attacker can exploit this vulnerability by crafting a malicious JSON Web Token (JWT) with a "none" algorithm and an empty signature. This bypasses the expected signature verification, potentially allowing the attacker to forge tokens and gain unauthorized access or perform unauthorized actions within applications using Authlib.
| URL | Category | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat Quay 3.9.19 is now available with bug fixes.",
"title": "Topic"
},
{
"category": "general",
"text": "Quay 3.9.19",
"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-2026:5168",
"url": "https://access.redhat.com/errata/RHSA-2026:5168"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61726",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-68121",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-69873",
"url": "https://access.redhat.com/security/cve/CVE-2025-69873"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25639",
"url": "https://access.redhat.com/security/cve/CVE-2026-25639"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25990",
"url": "https://access.redhat.com/security/cve/CVE-2026-25990"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-26007",
"url": "https://access.redhat.com/security/cve/CVE-2026-26007"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-26996",
"url": "https://access.redhat.com/security/cve/CVE-2026-26996"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-27628",
"url": "https://access.redhat.com/security/cve/CVE-2026-27628"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-27904",
"url": "https://access.redhat.com/security/cve/CVE-2026-27904"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-28802",
"url": "https://access.redhat.com/security/cve/CVE-2026-28802"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_5168.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Quay 3.9.19",
"tracking": {
"current_release_date": "2026-04-10T22:24:17+00:00",
"generator": {
"date": "2026-04-10T22:24:17+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.5"
}
},
"id": "RHSA-2026:5168",
"initial_release_date": "2026-03-19T19:18:06+00:00",
"revision_history": [
{
"date": "2026-03-19T19:18:06+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-03-19T19:18:16+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-10T22:24:17+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Quay 3.9",
"product": {
"name": "Red Hat Quay 3.9",
"product_id": "Red Hat Quay 3.9",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:quay:3.9::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat Quay"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-bundle@sha256%3A3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1773931764"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel8@sha256%3Ad97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1773931180"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-bundle@sha256%3A1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1773931771"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel8@sha256%3A1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1773931200"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"product_id": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-qemu-rhcos-rhel8@sha256%3A24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1772739181"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"product_id": "registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel8@sha256%3Acb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1772728539"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"product": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"product_id": "registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel8@sha256%3A2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1772725093"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"product_id": "registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-bundle@sha256%3A7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1773939659"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64",
"product_id": "registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel8@sha256%3Af5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1773931187"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64",
"product_id": "registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel8@sha256%3Add567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1773936323"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel8@sha256%3A6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1773931180"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel8@sha256%3Ace8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1773931200"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"product_id": "registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel8@sha256%3A6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1772728539"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"product": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"product_id": "registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel8@sha256%3Ae16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1772725093"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"product_id": "registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel8@sha256%3A32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1773931187"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"product_id": "registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel8@sha256%3A3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1773936323"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel8@sha256%3A85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1773931180"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel8@sha256%3Aca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1773931200"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"product_id": "registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel8@sha256%3A591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1772728539"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"product": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"product_id": "registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel8@sha256%3A0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1772725093"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"product_id": "registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel8@sha256%3Aa6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1773931187"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"product_id": "registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel8@sha256%3Ad64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1773936323"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x as a component of Red Hat Quay 3.9",
"product_id": "Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x"
},
"product_reference": "registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"relates_to_product_reference": "Red Hat Quay 3.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64 as a component of Red Hat Quay 3.9",
"product_id": "Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64"
},
"product_reference": "registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"relates_to_product_reference": "Red Hat Quay 3.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le as a component of Red Hat Quay 3.9",
"product_id": "Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le"
},
"product_reference": "registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64 as a component of Red Hat Quay 3.9",
"product_id": "Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"relates_to_product_reference": "Red Hat Quay 3.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64 as a component of Red Hat Quay 3.9",
"product_id": "Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"relates_to_product_reference": "Red Hat Quay 3.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x as a component of Red Hat Quay 3.9",
"product_id": "Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"relates_to_product_reference": "Red Hat Quay 3.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le as a component of Red Hat Quay 3.9",
"product_id": "Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64 as a component of Red Hat Quay 3.9",
"product_id": "Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"relates_to_product_reference": "Red Hat Quay 3.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x as a component of Red Hat Quay 3.9",
"product_id": "Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"relates_to_product_reference": "Red Hat Quay 3.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le as a component of Red Hat Quay 3.9",
"product_id": "Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64 as a component of Red Hat Quay 3.9",
"product_id": "Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"relates_to_product_reference": "Red Hat Quay 3.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64 as a component of Red Hat Quay 3.9",
"product_id": "Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"relates_to_product_reference": "Red Hat Quay 3.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le as a component of Red Hat Quay 3.9",
"product_id": "Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x as a component of Red Hat Quay 3.9",
"product_id": "Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"relates_to_product_reference": "Red Hat Quay 3.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64 as a component of Red Hat Quay 3.9",
"product_id": "Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"relates_to_product_reference": "Red Hat Quay 3.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64 as a component of Red Hat Quay 3.9",
"product_id": "Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"relates_to_product_reference": "Red Hat Quay 3.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le as a component of Red Hat Quay 3.9",
"product_id": "Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x as a component of Red Hat Quay 3.9",
"product_id": "Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"relates_to_product_reference": "Red Hat Quay 3.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64 as a component of Red Hat Quay 3.9",
"product_id": "Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64",
"relates_to_product_reference": "Red Hat Quay 3.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le as a component of Red Hat Quay 3.9",
"product_id": "Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x as a component of Red Hat Quay 3.9",
"product_id": "Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"relates_to_product_reference": "Red Hat Quay 3.9"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64 as a component of Red Hat Quay 3.9",
"product_id": "Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64",
"relates_to_product_reference": "Red Hat Quay 3.9"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-61726",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:42.791305+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434432"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/url: Memory exhaustion in query parameter parsing in net/url",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to send a specially crafted HTTP request to an application parsing URL-encoded forms with net/url, specifically a request containing a large number of unique query parameters. The request will cause the application to consume an excessive amount of memory and eventually result in a denial of service, with no impact to confidentiality or integrity. Due to this reason, this vulnerability has been rated with an important severity.",
"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": [
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "RHBZ#2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://go.dev/cl/736712",
"url": "https://go.dev/cl/736712"
},
{
"category": "external",
"summary": "https://go.dev/issue/77101",
"url": "https://go.dev/issue/77101"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4341",
"url": "https://pkg.go.dev/vuln/GO-2026-4341"
}
],
"release_date": "2026-01-28T19:30:31.215000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-19T19:18:06+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5168"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/url: Memory exhaustion in query parameter parsing in net/url"
},
{
"cve": "CVE-2025-68121",
"discovery_date": "2026-02-05T18:01:30.086058+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2437111"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is a moderate flaw because it only occurs under specific conditions, such as TLS session resumption with runtime changes to certificate authority settings. Exploitation is not straightforward and requires a controlled setup. The impact is limited to certificate validation within the same component and does not affect system availability.",
"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": [
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "RHBZ#2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68121"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://go.dev/cl/737700",
"url": "https://go.dev/cl/737700"
},
{
"category": "external",
"summary": "https://go.dev/issue/77217",
"url": "https://go.dev/issue/77217"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk",
"url": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4337",
"url": "https://pkg.go.dev/vuln/GO-2026-4337"
}
],
"release_date": "2026-02-05T17:48:44.141000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-19T19:18:06+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5168"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption"
},
{
"cve": "CVE-2025-69873",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2026-02-11T19:01:32.953264+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2439070"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in ajv. When the $data option is enabled, the value of the pattern keyword is passed directly to the JavaScript RegExp() constructor without sufficient validation. An attacker able to supply a malicious regular expression pattern can trigger a ReDoS (Regular Expression Denial of Service), causing the application to become unresponsive and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ajv: ReDoS via $data reference",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, the $data option must be enabled and the attacker needs to be able to send a payload with a specially crafted regular expression to the application processing the input. A 31-character payload causes approximately 44 seconds of execution, with each additional character doubling the execution time. Therefore, even a small payload can cause an application to become unresponsive and eventually result in a denial of service. Due to this reason, this flaw has been rated with an important severity.",
"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": [
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-69873"
},
{
"category": "external",
"summary": "RHBZ#2439070",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2439070"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-69873",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69873"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-69873",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-69873"
},
{
"category": "external",
"summary": "https://github.com/EthanKim88/ethan-cve-disclosures/blob/main/CVE-2025-69873-ajv-ReDoS.md",
"url": "https://github.com/EthanKim88/ethan-cve-disclosures/blob/main/CVE-2025-69873-ajv-ReDoS.md"
}
],
"release_date": "2026-02-11T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-19T19:18:06+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5168"
},
{
"category": "workaround",
"details": "To mitigate this issue, disable the $data feature if your application does not require it. If $data must be used, implement strict validation of the input fields that are referenced by the pattern keyword to ensure they contain only expected and safe characters.",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "ajv: ReDoS via $data reference"
},
{
"cve": "CVE-2026-25639",
"cwe": {
"id": "CWE-1287",
"name": "Improper Validation of Specified Type of Input"
},
"discovery_date": "2026-02-09T21:00:49.280114+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2438237"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service flaw has been discovered in the Axios npm package. the mergeConfig function in axios crashes with a TypeError when processing configuration objects containing __proto__ as an own property. An attacker can trigger this by providing a malicious configuration object created via JSON.parse(), causing complete denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios affected by Denial of Service via __proto__ Key in mergeConfig",
"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": [
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25639"
},
{
"category": "external",
"summary": "RHBZ#2438237",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2438237"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25639",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25639"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25639",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25639"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/commit/28c721588c7a77e7503d0a434e016f852c597b57",
"url": "https://github.com/axios/axios/commit/28c721588c7a77e7503d0a434e016f852c597b57"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/releases/tag/v1.13.5",
"url": "https://github.com/axios/axios/releases/tag/v1.13.5"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-43fc-jf86-j433",
"url": "https://github.com/axios/axios/security/advisories/GHSA-43fc-jf86-j433"
}
],
"release_date": "2026-02-09T20:11:22.374000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-19T19:18:06+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5168"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Axios affected by Denial of Service via __proto__ Key in mergeConfig"
},
{
"cve": "CVE-2026-25990",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2026-02-11T21:05:39.535631+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2439170"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found the Pillow Python imaging library. Providing a specially crafted PSD image may lead to an out-of-bounds write. This could potentially allow for arbitrary code execution or information disclosure.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pillow: Pillow: Out-of-bounds Write via Specially Crafted PSD Image",
"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": [
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25990"
},
{
"category": "external",
"summary": "RHBZ#2439170",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2439170"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25990",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25990"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25990",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25990"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/commit/9000313cc5d4a31bdcdd6d7f0781101abab553aa",
"url": "https://github.com/python-pillow/Pillow/commit/9000313cc5d4a31bdcdd6d7f0781101abab553aa"
},
{
"category": "external",
"summary": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-cfh3-3jmp-rvhc",
"url": "https://github.com/python-pillow/Pillow/security/advisories/GHSA-cfh3-3jmp-rvhc"
}
],
"release_date": "2026-02-11T20:53:52.524000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-19T19:18:06+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5168"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "pillow: Pillow: Out-of-bounds Write via Specially Crafted PSD Image"
},
{
"cve": "CVE-2026-26007",
"cwe": {
"id": "CWE-354",
"name": "Improper Validation of Integrity Check Value"
},
"discovery_date": "2026-02-10T22:01:01.036116+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2438762"
}
],
"notes": [
{
"category": "description",
"text": "A validation flaw has been discovered in the python cryptography package. This missing validation allows an attacker to provide a public key point P from a small-order subgroup. This can lead to security issues in various situations, such as the most commonly used signature verification (ECDSA) and shared key negotiation (ECDH). When the victim computes the shared secret as S = [victim_private_key]P via ECDH, this leaks information about victim_private_key mod (small_subgroup_order). For curves with cofactor \u003e 1, this reveals the least significant bits of the private key. When these weak public keys are used in ECDSA , it\u0027s easy to forge signatures on the small subgroup. Only SECT curves are impacted by this.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cryptography: cryptography Subgroup Attack Due to Missing Subgroup Validation for SECT Curves",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw, while difficult to exploit, would lead to a loss of integrity in the encrypted communication channel. Given that the cryptography package is a library, it is likely to be used in situations that do not require user interaction.",
"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": [
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-26007"
},
{
"category": "external",
"summary": "RHBZ#2438762",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2438762"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-26007",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26007"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-26007",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-26007"
},
{
"category": "external",
"summary": "https://github.com/pyca/cryptography/commit/0eebb9dbb6343d9bc1d91e5a2482ed4e054a6d8c",
"url": "https://github.com/pyca/cryptography/commit/0eebb9dbb6343d9bc1d91e5a2482ed4e054a6d8c"
},
{
"category": "external",
"summary": "https://github.com/pyca/cryptography/security/advisories/GHSA-r6ph-v2qm-q3c2",
"url": "https://github.com/pyca/cryptography/security/advisories/GHSA-r6ph-v2qm-q3c2"
}
],
"release_date": "2026-02-10T21:42:56.471000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-19T19:18:06+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5168"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "cryptography: cryptography Subgroup Attack Due to Missing Subgroup Validation for SECT Curves"
},
{
"cve": "CVE-2026-26996",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2026-02-20T04:01:11.896063+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2441268"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in minimatch. A remote attacker could exploit this Regular Expression Denial of Service (ReDoS) vulnerability by providing a specially crafted glob pattern. This pattern, containing numerous consecutive wildcard characters, causes excessive processing and exponential backtracking in the regular expression engine. Successful exploitation leads to a Denial of Service (DoS), making the application unresponsive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "minimatch: minimatch: Denial of Service via specially crafted glob patterns",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Exploitation of this flaw requires that a user or service processes untrusted input.",
"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": [
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-26996"
},
{
"category": "external",
"summary": "RHBZ#2441268",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2441268"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-26996",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26996"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-26996",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-26996"
},
{
"category": "external",
"summary": "https://github.com/isaacs/minimatch/commit/2e111f3a79abc00fa73110195de2c0f2351904f5",
"url": "https://github.com/isaacs/minimatch/commit/2e111f3a79abc00fa73110195de2c0f2351904f5"
},
{
"category": "external",
"summary": "https://github.com/isaacs/minimatch/security/advisories/GHSA-3ppc-4f35-3m26",
"url": "https://github.com/isaacs/minimatch/security/advisories/GHSA-3ppc-4f35-3m26"
}
],
"release_date": "2026-02-20T03:05:21.105000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-19T19:18:06+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5168"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "minimatch: minimatch: Denial of Service via specially crafted glob patterns"
},
{
"cve": "CVE-2026-27628",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2026-02-25T04:02:09.864561+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2442543"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in pypdf. Processing a specially crafted PDF document, specifically with circular /Prev references in the cross-reference (xref) chain, can cause an infinite loop and a high consumption of CPU, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "pypdf: possible infinite loop when loading circular /Prev entries in cross-reference streams",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to supply a crafted PDF file to be processed by an application using the pypdf library. This issue can cause the application to enter an infinite loop and consume a high amount of CPU resources, eventually resulting in a denial of service with no other security impact. Due to these reasons, this vulnerability has been rated with a 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": [
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27628"
},
{
"category": "external",
"summary": "RHBZ#2442543",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2442543"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27628",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27628"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27628",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27628"
},
{
"category": "external",
"summary": "https://github.com/py-pdf/pypdf/commit/0fbd95938724ad2d72688d4112207c0590f0483f",
"url": "https://github.com/py-pdf/pypdf/commit/0fbd95938724ad2d72688d4112207c0590f0483f"
},
{
"category": "external",
"summary": "https://github.com/py-pdf/pypdf/issues/3654",
"url": "https://github.com/py-pdf/pypdf/issues/3654"
},
{
"category": "external",
"summary": "https://github.com/py-pdf/pypdf/security/advisories/GHSA-2rw7-x74f-jg35",
"url": "https://github.com/py-pdf/pypdf/security/advisories/GHSA-2rw7-x74f-jg35"
}
],
"release_date": "2026-02-25T02:45:37.543000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-19T19:18:06+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5168"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "pypdf: possible infinite loop when loading circular /Prev entries in cross-reference streams"
},
{
"cve": "CVE-2026-27904",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2026-02-26T02:01:23.004531+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2442922"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in minimatch. A remote attacker could exploit this vulnerability by providing a specially crafted glob expression with nested unbounded quantifiers. This could lead to catastrophic backtracking in the V8 JavaScript engine, causing the application to become unresponsive and resulting in a Denial of Service (DoS).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "minimatch: Minimatch: Denial of Service via catastrophic backtracking in glob expressions",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Exploitation of this flaw requires that a user or service processes untrusted input.",
"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": [
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27904"
},
{
"category": "external",
"summary": "RHBZ#2442922",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2442922"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27904",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27904"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27904",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27904"
},
{
"category": "external",
"summary": "https://github.com/isaacs/minimatch/security/advisories/GHSA-23c5-xmqv-rm74",
"url": "https://github.com/isaacs/minimatch/security/advisories/GHSA-23c5-xmqv-rm74"
}
],
"release_date": "2026-02-26T01:07:42.693000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-19T19:18:06+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5168"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "minimatch: Minimatch: Denial of Service via catastrophic backtracking in glob expressions"
},
{
"cve": "CVE-2026-28802",
"cwe": {
"id": "CWE-347",
"name": "Improper Verification of Cryptographic Signature"
},
"discovery_date": "2026-03-06T07:01:49.366979+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445120"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Authlib, a Python library for building OAuth and OpenID Connect servers. A remote attacker can exploit this vulnerability by crafting a malicious JSON Web Token (JWT) with a \"none\" algorithm and an empty signature. This bypasses the expected signature verification, potentially allowing the attacker to forge tokens and gain unauthorized access or perform unauthorized actions within applications using Authlib.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "authlib: Authlib: Signature verification bypass via malicious JWT allows unauthorized access",
"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": [
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64"
],
"known_not_affected": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-28802"
},
{
"category": "external",
"summary": "RHBZ#2445120",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445120"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-28802",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-28802"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-28802",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-28802"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/commit/a61c2acb807496e67f32051b5f1b1d5ccf8f0a75",
"url": "https://github.com/authlib/authlib/commit/a61c2acb807496e67f32051b5f1b1d5ccf8f0a75"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/commit/b87c32ed07b8ae7f805873e1c9cafd1016761df7",
"url": "https://github.com/authlib/authlib/commit/b87c32ed07b8ae7f805873e1c9cafd1016761df7"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/security/advisories/GHSA-7wc2-qxgw-g8gg",
"url": "https://github.com/authlib/authlib/security/advisories/GHSA-7wc2-qxgw-g8gg"
}
],
"release_date": "2026-03-06T06:44:26.402000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-19T19:18:06+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11258",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5168"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:0793761b8f52bd37b70a0920c123df7b5689050fe0d0b180a23747382136805d_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:2c4942e97dbe11310a36b234b6b79248aa901521c0cc6ede26c264852cc1c6c7_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/clair-rhel8@sha256:e16ff32fc51fc8515f0798b9b0facfae3b18e11d1c200ad561c5f96c4591e748_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:1f6d8b0bf693a4ff88c2e5f8fe5a39ce306243eb60670272f31b1ce0784355d5_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:1c162f16e74dff074693cb2c1629fa10fcbdda7e297305c505c3eadbbb6fd253_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ca15dc9c0af98219cf20368b4fb1d7f5e79a72112446b3cb2bc29d0950a4a614_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:ce8008cf1e109a6109802654da56c24a94b436a15d68cac2fc7154e955ea60c3_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:24860b370a6bd80d71b174736e21690cc3360b7e03eba42a7e9b6ee0f8e513f1_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:591ecd8de762d2064ff254bb0ab87c7f67fc2feda462dfc91386cec7fb58be59_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:6e208ffe402a0a2fef67414ce3c23849129054b4d58285eaecb5d7511b4a8a94_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-builder-rhel8@sha256:cb97c36edb2dbd26a82a421316b2d78694b58b446e03fc9770225a238b6ac65f_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:3443ae24c14bfe47730a8c9d80478948df7364eb5a11c031537d6a1ec39aac8d_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:6a0081cc99c6fcf508090727ac8690b72d455a506866ae0279d19119098ea7da_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:85c2ef5ae8e143f76831e6231c420fa1d9fd0ea237dfd1bce7d6751b09203dd0_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:d97a9d9d6da4388e61873bf60413a321be153e2a9d19031fa885bcc69540afc6_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-bundle@sha256:7363defd98566b083b35c27715a53bc5bfbcbd73fa9dafe7a6218166e9d11b14_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:32a95ce56a8ac04a8fd37eab9ff385d4042d53e533f5bba8e5592faeb09f01fc_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:a6f6ea5303d254e481143d95ab41d05a7ce31a321ca787893eba35dbd75e6caf_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-operator-rhel8@sha256:f5d0a543470bd20a4572190e50b63e9b74e5dbba552b4fe972721518e4183beb_amd64",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:3e5ce0a56241c9804249dfb302cde02d2ffe30ba8fcd8aef8f1bce916d2324ad_ppc64le",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:d64bb14bf73ef1bc222525bffb67a3dfab0ba3ceef4770beb8138699609d4b41_s390x",
"Red Hat Quay 3.9:registry.redhat.io/quay/quay-rhel8@sha256:dd567423c854e8732542c41bfcda71948517762f8e91e31496e7dffa67b3c8c0_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "authlib: Authlib: Signature verification bypass via malicious JWT allows unauthorized access"
}
]
}
RHSA-2026:5907
Vulnerability from csaf_redhat - Published: 2026-04-01 03:47 - Updated: 2026-04-10 21:16A flaw was found in cmd/go. An attacker can exploit this by building a malicious Go source file that uses the '#cgo pkg-config:' directive. This allows the attacker to write to an arbitrary file with partial control over its content, by providing a '--log-file' argument to the pkg-config command. This vulnerability can lead to arbitrary file write.
A flaw was found in Go's 'cgo tool'. This vulnerability arises from a discrepancy in how Go and C/C++ comments are parsed, which allows for malicious code to be hidden within comments and then "smuggled" into the compiled `cgo` binary. An attacker could exploit this to embed and execute arbitrary code, potentially leading to significant system compromise.
A denial-of-service vulnerability in github.com/sirupsen/logrus occurs when Entry.Writer() processes a single-line payload larger than 64KB with no newline characters. Due to a limitation in Go’s internal bufio.Scanner, the read operation fails with a “token too long” error, causing the underlying writer pipe to close. In affected versions, this leaves the Writer interface unusable and can disrupt logging functionality, potentially degrading application availability.
A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.
A flaw was found in ajv. When the $data option is enabled, the value of the pattern keyword is passed directly to the JavaScript RegExp() constructor without sufficient validation. An attacker able to supply a malicious regular expression pattern can trigger a ReDoS (Regular Expression Denial of Service), causing the application to become unresponsive and resulting in a denial of service.
A flaw was found in OpenStack keystonemiddleware. The external_oauth2_token middleware fails to properly sanitize incoming authentication headers. An authenticated attacker can exploit this by sending forged identity headers, such as X-Is-Admin-Project, X-Roles, or X-User-Id. This can lead to privilege escalation or impersonation of other users within the system.
| URL | Category | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat OpenShift Container Platform release 4.17.52 is now available with updates to packages and images that fix several bugs and add enhancements.\n\n This release includes a security update for Red Hat OpenShift Container Platform 4.17.\n\nRed Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "Red Hat OpenShift Container Platform is Red Hat\u0027s cloud computing Kubernetes application platform solution designed for on-premise or private cloud deployments.\n\nThis advisory contains the container images for Red Hat OpenShift Container Platform 4.17.52. See the following advisory for the RPM packages for this release:\n\nhttps://access.redhat.com/errata/RHSA-2026:5866\n\nSpace precludes documenting all of the container images in this advisory. See the following Release Notes documentation, which will be updated shortly for this release, for details about these changes:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.17/html/release_notes/",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2026:5907",
"url": "https://access.redhat.com/errata/RHSA-2026:5907"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61731",
"url": "https://access.redhat.com/security/cve/CVE-2025-61731"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61732",
"url": "https://access.redhat.com/security/cve/CVE-2025-61732"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-65637",
"url": "https://access.redhat.com/security/cve/CVE-2025-65637"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-68121",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-69873",
"url": "https://access.redhat.com/security/cve/CVE-2025-69873"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-22797",
"url": "https://access.redhat.com/security/cve/CVE-2026-22797"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_5907.json"
}
],
"title": "Red Hat Security Advisory: OpenShift Container Platform 4.17.52 bug fix and security update",
"tracking": {
"current_release_date": "2026-04-10T21:16:52+00:00",
"generator": {
"date": "2026-04-10T21:16:52+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.5"
}
},
"id": "RHSA-2026:5907",
"initial_release_date": "2026-04-01T03:47:45+00:00",
"revision_history": [
{
"date": "2026-04-01T03:47:45+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-04-01T03:49:05+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-10T21:16:52+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.17",
"product": {
"name": "Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift:4.17::el9"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift Container Platform"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:2c1ca60eeda0aa20403364a3ba33d9ad349e98ae3c839bff106d4b3d59426d58_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:2c1ca60eeda0aa20403364a3ba33d9ad349e98ae3c839bff106d4b3d59426d58_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:2c1ca60eeda0aa20403364a3ba33d9ad349e98ae3c839bff106d4b3d59426d58_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9@sha256%3A2c1ca60eeda0aa20403364a3ba33d9ad349e98ae3c839bff106d4b3d59426d58?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774276966"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e6165bb623041db07759616b297f0541fcc87dc3bbb91cc77399cebe96c1b647_amd64",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e6165bb623041db07759616b297f0541fcc87dc3bbb91cc77399cebe96c1b647_amd64",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e6165bb623041db07759616b297f0541fcc87dc3bbb91cc77399cebe96c1b647_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-kms-encryption-provider-rhel9@sha256%3Ae6165bb623041db07759616b297f0541fcc87dc3bbb91cc77399cebe96c1b647?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774318105"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4e01b88be4742c25c24977471d81262f8f0f391ccd5c49250b306e726e1d32e6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4e01b88be4742c25c24977471d81262f8f0f391ccd5c49250b306e726e1d32e6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4e01b88be4742c25c24977471d81262f8f0f391ccd5c49250b306e726e1d32e6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-file-csi-driver-rhel9@sha256%3A4e01b88be4742c25c24977471d81262f8f0f391ccd5c49250b306e726e1d32e6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774284714"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:0bd4e71e9d22f6c16130426710bba8abbb82b0510cdcc9eb6cc74a412021c45a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:0bd4e71e9d22f6c16130426710bba8abbb82b0510cdcc9eb6cc74a412021c45a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:0bd4e71e9d22f6c16130426710bba8abbb82b0510cdcc9eb6cc74a412021c45a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-file-csi-driver-operator-rhel9@sha256%3A0bd4e71e9d22f6c16130426710bba8abbb82b0510cdcc9eb6cc74a412021c45a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774281232"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b43e298d73fb723ce446344fac3e136b0d3347b38e7d199a09d2bfb85c231249_amd64",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b43e298d73fb723ce446344fac3e136b0d3347b38e7d199a09d2bfb85c231249_amd64",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b43e298d73fb723ce446344fac3e136b0d3347b38e7d199a09d2bfb85c231249_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-kms-encryption-provider-rhel9@sha256%3Ab43e298d73fb723ce446344fac3e136b0d3347b38e7d199a09d2bfb85c231249?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774318143"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:ff2c7571055602c2cf719149d742d2e7cf308f1a077c420205bcdb2afff13c00_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:ff2c7571055602c2cf719149d742d2e7cf308f1a077c420205bcdb2afff13c00_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:ff2c7571055602c2cf719149d742d2e7cf308f1a077c420205bcdb2afff13c00_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-machine-controllers-rhel9@sha256%3Aff2c7571055602c2cf719149d742d2e7cf308f1a077c420205bcdb2afff13c00?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774318170"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b43f4769ae4bea0d180d4be8183c92d1fe5aacce4287fc1462032f1783c42207_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b43f4769ae4bea0d180d4be8183c92d1fe5aacce4287fc1462032f1783c42207_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b43f4769ae4bea0d180d4be8183c92d1fe5aacce4287fc1462032f1783c42207_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-runtimecfg-rhel9@sha256%3Ab43f4769ae4bea0d180d4be8183c92d1fe5aacce4287fc1462032f1783c42207?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774318168"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b6a1d9d0b74f769294c10ba1ba65fa36a43217a374f3e37a189fe3de1d33d737_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b6a1d9d0b74f769294c10ba1ba65fa36a43217a374f3e37a189fe3de1d33d737_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b6a1d9d0b74f769294c10ba1ba65fa36a43217a374f3e37a189fe3de1d33d737_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-etcd-rhel9-operator@sha256%3Ab6a1d9d0b74f769294c10ba1ba65fa36a43217a374f3e37a189fe3de1d33d737?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774306868"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:845d9b912f7dc3b56804668e652f7c6b711a3d064501785ef9fea0273f60063b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:845d9b912f7dc3b56804668e652f7c6b711a3d064501785ef9fea0273f60063b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:845d9b912f7dc3b56804668e652f7c6b711a3d064501785ef9fea0273f60063b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-monitoring-rhel9-operator@sha256%3A845d9b912f7dc3b56804668e652f7c6b711a3d064501785ef9fea0273f60063b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774306803"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ef759942f6399bbb13657a783a7648dbf7ec880e8f6d4ed64b69812f696fcc1b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ef759942f6399bbb13657a783a7648dbf7ec880e8f6d4ed64b69812f696fcc1b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ef759942f6399bbb13657a783a7648dbf7ec880e8f6d4ed64b69812f696fcc1b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-network-rhel9-operator@sha256%3Aef759942f6399bbb13657a783a7648dbf7ec880e8f6d4ed64b69812f696fcc1b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774306729"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6d590f5de5ce957e2d21fbd86c08411dc90b6c2444fd43079a04e3acb35587f1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6d590f5de5ce957e2d21fbd86c08411dc90b6c2444fd43079a04e3acb35587f1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6d590f5de5ce957e2d21fbd86c08411dc90b6c2444fd43079a04e3acb35587f1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-node-tuning-rhel9-operator@sha256%3A6d590f5de5ce957e2d21fbd86c08411dc90b6c2444fd43079a04e3acb35587f1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774418348"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6717dfcf0c98ffe25190b97c977daafdfa53ca406572d81143430f4218a17382_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6717dfcf0c98ffe25190b97c977daafdfa53ca406572d81143430f4218a17382_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6717dfcf0c98ffe25190b97c977daafdfa53ca406572d81143430f4218a17382_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-policy-controller-rhel9@sha256%3A6717dfcf0c98ffe25190b97c977daafdfa53ca406572d81143430f4218a17382?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774319331"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1694ece44a326abafa983a7fb2b3f84f671941fdaa708c21159b2164bedc8fe7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1694ece44a326abafa983a7fb2b3f84f671941fdaa708c21159b2164bedc8fe7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1694ece44a326abafa983a7fb2b3f84f671941fdaa708c21159b2164bedc8fe7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-storage-rhel9-operator@sha256%3A1694ece44a326abafa983a7fb2b3f84f671941fdaa708c21159b2164bedc8fe7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774314844"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:5bdbda0b9ae82292ab9dcd9c3907d42687418e591984ae30b53d93f422ca9d86_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:5bdbda0b9ae82292ab9dcd9c3907d42687418e591984ae30b53d93f422ca9d86_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:5bdbda0b9ae82292ab9dcd9c3907d42687418e591984ae30b53d93f422ca9d86_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-version-rhel9-operator@sha256%3A5bdbda0b9ae82292ab9dcd9c3907d42687418e591984ae30b53d93f422ca9d86?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774318118"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1d9d3b4b90eefd1714e4814e4c340d11a88f1208852b7c624fac4096ec3bae65_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1d9d3b4b90eefd1714e4814e4c340d11a88f1208852b7c624fac4096ec3bae65_amd64",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1d9d3b4b90eefd1714e4814e4c340d11a88f1208852b7c624fac4096ec3bae65_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-configmap-reloader-rhel9@sha256%3A1d9d3b4b90eefd1714e4814e4c340d11a88f1208852b7c624fac4096ec3bae65?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774300797"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ba51aa38b39b8f57d6908665938870cced5541b831756f4039047245e0f2a8a5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ba51aa38b39b8f57d6908665938870cced5541b831756f4039047245e0f2a8a5_amd64",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ba51aa38b39b8f57d6908665938870cced5541b831756f4039047245e0f2a8a5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/container-networking-plugins-microshift-rhel9@sha256%3Aba51aa38b39b8f57d6908665938870cced5541b831756f4039047245e0f2a8a5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774318209"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a97d77c1235d10228e36d47b304a14c05a10944904685f344953da18f2d30866_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a97d77c1235d10228e36d47b304a14c05a10944904685f344953da18f2d30866_amd64",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a97d77c1235d10228e36d47b304a14c05a10944904685f344953da18f2d30866_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-coredns-rhel9@sha256%3Aa97d77c1235d10228e36d47b304a14c05a10944904685f344953da18f2d30866?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774311205"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fac44a7144ca9e888a74db83f6eeda24224d05238af0f8cb54627b74148f51a9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fac44a7144ca9e888a74db83f6eeda24224d05238af0f8cb54627b74148f51a9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fac44a7144ca9e888a74db83f6eeda24224d05238af0f8cb54627b74148f51a9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-attacher-rhel9@sha256%3Afac44a7144ca9e888a74db83f6eeda24224d05238af0f8cb54627b74148f51a9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774310527"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:9e43e41968b797593eb5d4823f8e1e7babc642c3ec308673ee1640198f12c234_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:9e43e41968b797593eb5d4823f8e1e7babc642c3ec308673ee1640198f12c234_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:9e43e41968b797593eb5d4823f8e1e7babc642c3ec308673ee1640198f12c234_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-manila-rhel9@sha256%3A9e43e41968b797593eb5d4823f8e1e7babc642c3ec308673ee1640198f12c234?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774286681"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:7e2fdd43861a1be04f8f6cdf2fe2651d1f7ad194d7a43326e8d65d7757ee3d7d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:7e2fdd43861a1be04f8f6cdf2fe2651d1f7ad194d7a43326e8d65d7757ee3d7d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:7e2fdd43861a1be04f8f6cdf2fe2651d1f7ad194d7a43326e8d65d7757ee3d7d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-manila-rhel9-operator@sha256%3A7e2fdd43861a1be04f8f6cdf2fe2651d1f7ad194d7a43326e8d65d7757ee3d7d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774287236"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:cb11c30ff4bbdad9e25e12e2960d754cdfaa7af1507b07e74e21aa31a45b0390_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:cb11c30ff4bbdad9e25e12e2960d754cdfaa7af1507b07e74e21aa31a45b0390_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:cb11c30ff4bbdad9e25e12e2960d754cdfaa7af1507b07e74e21aa31a45b0390_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-nfs-rhel9@sha256%3Acb11c30ff4bbdad9e25e12e2960d754cdfaa7af1507b07e74e21aa31a45b0390?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774287798"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:382ba71516ae6c2ce3670b92bb206e5bdaf5dd0519b2f1a6fcb417b99f0ccb13_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:382ba71516ae6c2ce3670b92bb206e5bdaf5dd0519b2f1a6fcb417b99f0ccb13_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:382ba71516ae6c2ce3670b92bb206e5bdaf5dd0519b2f1a6fcb417b99f0ccb13_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-livenessprobe-rhel9@sha256%3A382ba71516ae6c2ce3670b92bb206e5bdaf5dd0519b2f1a6fcb417b99f0ccb13?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774318105"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:23021b0b3a60c43895c17a9d27eb53fb5cde7b9ba6ac7a5d81d1723d804ecfbc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:23021b0b3a60c43895c17a9d27eb53fb5cde7b9ba6ac7a5d81d1723d804ecfbc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:23021b0b3a60c43895c17a9d27eb53fb5cde7b9ba6ac7a5d81d1723d804ecfbc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-node-driver-registrar-rhel9@sha256%3A23021b0b3a60c43895c17a9d27eb53fb5cde7b9ba6ac7a5d81d1723d804ecfbc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774318098"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:29f0f10ec928c8face73cd03bad8478ab4b8386f0df20ee2482102f870f198c3_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:29f0f10ec928c8face73cd03bad8478ab4b8386f0df20ee2482102f870f198c3_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:29f0f10ec928c8face73cd03bad8478ab4b8386f0df20ee2482102f870f198c3_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-provisioner-rhel9@sha256%3A29f0f10ec928c8face73cd03bad8478ab4b8386f0df20ee2482102f870f198c3?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774294292"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:cea296a2222cfeabbdce7a42996be42db39f3d89321f93ffe705c0c01e7b5b30_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:cea296a2222cfeabbdce7a42996be42db39f3d89321f93ffe705c0c01e7b5b30_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:cea296a2222cfeabbdce7a42996be42db39f3d89321f93ffe705c0c01e7b5b30_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-snapshot-validation-webhook-rhel9@sha256%3Acea296a2222cfeabbdce7a42996be42db39f3d89321f93ffe705c0c01e7b5b30?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774306813"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:07d09ce1d5c97a717dc1c0f540e21fbf7fc2ae0c27be6fd0869ce0dabc0591fc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:07d09ce1d5c97a717dc1c0f540e21fbf7fc2ae0c27be6fd0869ce0dabc0591fc_amd64",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:07d09ce1d5c97a717dc1c0f540e21fbf7fc2ae0c27be6fd0869ce0dabc0591fc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/driver-toolkit-rhel9@sha256%3A07d09ce1d5c97a717dc1c0f540e21fbf7fc2ae0c27be6fd0869ce0dabc0591fc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774301458"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:2554ae05f488567b3c752c16c59f852ecfcb90746a47d48bdd39825aede43c21_amd64",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:2554ae05f488567b3c752c16c59f852ecfcb90746a47d48bdd39825aede43c21_amd64",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:2554ae05f488567b3c752c16c59f852ecfcb90746a47d48bdd39825aede43c21_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/egress-router-cni-rhel9@sha256%3A2554ae05f488567b3c752c16c59f852ecfcb90746a47d48bdd39825aede43c21?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774320771"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9f31f2da3caeba8ef97368c1ebdd3fb1df9aa911df241460d27fbecd2cfc9da8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9f31f2da3caeba8ef97368c1ebdd3fb1df9aa911df241460d27fbecd2cfc9da8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9f31f2da3caeba8ef97368c1ebdd3fb1df9aa911df241460d27fbecd2cfc9da8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3A9f31f2da3caeba8ef97368c1ebdd3fb1df9aa911df241460d27fbecd2cfc9da8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774311322"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3f2283bea8d5c54ad689787a7c269022b04624d2b1ac830330a79d30364ffd47_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3f2283bea8d5c54ad689787a7c269022b04624d2b1ac830330a79d30364ffd47_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3f2283bea8d5c54ad689787a7c269022b04624d2b1ac830330a79d30364ffd47_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-proxy-rhel9@sha256%3A3f2283bea8d5c54ad689787a7c269022b04624d2b1ac830330a79d30364ffd47?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774276952"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:e433c5ea434c2261f40d623bdc22944c1ecd435c0ac08a41d36049c9bce1b604_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:e433c5ea434c2261f40d623bdc22944c1ecd435c0ac08a41d36049c9bce1b604_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:e433c5ea434c2261f40d623bdc22944c1ecd435c0ac08a41d36049c9bce1b604_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-alertmanager-rhel9@sha256%3Ae433c5ea434c2261f40d623bdc22944c1ecd435c0ac08a41d36049c9bce1b604?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774311551"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cdf9da2745d57ceb97761e08b560f2de7a212f860362eea3fd445fe4f6f7c769_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cdf9da2745d57ceb97761e08b560f2de7a212f860362eea3fd445fe4f6f7c769_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cdf9da2745d57ceb97761e08b560f2de7a212f860362eea3fd445fe4f6f7c769_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-node-exporter-rhel9@sha256%3Acdf9da2745d57ceb97761e08b560f2de7a212f860362eea3fd445fe4f6f7c769?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774294099"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:46910caf13bd60c69314b0a72b866a8342c1dcead811f01f91b1b1674ea1bcf1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:46910caf13bd60c69314b0a72b866a8342c1dcead811f01f91b1b1674ea1bcf1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:46910caf13bd60c69314b0a72b866a8342c1dcead811f01f91b1b1674ea1bcf1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9@sha256%3A46910caf13bd60c69314b0a72b866a8342c1dcead811f01f91b1b1674ea1bcf1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774306809"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c449bc96c47df9f808b4e89c06facf7eeaf44761485077311aea32ea1342f5e6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c449bc96c47df9f808b4e89c06facf7eeaf44761485077311aea32ea1342f5e6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c449bc96c47df9f808b4e89c06facf7eeaf44761485077311aea32ea1342f5e6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hypershift-rhel9@sha256%3Ac449bc96c47df9f808b4e89c06facf7eeaf44761485077311aea32ea1342f5e6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774294539"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:29871a94fc618bf280a7c38280ec0642c766838bac34a9ace503378a67f4638d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:29871a94fc618bf280a7c38280ec0642c766838bac34a9ace503378a67f4638d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:29871a94fc618bf280a7c38280ec0642c766838bac34a9ace503378a67f4638d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-rhel9@sha256%3A29871a94fc618bf280a7c38280ec0642c766838bac34a9ace503378a67f4638d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774266098"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:d2003914164b0f04ddde9b10d27ada74e57c26beb7ad06dac093098903909907_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:d2003914164b0f04ddde9b10d27ada74e57c26beb7ad06dac093098903909907_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:d2003914164b0f04ddde9b10d27ada74e57c26beb7ad06dac093098903909907_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-agent-rhel9@sha256%3Ad2003914164b0f04ddde9b10d27ada74e57c26beb7ad06dac093098903909907?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774266017"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:16a4f25c37894fe7ce7a943322dee37d8419bae36e7c7ca7b4e73dbccf8372e8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:16a4f25c37894fe7ce7a943322dee37d8419bae36e7c7ca7b4e73dbccf8372e8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:16a4f25c37894fe7ce7a943322dee37d8419bae36e7c7ca7b4e73dbccf8372e8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-machine-os-downloader-rhel9@sha256%3A16a4f25c37894fe7ce7a943322dee37d8419bae36e7c7ca7b4e73dbccf8372e8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774266298"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3144944813148f5acd4234b279b5569e5bc8942f390c76a5a88789fda81afc56_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3144944813148f5acd4234b279b5569e5bc8942f390c76a5a88789fda81afc56_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3144944813148f5acd4234b279b5569e5bc8942f390c76a5a88789fda81afc56_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-static-ip-manager-rhel9@sha256%3A3144944813148f5acd4234b279b5569e5bc8942f390c76a5a88789fda81afc56?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774266052"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:0747fad048dba8c93662ced1c2b1a18b7f9f75bbfe0740caaeebb9eff3acc30d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:0747fad048dba8c93662ced1c2b1a18b7f9f75bbfe0740caaeebb9eff3acc30d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:0747fad048dba8c93662ced1c2b1a18b7f9f75bbfe0740caaeebb9eff3acc30d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-proxy-rhel9@sha256%3A0747fad048dba8c93662ced1c2b1a18b7f9f75bbfe0740caaeebb9eff3acc30d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774319218"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:e654a7604401da1deff9d8baedf0f7567831fe5f86f75e06fea3e5d140bb579e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:e654a7604401da1deff9d8baedf0f7567831fe5f86f75e06fea3e5d140bb579e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:e654a7604401da1deff9d8baedf0f7567831fe5f86f75e06fea3e5d140bb579e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-rbac-proxy-rhel9@sha256%3Ae654a7604401da1deff9d8baedf0f7567831fe5f86f75e06fea3e5d140bb579e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774307649"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:0640a6e0ebe2a6982708f326bc721c2c754eff2afdca443499843b111f223e39_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:0640a6e0ebe2a6982708f326bc721c2c754eff2afdca443499843b111f223e39_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:0640a6e0ebe2a6982708f326bc721c2c754eff2afdca443499843b111f223e39_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-state-metrics-rhel9@sha256%3A0640a6e0ebe2a6982708f326bc721c2c754eff2afdca443499843b111f223e39?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774311694"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c50c48749c9fbe882410ff025799c6f450b063ab3e17dd1c4cbd2afa2b48fe13_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c50c48749c9fbe882410ff025799c6f450b063ab3e17dd1c4cbd2afa2b48fe13_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c50c48749c9fbe882410ff025799c6f450b063ab3e17dd1c4cbd2afa2b48fe13_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-marketplace-rhel9@sha256%3Ac50c48749c9fbe882410ff025799c6f450b063ab3e17dd1c4cbd2afa2b48fe13?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774306881"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:5a9fd7861ac77020db7532e72a52571c48c4f62164c1c5390cc55771b93894e9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:5a9fd7861ac77020db7532e72a52571c48c4f62164c1c5390cc55771b93894e9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:5a9fd7861ac77020db7532e72a52571c48c4f62164c1c5390cc55771b93894e9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-monitoring-plugin-rhel9@sha256%3A5a9fd7861ac77020db7532e72a52571c48c4f62164c1c5390cc55771b93894e9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774474908"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3e602466b3dc3fc4c7879bd90a34a96878e5df827fa7664dac632199b2805464_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3e602466b3dc3fc4c7879bd90a34a96878e5df827fa7664dac632199b2805464_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3e602466b3dc3fc4c7879bd90a34a96878e5df827fa7664dac632199b2805464_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-rhel9@sha256%3A3e602466b3dc3fc4c7879bd90a34a96878e5df827fa7664dac632199b2805464?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774381073"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:6cd2462bf7a3f58f79de73fc8ed717092569862dbeedb6c72999a8ece328260b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:6cd2462bf7a3f58f79de73fc8ed717092569862dbeedb6c72999a8ece328260b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:6cd2462bf7a3f58f79de73fc8ed717092569862dbeedb6c72999a8ece328260b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-microshift-rhel9@sha256%3A6cd2462bf7a3f58f79de73fc8ed717092569862dbeedb6c72999a8ece328260b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774381158"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:55402c1e07f5de8bae74f8fc9a579c2403cd12e65f9b6714c4d6b57ed42b4250_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:55402c1e07f5de8bae74f8fc9a579c2403cd12e65f9b6714c4d6b57ed42b4250_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:55402c1e07f5de8bae74f8fc9a579c2403cd12e65f9b6714c4d6b57ed42b4250_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-networkpolicy-rhel9@sha256%3A55402c1e07f5de8bae74f8fc9a579c2403cd12e65f9b6714c4d6b57ed42b4250?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774320808"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:4778a088ee10ef3ba59f3323ccccf942000e3d2bb8b0bc201822f7cef74909b6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:4778a088ee10ef3ba59f3323ccccf942000e3d2bb8b0bc201822f7cef74909b6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:4778a088ee10ef3ba59f3323ccccf942000e3d2bb8b0bc201822f7cef74909b6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-networking-console-plugin-rhel9@sha256%3A4778a088ee10ef3ba59f3323ccccf942000e3d2bb8b0bc201822f7cef74909b6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774459621"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f5ec95c285270e35a77f89f8da39a51c5d29fae1ac277053eda82e250c715f91_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f5ec95c285270e35a77f89f8da39a51c5d29fae1ac277053eda82e250c715f91_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f5ec95c285270e35a77f89f8da39a51c5d29fae1ac277053eda82e250c715f91_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-server-rhel9@sha256%3Af5ec95c285270e35a77f89f8da39a51c5d29fae1ac277053eda82e250c715f91?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774305977"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d98dff9a03e2bc6564757afd151092cc5bec438c678f5fe5e402365bc6bbfb03_amd64",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d98dff9a03e2bc6564757afd151092cc5bec438c678f5fe5e402365bc6bbfb03_amd64",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d98dff9a03e2bc6564757afd151092cc5bec438c678f5fe5e402365bc6bbfb03_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/oc-mirror-plugin-rhel9@sha256%3Ad98dff9a03e2bc6564757afd151092cc5bec438c678f5fe5e402365bc6bbfb03?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774320924"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:628d272cb4ef7a625677252fec78b4f6d7daaae10f3fa21e9e605fa294ff9ef7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:628d272cb4ef7a625677252fec78b4f6d7daaae10f3fa21e9e605fa294ff9ef7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:628d272cb4ef7a625677252fec78b4f6d7daaae10f3fa21e9e605fa294ff9ef7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-builder-rhel9@sha256%3A628d272cb4ef7a625677252fec78b4f6d7daaae10f3fa21e9e605fa294ff9ef7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774397488"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:445489e10735202ea518bbee1cd56545f0e7e66742712cf5006c4d4ef30fc1cd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:445489e10735202ea518bbee1cd56545f0e7e66742712cf5006c4d4ef30fc1cd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:445489e10735202ea518bbee1cd56545f0e7e66742712cf5006c4d4ef30fc1cd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-rhel9@sha256%3A445489e10735202ea518bbee1cd56545f0e7e66742712cf5006c4d4ef30fc1cd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774301136"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:0ce9b759a50e8562b80a2466a194f70d0728ae93717dadedba3aca34712f14e6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:0ce9b759a50e8562b80a2466a194f70d0728ae93717dadedba3aca34712f14e6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:0ce9b759a50e8562b80a2466a194f70d0728ae93717dadedba3aca34712f14e6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9@sha256%3A0ce9b759a50e8562b80a2466a194f70d0728ae93717dadedba3aca34712f14e6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774459872"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9c24887a448382a80d554684df4280c49a3c6ab89fa9164d547d0ccd25c5b0d2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9c24887a448382a80d554684df4280c49a3c6ab89fa9164d547d0ccd25c5b0d2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9c24887a448382a80d554684df4280c49a3c6ab89fa9164d547d0ccd25c5b0d2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9-operator@sha256%3A9c24887a448382a80d554684df4280c49a3c6ab89fa9164d547d0ccd25c5b0d2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774318619"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:77d5bcf195bccd0d556e17803f4c5273010543366112916c8e9e4189b5f68627_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:77d5bcf195bccd0d556e17803f4c5273010543366112916c8e9e4189b5f68627_amd64",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:77d5bcf195bccd0d556e17803f4c5273010543366112916c8e9e4189b5f68627_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-deployer-rhel9@sha256%3A77d5bcf195bccd0d556e17803f4c5273010543366112916c8e9e4189b5f68627?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774318059"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bb4b4fa70f8193a7cc49e278475052e1c053e1dca44298f02cf8a0c1bb95c740_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bb4b4fa70f8193a7cc49e278475052e1c053e1dca44298f02cf8a0c1bb95c740_amd64",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bb4b4fa70f8193a7cc49e278475052e1c053e1dca44298f02cf8a0c1bb95c740_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-haproxy-router-rhel9@sha256%3Abb4b4fa70f8193a7cc49e278475052e1c053e1dca44298f02cf8a0c1bb95c740?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774348454"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:5fe33023e5387e6836b35074fdc002ca7d7c85c6c6cc95f6f645b1a7a3651b93_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:5fe33023e5387e6836b35074fdc002ca7d7c85c6c6cc95f6f645b1a7a3651b93_amd64",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:5fe33023e5387e6836b35074fdc002ca7d7c85c6c6cc95f6f645b1a7a3651b93_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hyperkube-rhel9@sha256%3A5fe33023e5387e6836b35074fdc002ca7d7c85c6c6cc95f6f645b1a7a3651b93?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774319378"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:18b95158ab8c6470ea281f81f5f1dd2c0d1c198be78d3007b02f5a7937ade62d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:18b95158ab8c6470ea281f81f5f1dd2c0d1c198be78d3007b02f5a7937ade62d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:18b95158ab8c6470ea281f81f5f1dd2c0d1c198be78d3007b02f5a7937ade62d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-keepalived-ipfailover-rhel9@sha256%3A18b95158ab8c6470ea281f81f5f1dd2c0d1c198be78d3007b02f5a7937ade62d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774300461"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2f80d2b9f76b8633c9e6d309c5df7f251259b61a9a40a0364f2160707de313e2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2f80d2b9f76b8633c9e6d309c5df7f251259b61a9a40a0364f2160707de313e2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2f80d2b9f76b8633c9e6d309c5df7f251259b61a9a40a0364f2160707de313e2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-pod-rhel9@sha256%3A2f80d2b9f76b8633c9e6d309c5df7f251259b61a9a40a0364f2160707de313e2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774369557"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:09ab73ac9c9dae1e080a70737bd6f8c927d47404850ab85cdadcf2be42dd0b1b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:09ab73ac9c9dae1e080a70737bd6f8c927d47404850ab85cdadcf2be42dd0b1b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:09ab73ac9c9dae1e080a70737bd6f8c927d47404850ab85cdadcf2be42dd0b1b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-registry-rhel9@sha256%3A09ab73ac9c9dae1e080a70737bd6f8c927d47404850ab85cdadcf2be42dd0b1b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774306032"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:49a6d800db550efd565f451e584b890e88b5c6ff8be6fa0e17c30bab2f9980a6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:49a6d800db550efd565f451e584b890e88b5c6ff8be6fa0e17c30bab2f9980a6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:49a6d800db550efd565f451e584b890e88b5c6ff8be6fa0e17c30bab2f9980a6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tests-rhel9@sha256%3A49a6d800db550efd565f451e584b890e88b5c6ff8be6fa0e17c30bab2f9980a6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774431230"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:49f6f4761d886208cc262f1f8e23ddcc0c05d5b4566f6cdc8abcb1a328c8c5ce_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:49f6f4761d886208cc262f1f8e23ddcc0c05d5b4566f6cdc8abcb1a328c8c5ce_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:49f6f4761d886208cc262f1f8e23ddcc0c05d5b4566f6cdc8abcb1a328c8c5ce_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-state-metrics-rhel9@sha256%3A49f6f4761d886208cc262f1f8e23ddcc0c05d5b4566f6cdc8abcb1a328c8c5ce?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774312126"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:770cacd7e4e04a786a2e55a3cd9ec21048131c8eefb7baa4225e73a09f0f0901_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:770cacd7e4e04a786a2e55a3cd9ec21048131c8eefb7baa4225e73a09f0f0901_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:770cacd7e4e04a786a2e55a3cd9ec21048131c8eefb7baa4225e73a09f0f0901_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cluster-api-controllers-rhel9@sha256%3A770cacd7e4e04a786a2e55a3cd9ec21048131c8eefb7baa4225e73a09f0f0901?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774313037"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:80e191f5faa2991cf3bc7033691c4966f1a07953e4941ad8730ae7c6444c05f4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:80e191f5faa2991cf3bc7033691c4966f1a07953e4941ad8730ae7c6444c05f4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:80e191f5faa2991cf3bc7033691c4966f1a07953e4941ad8730ae7c6444c05f4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-lifecycle-manager-rhel9@sha256%3A80e191f5faa2991cf3bc7033691c4966f1a07953e4941ad8730ae7c6444c05f4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774307404"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6faeb6e3779cbdc86d4c7cf93e739c0585019e82587abe150f76c7cfb88cc417_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6faeb6e3779cbdc86d4c7cf93e739c0585019e82587abe150f76c7cfb88cc417_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6faeb6e3779cbdc86d4c7cf93e739c0585019e82587abe150f76c7cfb88cc417_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-registry-rhel9@sha256%3A6faeb6e3779cbdc86d4c7cf93e739c0585019e82587abe150f76c7cfb88cc417?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774294306"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7deb4e0cac2bc3989fa828677e4717eb75f1bdd8223dc638310d32c73219314e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7deb4e0cac2bc3989fa828677e4717eb75f1bdd8223dc638310d32c73219314e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7deb4e0cac2bc3989fa828677e4717eb75f1bdd8223dc638310d32c73219314e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-api-server-rhel9@sha256%3A7deb4e0cac2bc3989fa828677e4717eb75f1bdd8223dc638310d32c73219314e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774397707"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ff539434c8d3bf3c3a64f040a5f7ad702ded9290ff0a894a03fd45fef9fe42d9_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ff539434c8d3bf3c3a64f040a5f7ad702ded9290ff0a894a03fd45fef9fe42d9_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ff539434c8d3bf3c3a64f040a5f7ad702ded9290ff0a894a03fd45fef9fe42d9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-csr-approver-rhel9@sha256%3Aff539434c8d3bf3c3a64f040a5f7ad702ded9290ff0a894a03fd45fef9fe42d9?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774319218"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fd88ff4734a68d6a95733ac650eccd70d1c4d23967f32b3ef8de08cea8bb05a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fd88ff4734a68d6a95733ac650eccd70d1c4d23967f32b3ef8de08cea8bb05a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fd88ff4734a68d6a95733ac650eccd70d1c4d23967f32b3ef8de08cea8bb05a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-node-agent-rhel9@sha256%3A7fd88ff4734a68d6a95733ac650eccd70d1c4d23967f32b3ef8de08cea8bb05a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774319944"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:5fde232e29f5707caa6bb5219f108a563ae59bbc5d2818e368a5b9e472a1a2c7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:5fde232e29f5707caa6bb5219f108a563ae59bbc5d2818e368a5b9e472a1a2c7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:5fde232e29f5707caa6bb5219f108a563ae59bbc5d2818e368a5b9e472a1a2c7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-orchestrator-rhel9@sha256%3A5fde232e29f5707caa6bb5219f108a563ae59bbc5d2818e368a5b9e472a1a2c7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774306168"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:1a6641eccc288ff48bda2311e1356ae244308345fc4c6e8bbeda2ed8b9f85eda_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:1a6641eccc288ff48bda2311e1356ae244308345fc4c6e8bbeda2ed8b9f85eda_amd64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:1a6641eccc288ff48bda2311e1356ae244308345fc4c6e8bbeda2ed8b9f85eda_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-utils-rhel9@sha256%3A1a6641eccc288ff48bda2311e1356ae244308345fc4c6e8bbeda2ed8b9f85eda?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774307332"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d682c5746679d8dd8534b3d9c4b913880ef9d5713b7febaa3c7573fe7900b61b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d682c5746679d8dd8534b3d9c4b913880ef9d5713b7febaa3c7573fe7900b61b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d682c5746679d8dd8534b3d9c4b913880ef9d5713b7febaa3c7573fe7900b61b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-apiserver-network-proxy-rhel9@sha256%3Ad682c5746679d8dd8534b3d9c4b913880ef9d5713b7febaa3c7573fe7900b61b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774294497"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:f1fc196ec3db364df254fda90a46e6b12bd50d50c01f2996f970ff8f9c1ea1f8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:f1fc196ec3db364df254fda90a46e6b12bd50d50c01f2996f970ff8f9c1ea1f8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:f1fc196ec3db364df254fda90a46e6b12bd50d50c01f2996f970ff8f9c1ea1f8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-cloud-controller-manager-rhel9@sha256%3Af1fc196ec3db364df254fda90a46e6b12bd50d50c01f2996f970ff8f9c1ea1f8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774281275"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:d3436d8f8316db7b836d1146932a1f8de35edb75644eb0c9f0e3af334aab8f87_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:d3436d8f8316db7b836d1146932a1f8de35edb75644eb0c9f0e3af334aab8f87_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:d3436d8f8316db7b836d1146932a1f8de35edb75644eb0c9f0e3af334aab8f87_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-cluster-api-controllers-rhel9@sha256%3Ad3436d8f8316db7b836d1146932a1f8de35edb75644eb0c9f0e3af334aab8f87?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774281353"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:8d89ffb1ab74d5e02fcc13d2a00d5e1fcca30720d987c140544e061ca7fc6629_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:8d89ffb1ab74d5e02fcc13d2a00d5e1fcca30720d987c140544e061ca7fc6629_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:8d89ffb1ab74d5e02fcc13d2a00d5e1fcca30720d987c140544e061ca7fc6629_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-ebs-csi-driver-rhel9@sha256%3A8d89ffb1ab74d5e02fcc13d2a00d5e1fcca30720d987c140544e061ca7fc6629?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774279913"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:cbd46373b97caeca24a3b22de19a294091f3d5e294f2931f01d786ef566867f6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:cbd46373b97caeca24a3b22de19a294091f3d5e294f2931f01d786ef566867f6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:cbd46373b97caeca24a3b22de19a294091f3d5e294f2931f01d786ef566867f6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-ebs-csi-driver-rhel9-operator@sha256%3Acbd46373b97caeca24a3b22de19a294091f3d5e294f2931f01d786ef566867f6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774279892"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:d2005b9ade6f74ee3df518d9f124b8acfa909d0dbd34c1c3b9e044c0556fb268_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:d2005b9ade6f74ee3df518d9f124b8acfa909d0dbd34c1c3b9e044c0556fb268_amd64",
"product_id": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:d2005b9ade6f74ee3df518d9f124b8acfa909d0dbd34c1c3b9e044c0556fb268_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-pod-identity-webhook-rhel9@sha256%3Ad2005b9ade6f74ee3df518d9f124b8acfa909d0dbd34c1c3b9e044c0556fb268?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774281255"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:f673fdfb5f29159fce99cb0ce47a31fdae2f57533aa49b84228ec7fe03274aba_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:f673fdfb5f29159fce99cb0ce47a31fdae2f57533aa49b84228ec7fe03274aba_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:f673fdfb5f29159fce99cb0ce47a31fdae2f57533aa49b84228ec7fe03274aba_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cloud-controller-manager-rhel9@sha256%3Af673fdfb5f29159fce99cb0ce47a31fdae2f57533aa49b84228ec7fe03274aba?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774279928"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:54319cca65ce76d81bd7a392eb841bffc14867bdc1ae341bf8ee6f84d10c867d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:54319cca65ce76d81bd7a392eb841bffc14867bdc1ae341bf8ee6f84d10c867d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:54319cca65ce76d81bd7a392eb841bffc14867bdc1ae341bf8ee6f84d10c867d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cloud-node-manager-rhel9@sha256%3A54319cca65ce76d81bd7a392eb841bffc14867bdc1ae341bf8ee6f84d10c867d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774279942"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:cf571aeea198dd0b07a42f12727db8ac78fc7d40eb5d1ce47c0e521f84142ee0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:cf571aeea198dd0b07a42f12727db8ac78fc7d40eb5d1ce47c0e521f84142ee0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:cf571aeea198dd0b07a42f12727db8ac78fc7d40eb5d1ce47c0e521f84142ee0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cluster-api-controllers-rhel9@sha256%3Acf571aeea198dd0b07a42f12727db8ac78fc7d40eb5d1ce47c0e521f84142ee0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774280223"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:53babfe25e9258b6e8564df67e1d465c9f144976af5be7b30d95b0dd910f6101_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:53babfe25e9258b6e8564df67e1d465c9f144976af5be7b30d95b0dd910f6101_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:53babfe25e9258b6e8564df67e1d465c9f144976af5be7b30d95b0dd910f6101_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-disk-csi-driver-rhel9@sha256%3A53babfe25e9258b6e8564df67e1d465c9f144976af5be7b30d95b0dd910f6101?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774281320"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:80bce123dd0a3488a9cac662d578f451608252e8144ee8158cc877c02c3f9d0b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:80bce123dd0a3488a9cac662d578f451608252e8144ee8158cc877c02c3f9d0b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:80bce123dd0a3488a9cac662d578f451608252e8144ee8158cc877c02c3f9d0b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-disk-csi-driver-rhel9-operator@sha256%3A80bce123dd0a3488a9cac662d578f451608252e8144ee8158cc877c02c3f9d0b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774283032"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:3b7157d6c737fa70532d96c62fa68e35fe547eedc6c50580cb89f4ce9fff4fe8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:3b7157d6c737fa70532d96c62fa68e35fe547eedc6c50580cb89f4ce9fff4fe8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:3b7157d6c737fa70532d96c62fa68e35fe547eedc6c50580cb89f4ce9fff4fe8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-workload-identity-webhook-rhel9@sha256%3A3b7157d6c737fa70532d96c62fa68e35fe547eedc6c50580cb89f4ce9fff4fe8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774279911"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:152e3c57d0bcd719bf1e20ef7d43ccadaf30939c8c9899a2ce115a55ad7be983_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:152e3c57d0bcd719bf1e20ef7d43ccadaf30939c8c9899a2ce115a55ad7be983_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:152e3c57d0bcd719bf1e20ef7d43ccadaf30939c8c9899a2ce115a55ad7be983_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-cluster-api-controllers-rhel9@sha256%3A152e3c57d0bcd719bf1e20ef7d43ccadaf30939c8c9899a2ce115a55ad7be983?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774320739"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:12c1eb19b65af75175b1708f0049bb3eeb16c8c9a632957f5f97a5419246c7c7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:12c1eb19b65af75175b1708f0049bb3eeb16c8c9a632957f5f97a5419246c7c7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:12c1eb19b65af75175b1708f0049bb3eeb16c8c9a632957f5f97a5419246c7c7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-installer-rhel9@sha256%3A12c1eb19b65af75175b1708f0049bb3eeb16c8c9a632957f5f97a5419246c7c7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774349204"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:ce1af97db3e2816184795c6d1fa3cfef25329df11482b2bf4441c40e51d21347_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:ce1af97db3e2816184795c6d1fa3cfef25329df11482b2bf4441c40e51d21347_amd64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:ce1af97db3e2816184795c6d1fa3cfef25329df11482b2bf4441c40e51d21347_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-rhel9-operator@sha256%3Ace1af97db3e2816184795c6d1fa3cfef25329df11482b2bf4441c40e51d21347?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774320636"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:df5b6082f4f05bfef1b63ede7fdcb5b575e56bcf264bb21e71ea2dc98c884ce6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:df5b6082f4f05bfef1b63ede7fdcb5b575e56bcf264bb21e71ea2dc98c884ce6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:df5b6082f4f05bfef1b63ede7fdcb5b575e56bcf264bb21e71ea2dc98c884ce6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-artifacts-rhel9@sha256%3Adf5b6082f4f05bfef1b63ede7fdcb5b575e56bcf264bb21e71ea2dc98c884ce6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774381217"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:f1b997f7c662c0c8e91be2d02d6605fdab614bb89039ad1f38d6cac2b4623ddf_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:f1b997f7c662c0c8e91be2d02d6605fdab614bb89039ad1f38d6cac2b4623ddf_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:f1b997f7c662c0c8e91be2d02d6605fdab614bb89039ad1f38d6cac2b4623ddf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cloud-credential-rhel9-operator@sha256%3Af1b997f7c662c0c8e91be2d02d6605fdab614bb89039ad1f38d6cac2b4623ddf?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774294437"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1ec3135a01ee2bce646338cc6d71d35c8adce9f3603f0f07ce90dd88dbf3c4db_amd64",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1ec3135a01ee2bce646338cc6d71d35c8adce9f3603f0f07ce90dd88dbf3c4db_amd64",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1ec3135a01ee2bce646338cc6d71d35c8adce9f3603f0f07ce90dd88dbf3c4db_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/cloud-network-config-controller-rhel9@sha256%3A1ec3135a01ee2bce646338cc6d71d35c8adce9f3603f0f07ce90dd88dbf3c4db?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774307413"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1f379914cc47321de26756b1fd2fb634ab93f0d50400467df35dd4303100ad1a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1f379914cc47321de26756b1fd2fb634ab93f0d50400467df35dd4303100ad1a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1f379914cc47321de26756b1fd2fb634ab93f0d50400467df35dd4303100ad1a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-api-rhel9@sha256%3A1f379914cc47321de26756b1fd2fb634ab93f0d50400467df35dd4303100ad1a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774319438"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f41ea3ecd58d560a52e13cef8384f6197d49add48c01c432cd8971f53fe5a4b2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f41ea3ecd58d560a52e13cef8384f6197d49add48c01c432cd8971f53fe5a4b2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f41ea3ecd58d560a52e13cef8384f6197d49add48c01c432cd8971f53fe5a4b2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-authentication-rhel9-operator@sha256%3Af41ea3ecd58d560a52e13cef8384f6197d49add48c01c432cd8971f53fe5a4b2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774314553"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5f148616ca51bcf1c30183e095a8b5a981a9be858254938ed45229e4b4ebfdd1_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5f148616ca51bcf1c30183e095a8b5a981a9be858254938ed45229e4b4ebfdd1_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5f148616ca51bcf1c30183e095a8b5a981a9be858254938ed45229e4b4ebfdd1_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9-operator@sha256%3A5f148616ca51bcf1c30183e095a8b5a981a9be858254938ed45229e4b4ebfdd1?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774311813"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d024567af8fb35126a2084d9c0de93c5b349249dcbd202c0c5cfb7d2d05bcefd_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d024567af8fb35126a2084d9c0de93c5b349249dcbd202c0c5cfb7d2d05bcefd_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d024567af8fb35126a2084d9c0de93c5b349249dcbd202c0c5cfb7d2d05bcefd_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-baremetal-operator-rhel9@sha256%3Ad024567af8fb35126a2084d9c0de93c5b349249dcbd202c0c5cfb7d2d05bcefd?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774318089"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c84a3e6dfc4b3abe1c2f3e6f63018a8d45fa3333969ac2792dce86ed5dc5f7f6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c84a3e6dfc4b3abe1c2f3e6f63018a8d45fa3333969ac2792dce86ed5dc5f7f6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c84a3e6dfc4b3abe1c2f3e6f63018a8d45fa3333969ac2792dce86ed5dc5f7f6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-bootstrap-rhel9@sha256%3Ac84a3e6dfc4b3abe1c2f3e6f63018a8d45fa3333969ac2792dce86ed5dc5f7f6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774319589"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:bbd338c6ca660031115a11f293b165aef23ad28150c6a8964dad403618cef28b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:bbd338c6ca660031115a11f293b165aef23ad28150c6a8964dad403618cef28b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:bbd338c6ca660031115a11f293b165aef23ad28150c6a8964dad403618cef28b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capi-rhel9-operator@sha256%3Abbd338c6ca660031115a11f293b165aef23ad28150c6a8964dad403618cef28b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774319736"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:0de9a2d5418c0fadfc68e9f64335c23396fc3188b1ed7191e2e740e53aa1b29f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:0de9a2d5418c0fadfc68e9f64335c23396fc3188b1ed7191e2e740e53aa1b29f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:0de9a2d5418c0fadfc68e9f64335c23396fc3188b1ed7191e2e740e53aa1b29f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3A0de9a2d5418c0fadfc68e9f64335c23396fc3188b1ed7191e2e740e53aa1b29f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774319674"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:06849685ea1a02445fd85960975e0f4f0d39947420d0f381dd724b37f4f44994_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:06849685ea1a02445fd85960975e0f4f0d39947420d0f381dd724b37f4f44994_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:06849685ea1a02445fd85960975e0f4f0d39947420d0f381dd724b37f4f44994_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-api-rhel9@sha256%3A06849685ea1a02445fd85960975e0f4f0d39947420d0f381dd724b37f4f44994?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774307422"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:29d61cf5ce7ecf8bd5e49c5d01b16a82819bbb345160b90ff46f0d936f1152dc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:29d61cf5ce7ecf8bd5e49c5d01b16a82819bbb345160b90ff46f0d936f1152dc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:29d61cf5ce7ecf8bd5e49c5d01b16a82819bbb345160b90ff46f0d936f1152dc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-rhel9-operator@sha256%3A29d61cf5ce7ecf8bd5e49c5d01b16a82819bbb345160b90ff46f0d936f1152dc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774318115"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:20dcf9ed5dab0354410b6c14f8476980d2bea66f42bd64ae0c1e354e185bd820_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:20dcf9ed5dab0354410b6c14f8476980d2bea66f42bd64ae0c1e354e185bd820_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:20dcf9ed5dab0354410b6c14f8476980d2bea66f42bd64ae0c1e354e185bd820_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3A20dcf9ed5dab0354410b6c14f8476980d2bea66f42bd64ae0c1e354e185bd820?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774318495"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c8ce750189b017ec94762b6691cb9a911f97f04927615f0c802149aa3f7282fa_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c8ce750189b017ec94762b6691cb9a911f97f04927615f0c802149aa3f7282fa_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c8ce750189b017ec94762b6691cb9a911f97f04927615f0c802149aa3f7282fa_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3Ac8ce750189b017ec94762b6691cb9a911f97f04927615f0c802149aa3f7282fa?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774306754"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9cfa1d58c7bc0f875b5b2d704afcc95c4321388c94202c7ecba217a12164e8c2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9cfa1d58c7bc0f875b5b2d704afcc95c4321388c94202c7ecba217a12164e8c2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9cfa1d58c7bc0f875b5b2d704afcc95c4321388c94202c7ecba217a12164e8c2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-dns-rhel9-operator@sha256%3A9cfa1d58c7bc0f875b5b2d704afcc95c4321388c94202c7ecba217a12164e8c2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774306855"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:03475c318b9a57df484c7be2cbf35f654487c3084efd389cf4f6ce0a0f845dae_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:03475c318b9a57df484c7be2cbf35f654487c3084efd389cf4f6ce0a0f845dae_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:03475c318b9a57df484c7be2cbf35f654487c3084efd389cf4f6ce0a0f845dae_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-image-registry-rhel9-operator@sha256%3A03475c318b9a57df484c7be2cbf35f654487c3084efd389cf4f6ce0a0f845dae?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774319246"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:18317fde63976665f03833b7679bede00df0f32327c1d56a26afe112b4d26f6c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:18317fde63976665f03833b7679bede00df0f32327c1d56a26afe112b4d26f6c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:18317fde63976665f03833b7679bede00df0f32327c1d56a26afe112b4d26f6c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-ingress-rhel9-operator@sha256%3A18317fde63976665f03833b7679bede00df0f32327c1d56a26afe112b4d26f6c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774308218"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d4e9f8ad81006249c50770495829c63f9322d0214efc045a4a7b6b0955846f0f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d4e9f8ad81006249c50770495829c63f9322d0214efc045a4a7b6b0955846f0f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d4e9f8ad81006249c50770495829c63f9322d0214efc045a4a7b6b0955846f0f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-apiserver-rhel9-operator@sha256%3Ad4e9f8ad81006249c50770495829c63f9322d0214efc045a4a7b6b0955846f0f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774320670"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:2a221eeae6e50cc04e9466e5777f829f58311b2506aa149094e5e31e0cbe6e09_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:2a221eeae6e50cc04e9466e5777f829f58311b2506aa149094e5e31e0cbe6e09_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:2a221eeae6e50cc04e9466e5777f829f58311b2506aa149094e5e31e0cbe6e09_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3A2a221eeae6e50cc04e9466e5777f829f58311b2506aa149094e5e31e0cbe6e09?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774320746"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:8f284d614d7fe9d7c0bb5ab076490a781f0922453650713dd6bd722a409f650d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:8f284d614d7fe9d7c0bb5ab076490a781f0922453650713dd6bd722a409f650d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:8f284d614d7fe9d7c0bb5ab076490a781f0922453650713dd6bd722a409f650d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3A8f284d614d7fe9d7c0bb5ab076490a781f0922453650713dd6bd722a409f650d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774320480"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:9c91c1adec653c87fbdac6f5755528a27a4ead82d740af2a5e5f38aa16789804_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:9c91c1adec653c87fbdac6f5755528a27a4ead82d740af2a5e5f38aa16789804_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:9c91c1adec653c87fbdac6f5755528a27a4ead82d740af2a5e5f38aa16789804_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-scheduler-rhel9-operator@sha256%3A9c91c1adec653c87fbdac6f5755528a27a4ead82d740af2a5e5f38aa16789804?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774311165"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3af31e33187cf904b7a3bbcf7cded17c69e345c73301563c60312d35d1b694b0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3af31e33187cf904b7a3bbcf7cded17c69e345c73301563c60312d35d1b694b0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3af31e33187cf904b7a3bbcf7cded17c69e345c73301563c60312d35d1b694b0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3A3af31e33187cf904b7a3bbcf7cded17c69e345c73301563c60312d35d1b694b0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774307724"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:43a9f7284fc596378453b6e3a6fa1eb553d403ee25492c8c10107aaa77d92412_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:43a9f7284fc596378453b6e3a6fa1eb553d403ee25492c8c10107aaa77d92412_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:43a9f7284fc596378453b6e3a6fa1eb553d403ee25492c8c10107aaa77d92412_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-machine-approver-rhel9@sha256%3A43a9f7284fc596378453b6e3a6fa1eb553d403ee25492c8c10107aaa77d92412?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774311389"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:9865d9323ac25a120e3dbf34644b7343e650cd04b201d65518940b49432f564b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:9865d9323ac25a120e3dbf34644b7343e650cd04b201d65518940b49432f564b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:9865d9323ac25a120e3dbf34644b7343e650cd04b201d65518940b49432f564b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-olm-rhel9-operator@sha256%3A9865d9323ac25a120e3dbf34644b7343e650cd04b201d65518940b49432f564b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774318116"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b041548b2283b0b0837db6749c0da693f021d0510a5628bce91ff5be1fc83f71_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b041548b2283b0b0837db6749c0da693f021d0510a5628bce91ff5be1fc83f71_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b041548b2283b0b0837db6749c0da693f021d0510a5628bce91ff5be1fc83f71_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3Ab041548b2283b0b0837db6749c0da693f021d0510a5628bce91ff5be1fc83f71?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774314296"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:78d85dae433ada85e1fb57166d278887f652a03531326bce186c7d3b207df288_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:78d85dae433ada85e1fb57166d278887f652a03531326bce186c7d3b207df288_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:78d85dae433ada85e1fb57166d278887f652a03531326bce186c7d3b207df288_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3A78d85dae433ada85e1fb57166d278887f652a03531326bce186c7d3b207df288?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774306824"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5a3cfe8da21c874d227a225313dc98a3b175e9b67dd90917a201d5be2c8b0d12_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5a3cfe8da21c874d227a225313dc98a3b175e9b67dd90917a201d5be2c8b0d12_amd64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5a3cfe8da21c874d227a225313dc98a3b175e9b67dd90917a201d5be2c8b0d12_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9-operator@sha256%3A5a3cfe8da21c874d227a225313dc98a3b175e9b67dd90917a201d5be2c8b0d12?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774294498"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ff72b14efa0c7c37a3795808564e00f60bee07de82fc22c7d1e0822893abeb8d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ff72b14efa0c7c37a3795808564e00f60bee07de82fc22c7d1e0822893abeb8d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ff72b14efa0c7c37a3795808564e00f60bee07de82fc22c7d1e0822893abeb8d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-samples-rhel9-operator@sha256%3Aff72b14efa0c7c37a3795808564e00f60bee07de82fc22c7d1e0822893abeb8d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774276883"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:7b0157dfb720632e557c0c1050c643c7a9dc9b36c5f1858a37e11604b04b795a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:7b0157dfb720632e557c0c1050c643c7a9dc9b36c5f1858a37e11604b04b795a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:7b0157dfb720632e557c0c1050c643c7a9dc9b36c5f1858a37e11604b04b795a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-update-keys-rhel9@sha256%3A7b0157dfb720632e557c0c1050c643c7a9dc9b36c5f1858a37e11604b04b795a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774300273"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:f1743346567b7c2f4101128ba81ad4b3b00a40f3a97a465df9e1b895a08cb8a7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:f1743346567b7c2f4101128ba81ad4b3b00a40f3a97a465df9e1b895a08cb8a7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:f1743346567b7c2f4101128ba81ad4b3b00a40f3a97a465df9e1b895a08cb8a7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-container-networking-plugins-rhel9@sha256%3Af1743346567b7c2f4101128ba81ad4b3b00a40f3a97a465df9e1b895a08cb8a7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774320980"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:dd74aefdaae0c24dca43a36548e371ce292af5423751718b1a6480224d5e5680_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:dd74aefdaae0c24dca43a36548e371ce292af5423751718b1a6480224d5e5680_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:dd74aefdaae0c24dca43a36548e371ce292af5423751718b1a6480224d5e5680_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-shared-resource-rhel9@sha256%3Add74aefdaae0c24dca43a36548e371ce292af5423751718b1a6480224d5e5680?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774318215"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:38f286396ef7e0557eff8cc665ca46c4248e2b060aa9b170873e13eb691b207b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:38f286396ef7e0557eff8cc665ca46c4248e2b060aa9b170873e13eb691b207b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:38f286396ef7e0557eff8cc665ca46c4248e2b060aa9b170873e13eb691b207b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-shared-resource-rhel9-operator@sha256%3A38f286396ef7e0557eff8cc665ca46c4248e2b060aa9b170873e13eb691b207b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774320702"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:6e201b3e5b45494f8ecd6d607bac314cc10b419d4f3a695c1aa9824b6eb9b8bc_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:6e201b3e5b45494f8ecd6d607bac314cc10b419d4f3a695c1aa9824b6eb9b8bc_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:6e201b3e5b45494f8ecd6d607bac314cc10b419d4f3a695c1aa9824b6eb9b8bc_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-shared-resource-webhook-rhel9@sha256%3A6e201b3e5b45494f8ecd6d607bac314cc10b419d4f3a695c1aa9824b6eb9b8bc?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774320675"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:426c0e5e5885ee0450f36a93fea6f733637011c5f5c97ea2c790e0edab5d7cbb_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:426c0e5e5885ee0450f36a93fea6f733637011c5f5c97ea2c790e0edab5d7cbb_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:426c0e5e5885ee0450f36a93fea6f733637011c5f5c97ea2c790e0edab5d7cbb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-resizer-rhel9@sha256%3A426c0e5e5885ee0450f36a93fea6f733637011c5f5c97ea2c790e0edab5d7cbb?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774311226"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:484ea3e99fe746668ca7fed6862b095326bfb8f26cc79c0bd4de143083b0dad6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:484ea3e99fe746668ca7fed6862b095326bfb8f26cc79c0bd4de143083b0dad6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:484ea3e99fe746668ca7fed6862b095326bfb8f26cc79c0bd4de143083b0dad6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshotter-rhel9@sha256%3A484ea3e99fe746668ca7fed6862b095326bfb8f26cc79c0bd4de143083b0dad6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774302064"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:851b15fc576a1939eac61342bfc75875d4029dccacbd57bef1b12ec784523bc5_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:851b15fc576a1939eac61342bfc75875d4029dccacbd57bef1b12ec784523bc5_amd64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:851b15fc576a1939eac61342bfc75875d4029dccacbd57bef1b12ec784523bc5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-snapshot-controller-rhel9@sha256%3A851b15fc576a1939eac61342bfc75875d4029dccacbd57bef1b12ec784523bc5?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774318753"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:bc326e66fe857b4090cd0e717a9976857d63a5538890171adc420d47946b2c95_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:bc326e66fe857b4090cd0e717a9976857d63a5538890171adc420d47946b2c95_amd64",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:bc326e66fe857b4090cd0e717a9976857d63a5538890171adc420d47946b2c95_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-etcd-rhel9@sha256%3Abc326e66fe857b4090cd0e717a9976857d63a5538890171adc420d47946b2c95?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774312023"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:31460b57b3986f0d6c84406eccd1801eb3a03d176fa510978311d46390828020_amd64",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:31460b57b3986f0d6c84406eccd1801eb3a03d176fa510978311d46390828020_amd64",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:31460b57b3986f0d6c84406eccd1801eb3a03d176fa510978311d46390828020_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/frr-rhel9@sha256%3A31460b57b3986f0d6c84406eccd1801eb3a03d176fa510978311d46390828020?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774276940"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:93f2305b36ca634a2b8fbbeb4bfdc1a5c868e791430d389f0e0326ca839920f7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:93f2305b36ca634a2b8fbbeb4bfdc1a5c868e791430d389f0e0326ca839920f7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:93f2305b36ca634a2b8fbbeb4bfdc1a5c868e791430d389f0e0326ca839920f7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cloud-controller-manager-rhel9@sha256%3A93f2305b36ca634a2b8fbbeb4bfdc1a5c868e791430d389f0e0326ca839920f7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774287573"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ce35c93fca376e03d1d08e22b8146860e5711773b17f35e32a87bdf93338b182_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ce35c93fca376e03d1d08e22b8146860e5711773b17f35e32a87bdf93338b182_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ce35c93fca376e03d1d08e22b8146860e5711773b17f35e32a87bdf93338b182_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cluster-api-controllers-rhel9@sha256%3Ace35c93fca376e03d1d08e22b8146860e5711773b17f35e32a87bdf93338b182?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774285375"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:1e12af727903c112c263bd301b9abd522da36fbe64e195f8a4d4fe19d34e9c6e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:1e12af727903c112c263bd301b9abd522da36fbe64e195f8a4d4fe19d34e9c6e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:1e12af727903c112c263bd301b9abd522da36fbe64e195f8a4d4fe19d34e9c6e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-rhel9@sha256%3A1e12af727903c112c263bd301b9abd522da36fbe64e195f8a4d4fe19d34e9c6e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774285964"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:87ef275495cae4c69268a6375eb5e07d9895913b019bf1a73dcc5043b3a24a30_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:87ef275495cae4c69268a6375eb5e07d9895913b019bf1a73dcc5043b3a24a30_amd64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:87ef275495cae4c69268a6375eb5e07d9895913b019bf1a73dcc5043b3a24a30_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-operator-rhel9@sha256%3A87ef275495cae4c69268a6375eb5e07d9895913b019bf1a73dcc5043b3a24a30?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774285921"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:9beab497bfb41b47b9f8599920563efcb58961c2a8166225f1935f45657843b4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:9beab497bfb41b47b9f8599920563efcb58961c2a8166225f1935f45657843b4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:9beab497bfb41b47b9f8599920563efcb58961c2a8166225f1935f45657843b4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-cloud-controller-manager-rhel9@sha256%3A9beab497bfb41b47b9f8599920563efcb58961c2a8166225f1935f45657843b4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774305089"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a7587160377c6622944f5dd49380ee9565d49bc02da4c5b631342a037835c574_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a7587160377c6622944f5dd49380ee9565d49bc02da4c5b631342a037835c574_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a7587160377c6622944f5dd49380ee9565d49bc02da4c5b631342a037835c574_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-vpc-block-csi-driver-rhel9@sha256%3Aa7587160377c6622944f5dd49380ee9565d49bc02da4c5b631342a037835c574?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774305185"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:3a1c445bea72192dc031e4755bd063fecc4fc9139484f54d8d54af26dc755f45_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:3a1c445bea72192dc031e4755bd063fecc4fc9139484f54d8d54af26dc755f45_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:3a1c445bea72192dc031e4755bd063fecc4fc9139484f54d8d54af26dc755f45_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256%3A3a1c445bea72192dc031e4755bd063fecc4fc9139484f54d8d54af26dc755f45?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774319730"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:2793040a3ccbef82e3d074bf0597a8bfc5b5927658a8bf4148b5b0675d6fb3a2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:2793040a3ccbef82e3d074bf0597a8bfc5b5927658a8bf4148b5b0675d6fb3a2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:2793040a3ccbef82e3d074bf0597a8bfc5b5927658a8bf4148b5b0675d6fb3a2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3A2793040a3ccbef82e3d074bf0597a8bfc5b5927658a8bf4148b5b0675d6fb3a2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774312368"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:1099ddf483c4cfe64f687fdbe5587648756fb5b9a3d01538724b2ea2fd5ca6e2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:1099ddf483c4cfe64f687fdbe5587648756fb5b9a3d01538724b2ea2fd5ca6e2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:1099ddf483c4cfe64f687fdbe5587648756fb5b9a3d01538724b2ea2fd5ca6e2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibmcloud-machine-controllers-rhel9@sha256%3A1099ddf483c4cfe64f687fdbe5587648756fb5b9a3d01538724b2ea2fd5ca6e2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774299948"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ac4fa9eddf99f4581573d52e741f0eca595c9e5bec12cb177f0eacc7150a46a8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ac4fa9eddf99f4581573d52e741f0eca595c9e5bec12cb177f0eacc7150a46a8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ac4fa9eddf99f4581573d52e741f0eca595c9e5bec12cb177f0eacc7150a46a8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-image-customization-controller-rhel9@sha256%3Aac4fa9eddf99f4581573d52e741f0eca595c9e5bec12cb177f0eacc7150a46a8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774279920"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c0983bc8863c23ae680915339797991b26c17fbf4782caddc071a60c17992266_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c0983bc8863c23ae680915339797991b26c17fbf4782caddc071a60c17992266_amd64",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c0983bc8863c23ae680915339797991b26c17fbf4782caddc071a60c17992266_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-insights-rhel9-operator@sha256%3Ac0983bc8863c23ae680915339797991b26c17fbf4782caddc071a60c17992266?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774302424"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:4d3251d46cfd8adf16ce49e35007a998689b714615bb66a12e0dcfeb896d8397_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:4d3251d46cfd8adf16ce49e35007a998689b714615bb66a12e0dcfeb896d8397_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:4d3251d46cfd8adf16ce49e35007a998689b714615bb66a12e0dcfeb896d8397_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-rhel9@sha256%3A4d3251d46cfd8adf16ce49e35007a998689b714615bb66a12e0dcfeb896d8397?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774339270"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1485611739af941f4e368aac9cb95ee105aee87258e5d872d51d7f74291a8e20_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1485611739af941f4e368aac9cb95ee105aee87258e5d872d51d7f74291a8e20_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1485611739af941f4e368aac9cb95ee105aee87258e5d872d51d7f74291a8e20_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-altinfra-rhel9@sha256%3A1485611739af941f4e368aac9cb95ee105aee87258e5d872d51d7f74291a8e20?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774339370"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:97e6f95d96f347f03dbaf58cd6c7bf6c926546c1991cd83b5065fe0cafed2586_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:97e6f95d96f347f03dbaf58cd6c7bf6c926546c1991cd83b5065fe0cafed2586_amd64",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:97e6f95d96f347f03dbaf58cd6c7bf6c926546c1991cd83b5065fe0cafed2586_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-artifacts-rhel9@sha256%3A97e6f95d96f347f03dbaf58cd6c7bf6c926546c1991cd83b5065fe0cafed2586?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774349238"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a95c36cb709d7f9fb89eb6aedcd7cebc104b90f8d9f1be6591981dc9f96af398_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a95c36cb709d7f9fb89eb6aedcd7cebc104b90f8d9f1be6591981dc9f96af398_amd64",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a95c36cb709d7f9fb89eb6aedcd7cebc104b90f8d9f1be6591981dc9f96af398_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kube-metrics-server-rhel9@sha256%3Aa95c36cb709d7f9fb89eb6aedcd7cebc104b90f8d9f1be6591981dc9f96af398?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774318188"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:de35e280f4e50a18f2616dfc561db85b315425ff20bbfd4e19d5f64f93f3d0ba_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:de35e280f4e50a18f2616dfc561db85b315425ff20bbfd4e19d5f64f93f3d0ba_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:de35e280f4e50a18f2616dfc561db85b315425ff20bbfd4e19d5f64f93f3d0ba_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-storage-version-migrator-rhel9@sha256%3Ade35e280f4e50a18f2616dfc561db85b315425ff20bbfd4e19d5f64f93f3d0ba?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774308110"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3b08be9a543ddd200f66178d51c0f165c380cbc845a1be672b85e9dbe2db9f12_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3b08be9a543ddd200f66178d51c0f165c380cbc845a1be672b85e9dbe2db9f12_amd64",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3b08be9a543ddd200f66178d51c0f165c380cbc845a1be672b85e9dbe2db9f12_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3A3b08be9a543ddd200f66178d51c0f165c380cbc845a1be672b85e9dbe2db9f12?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774318761"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:6dde5ab62c9f5e35b853112e3c04a8c856ef9260318dad58352ae36c2d30bfb6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:6dde5ab62c9f5e35b853112e3c04a8c856ef9260318dad58352ae36c2d30bfb6_amd64",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:6dde5ab62c9f5e35b853112e3c04a8c856ef9260318dad58352ae36c2d30bfb6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubevirt-csi-driver-rhel9@sha256%3A6dde5ab62c9f5e35b853112e3c04a8c856ef9260318dad58352ae36c2d30bfb6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774311447"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:119315e723ff4b153d8f756357706bb4cd1ec5a160a7b173e359d733c680469f_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:119315e723ff4b153d8f756357706bb4cd1ec5a160a7b173e359d733c680469f_amd64",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:119315e723ff4b153d8f756357706bb4cd1ec5a160a7b173e359d733c680469f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-libvirt-machine-controllers-rhel9@sha256%3A119315e723ff4b153d8f756357706bb4cd1ec5a160a7b173e359d733c680469f?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774320715"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:95334d618727e811d16206a6f99991e93dde4bc8ed26766da848ea879093d736_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:95334d618727e811d16206a6f99991e93dde4bc8ed26766da848ea879093d736_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:95334d618727e811d16206a6f99991e93dde4bc8ed26766da848ea879093d736_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-rhel9-operator@sha256%3A95334d618727e811d16206a6f99991e93dde4bc8ed26766da848ea879093d736?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774381265"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:595fd9e735db5032c9bd3a668135d99b6df650c250b294c4f8b11d67f990df79_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:595fd9e735db5032c9bd3a668135d99b6df650c250b294c4f8b11d67f990df79_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:595fd9e735db5032c9bd3a668135d99b6df650c250b294c4f8b11d67f990df79_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-aws-rhel9@sha256%3A595fd9e735db5032c9bd3a668135d99b6df650c250b294c4f8b11d67f990df79?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774279894"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:4662806bef8ccd703086edb7d1eb0c99f785927b1f30f227bb438829db52e532_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:4662806bef8ccd703086edb7d1eb0c99f785927b1f30f227bb438829db52e532_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:4662806bef8ccd703086edb7d1eb0c99f785927b1f30f227bb438829db52e532_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-azure-rhel9@sha256%3A4662806bef8ccd703086edb7d1eb0c99f785927b1f30f227bb438829db52e532?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774279890"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:aecbb57cc9a6d72de8520437e911255e51c97e4c40b55ef207fa98fa7c9dac9b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:aecbb57cc9a6d72de8520437e911255e51c97e4c40b55ef207fa98fa7c9dac9b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:aecbb57cc9a6d72de8520437e911255e51c97e4c40b55ef207fa98fa7c9dac9b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-gcp-rhel9@sha256%3Aaecbb57cc9a6d72de8520437e911255e51c97e4c40b55ef207fa98fa7c9dac9b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774286676"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:cb8394ff8b96398f8db5bfa7725c260d343774ec319fc1e3917dc19fb51c9b9a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:cb8394ff8b96398f8db5bfa7725c260d343774ec319fc1e3917dc19fb51c9b9a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:cb8394ff8b96398f8db5bfa7725c260d343774ec319fc1e3917dc19fb51c9b9a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-openstack-rhel9@sha256%3Acb8394ff8b96398f8db5bfa7725c260d343774ec319fc1e3917dc19fb51c9b9a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774306640"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:e24967262f34a1bb405c1010688b4a1ca1c8271787a1c8f5d8b86cf94429e6ae_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:e24967262f34a1bb405c1010688b4a1ca1c8271787a1c8f5d8b86cf94429e6ae_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:e24967262f34a1bb405c1010688b4a1ca1c8271787a1c8f5d8b86cf94429e6ae_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-config-rhel9-operator@sha256%3Ae24967262f34a1bb405c1010688b4a1ca1c8271787a1c8f5d8b86cf94429e6ae?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774369617"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:64863687e7fde678af49d370c9fdd5045d47dc2c3b921b179dfe0b392aa4b447_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:64863687e7fde678af49d370c9fdd5045d47dc2c3b921b179dfe0b392aa4b447_amd64",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:64863687e7fde678af49d370c9fdd5045d47dc2c3b921b179dfe0b392aa4b447_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-os-images-rhel9@sha256%3A64863687e7fde678af49d370c9fdd5045d47dc2c3b921b179dfe0b392aa4b447?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774358028"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:1d5ee360957a5cbcdbd54e71dd9ad1e0ee1a37f994e80081a07c289fe1be7c61_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:1d5ee360957a5cbcdbd54e71dd9ad1e0ee1a37f994e80081a07c289fe1be7c61_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:1d5ee360957a5cbcdbd54e71dd9ad1e0ee1a37f994e80081a07c289fe1be7c61_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-admission-controller-rhel9@sha256%3A1d5ee360957a5cbcdbd54e71dd9ad1e0ee1a37f994e80081a07c289fe1be7c61?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774318735"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:142d516609c278895aa3302ba638724fb63ecfcfd232e1fc6571f5856aa4e034_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:142d516609c278895aa3302ba638724fb63ecfcfd232e1fc6571f5856aa4e034_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:142d516609c278895aa3302ba638724fb63ecfcfd232e1fc6571f5856aa4e034_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-route-override-cni-rhel9@sha256%3A142d516609c278895aa3302ba638724fb63ecfcfd232e1fc6571f5856aa4e034?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774320792"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d4092b12df304edca57e47dc5ee77e4e9006297763ec2e2371ab3856f94e4654_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d4092b12df304edca57e47dc5ee77e4e9006297763ec2e2371ab3856f94e4654_amd64",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d4092b12df304edca57e47dc5ee77e4e9006297763ec2e2371ab3856f94e4654_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3Ad4092b12df304edca57e47dc5ee77e4e9006297763ec2e2371ab3856f94e4654?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774321011"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:f080c488e219c5b862ea88e3ee48bf866c186caf803403d7605ff3afa5d5daac_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:f080c488e219c5b862ea88e3ee48bf866c186caf803403d7605ff3afa5d5daac_amd64",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:f080c488e219c5b862ea88e3ee48bf866c186caf803403d7605ff3afa5d5daac_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-must-gather-rhel9@sha256%3Af080c488e219c5b862ea88e3ee48bf866c186caf803403d7605ff3afa5d5daac?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774318148"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:b15dbac78b5deda1493f959c14b14ff5344b982c4373471b13ab2f3829d520f0_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:b15dbac78b5deda1493f959c14b14ff5344b982c4373471b13ab2f3829d520f0_amd64",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:b15dbac78b5deda1493f959c14b14ff5344b982c4373471b13ab2f3829d520f0_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-interface-bond-cni-rhel9@sha256%3Ab15dbac78b5deda1493f959c14b14ff5344b982c4373471b13ab2f3829d520f0?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774320785"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:47c1d91d614addb733f775406e764502e556f4a7414dd1a2060d3065f6c3c120_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:47c1d91d614addb733f775406e764502e556f4a7414dd1a2060d3065f6c3c120_amd64",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:47c1d91d614addb733f775406e764502e556f4a7414dd1a2060d3065f6c3c120_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-metrics-daemon-rhel9@sha256%3A47c1d91d614addb733f775406e764502e556f4a7414dd1a2060d3065f6c3c120?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774294418"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:dbf382ce2e7158ff2483336643ede99b2a4fe4cc888af72e92e19ab864c62291_amd64",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:dbf382ce2e7158ff2483336643ede99b2a4fe4cc888af72e92e19ab864c62291_amd64",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:dbf382ce2e7158ff2483336643ede99b2a4fe4cc888af72e92e19ab864c62291_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/network-tools-rhel9@sha256%3Adbf382ce2e7158ff2483336643ede99b2a4fe4cc888af72e92e19ab864c62291?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774431151"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:83c6087954a19cc11c7042079ec3ca528c8a18678928c3ad9ed8b22ff07df36b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:83c6087954a19cc11c7042079ec3ca528c8a18678928c3ad9ed8b22ff07df36b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:83c6087954a19cc11c7042079ec3ca528c8a18678928c3ad9ed8b22ff07df36b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-nutanix-cloud-controller-manager-rhel9@sha256%3A83c6087954a19cc11c7042079ec3ca528c8a18678928c3ad9ed8b22ff07df36b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774283035"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:209a01330e1894300123bfbcafc53948760feb80e0c7c81e521ea7abef269d69_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:209a01330e1894300123bfbcafc53948760feb80e0c7c81e521ea7abef269d69_amd64",
"product_id": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:209a01330e1894300123bfbcafc53948760feb80e0c7c81e521ea7abef269d69_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-nutanix-machine-controllers-rhel9@sha256%3A209a01330e1894300123bfbcafc53948760feb80e0c7c81e521ea7abef269d69?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774283025"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c3f081c38876339613b7a641b30adb9c7f3e67d446151c892a65256ac274a472_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c3f081c38876339613b7a641b30adb9c7f3e67d446151c892a65256ac274a472_amd64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c3f081c38876339613b7a641b30adb9c7f3e67d446151c892a65256ac274a472_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-apiserver-rhel9@sha256%3Ac3f081c38876339613b7a641b30adb9c7f3e67d446151c892a65256ac274a472?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774306459"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:905e494751d1e26c98857f7ec4f41b4321344f9e86d710186d9e9bf410f6e983_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:905e494751d1e26c98857f7ec4f41b4321344f9e86d710186d9e9bf410f6e983_amd64",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:905e494751d1e26c98857f7ec4f41b4321344f9e86d710186d9e9bf410f6e983_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-catalogd-rhel9@sha256%3A905e494751d1e26c98857f7ec4f41b4321344f9e86d710186d9e9bf410f6e983?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774318110"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:e616c0d47555235cc1c7e275538b48fd10b842cd11c831a4dc719afe4dfc5092_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:e616c0d47555235cc1c7e275538b48fd10b842cd11c831a4dc719afe4dfc5092_amd64",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:e616c0d47555235cc1c7e275538b48fd10b842cd11c831a4dc719afe4dfc5092_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-operator-controller-rhel9@sha256%3Ae616c0d47555235cc1c7e275538b48fd10b842cd11c831a4dc719afe4dfc5092?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774313037"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:cafe32e3ff4aabbb6243fc984431babd77e2ed05bb3c4abc621add33c5a69481_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:cafe32e3ff4aabbb6243fc984431babd77e2ed05bb3c4abc621add33c5a69481_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:cafe32e3ff4aabbb6243fc984431babd77e2ed05bb3c4abc621add33c5a69481_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-apiserver-rhel9@sha256%3Acafe32e3ff4aabbb6243fc984431babd77e2ed05bb3c4abc621add33c5a69481?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774307903"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e7c9dd297067d256671a0e06f9985a3624240158a1f4e2b97567409199ec453b_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e7c9dd297067d256671a0e06f9985a3624240158a1f4e2b97567409199ec453b_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e7c9dd297067d256671a0e06f9985a3624240158a1f4e2b97567409199ec453b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-controller-manager-rhel9@sha256%3Ae7c9dd297067d256671a0e06f9985a3624240158a1f4e2b97567409199ec453b?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774302109"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:b096377e0704a959a0ec41484825436b00d3d0887e49eacd59d88bda87e38b03_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:b096377e0704a959a0ec41484825436b00d3d0887e49eacd59d88bda87e38b03_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:b096377e0704a959a0ec41484825436b00d3d0887e49eacd59d88bda87e38b03_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9@sha256%3Ab096377e0704a959a0ec41484825436b00d3d0887e49eacd59d88bda87e38b03?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774320803"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4ed2d42fdc6e8fa9d3d08152849754d1827dd54ed86be4507d75f5c90bdde542_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4ed2d42fdc6e8fa9d3d08152849754d1827dd54ed86be4507d75f5c90bdde542_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4ed2d42fdc6e8fa9d3d08152849754d1827dd54ed86be4507d75f5c90bdde542_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3A4ed2d42fdc6e8fa9d3d08152849754d1827dd54ed86be4507d75f5c90bdde542?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774294183"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:07f056306c1122527032aff7486e5fc75147f48c708c0c0abef7d570cdfa78d8_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:07f056306c1122527032aff7486e5fc75147f48c708c0c0abef7d570cdfa78d8_amd64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:07f056306c1122527032aff7486e5fc75147f48c708c0c0abef7d570cdfa78d8_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cloud-controller-manager-rhel9@sha256%3A07f056306c1122527032aff7486e5fc75147f48c708c0c0abef7d570cdfa78d8?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774320613"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ba52f6036566829553d0039a99ab677c0e40b2a14bb3d26ca470c526489e4574_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ba52f6036566829553d0039a99ab677c0e40b2a14bb3d26ca470c526489e4574_amd64",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ba52f6036566829553d0039a99ab677c0e40b2a14bb3d26ca470c526489e4574_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-framework-tools-rhel9@sha256%3Aba52f6036566829553d0039a99ab677c0e40b2a14bb3d26ca470c526489e4574?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774320780"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:f239cce00d46794f91479cfa3c94a2edd14e206f85e684131fe857a80215fe6c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:f239cce00d46794f91479cfa3c94a2edd14e206f85e684131fe857a80215fe6c_amd64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:f239cce00d46794f91479cfa3c94a2edd14e206f85e684131fe857a80215fe6c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9@sha256%3Af239cce00d46794f91479cfa3c94a2edd14e206f85e684131fe857a80215fe6c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774307683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3c3f3a57f87c512568f858da90b13c39e9441a1910c48b9bb51cc2ba3e816b04_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3c3f3a57f87c512568f858da90b13c39e9441a1910c48b9bb51cc2ba3e816b04_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3c3f3a57f87c512568f858da90b13c39e9441a1910c48b9bb51cc2ba3e816b04_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-rhel9@sha256%3A3c3f3a57f87c512568f858da90b13c39e9441a1910c48b9bb51cc2ba3e816b04?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774348276"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:20dc4b1b9ab504d4192bda76eace70933c264628c091ccb4ac78faf01104f356_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:20dc4b1b9ab504d4192bda76eace70933c264628c091ccb4ac78faf01104f356_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:20dc4b1b9ab504d4192bda76eace70933c264628c091ccb4ac78faf01104f356_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-block-csi-driver-rhel9@sha256%3A20dc4b1b9ab504d4192bda76eace70933c264628c091ccb4ac78faf01104f356?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774286260"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:195460691d14dc4f518717e3678a9ea780eb548fea8904c5bd4e2d554b81233c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:195460691d14dc4f518717e3678a9ea780eb548fea8904c5bd4e2d554b81233c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:195460691d14dc4f518717e3678a9ea780eb548fea8904c5bd4e2d554b81233c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-block-csi-driver-rhel9-operator@sha256%3A195460691d14dc4f518717e3678a9ea780eb548fea8904c5bd4e2d554b81233c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774286537"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:32acad5511e808b1b3a80aa96458ed7f1800b4f19aebc9edc4f85ec3613b8ab7_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:32acad5511e808b1b3a80aa96458ed7f1800b4f19aebc9edc4f85ec3613b8ab7_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:32acad5511e808b1b3a80aa96458ed7f1800b4f19aebc9edc4f85ec3613b8ab7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-cloud-controller-manager-rhel9@sha256%3A32acad5511e808b1b3a80aa96458ed7f1800b4f19aebc9edc4f85ec3613b8ab7?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774284501"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:77abc31290209253ce09838a292be7351c02d5a7367859c430a5b3d97cef7f31_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:77abc31290209253ce09838a292be7351c02d5a7367859c430a5b3d97cef7f31_amd64",
"product_id": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:77abc31290209253ce09838a292be7351c02d5a7367859c430a5b3d97cef7f31_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-machine-controllers-rhel9@sha256%3A77abc31290209253ce09838a292be7351c02d5a7367859c430a5b3d97cef7f31?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774285260"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:b9cc7a6280455a8a36e26494744d9ba540689594f8a1d8f625cd1811eec2b0b4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:b9cc7a6280455a8a36e26494744d9ba540689594f8a1d8f625cd1811eec2b0b4_amd64",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:b9cc7a6280455a8a36e26494744d9ba540689594f8a1d8f625cd1811eec2b0b4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openshift-route-controller-manager-rhel9@sha256%3Ab9cc7a6280455a8a36e26494744d9ba540689594f8a1d8f625cd1811eec2b0b4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774320565"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0a9880ede4b10a6328766c1d9b05f17c53faa4ac561a8e768f5fcdda9997f056_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0a9880ede4b10a6328766c1d9b05f17c53faa4ac561a8e768f5fcdda9997f056_amd64",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0a9880ede4b10a6328766c1d9b05f17c53faa4ac561a8e768f5fcdda9997f056_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-service-ca-rhel9-operator@sha256%3A0a9880ede4b10a6328766c1d9b05f17c53faa4ac561a8e768f5fcdda9997f056?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774311620"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ece30fffff9f1b1252e7063cb4ded0e669f661e123a02ae5bd966bfc5e3e1ed6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ece30fffff9f1b1252e7063cb4ded0e669f661e123a02ae5bd966bfc5e3e1ed6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ece30fffff9f1b1252e7063cb4ded0e669f661e123a02ae5bd966bfc5e3e1ed6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tools-rhel9@sha256%3Aece30fffff9f1b1252e7063cb4ded0e669f661e123a02ae5bd966bfc5e3e1ed6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774411880"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:6fe441946297aa27d90fceb448adfe939cd74ca0d02ac818d9577735a8bb004c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:6fe441946297aa27d90fceb448adfe939cd74ca0d02ac818d9577735a8bb004c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:6fe441946297aa27d90fceb448adfe939cd74ca0d02ac818d9577735a8bb004c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vmware-vsphere-csi-driver-rhel9@sha256%3A6fe441946297aa27d90fceb448adfe939cd74ca0d02ac818d9577735a8bb004c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774279921"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:6fe441946297aa27d90fceb448adfe939cd74ca0d02ac818d9577735a8bb004c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:6fe441946297aa27d90fceb448adfe939cd74ca0d02ac818d9577735a8bb004c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:6fe441946297aa27d90fceb448adfe939cd74ca0d02ac818d9577735a8bb004c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vmware-vsphere-csi-driver-rhel9@sha256%3A6fe441946297aa27d90fceb448adfe939cd74ca0d02ac818d9577735a8bb004c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774279921"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:b5291a1306ef132559dcf0405c4a15d2921133356d904aba886e2577030b1af2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:b5291a1306ef132559dcf0405c4a15d2921133356d904aba886e2577030b1af2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:b5291a1306ef132559dcf0405c4a15d2921133356d904aba886e2577030b1af2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256%3Ab5291a1306ef132559dcf0405c4a15d2921133356d904aba886e2577030b1af2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774279880"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:b5291a1306ef132559dcf0405c4a15d2921133356d904aba886e2577030b1af2_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:b5291a1306ef132559dcf0405c4a15d2921133356d904aba886e2577030b1af2_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:b5291a1306ef132559dcf0405c4a15d2921133356d904aba886e2577030b1af2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256%3Ab5291a1306ef132559dcf0405c4a15d2921133356d904aba886e2577030b1af2?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774279880"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:0003426c210d73355a8e23970e027c7412123a75d979052113f325edc288b478_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:0003426c210d73355a8e23970e027c7412123a75d979052113f325edc288b478_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:0003426c210d73355a8e23970e027c7412123a75d979052113f325edc288b478_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vsphere-cloud-controller-manager-rhel9@sha256%3A0003426c210d73355a8e23970e027c7412123a75d979052113f325edc288b478?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774281280"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9315e7033cb22fd8229c7cfa7bc78b10583dfabcc54edb3ace0a3eb435394f9d_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9315e7033cb22fd8229c7cfa7bc78b10583dfabcc54edb3ace0a3eb435394f9d_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9315e7033cb22fd8229c7cfa7bc78b10583dfabcc54edb3ace0a3eb435394f9d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vsphere-cluster-api-controllers-rhel9@sha256%3A9315e7033cb22fd8229c7cfa7bc78b10583dfabcc54edb3ace0a3eb435394f9d?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774279903"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4aa1f8159ae2b9b385bfb204298e1710c09123bb19bb5b94c2b93dd0419e06f4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4aa1f8159ae2b9b385bfb204298e1710c09123bb19bb5b94c2b93dd0419e06f4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4aa1f8159ae2b9b385bfb204298e1710c09123bb19bb5b94c2b93dd0419e06f4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-microshift-rhel9@sha256%3A4aa1f8159ae2b9b385bfb204298e1710c09123bb19bb5b94c2b93dd0419e06f4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774318191"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:b0802c5220abce4c73b650e105e42d0c1a57c5248c4f55819e15053c59f2680a_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:b0802c5220abce4c73b650e105e42d0c1a57c5248c4f55819e15053c59f2680a_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:b0802c5220abce4c73b650e105e42d0c1a57c5248c4f55819e15053c59f2680a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prom-label-proxy-rhel9@sha256%3Ab0802c5220abce4c73b650e105e42d0c1a57c5248c4f55819e15053c59f2680a?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774314560"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1e800e47a04f7f19c87bb79778586939b4bb2a32f5ce3790d796331ca93a9235_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1e800e47a04f7f19c87bb79778586939b4bb2a32f5ce3790d796331ca93a9235_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1e800e47a04f7f19c87bb79778586939b4bb2a32f5ce3790d796331ca93a9235_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-config-reloader-rhel9@sha256%3A1e800e47a04f7f19c87bb79778586939b4bb2a32f5ce3790d796331ca93a9235?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774320635"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:52990833d3dcdb340c68234412d3743070938573d0296ee45138b404054e311c_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:52990833d3dcdb340c68234412d3743070938573d0296ee45138b404054e311c_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:52990833d3dcdb340c68234412d3743070938573d0296ee45138b404054e311c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9-operator@sha256%3A52990833d3dcdb340c68234412d3743070938573d0296ee45138b404054e311c?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774307488"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9e4085498157bfd33b7bd7b212300fe58ce6d462854fdd8a597f288637503104_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9e4085498157bfd33b7bd7b212300fe58ce6d462854fdd8a597f288637503104_amd64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9e4085498157bfd33b7bd7b212300fe58ce6d462854fdd8a597f288637503104_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-operator-admission-webhook-rhel9@sha256%3A9e4085498157bfd33b7bd7b212300fe58ce6d462854fdd8a597f288637503104?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774319216"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:ef89f2da22f7b0c0f445b7e700b29cdf9ce229cfd7866ac6c7bd2ec367db3bc4_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:ef89f2da22f7b0c0f445b7e700b29cdf9ce229cfd7866ac6c7bd2ec367db3bc4_amd64",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:ef89f2da22f7b0c0f445b7e700b29cdf9ce229cfd7866ac6c7bd2ec367db3bc4_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-telemeter-rhel9@sha256%3Aef89f2da22f7b0c0f445b7e700b29cdf9ce229cfd7866ac6c7bd2ec367db3bc4?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774307396"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a951a17fbd50a051cde6c2fc4e863bd70e29485fcb085c4d0c977a0bfdda5ea6_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a951a17fbd50a051cde6c2fc4e863bd70e29485fcb085c4d0c977a0bfdda5ea6_amd64",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a951a17fbd50a051cde6c2fc4e863bd70e29485fcb085c4d0c977a0bfdda5ea6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-thanos-rhel9@sha256%3Aa951a17fbd50a051cde6c2fc4e863bd70e29485fcb085c4d0c977a0bfdda5ea6?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774318200"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:2198b31f6460daa49ac33aee124d664f8020228052df648ee79a2eacb155df0e_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:2198b31f6460daa49ac33aee124d664f8020228052df648ee79a2eacb155df0e_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:2198b31f6460daa49ac33aee124d664f8020228052df648ee79a2eacb155df0e_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vsphere-csi-driver-syncer-rhel9@sha256%3A2198b31f6460daa49ac33aee124d664f8020228052df648ee79a2eacb155df0e?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774279901"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:f1ac1040078d827c434858ca528df96b41047b32c27ac522d11d6d269da755ff_amd64",
"product": {
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:f1ac1040078d827c434858ca528df96b41047b32c27ac522d11d6d269da755ff_amd64",
"product_id": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:f1ac1040078d827c434858ca528df96b41047b32c27ac522d11d6d269da755ff_amd64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-vsphere-problem-detector-rhel9@sha256%3Af1ac1040078d827c434858ca528df96b41047b32c27ac522d11d6d269da755ff?arch=amd64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774281272"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4141802dad81ca0be90cb3e030f18156e4f129dd2dee7b40d4b4b2f63d7ce927_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4141802dad81ca0be90cb3e030f18156e4f129dd2dee7b40d4b4b2f63d7ce927_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4141802dad81ca0be90cb3e030f18156e4f129dd2dee7b40d4b4b2f63d7ce927_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9@sha256%3A4141802dad81ca0be90cb3e030f18156e4f129dd2dee7b40d4b4b2f63d7ce927?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774276966"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:7d17650f80e7bf782a7a59fe0672f593cdf9dfde775b7153fa5a5c4ed8b86e2c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:7d17650f80e7bf782a7a59fe0672f593cdf9dfde775b7153fa5a5c4ed8b86e2c_arm64",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:7d17650f80e7bf782a7a59fe0672f593cdf9dfde775b7153fa5a5c4ed8b86e2c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-kms-encryption-provider-rhel9@sha256%3A7d17650f80e7bf782a7a59fe0672f593cdf9dfde775b7153fa5a5c4ed8b86e2c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774318105"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:dbb1ac39b132a5d539fdd7f13df09e84eacb8460fd7e0097d562ef079ae2c677_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:dbb1ac39b132a5d539fdd7f13df09e84eacb8460fd7e0097d562ef079ae2c677_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:dbb1ac39b132a5d539fdd7f13df09e84eacb8460fd7e0097d562ef079ae2c677_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-file-csi-driver-rhel9@sha256%3Adbb1ac39b132a5d539fdd7f13df09e84eacb8460fd7e0097d562ef079ae2c677?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774284714"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:34fe2d2d5972de86aca83a9affd601cb1c4564fb1939f4dbbee3dbedc2bddf9c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:34fe2d2d5972de86aca83a9affd601cb1c4564fb1939f4dbbee3dbedc2bddf9c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:34fe2d2d5972de86aca83a9affd601cb1c4564fb1939f4dbbee3dbedc2bddf9c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-file-csi-driver-operator-rhel9@sha256%3A34fe2d2d5972de86aca83a9affd601cb1c4564fb1939f4dbbee3dbedc2bddf9c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774281232"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a8dca289390dc8556a4cf3cda46e5cd45bae33fa2b1a88ca053626ca3e3339e8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a8dca289390dc8556a4cf3cda46e5cd45bae33fa2b1a88ca053626ca3e3339e8_arm64",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a8dca289390dc8556a4cf3cda46e5cd45bae33fa2b1a88ca053626ca3e3339e8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-kms-encryption-provider-rhel9@sha256%3Aa8dca289390dc8556a4cf3cda46e5cd45bae33fa2b1a88ca053626ca3e3339e8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774318143"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:cd6a54657188c7a1c0147c72b9d7ea326de2d7332eaa2c049ce4e02807177bc1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:cd6a54657188c7a1c0147c72b9d7ea326de2d7332eaa2c049ce4e02807177bc1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:cd6a54657188c7a1c0147c72b9d7ea326de2d7332eaa2c049ce4e02807177bc1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-machine-controllers-rhel9@sha256%3Acd6a54657188c7a1c0147c72b9d7ea326de2d7332eaa2c049ce4e02807177bc1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774318170"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:73b55b309bfcba54861b619a26745a67efb4271848e99db56af2536ceb0fa597_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:73b55b309bfcba54861b619a26745a67efb4271848e99db56af2536ceb0fa597_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:73b55b309bfcba54861b619a26745a67efb4271848e99db56af2536ceb0fa597_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-runtimecfg-rhel9@sha256%3A73b55b309bfcba54861b619a26745a67efb4271848e99db56af2536ceb0fa597?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774318168"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e192ef1c1c539e194a2c7aea2c1cce32c6bb01bba982d3f0f9354649f32d24bd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e192ef1c1c539e194a2c7aea2c1cce32c6bb01bba982d3f0f9354649f32d24bd_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e192ef1c1c539e194a2c7aea2c1cce32c6bb01bba982d3f0f9354649f32d24bd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-etcd-rhel9-operator@sha256%3Ae192ef1c1c539e194a2c7aea2c1cce32c6bb01bba982d3f0f9354649f32d24bd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774306868"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f6ad6761f6dd00ae42d248741c778b31492259d891751c9dbdc6dc39c2960dcb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f6ad6761f6dd00ae42d248741c778b31492259d891751c9dbdc6dc39c2960dcb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f6ad6761f6dd00ae42d248741c778b31492259d891751c9dbdc6dc39c2960dcb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-monitoring-rhel9-operator@sha256%3Af6ad6761f6dd00ae42d248741c778b31492259d891751c9dbdc6dc39c2960dcb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774306803"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c4cfff6e697533c3a9323ba6ed15b74250ecbecf71123cfe49ad56708f505021_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c4cfff6e697533c3a9323ba6ed15b74250ecbecf71123cfe49ad56708f505021_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c4cfff6e697533c3a9323ba6ed15b74250ecbecf71123cfe49ad56708f505021_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-network-rhel9-operator@sha256%3Ac4cfff6e697533c3a9323ba6ed15b74250ecbecf71123cfe49ad56708f505021?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774306729"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:718a4a859157646f240e5fa4e3f8ad5c5ac7e53373d8b5d0a45159f5eab2c9a7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:718a4a859157646f240e5fa4e3f8ad5c5ac7e53373d8b5d0a45159f5eab2c9a7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:718a4a859157646f240e5fa4e3f8ad5c5ac7e53373d8b5d0a45159f5eab2c9a7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-node-tuning-rhel9-operator@sha256%3A718a4a859157646f240e5fa4e3f8ad5c5ac7e53373d8b5d0a45159f5eab2c9a7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774418348"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:4c4ec9a44884b5d618f231cb65a9b69078c2d86c8f168d510441814357f9fbd7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:4c4ec9a44884b5d618f231cb65a9b69078c2d86c8f168d510441814357f9fbd7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:4c4ec9a44884b5d618f231cb65a9b69078c2d86c8f168d510441814357f9fbd7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-policy-controller-rhel9@sha256%3A4c4ec9a44884b5d618f231cb65a9b69078c2d86c8f168d510441814357f9fbd7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774319331"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:5316833a649816a20637f5815460cdea129cd9f304d66406c7d15210e09adc7a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:5316833a649816a20637f5815460cdea129cd9f304d66406c7d15210e09adc7a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:5316833a649816a20637f5815460cdea129cd9f304d66406c7d15210e09adc7a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-storage-rhel9-operator@sha256%3A5316833a649816a20637f5815460cdea129cd9f304d66406c7d15210e09adc7a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774314844"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:93069055bf2d16735b13a8ae1859af38b6b7b9fe3409806c30a2147689972023_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:93069055bf2d16735b13a8ae1859af38b6b7b9fe3409806c30a2147689972023_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:93069055bf2d16735b13a8ae1859af38b6b7b9fe3409806c30a2147689972023_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-version-rhel9-operator@sha256%3A93069055bf2d16735b13a8ae1859af38b6b7b9fe3409806c30a2147689972023?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774318118"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6fa75960064a732c4e25407c9c2e8b75bd98feb5bb06c9cd70dac8023eb21c0e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6fa75960064a732c4e25407c9c2e8b75bd98feb5bb06c9cd70dac8023eb21c0e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6fa75960064a732c4e25407c9c2e8b75bd98feb5bb06c9cd70dac8023eb21c0e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-configmap-reloader-rhel9@sha256%3A6fa75960064a732c4e25407c9c2e8b75bd98feb5bb06c9cd70dac8023eb21c0e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774300797"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ca246a844bb6fb906816e4008c922a0470c82bfe6a736f3a926de3def6aa0597_arm64",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ca246a844bb6fb906816e4008c922a0470c82bfe6a736f3a926de3def6aa0597_arm64",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ca246a844bb6fb906816e4008c922a0470c82bfe6a736f3a926de3def6aa0597_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/container-networking-plugins-microshift-rhel9@sha256%3Aca246a844bb6fb906816e4008c922a0470c82bfe6a736f3a926de3def6aa0597?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774318209"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:852af33a0803094bcfd34f452e8490f95fff66d6e2028423cfff0a01f201457e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:852af33a0803094bcfd34f452e8490f95fff66d6e2028423cfff0a01f201457e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:852af33a0803094bcfd34f452e8490f95fff66d6e2028423cfff0a01f201457e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-coredns-rhel9@sha256%3A852af33a0803094bcfd34f452e8490f95fff66d6e2028423cfff0a01f201457e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774311205"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:93415b427bdd9185565c26901edda6e5d0e5b7bfa013605de8ee206716141c4c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:93415b427bdd9185565c26901edda6e5d0e5b7bfa013605de8ee206716141c4c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:93415b427bdd9185565c26901edda6e5d0e5b7bfa013605de8ee206716141c4c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-attacher-rhel9@sha256%3A93415b427bdd9185565c26901edda6e5d0e5b7bfa013605de8ee206716141c4c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774310527"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:17d73f64095d650a84959f826da3009d844f209c39a9cf55460b842a08968fc9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:17d73f64095d650a84959f826da3009d844f209c39a9cf55460b842a08968fc9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:17d73f64095d650a84959f826da3009d844f209c39a9cf55460b842a08968fc9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-livenessprobe-rhel9@sha256%3A17d73f64095d650a84959f826da3009d844f209c39a9cf55460b842a08968fc9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774318105"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0761be83c6edba07296a17b61838c3720666dfad633f9edbe9643c1cca008a8c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0761be83c6edba07296a17b61838c3720666dfad633f9edbe9643c1cca008a8c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0761be83c6edba07296a17b61838c3720666dfad633f9edbe9643c1cca008a8c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-node-driver-registrar-rhel9@sha256%3A0761be83c6edba07296a17b61838c3720666dfad633f9edbe9643c1cca008a8c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774318098"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:adc31a12f2eb578e7bf135bb0931aba306487174c7e8e71f6d3d8661aad8c350_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:adc31a12f2eb578e7bf135bb0931aba306487174c7e8e71f6d3d8661aad8c350_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:adc31a12f2eb578e7bf135bb0931aba306487174c7e8e71f6d3d8661aad8c350_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-provisioner-rhel9@sha256%3Aadc31a12f2eb578e7bf135bb0931aba306487174c7e8e71f6d3d8661aad8c350?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774294292"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:2c372fc451a83f382e57e1e63de0f0b10f0479e665c2e1d39b20c8bd2d84f51a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:2c372fc451a83f382e57e1e63de0f0b10f0479e665c2e1d39b20c8bd2d84f51a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:2c372fc451a83f382e57e1e63de0f0b10f0479e665c2e1d39b20c8bd2d84f51a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-snapshot-validation-webhook-rhel9@sha256%3A2c372fc451a83f382e57e1e63de0f0b10f0479e665c2e1d39b20c8bd2d84f51a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774306813"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:44e3c6d5b98dd6655d38e3523fb34ed46dc89e97ef8a86f908d72461cbca59d4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:44e3c6d5b98dd6655d38e3523fb34ed46dc89e97ef8a86f908d72461cbca59d4_arm64",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:44e3c6d5b98dd6655d38e3523fb34ed46dc89e97ef8a86f908d72461cbca59d4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/driver-toolkit-rhel9@sha256%3A44e3c6d5b98dd6655d38e3523fb34ed46dc89e97ef8a86f908d72461cbca59d4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774301458"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0cbec11d17abd89ac4ff332c238f92fc49c19f3e1575c26c6654cf2668ca9e66_arm64",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0cbec11d17abd89ac4ff332c238f92fc49c19f3e1575c26c6654cf2668ca9e66_arm64",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0cbec11d17abd89ac4ff332c238f92fc49c19f3e1575c26c6654cf2668ca9e66_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/egress-router-cni-rhel9@sha256%3A0cbec11d17abd89ac4ff332c238f92fc49c19f3e1575c26c6654cf2668ca9e66?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774320771"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4486fbb2570877848c2997a50aeaf427cdcf5f8a2656b3212c263d8ce0d8cce1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4486fbb2570877848c2997a50aeaf427cdcf5f8a2656b3212c263d8ce0d8cce1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4486fbb2570877848c2997a50aeaf427cdcf5f8a2656b3212c263d8ce0d8cce1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3A4486fbb2570877848c2997a50aeaf427cdcf5f8a2656b3212c263d8ce0d8cce1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774311322"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e5b754105ab8d7cb9b581d3c4dea8a295919bec3ec645aac468b5f3267e0d7f0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e5b754105ab8d7cb9b581d3c4dea8a295919bec3ec645aac468b5f3267e0d7f0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e5b754105ab8d7cb9b581d3c4dea8a295919bec3ec645aac468b5f3267e0d7f0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-proxy-rhel9@sha256%3Ae5b754105ab8d7cb9b581d3c4dea8a295919bec3ec645aac468b5f3267e0d7f0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774276952"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:af0aa63d5b375590ffdee42f4a7f00a4610e33c20ac7f3b23242a24ff43d141a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:af0aa63d5b375590ffdee42f4a7f00a4610e33c20ac7f3b23242a24ff43d141a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:af0aa63d5b375590ffdee42f4a7f00a4610e33c20ac7f3b23242a24ff43d141a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-alertmanager-rhel9@sha256%3Aaf0aa63d5b375590ffdee42f4a7f00a4610e33c20ac7f3b23242a24ff43d141a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774311551"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cd8048f17129cbbcb855587d48615ea6e574d12f2952c0b1b5aa3819cf453541_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cd8048f17129cbbcb855587d48615ea6e574d12f2952c0b1b5aa3819cf453541_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cd8048f17129cbbcb855587d48615ea6e574d12f2952c0b1b5aa3819cf453541_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-node-exporter-rhel9@sha256%3Acd8048f17129cbbcb855587d48615ea6e574d12f2952c0b1b5aa3819cf453541?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774294099"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ec97f4dc1d491cea9e81ead6ed959141f0ff2b36fd4fa623722020431cbee1dc_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ec97f4dc1d491cea9e81ead6ed959141f0ff2b36fd4fa623722020431cbee1dc_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ec97f4dc1d491cea9e81ead6ed959141f0ff2b36fd4fa623722020431cbee1dc_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9@sha256%3Aec97f4dc1d491cea9e81ead6ed959141f0ff2b36fd4fa623722020431cbee1dc?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774306809"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:02aa2709ab8f16d997dff85d05909bd7b67ec3e4cf91d50b285f17532d8a625b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:02aa2709ab8f16d997dff85d05909bd7b67ec3e4cf91d50b285f17532d8a625b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:02aa2709ab8f16d997dff85d05909bd7b67ec3e4cf91d50b285f17532d8a625b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hypershift-rhel9@sha256%3A02aa2709ab8f16d997dff85d05909bd7b67ec3e4cf91d50b285f17532d8a625b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774294539"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:fcfb0cf49134add5d8298b1fc1f52ab3eb924efc2bf40ad077c3def948b3ed8e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:fcfb0cf49134add5d8298b1fc1f52ab3eb924efc2bf40ad077c3def948b3ed8e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:fcfb0cf49134add5d8298b1fc1f52ab3eb924efc2bf40ad077c3def948b3ed8e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-rhel9@sha256%3Afcfb0cf49134add5d8298b1fc1f52ab3eb924efc2bf40ad077c3def948b3ed8e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774266098"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:b6c870af5b455dc9fc17314802f45c9ebf2bec19810ff75b4e157d96a94e6575_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:b6c870af5b455dc9fc17314802f45c9ebf2bec19810ff75b4e157d96a94e6575_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:b6c870af5b455dc9fc17314802f45c9ebf2bec19810ff75b4e157d96a94e6575_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-agent-rhel9@sha256%3Ab6c870af5b455dc9fc17314802f45c9ebf2bec19810ff75b4e157d96a94e6575?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774266017"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1b17792f997e30b1d5bf73388b68de6604e4235b0a10e5dc37955f8ff2077801_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1b17792f997e30b1d5bf73388b68de6604e4235b0a10e5dc37955f8ff2077801_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1b17792f997e30b1d5bf73388b68de6604e4235b0a10e5dc37955f8ff2077801_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-machine-os-downloader-rhel9@sha256%3A1b17792f997e30b1d5bf73388b68de6604e4235b0a10e5dc37955f8ff2077801?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774266298"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e44901d545ce00d89aacf5b5afbe68663cb157adfd23f4b280f13e978c7a972f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e44901d545ce00d89aacf5b5afbe68663cb157adfd23f4b280f13e978c7a972f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e44901d545ce00d89aacf5b5afbe68663cb157adfd23f4b280f13e978c7a972f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ironic-static-ip-manager-rhel9@sha256%3Ae44901d545ce00d89aacf5b5afbe68663cb157adfd23f4b280f13e978c7a972f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774266052"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4a22ea1747135e6bd85bc59db41d17d0b4e761e29330e7e3666bf4d42a47649d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4a22ea1747135e6bd85bc59db41d17d0b4e761e29330e7e3666bf4d42a47649d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4a22ea1747135e6bd85bc59db41d17d0b4e761e29330e7e3666bf4d42a47649d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-proxy-rhel9@sha256%3A4a22ea1747135e6bd85bc59db41d17d0b4e761e29330e7e3666bf4d42a47649d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774319218"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:859e9211c265355892dc4aa19b7d845b985be40bb8f098702aef50f84c3e5eea_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:859e9211c265355892dc4aa19b7d845b985be40bb8f098702aef50f84c3e5eea_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:859e9211c265355892dc4aa19b7d845b985be40bb8f098702aef50f84c3e5eea_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-rbac-proxy-rhel9@sha256%3A859e9211c265355892dc4aa19b7d845b985be40bb8f098702aef50f84c3e5eea?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774307649"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:83237f13a3a3e051643bc1aa46838b87be13126c0e52404940351a2324008e68_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:83237f13a3a3e051643bc1aa46838b87be13126c0e52404940351a2324008e68_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:83237f13a3a3e051643bc1aa46838b87be13126c0e52404940351a2324008e68_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-state-metrics-rhel9@sha256%3A83237f13a3a3e051643bc1aa46838b87be13126c0e52404940351a2324008e68?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774311694"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3386c9093b00f29600b1807ec97b1a6c935ef7a6578de01f9ed5f90fae6a5a35_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3386c9093b00f29600b1807ec97b1a6c935ef7a6578de01f9ed5f90fae6a5a35_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3386c9093b00f29600b1807ec97b1a6c935ef7a6578de01f9ed5f90fae6a5a35_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-marketplace-rhel9@sha256%3A3386c9093b00f29600b1807ec97b1a6c935ef7a6578de01f9ed5f90fae6a5a35?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774306881"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:071766cc6bb41db5220aa5173ef5d576f032ee1e8dd9868deabeba36f7798342_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:071766cc6bb41db5220aa5173ef5d576f032ee1e8dd9868deabeba36f7798342_arm64",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:071766cc6bb41db5220aa5173ef5d576f032ee1e8dd9868deabeba36f7798342_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-monitoring-plugin-rhel9@sha256%3A071766cc6bb41db5220aa5173ef5d576f032ee1e8dd9868deabeba36f7798342?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774474908"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9913891ed84afd601b5bd646398f266f6970b7e3e164f423ecf561afbddf6f9a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9913891ed84afd601b5bd646398f266f6970b7e3e164f423ecf561afbddf6f9a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9913891ed84afd601b5bd646398f266f6970b7e3e164f423ecf561afbddf6f9a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-rhel9@sha256%3A9913891ed84afd601b5bd646398f266f6970b7e3e164f423ecf561afbddf6f9a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774381073"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:698f820f8b9ba7d04cad32dbaf6420ac0e1ff5ae0a1d10f81e867a123dad0a60_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:698f820f8b9ba7d04cad32dbaf6420ac0e1ff5ae0a1d10f81e867a123dad0a60_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:698f820f8b9ba7d04cad32dbaf6420ac0e1ff5ae0a1d10f81e867a123dad0a60_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-microshift-rhel9@sha256%3A698f820f8b9ba7d04cad32dbaf6420ac0e1ff5ae0a1d10f81e867a123dad0a60?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774381158"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:975fe9a014b7d9c4339bb34d0bdfc862b4a4de19b4e02b5b55a484ab99f31bbd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:975fe9a014b7d9c4339bb34d0bdfc862b4a4de19b4e02b5b55a484ab99f31bbd_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:975fe9a014b7d9c4339bb34d0bdfc862b4a4de19b4e02b5b55a484ab99f31bbd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-networkpolicy-rhel9@sha256%3A975fe9a014b7d9c4339bb34d0bdfc862b4a4de19b4e02b5b55a484ab99f31bbd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774320808"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b1ab8a122e88ee201853c669525590b6f73a60803d1772536e76c56531fa0041_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b1ab8a122e88ee201853c669525590b6f73a60803d1772536e76c56531fa0041_arm64",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b1ab8a122e88ee201853c669525590b6f73a60803d1772536e76c56531fa0041_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-networking-console-plugin-rhel9@sha256%3Ab1ab8a122e88ee201853c669525590b6f73a60803d1772536e76c56531fa0041?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774459621"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7f92fb1c1dd18f03677ed953c82ff87011d8c15f1bcfd8c22cb7a877950bd063_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7f92fb1c1dd18f03677ed953c82ff87011d8c15f1bcfd8c22cb7a877950bd063_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7f92fb1c1dd18f03677ed953c82ff87011d8c15f1bcfd8c22cb7a877950bd063_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-server-rhel9@sha256%3A7f92fb1c1dd18f03677ed953c82ff87011d8c15f1bcfd8c22cb7a877950bd063?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774305977"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c358b8a12046693741c5e88afa14a25e066ec9e51b84e22935c19dbf34ac5455_arm64",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c358b8a12046693741c5e88afa14a25e066ec9e51b84e22935c19dbf34ac5455_arm64",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c358b8a12046693741c5e88afa14a25e066ec9e51b84e22935c19dbf34ac5455_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/oc-mirror-plugin-rhel9@sha256%3Ac358b8a12046693741c5e88afa14a25e066ec9e51b84e22935c19dbf34ac5455?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774320924"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:784c9da7c826f43b21b798e18d89f696ff3c0d6c999353336d1709149e3ed6e0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:784c9da7c826f43b21b798e18d89f696ff3c0d6c999353336d1709149e3ed6e0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:784c9da7c826f43b21b798e18d89f696ff3c0d6c999353336d1709149e3ed6e0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-builder-rhel9@sha256%3A784c9da7c826f43b21b798e18d89f696ff3c0d6c999353336d1709149e3ed6e0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774397488"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d30bda3636af0792fa0b182e8c1f79f5198a293572b40eb28e90e8e536416719_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d30bda3636af0792fa0b182e8c1f79f5198a293572b40eb28e90e8e536416719_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d30bda3636af0792fa0b182e8c1f79f5198a293572b40eb28e90e8e536416719_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-rhel9@sha256%3Ad30bda3636af0792fa0b182e8c1f79f5198a293572b40eb28e90e8e536416719?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774301136"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:b87d5c52b3da29503ae5089fb3422ebbf5ab02840c486b19678a9c65f04a9e7b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:b87d5c52b3da29503ae5089fb3422ebbf5ab02840c486b19678a9c65f04a9e7b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:b87d5c52b3da29503ae5089fb3422ebbf5ab02840c486b19678a9c65f04a9e7b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9@sha256%3Ab87d5c52b3da29503ae5089fb3422ebbf5ab02840c486b19678a9c65f04a9e7b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774459872"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:5eafd2fde7b9fce1b13109f4729396155f7ef07d73d51067b11f96661327453b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:5eafd2fde7b9fce1b13109f4729396155f7ef07d73d51067b11f96661327453b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:5eafd2fde7b9fce1b13109f4729396155f7ef07d73d51067b11f96661327453b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9-operator@sha256%3A5eafd2fde7b9fce1b13109f4729396155f7ef07d73d51067b11f96661327453b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774318619"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:64c68a2c39cedd586eb70141b21d19092d16303738072987e6a33a208dc1ff43_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:64c68a2c39cedd586eb70141b21d19092d16303738072987e6a33a208dc1ff43_arm64",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:64c68a2c39cedd586eb70141b21d19092d16303738072987e6a33a208dc1ff43_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-deployer-rhel9@sha256%3A64c68a2c39cedd586eb70141b21d19092d16303738072987e6a33a208dc1ff43?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774318059"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:646993f2432d9a7cf3d8d56e3caa5abb77fab65d4dd40a01ea68bc59e68ad082_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:646993f2432d9a7cf3d8d56e3caa5abb77fab65d4dd40a01ea68bc59e68ad082_arm64",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:646993f2432d9a7cf3d8d56e3caa5abb77fab65d4dd40a01ea68bc59e68ad082_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-haproxy-router-rhel9@sha256%3A646993f2432d9a7cf3d8d56e3caa5abb77fab65d4dd40a01ea68bc59e68ad082?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774348454"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1076cb5e72c6e457760fddde4d94257042f5b0ebd7076a8713499bdbf4943c8d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1076cb5e72c6e457760fddde4d94257042f5b0ebd7076a8713499bdbf4943c8d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1076cb5e72c6e457760fddde4d94257042f5b0ebd7076a8713499bdbf4943c8d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hyperkube-rhel9@sha256%3A1076cb5e72c6e457760fddde4d94257042f5b0ebd7076a8713499bdbf4943c8d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774319378"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5b53eb46cbfbf25649fe3bedfe285e197f65cb55a057176d057e90bb65cf6562_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5b53eb46cbfbf25649fe3bedfe285e197f65cb55a057176d057e90bb65cf6562_arm64",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5b53eb46cbfbf25649fe3bedfe285e197f65cb55a057176d057e90bb65cf6562_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-keepalived-ipfailover-rhel9@sha256%3A5b53eb46cbfbf25649fe3bedfe285e197f65cb55a057176d057e90bb65cf6562?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774300461"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d44b76b43d8d5303fa38a3b8698076912be870c7a901c41a68f59426cd41b39f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d44b76b43d8d5303fa38a3b8698076912be870c7a901c41a68f59426cd41b39f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d44b76b43d8d5303fa38a3b8698076912be870c7a901c41a68f59426cd41b39f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-pod-rhel9@sha256%3Ad44b76b43d8d5303fa38a3b8698076912be870c7a901c41a68f59426cd41b39f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774369557"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:3ad634a5d007320ce93be80165b01aeeb25319a7458cd465aa4732518460855a_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:3ad634a5d007320ce93be80165b01aeeb25319a7458cd465aa4732518460855a_arm64",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:3ad634a5d007320ce93be80165b01aeeb25319a7458cd465aa4732518460855a_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-registry-rhel9@sha256%3A3ad634a5d007320ce93be80165b01aeeb25319a7458cd465aa4732518460855a?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774306032"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f96cd58eaec24e92cb84eba253aabc815becf9264136c2cc898d1424fc8c87fa_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f96cd58eaec24e92cb84eba253aabc815becf9264136c2cc898d1424fc8c87fa_arm64",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f96cd58eaec24e92cb84eba253aabc815becf9264136c2cc898d1424fc8c87fa_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tests-rhel9@sha256%3Af96cd58eaec24e92cb84eba253aabc815becf9264136c2cc898d1424fc8c87fa?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774431230"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:836c9a619a35d6b8d4929a78b96d0641434b880ca98f44df45f0edf7b69a1d48_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:836c9a619a35d6b8d4929a78b96d0641434b880ca98f44df45f0edf7b69a1d48_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:836c9a619a35d6b8d4929a78b96d0641434b880ca98f44df45f0edf7b69a1d48_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-state-metrics-rhel9@sha256%3A836c9a619a35d6b8d4929a78b96d0641434b880ca98f44df45f0edf7b69a1d48?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774312126"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:16374008403825338098f7aaf57f74a2982a75355834552bf29246a9ff4e0b7d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:16374008403825338098f7aaf57f74a2982a75355834552bf29246a9ff4e0b7d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:16374008403825338098f7aaf57f74a2982a75355834552bf29246a9ff4e0b7d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cluster-api-controllers-rhel9@sha256%3A16374008403825338098f7aaf57f74a2982a75355834552bf29246a9ff4e0b7d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774313037"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:88ce4b91b2161c9b22f154f2a6903f801e26f15115ac874c549e8644cc5e734f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:88ce4b91b2161c9b22f154f2a6903f801e26f15115ac874c549e8644cc5e734f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:88ce4b91b2161c9b22f154f2a6903f801e26f15115ac874c549e8644cc5e734f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-lifecycle-manager-rhel9@sha256%3A88ce4b91b2161c9b22f154f2a6903f801e26f15115ac874c549e8644cc5e734f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774307404"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:bde28b18ee5b582b69683df3122f4f9a3a4aff757c2caa9fafcbcad878d05d3e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:bde28b18ee5b582b69683df3122f4f9a3a4aff757c2caa9fafcbcad878d05d3e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:bde28b18ee5b582b69683df3122f4f9a3a4aff757c2caa9fafcbcad878d05d3e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-registry-rhel9@sha256%3Abde28b18ee5b582b69683df3122f4f9a3a4aff757c2caa9fafcbcad878d05d3e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774294306"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8901061b783b8a41f447eaf32919989dfd24bc13b1ef61b36f1132d66f64288d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8901061b783b8a41f447eaf32919989dfd24bc13b1ef61b36f1132d66f64288d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8901061b783b8a41f447eaf32919989dfd24bc13b1ef61b36f1132d66f64288d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-api-server-rhel9@sha256%3A8901061b783b8a41f447eaf32919989dfd24bc13b1ef61b36f1132d66f64288d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774397707"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:eef901a0f37823970eacc110d194b81a6c679aa3dee5fd0d350b66ebb53a1542_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:eef901a0f37823970eacc110d194b81a6c679aa3dee5fd0d350b66ebb53a1542_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:eef901a0f37823970eacc110d194b81a6c679aa3dee5fd0d350b66ebb53a1542_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-csr-approver-rhel9@sha256%3Aeef901a0f37823970eacc110d194b81a6c679aa3dee5fd0d350b66ebb53a1542?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774319218"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a4b3b74bd3e1a9a1c81f040810325ed6bee59e0fb708c9589439fc9c734805b3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a4b3b74bd3e1a9a1c81f040810325ed6bee59e0fb708c9589439fc9c734805b3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a4b3b74bd3e1a9a1c81f040810325ed6bee59e0fb708c9589439fc9c734805b3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-node-agent-rhel9@sha256%3Aa4b3b74bd3e1a9a1c81f040810325ed6bee59e0fb708c9589439fc9c734805b3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774319944"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6f1a30e659ad462113e1f481855cc292a760900cb5c05e669b5baa0b05a15277_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6f1a30e659ad462113e1f481855cc292a760900cb5c05e669b5baa0b05a15277_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6f1a30e659ad462113e1f481855cc292a760900cb5c05e669b5baa0b05a15277_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-orchestrator-rhel9@sha256%3A6f1a30e659ad462113e1f481855cc292a760900cb5c05e669b5baa0b05a15277?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774306168"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3491a7f01d29b8ef97e0d28cf1258c37979ba8941d8bfc79c62bb7ad871e1f19_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3491a7f01d29b8ef97e0d28cf1258c37979ba8941d8bfc79c62bb7ad871e1f19_arm64",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3491a7f01d29b8ef97e0d28cf1258c37979ba8941d8bfc79c62bb7ad871e1f19_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-utils-rhel9@sha256%3A3491a7f01d29b8ef97e0d28cf1258c37979ba8941d8bfc79c62bb7ad871e1f19?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774307332"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:b06c2047e92976665952f3b0352b0c5bf8b5a2e6ba00b5a5468663fbb0309e1f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:b06c2047e92976665952f3b0352b0c5bf8b5a2e6ba00b5a5468663fbb0309e1f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:b06c2047e92976665952f3b0352b0c5bf8b5a2e6ba00b5a5468663fbb0309e1f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-apiserver-network-proxy-rhel9@sha256%3Ab06c2047e92976665952f3b0352b0c5bf8b5a2e6ba00b5a5468663fbb0309e1f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774294497"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:515147b779e1fe06b9b510177519d413a679552ed6c2ecf4b0ca8816a1e1ff6e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:515147b779e1fe06b9b510177519d413a679552ed6c2ecf4b0ca8816a1e1ff6e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:515147b779e1fe06b9b510177519d413a679552ed6c2ecf4b0ca8816a1e1ff6e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-cloud-controller-manager-rhel9@sha256%3A515147b779e1fe06b9b510177519d413a679552ed6c2ecf4b0ca8816a1e1ff6e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774281275"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:4dbc09f5c1c4011c13a1f461025da298ce289912d98627fc6d08ffe1a30a2a2e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:4dbc09f5c1c4011c13a1f461025da298ce289912d98627fc6d08ffe1a30a2a2e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:4dbc09f5c1c4011c13a1f461025da298ce289912d98627fc6d08ffe1a30a2a2e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-cluster-api-controllers-rhel9@sha256%3A4dbc09f5c1c4011c13a1f461025da298ce289912d98627fc6d08ffe1a30a2a2e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774281353"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:09824ee3a4038855e2956ea2d70a72b5d1e4a9ecd9a323dfe27eab6df7de5c1f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:09824ee3a4038855e2956ea2d70a72b5d1e4a9ecd9a323dfe27eab6df7de5c1f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:09824ee3a4038855e2956ea2d70a72b5d1e4a9ecd9a323dfe27eab6df7de5c1f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-ebs-csi-driver-rhel9@sha256%3A09824ee3a4038855e2956ea2d70a72b5d1e4a9ecd9a323dfe27eab6df7de5c1f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774279913"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:1eba9990cf84de01e1ba504b9b852c48cbaee1eebe2c564977d1419177bad652_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:1eba9990cf84de01e1ba504b9b852c48cbaee1eebe2c564977d1419177bad652_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:1eba9990cf84de01e1ba504b9b852c48cbaee1eebe2c564977d1419177bad652_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-ebs-csi-driver-rhel9-operator@sha256%3A1eba9990cf84de01e1ba504b9b852c48cbaee1eebe2c564977d1419177bad652?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774279892"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a8b44c2c0bed6ec652301ea4090bc62c990130150a8c1378a06fdb3f9a7b848c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a8b44c2c0bed6ec652301ea4090bc62c990130150a8c1378a06fdb3f9a7b848c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a8b44c2c0bed6ec652301ea4090bc62c990130150a8c1378a06fdb3f9a7b848c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-aws-pod-identity-webhook-rhel9@sha256%3Aa8b44c2c0bed6ec652301ea4090bc62c990130150a8c1378a06fdb3f9a7b848c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774281255"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:c0d0de4014902209309d97c189f02ef66292b254edba7e02d26549e3ee24d7eb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:c0d0de4014902209309d97c189f02ef66292b254edba7e02d26549e3ee24d7eb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:c0d0de4014902209309d97c189f02ef66292b254edba7e02d26549e3ee24d7eb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cloud-controller-manager-rhel9@sha256%3Ac0d0de4014902209309d97c189f02ef66292b254edba7e02d26549e3ee24d7eb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774279928"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:07afc1a6c00649e6f56a64a75a345ed3ec97e28976ac09d362bc44412fa6b67c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:07afc1a6c00649e6f56a64a75a345ed3ec97e28976ac09d362bc44412fa6b67c_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:07afc1a6c00649e6f56a64a75a345ed3ec97e28976ac09d362bc44412fa6b67c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cloud-node-manager-rhel9@sha256%3A07afc1a6c00649e6f56a64a75a345ed3ec97e28976ac09d362bc44412fa6b67c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774279942"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:445ffb4c0d9ca84e2c57333adca83f863428819a7732111b204da9f57bad9826_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:445ffb4c0d9ca84e2c57333adca83f863428819a7732111b204da9f57bad9826_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:445ffb4c0d9ca84e2c57333adca83f863428819a7732111b204da9f57bad9826_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-cluster-api-controllers-rhel9@sha256%3A445ffb4c0d9ca84e2c57333adca83f863428819a7732111b204da9f57bad9826?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774280223"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:733f6a4a3f1a1ce7f0495e2ccd8f492ce3378e2f2ac1d6f618869bc0460bd341_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:733f6a4a3f1a1ce7f0495e2ccd8f492ce3378e2f2ac1d6f618869bc0460bd341_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:733f6a4a3f1a1ce7f0495e2ccd8f492ce3378e2f2ac1d6f618869bc0460bd341_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-disk-csi-driver-rhel9@sha256%3A733f6a4a3f1a1ce7f0495e2ccd8f492ce3378e2f2ac1d6f618869bc0460bd341?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774281320"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:89a69823162109668d5562e46ec004b719bb60cab26872234730c458dfa697ec_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:89a69823162109668d5562e46ec004b719bb60cab26872234730c458dfa697ec_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:89a69823162109668d5562e46ec004b719bb60cab26872234730c458dfa697ec_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-disk-csi-driver-rhel9-operator@sha256%3A89a69823162109668d5562e46ec004b719bb60cab26872234730c458dfa697ec?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774283032"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:1ae054478a86182135ca308fc3f18c49da06734b34fa897f74544644474c7807_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:1ae054478a86182135ca308fc3f18c49da06734b34fa897f74544644474c7807_arm64",
"product_id": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:1ae054478a86182135ca308fc3f18c49da06734b34fa897f74544644474c7807_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-azure-workload-identity-webhook-rhel9@sha256%3A1ae054478a86182135ca308fc3f18c49da06734b34fa897f74544644474c7807?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774279911"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1abc468fd1a09c4b30e624ef4cd9257c2d104db17dbcf19a5bb8323682271ea1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1abc468fd1a09c4b30e624ef4cd9257c2d104db17dbcf19a5bb8323682271ea1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1abc468fd1a09c4b30e624ef4cd9257c2d104db17dbcf19a5bb8323682271ea1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-cluster-api-controllers-rhel9@sha256%3A1abc468fd1a09c4b30e624ef4cd9257c2d104db17dbcf19a5bb8323682271ea1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774320739"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:36103549903651a18d5c1c25d07dc98ce058140cd2b8d6e80cb0f1a940a277fb_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:36103549903651a18d5c1c25d07dc98ce058140cd2b8d6e80cb0f1a940a277fb_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:36103549903651a18d5c1c25d07dc98ce058140cd2b8d6e80cb0f1a940a277fb_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-installer-rhel9@sha256%3A36103549903651a18d5c1c25d07dc98ce058140cd2b8d6e80cb0f1a940a277fb?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774349204"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b3f754533c34684d3ebc8a6646c8698cca95b6836f9b9cf6bc80edcc1c888f19_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b3f754533c34684d3ebc8a6646c8698cca95b6836f9b9cf6bc80edcc1c888f19_arm64",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b3f754533c34684d3ebc8a6646c8698cca95b6836f9b9cf6bc80edcc1c888f19_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-rhel9-operator@sha256%3Ab3f754533c34684d3ebc8a6646c8698cca95b6836f9b9cf6bc80edcc1c888f19?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774320636"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ea8623b6dde50f9b993f9823e27349650e5d80f3f4f37c6b9b79cbc08ffc6da1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ea8623b6dde50f9b993f9823e27349650e5d80f3f4f37c6b9b79cbc08ffc6da1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ea8623b6dde50f9b993f9823e27349650e5d80f3f4f37c6b9b79cbc08ffc6da1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-artifacts-rhel9@sha256%3Aea8623b6dde50f9b993f9823e27349650e5d80f3f4f37c6b9b79cbc08ffc6da1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774381217"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2d0b89c800f09fb923f249da6536b9d396a53311112c458973fa9aaffb9bbd77_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2d0b89c800f09fb923f249da6536b9d396a53311112c458973fa9aaffb9bbd77_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2d0b89c800f09fb923f249da6536b9d396a53311112c458973fa9aaffb9bbd77_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cloud-credential-rhel9-operator@sha256%3A2d0b89c800f09fb923f249da6536b9d396a53311112c458973fa9aaffb9bbd77?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774294437"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a80acaac8c10d6cce0815ddcf0bc296013e97d2cf69d1eb6ac1b7f3b35b40d74_arm64",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a80acaac8c10d6cce0815ddcf0bc296013e97d2cf69d1eb6ac1b7f3b35b40d74_arm64",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a80acaac8c10d6cce0815ddcf0bc296013e97d2cf69d1eb6ac1b7f3b35b40d74_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/cloud-network-config-controller-rhel9@sha256%3Aa80acaac8c10d6cce0815ddcf0bc296013e97d2cf69d1eb6ac1b7f3b35b40d74?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774307413"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f439945f38dba034123eeaffd05372162855f703ab5a939dfc40c8b6e68b6dc3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f439945f38dba034123eeaffd05372162855f703ab5a939dfc40c8b6e68b6dc3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f439945f38dba034123eeaffd05372162855f703ab5a939dfc40c8b6e68b6dc3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-api-rhel9@sha256%3Af439945f38dba034123eeaffd05372162855f703ab5a939dfc40c8b6e68b6dc3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774319438"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6de46b3fa4c0a353f73b6dab1c6dd53546b38a7cf754063382a47a3487aecfef_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6de46b3fa4c0a353f73b6dab1c6dd53546b38a7cf754063382a47a3487aecfef_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6de46b3fa4c0a353f73b6dab1c6dd53546b38a7cf754063382a47a3487aecfef_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-authentication-rhel9-operator@sha256%3A6de46b3fa4c0a353f73b6dab1c6dd53546b38a7cf754063382a47a3487aecfef?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774314553"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b48c6f2691532175458342223ed6c744b4dfe2cb057d1abcdcf3980127791ce8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b48c6f2691532175458342223ed6c744b4dfe2cb057d1abcdcf3980127791ce8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b48c6f2691532175458342223ed6c744b4dfe2cb057d1abcdcf3980127791ce8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9-operator@sha256%3Ab48c6f2691532175458342223ed6c744b4dfe2cb057d1abcdcf3980127791ce8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774311813"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:77021ef3e969e39c28e863f22541819957f046f28a88ce0fb0f706381e8ffdf4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:77021ef3e969e39c28e863f22541819957f046f28a88ce0fb0f706381e8ffdf4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:77021ef3e969e39c28e863f22541819957f046f28a88ce0fb0f706381e8ffdf4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-baremetal-operator-rhel9@sha256%3A77021ef3e969e39c28e863f22541819957f046f28a88ce0fb0f706381e8ffdf4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774318089"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4a8e36032ebb3b81b4e2e854fda6217a58adeb78e133257689d118b00feb9d0f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4a8e36032ebb3b81b4e2e854fda6217a58adeb78e133257689d118b00feb9d0f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4a8e36032ebb3b81b4e2e854fda6217a58adeb78e133257689d118b00feb9d0f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-bootstrap-rhel9@sha256%3A4a8e36032ebb3b81b4e2e854fda6217a58adeb78e133257689d118b00feb9d0f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774319589"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e9a218fb77c30af249580c4b11915d4876083f642c7388c6333f70b781bb9f17_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e9a218fb77c30af249580c4b11915d4876083f642c7388c6333f70b781bb9f17_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e9a218fb77c30af249580c4b11915d4876083f642c7388c6333f70b781bb9f17_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capi-rhel9-operator@sha256%3Ae9a218fb77c30af249580c4b11915d4876083f642c7388c6333f70b781bb9f17?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774319736"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:2c6a648364c88588f7ed1c538eaaf850ad4ae8310b83cff95c11db695cf4f528_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:2c6a648364c88588f7ed1c538eaaf850ad4ae8310b83cff95c11db695cf4f528_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:2c6a648364c88588f7ed1c538eaaf850ad4ae8310b83cff95c11db695cf4f528_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3A2c6a648364c88588f7ed1c538eaaf850ad4ae8310b83cff95c11db695cf4f528?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774319674"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7ad3e41c51b206489d6de9809594d4407f0eb02df060111359880560088c9140_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7ad3e41c51b206489d6de9809594d4407f0eb02df060111359880560088c9140_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7ad3e41c51b206489d6de9809594d4407f0eb02df060111359880560088c9140_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-api-rhel9@sha256%3A7ad3e41c51b206489d6de9809594d4407f0eb02df060111359880560088c9140?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774307422"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5a947d842f80e6e70729d0195ea3fd77111aa4a564c82e9bd0614fbc715a85a0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5a947d842f80e6e70729d0195ea3fd77111aa4a564c82e9bd0614fbc715a85a0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5a947d842f80e6e70729d0195ea3fd77111aa4a564c82e9bd0614fbc715a85a0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-rhel9-operator@sha256%3A5a947d842f80e6e70729d0195ea3fd77111aa4a564c82e9bd0614fbc715a85a0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774318115"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:c36158a99dbb4a03cc9581c46a7f0e84e3ce098fea15d5b3ff88e10d41d0eb1d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:c36158a99dbb4a03cc9581c46a7f0e84e3ce098fea15d5b3ff88e10d41d0eb1d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:c36158a99dbb4a03cc9581c46a7f0e84e3ce098fea15d5b3ff88e10d41d0eb1d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3Ac36158a99dbb4a03cc9581c46a7f0e84e3ce098fea15d5b3ff88e10d41d0eb1d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774318495"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5470d37d9eb90f60a29221fe605551618af1037c555e7f82ee1c7c1b6b7de654_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5470d37d9eb90f60a29221fe605551618af1037c555e7f82ee1c7c1b6b7de654_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5470d37d9eb90f60a29221fe605551618af1037c555e7f82ee1c7c1b6b7de654_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3A5470d37d9eb90f60a29221fe605551618af1037c555e7f82ee1c7c1b6b7de654?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774306754"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:93cd970355ff2c9cd65c6f051391a1dbccf543a1f4e79ebbe6b3f63ac4030ca5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:93cd970355ff2c9cd65c6f051391a1dbccf543a1f4e79ebbe6b3f63ac4030ca5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:93cd970355ff2c9cd65c6f051391a1dbccf543a1f4e79ebbe6b3f63ac4030ca5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-dns-rhel9-operator@sha256%3A93cd970355ff2c9cd65c6f051391a1dbccf543a1f4e79ebbe6b3f63ac4030ca5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774306855"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:aa3852b48c9efac7a7e87bb01593b4a8c7d9f996624154d5a34c836e2b126485_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:aa3852b48c9efac7a7e87bb01593b4a8c7d9f996624154d5a34c836e2b126485_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:aa3852b48c9efac7a7e87bb01593b4a8c7d9f996624154d5a34c836e2b126485_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-image-registry-rhel9-operator@sha256%3Aaa3852b48c9efac7a7e87bb01593b4a8c7d9f996624154d5a34c836e2b126485?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774319246"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:106fa9124ad7bfa7e2a7d6c68ebd812cf2bc82c55ac092c1a702217595fc93f1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:106fa9124ad7bfa7e2a7d6c68ebd812cf2bc82c55ac092c1a702217595fc93f1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:106fa9124ad7bfa7e2a7d6c68ebd812cf2bc82c55ac092c1a702217595fc93f1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-ingress-rhel9-operator@sha256%3A106fa9124ad7bfa7e2a7d6c68ebd812cf2bc82c55ac092c1a702217595fc93f1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774308218"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9afcbae95f66db36e6ea832d41f02c8fa14ab3e79f52dd1878ea24b57565b547_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9afcbae95f66db36e6ea832d41f02c8fa14ab3e79f52dd1878ea24b57565b547_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9afcbae95f66db36e6ea832d41f02c8fa14ab3e79f52dd1878ea24b57565b547_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-apiserver-rhel9-operator@sha256%3A9afcbae95f66db36e6ea832d41f02c8fa14ab3e79f52dd1878ea24b57565b547?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774320670"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:99a3124337bfd603542826a78e4068bfd7ffc9feac98bac54bd7b3f3384faf87_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:99a3124337bfd603542826a78e4068bfd7ffc9feac98bac54bd7b3f3384faf87_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:99a3124337bfd603542826a78e4068bfd7ffc9feac98bac54bd7b3f3384faf87_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3A99a3124337bfd603542826a78e4068bfd7ffc9feac98bac54bd7b3f3384faf87?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774320746"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a43770fac453ba7e59e8af0c2aff352471f81a1b5f34ba620d4555a16af464ba_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a43770fac453ba7e59e8af0c2aff352471f81a1b5f34ba620d4555a16af464ba_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a43770fac453ba7e59e8af0c2aff352471f81a1b5f34ba620d4555a16af464ba_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3Aa43770fac453ba7e59e8af0c2aff352471f81a1b5f34ba620d4555a16af464ba?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774320480"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a950db91a853e2b6073fad294ea604d51e0623b8c34288af1a98752f79b873e8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a950db91a853e2b6073fad294ea604d51e0623b8c34288af1a98752f79b873e8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a950db91a853e2b6073fad294ea604d51e0623b8c34288af1a98752f79b873e8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-scheduler-rhel9-operator@sha256%3Aa950db91a853e2b6073fad294ea604d51e0623b8c34288af1a98752f79b873e8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774311165"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:7b9bc218875615eaea10e71de2ce1159bbc130dc9099eb71d9fe13d9a0f07179_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:7b9bc218875615eaea10e71de2ce1159bbc130dc9099eb71d9fe13d9a0f07179_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:7b9bc218875615eaea10e71de2ce1159bbc130dc9099eb71d9fe13d9a0f07179_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3A7b9bc218875615eaea10e71de2ce1159bbc130dc9099eb71d9fe13d9a0f07179?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774307724"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:a6656391bbce0ef6c085dcb040dc623d737ee8c302638d0e952eb2cd6e9671ae_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:a6656391bbce0ef6c085dcb040dc623d737ee8c302638d0e952eb2cd6e9671ae_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:a6656391bbce0ef6c085dcb040dc623d737ee8c302638d0e952eb2cd6e9671ae_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-machine-approver-rhel9@sha256%3Aa6656391bbce0ef6c085dcb040dc623d737ee8c302638d0e952eb2cd6e9671ae?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774311389"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:629f7a041cf101c337effebc71d27cebd4dbe4ac7f7eb58e93f872106f88426f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:629f7a041cf101c337effebc71d27cebd4dbe4ac7f7eb58e93f872106f88426f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:629f7a041cf101c337effebc71d27cebd4dbe4ac7f7eb58e93f872106f88426f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-olm-rhel9-operator@sha256%3A629f7a041cf101c337effebc71d27cebd4dbe4ac7f7eb58e93f872106f88426f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774318116"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:c7fa529102a1f95a53afba3a07db55a3907123cd8bc01cc6e1c4afc3c41928c3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:c7fa529102a1f95a53afba3a07db55a3907123cd8bc01cc6e1c4afc3c41928c3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:c7fa529102a1f95a53afba3a07db55a3907123cd8bc01cc6e1c4afc3c41928c3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3Ac7fa529102a1f95a53afba3a07db55a3907123cd8bc01cc6e1c4afc3c41928c3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774314296"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:54847dfd1e87683efe51562e103367f952ea801cd409968b8b5e04ca0ce48bb7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:54847dfd1e87683efe51562e103367f952ea801cd409968b8b5e04ca0ce48bb7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:54847dfd1e87683efe51562e103367f952ea801cd409968b8b5e04ca0ce48bb7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3A54847dfd1e87683efe51562e103367f952ea801cd409968b8b5e04ca0ce48bb7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774306824"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:a119246a2ed145b6fc3ada68e546e729485a34fc869e3742ea1b01b9f853f1d4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:a119246a2ed145b6fc3ada68e546e729485a34fc869e3742ea1b01b9f853f1d4_arm64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:a119246a2ed145b6fc3ada68e546e729485a34fc869e3742ea1b01b9f853f1d4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9-operator@sha256%3Aa119246a2ed145b6fc3ada68e546e729485a34fc869e3742ea1b01b9f853f1d4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774294498"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:7df0f2a7c3268c3fd166e4012ef20a9911d6d7be4ee9e260b2a8343a1a5c23d3_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:7df0f2a7c3268c3fd166e4012ef20a9911d6d7be4ee9e260b2a8343a1a5c23d3_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:7df0f2a7c3268c3fd166e4012ef20a9911d6d7be4ee9e260b2a8343a1a5c23d3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-samples-rhel9-operator@sha256%3A7df0f2a7c3268c3fd166e4012ef20a9911d6d7be4ee9e260b2a8343a1a5c23d3?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774276883"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:1b5092eff9d9daeea6ffcb7c40f04754c401744c8085b77b67f231cca7730818_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:1b5092eff9d9daeea6ffcb7c40f04754c401744c8085b77b67f231cca7730818_arm64",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:1b5092eff9d9daeea6ffcb7c40f04754c401744c8085b77b67f231cca7730818_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-update-keys-rhel9@sha256%3A1b5092eff9d9daeea6ffcb7c40f04754c401744c8085b77b67f231cca7730818?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774300273"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1622e137e2fcea249115c062de3bb6e0a099ff4f4545ed1c98ae2109eeadcc71_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1622e137e2fcea249115c062de3bb6e0a099ff4f4545ed1c98ae2109eeadcc71_arm64",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1622e137e2fcea249115c062de3bb6e0a099ff4f4545ed1c98ae2109eeadcc71_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-container-networking-plugins-rhel9@sha256%3A1622e137e2fcea249115c062de3bb6e0a099ff4f4545ed1c98ae2109eeadcc71?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774320980"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:37898fbe4cf22592901521c29bc10ff1f3b8df7a200d64e9c94d037e8cc38e60_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:37898fbe4cf22592901521c29bc10ff1f3b8df7a200d64e9c94d037e8cc38e60_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:37898fbe4cf22592901521c29bc10ff1f3b8df7a200d64e9c94d037e8cc38e60_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-shared-resource-rhel9@sha256%3A37898fbe4cf22592901521c29bc10ff1f3b8df7a200d64e9c94d037e8cc38e60?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774318215"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:107a0f20bc821c4dc4eeb05f29cdd1c0601db4b66f5a3245272098dc41ae7c5d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:107a0f20bc821c4dc4eeb05f29cdd1c0601db4b66f5a3245272098dc41ae7c5d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:107a0f20bc821c4dc4eeb05f29cdd1c0601db4b66f5a3245272098dc41ae7c5d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-shared-resource-rhel9-operator@sha256%3A107a0f20bc821c4dc4eeb05f29cdd1c0601db4b66f5a3245272098dc41ae7c5d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774320702"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:500ce3a45214ea5bf17b0c7d0ebd33f75183db7bc04d30f7d0a25a225f494cc5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:500ce3a45214ea5bf17b0c7d0ebd33f75183db7bc04d30f7d0a25a225f494cc5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:500ce3a45214ea5bf17b0c7d0ebd33f75183db7bc04d30f7d0a25a225f494cc5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-shared-resource-webhook-rhel9@sha256%3A500ce3a45214ea5bf17b0c7d0ebd33f75183db7bc04d30f7d0a25a225f494cc5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774320675"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:156540860fbd6556102cc1abb3762e6595d374fceeeb7745d92655aa3fa74551_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:156540860fbd6556102cc1abb3762e6595d374fceeeb7745d92655aa3fa74551_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:156540860fbd6556102cc1abb3762e6595d374fceeeb7745d92655aa3fa74551_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-resizer-rhel9@sha256%3A156540860fbd6556102cc1abb3762e6595d374fceeeb7745d92655aa3fa74551?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774311226"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f6a4b9d3d3792cf016df0f539b41c2d33d4cfe3a85f87b8b1a2215c703a13d83_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f6a4b9d3d3792cf016df0f539b41c2d33d4cfe3a85f87b8b1a2215c703a13d83_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f6a4b9d3d3792cf016df0f539b41c2d33d4cfe3a85f87b8b1a2215c703a13d83_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshotter-rhel9@sha256%3Af6a4b9d3d3792cf016df0f539b41c2d33d4cfe3a85f87b8b1a2215c703a13d83?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774302064"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:39a6978585f0e1c57d7460a4fdd668a238e126c2ce7e599ad9e847bb55783249_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:39a6978585f0e1c57d7460a4fdd668a238e126c2ce7e599ad9e847bb55783249_arm64",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:39a6978585f0e1c57d7460a4fdd668a238e126c2ce7e599ad9e847bb55783249_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-snapshot-controller-rhel9@sha256%3A39a6978585f0e1c57d7460a4fdd668a238e126c2ce7e599ad9e847bb55783249?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774318753"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:23b98311440ae92c9df288db4cb9336e442724af99c860289733d6c35dc07192_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:23b98311440ae92c9df288db4cb9336e442724af99c860289733d6c35dc07192_arm64",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:23b98311440ae92c9df288db4cb9336e442724af99c860289733d6c35dc07192_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-etcd-rhel9@sha256%3A23b98311440ae92c9df288db4cb9336e442724af99c860289733d6c35dc07192?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774312023"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:ab43b9177badda24d20e8830f375132854ad313b46e27ffddb8d68b6543d8007_arm64",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:ab43b9177badda24d20e8830f375132854ad313b46e27ffddb8d68b6543d8007_arm64",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:ab43b9177badda24d20e8830f375132854ad313b46e27ffddb8d68b6543d8007_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/frr-rhel9@sha256%3Aab43b9177badda24d20e8830f375132854ad313b46e27ffddb8d68b6543d8007?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774276940"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:84abc2301d2fe7fefe78aa5dc90ddda63737ac2c8c47778b898a91738c6d69a6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:84abc2301d2fe7fefe78aa5dc90ddda63737ac2c8c47778b898a91738c6d69a6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:84abc2301d2fe7fefe78aa5dc90ddda63737ac2c8c47778b898a91738c6d69a6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cloud-controller-manager-rhel9@sha256%3A84abc2301d2fe7fefe78aa5dc90ddda63737ac2c8c47778b898a91738c6d69a6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774287573"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:653bdf880528e317bebac6f7aacff23ebab11af5bfa931af13a8d8e7b2745eb0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:653bdf880528e317bebac6f7aacff23ebab11af5bfa931af13a8d8e7b2745eb0_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:653bdf880528e317bebac6f7aacff23ebab11af5bfa931af13a8d8e7b2745eb0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cluster-api-controllers-rhel9@sha256%3A653bdf880528e317bebac6f7aacff23ebab11af5bfa931af13a8d8e7b2745eb0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774285375"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:ca613da143b223316bbfabe5c1618d5de77817057a47f8430b9541151b79f654_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:ca613da143b223316bbfabe5c1618d5de77817057a47f8430b9541151b79f654_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:ca613da143b223316bbfabe5c1618d5de77817057a47f8430b9541151b79f654_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-rhel9@sha256%3Aca613da143b223316bbfabe5c1618d5de77817057a47f8430b9541151b79f654?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774285964"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4aa1df7eacf95d9408d5016f5715b38ee4ecd340d9a66bcd55cb345d98de466d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4aa1df7eacf95d9408d5016f5715b38ee4ecd340d9a66bcd55cb345d98de466d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4aa1df7eacf95d9408d5016f5715b38ee4ecd340d9a66bcd55cb345d98de466d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-operator-rhel9@sha256%3A4aa1df7eacf95d9408d5016f5715b38ee4ecd340d9a66bcd55cb345d98de466d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774285921"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ee30d6c3b56fb533d299a7a432618a1b2c83b1d9d72b2c58768c07c349fe95c8_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ee30d6c3b56fb533d299a7a432618a1b2c83b1d9d72b2c58768c07c349fe95c8_arm64",
"product_id": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ee30d6c3b56fb533d299a7a432618a1b2c83b1d9d72b2c58768c07c349fe95c8_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-image-customization-controller-rhel9@sha256%3Aee30d6c3b56fb533d299a7a432618a1b2c83b1d9d72b2c58768c07c349fe95c8?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774279920"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5aece9cbc711608ad1dffc12ade865996984d714f5e64fc894bcc3985fa9c521_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5aece9cbc711608ad1dffc12ade865996984d714f5e64fc894bcc3985fa9c521_arm64",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5aece9cbc711608ad1dffc12ade865996984d714f5e64fc894bcc3985fa9c521_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-insights-rhel9-operator@sha256%3A5aece9cbc711608ad1dffc12ade865996984d714f5e64fc894bcc3985fa9c521?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774302424"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:aabd98101d18f4f5352d03547cc2cf784bf37f962b9c875059d6365a3371dd72_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:aabd98101d18f4f5352d03547cc2cf784bf37f962b9c875059d6365a3371dd72_arm64",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:aabd98101d18f4f5352d03547cc2cf784bf37f962b9c875059d6365a3371dd72_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-rhel9@sha256%3Aaabd98101d18f4f5352d03547cc2cf784bf37f962b9c875059d6365a3371dd72?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774339270"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:584f6670245a288d5489cacce0e0cabb3c86bd6698f8118f49b8e3ccdfb47c39_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:584f6670245a288d5489cacce0e0cabb3c86bd6698f8118f49b8e3ccdfb47c39_arm64",
"product_id": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:584f6670245a288d5489cacce0e0cabb3c86bd6698f8118f49b8e3ccdfb47c39_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-altinfra-rhel9@sha256%3A584f6670245a288d5489cacce0e0cabb3c86bd6698f8118f49b8e3ccdfb47c39?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774339370"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:df1a7c4c835c59041b8c16e11580362d846ceb9b3334b8aafd36d3140b58d063_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:df1a7c4c835c59041b8c16e11580362d846ceb9b3334b8aafd36d3140b58d063_arm64",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:df1a7c4c835c59041b8c16e11580362d846ceb9b3334b8aafd36d3140b58d063_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-artifacts-rhel9@sha256%3Adf1a7c4c835c59041b8c16e11580362d846ceb9b3334b8aafd36d3140b58d063?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774349238"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:5c15dfcbab56f579ee265d4acf74778d154ce0185234810ea249d9b9e415052d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:5c15dfcbab56f579ee265d4acf74778d154ce0185234810ea249d9b9e415052d_arm64",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:5c15dfcbab56f579ee265d4acf74778d154ce0185234810ea249d9b9e415052d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kube-metrics-server-rhel9@sha256%3A5c15dfcbab56f579ee265d4acf74778d154ce0185234810ea249d9b9e415052d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774318188"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:f0368d0d3968189f10cfcbb972046bf09ad18a7a1a747887c239b75a1988344f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:f0368d0d3968189f10cfcbb972046bf09ad18a7a1a747887c239b75a1988344f_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:f0368d0d3968189f10cfcbb972046bf09ad18a7a1a747887c239b75a1988344f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-storage-version-migrator-rhel9@sha256%3Af0368d0d3968189f10cfcbb972046bf09ad18a7a1a747887c239b75a1988344f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774308110"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:21757065fc31856133fdfc4d459a993262239af0d2d242a6b55800bac866ef02_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:21757065fc31856133fdfc4d459a993262239af0d2d242a6b55800bac866ef02_arm64",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:21757065fc31856133fdfc4d459a993262239af0d2d242a6b55800bac866ef02_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3A21757065fc31856133fdfc4d459a993262239af0d2d242a6b55800bac866ef02?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774318761"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:238158a2264b9688491743d5f7c97a3f152ea2fc4a1342fe4b0e63f618dc50e0_arm64",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:238158a2264b9688491743d5f7c97a3f152ea2fc4a1342fe4b0e63f618dc50e0_arm64",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:238158a2264b9688491743d5f7c97a3f152ea2fc4a1342fe4b0e63f618dc50e0_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubevirt-csi-driver-rhel9@sha256%3A238158a2264b9688491743d5f7c97a3f152ea2fc4a1342fe4b0e63f618dc50e0?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774311447"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:feecd842ada0c39c783faf280d103523668de8d16d43dc22f74f262f2a4aaba1_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:feecd842ada0c39c783faf280d103523668de8d16d43dc22f74f262f2a4aaba1_arm64",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:feecd842ada0c39c783faf280d103523668de8d16d43dc22f74f262f2a4aaba1_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-libvirt-machine-controllers-rhel9@sha256%3Afeecd842ada0c39c783faf280d103523668de8d16d43dc22f74f262f2a4aaba1?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774320715"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1af22f98af2fae1429e53c988267710578a3a092524eff5032e0c8f397a6a953_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1af22f98af2fae1429e53c988267710578a3a092524eff5032e0c8f397a6a953_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1af22f98af2fae1429e53c988267710578a3a092524eff5032e0c8f397a6a953_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-rhel9-operator@sha256%3A1af22f98af2fae1429e53c988267710578a3a092524eff5032e0c8f397a6a953?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774381265"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ce4371bf509e06e886c5ebd42312eaed3ed31fe6b8de91284f4681ccad199329_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ce4371bf509e06e886c5ebd42312eaed3ed31fe6b8de91284f4681ccad199329_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ce4371bf509e06e886c5ebd42312eaed3ed31fe6b8de91284f4681ccad199329_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-aws-rhel9@sha256%3Ace4371bf509e06e886c5ebd42312eaed3ed31fe6b8de91284f4681ccad199329?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774279894"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:d06875a7d480abe6e062be719a9d6ee0900180e659c09e2243df36e3ed55db07_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:d06875a7d480abe6e062be719a9d6ee0900180e659c09e2243df36e3ed55db07_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:d06875a7d480abe6e062be719a9d6ee0900180e659c09e2243df36e3ed55db07_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-azure-rhel9@sha256%3Ad06875a7d480abe6e062be719a9d6ee0900180e659c09e2243df36e3ed55db07?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774279890"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:46a86c6ddb9f5bc798b43735eb0cf9d515091549680e43cd2993ba1b07bc052d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:46a86c6ddb9f5bc798b43735eb0cf9d515091549680e43cd2993ba1b07bc052d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:46a86c6ddb9f5bc798b43735eb0cf9d515091549680e43cd2993ba1b07bc052d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-gcp-rhel9@sha256%3A46a86c6ddb9f5bc798b43735eb0cf9d515091549680e43cd2993ba1b07bc052d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774286676"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:9c8b022e6bfe80bd4998f177c0fc25e4a5d224a6dde99157f21de5d08f18e4a7_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:9c8b022e6bfe80bd4998f177c0fc25e4a5d224a6dde99157f21de5d08f18e4a7_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:9c8b022e6bfe80bd4998f177c0fc25e4a5d224a6dde99157f21de5d08f18e4a7_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-openstack-rhel9@sha256%3A9c8b022e6bfe80bd4998f177c0fc25e4a5d224a6dde99157f21de5d08f18e4a7?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774306640"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f2f71ca77685bcb4618502f0da4f242d48cf2473f0c7e439582e98f15bd0004d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f2f71ca77685bcb4618502f0da4f242d48cf2473f0c7e439582e98f15bd0004d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f2f71ca77685bcb4618502f0da4f242d48cf2473f0c7e439582e98f15bd0004d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-config-rhel9-operator@sha256%3Af2f71ca77685bcb4618502f0da4f242d48cf2473f0c7e439582e98f15bd0004d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774369617"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:23400e78f2af2eff9dbed7a4da3000fee627509e5d4c87742aa87f8be1229a36_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:23400e78f2af2eff9dbed7a4da3000fee627509e5d4c87742aa87f8be1229a36_arm64",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:23400e78f2af2eff9dbed7a4da3000fee627509e5d4c87742aa87f8be1229a36_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-os-images-rhel9@sha256%3A23400e78f2af2eff9dbed7a4da3000fee627509e5d4c87742aa87f8be1229a36?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774358028"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f6048c371739ad69e9219e8ebe2045a246ec4ff01bd289bf630c45ecf006f52e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f6048c371739ad69e9219e8ebe2045a246ec4ff01bd289bf630c45ecf006f52e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f6048c371739ad69e9219e8ebe2045a246ec4ff01bd289bf630c45ecf006f52e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-admission-controller-rhel9@sha256%3Af6048c371739ad69e9219e8ebe2045a246ec4ff01bd289bf630c45ecf006f52e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774318735"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:441602150d0bce7f8941a293e3a803bed75953986e93dac3eeee50848204728d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:441602150d0bce7f8941a293e3a803bed75953986e93dac3eeee50848204728d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:441602150d0bce7f8941a293e3a803bed75953986e93dac3eeee50848204728d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-route-override-cni-rhel9@sha256%3A441602150d0bce7f8941a293e3a803bed75953986e93dac3eeee50848204728d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774320792"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:f9e46d3228ddf05919d0115f274f94f8afdb5e65c54fe6b17514e7a3b04d351d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:f9e46d3228ddf05919d0115f274f94f8afdb5e65c54fe6b17514e7a3b04d351d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:f9e46d3228ddf05919d0115f274f94f8afdb5e65c54fe6b17514e7a3b04d351d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3Af9e46d3228ddf05919d0115f274f94f8afdb5e65c54fe6b17514e7a3b04d351d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774321011"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5e06c7a4f4f0b3829c21710249546680ff1b7e7d541e30b556dfa69aeb7a5ef9_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5e06c7a4f4f0b3829c21710249546680ff1b7e7d541e30b556dfa69aeb7a5ef9_arm64",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5e06c7a4f4f0b3829c21710249546680ff1b7e7d541e30b556dfa69aeb7a5ef9_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-must-gather-rhel9@sha256%3A5e06c7a4f4f0b3829c21710249546680ff1b7e7d541e30b556dfa69aeb7a5ef9?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774318148"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d101f7ea169ee12e824370400ef6a94e0cbd48aeca6fe0ad4777b9bdc87d80aa_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d101f7ea169ee12e824370400ef6a94e0cbd48aeca6fe0ad4777b9bdc87d80aa_arm64",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d101f7ea169ee12e824370400ef6a94e0cbd48aeca6fe0ad4777b9bdc87d80aa_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-interface-bond-cni-rhel9@sha256%3Ad101f7ea169ee12e824370400ef6a94e0cbd48aeca6fe0ad4777b9bdc87d80aa?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774320785"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3805505b579ad8be8620a53e792410bedcb7e1716f3d6401e76c8bb179d8aae6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3805505b579ad8be8620a53e792410bedcb7e1716f3d6401e76c8bb179d8aae6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3805505b579ad8be8620a53e792410bedcb7e1716f3d6401e76c8bb179d8aae6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-metrics-daemon-rhel9@sha256%3A3805505b579ad8be8620a53e792410bedcb7e1716f3d6401e76c8bb179d8aae6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774294418"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:4beb73d1a2c279b310fad6789fff0ae70cbe18a79813819b1da9c2c5b6959aac_arm64",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:4beb73d1a2c279b310fad6789fff0ae70cbe18a79813819b1da9c2c5b6959aac_arm64",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:4beb73d1a2c279b310fad6789fff0ae70cbe18a79813819b1da9c2c5b6959aac_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/network-tools-rhel9@sha256%3A4beb73d1a2c279b310fad6789fff0ae70cbe18a79813819b1da9c2c5b6959aac?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774431151"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d6f330926e3962b0b73bb4b6a11a1b40cb0cacfdbe9fc0eb4ceeeaeb3bde758b_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d6f330926e3962b0b73bb4b6a11a1b40cb0cacfdbe9fc0eb4ceeeaeb3bde758b_arm64",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d6f330926e3962b0b73bb4b6a11a1b40cb0cacfdbe9fc0eb4ceeeaeb3bde758b_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-apiserver-rhel9@sha256%3Ad6f330926e3962b0b73bb4b6a11a1b40cb0cacfdbe9fc0eb4ceeeaeb3bde758b?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774306459"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:e82a015ff030ba177167a713df193d74480998d946b593a00c799330894702f6_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:e82a015ff030ba177167a713df193d74480998d946b593a00c799330894702f6_arm64",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:e82a015ff030ba177167a713df193d74480998d946b593a00c799330894702f6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-catalogd-rhel9@sha256%3Ae82a015ff030ba177167a713df193d74480998d946b593a00c799330894702f6?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774318110"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:b49317158bf5eb1940a35be96a959bfdb8beeef52e993bff41fcfd974b12dca4_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:b49317158bf5eb1940a35be96a959bfdb8beeef52e993bff41fcfd974b12dca4_arm64",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:b49317158bf5eb1940a35be96a959bfdb8beeef52e993bff41fcfd974b12dca4_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-operator-controller-rhel9@sha256%3Ab49317158bf5eb1940a35be96a959bfdb8beeef52e993bff41fcfd974b12dca4?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774313037"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:63fcc02b58dfa0bf549c199736bbbad1e764ab86d9375a6545ae1a7bc360f247_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:63fcc02b58dfa0bf549c199736bbbad1e764ab86d9375a6545ae1a7bc360f247_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:63fcc02b58dfa0bf549c199736bbbad1e764ab86d9375a6545ae1a7bc360f247_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-apiserver-rhel9@sha256%3A63fcc02b58dfa0bf549c199736bbbad1e764ab86d9375a6545ae1a7bc360f247?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774307903"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b540e70dfd87ad1e2e400e129a6b495617f9d57e54c1e54b09030cae11653d03_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b540e70dfd87ad1e2e400e129a6b495617f9d57e54c1e54b09030cae11653d03_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b540e70dfd87ad1e2e400e129a6b495617f9d57e54c1e54b09030cae11653d03_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-controller-manager-rhel9@sha256%3Ab540e70dfd87ad1e2e400e129a6b495617f9d57e54c1e54b09030cae11653d03?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774302109"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ec9171ee21d867fd61004535db96e98f4dee9dd6f3fe86b719301cb1b0202a79_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ec9171ee21d867fd61004535db96e98f4dee9dd6f3fe86b719301cb1b0202a79_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ec9171ee21d867fd61004535db96e98f4dee9dd6f3fe86b719301cb1b0202a79_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9@sha256%3Aec9171ee21d867fd61004535db96e98f4dee9dd6f3fe86b719301cb1b0202a79?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774320803"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:c1f38fa9fb729b6c497353127feaa36375749fa07f91020e8634838d58628878_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:c1f38fa9fb729b6c497353127feaa36375749fa07f91020e8634838d58628878_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:c1f38fa9fb729b6c497353127feaa36375749fa07f91020e8634838d58628878_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3Ac1f38fa9fb729b6c497353127feaa36375749fa07f91020e8634838d58628878?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774294183"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4314b0a4d5a82abd583de659e5033d0680dce2b535ebd3ae4dc1776e741bb214_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4314b0a4d5a82abd583de659e5033d0680dce2b535ebd3ae4dc1776e741bb214_arm64",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4314b0a4d5a82abd583de659e5033d0680dce2b535ebd3ae4dc1776e741bb214_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cloud-controller-manager-rhel9@sha256%3A4314b0a4d5a82abd583de659e5033d0680dce2b535ebd3ae4dc1776e741bb214?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774320613"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f3eaef7985effa7f09545ee19442623c7aab7245597a4a1d18f6b02a7a8f77f5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f3eaef7985effa7f09545ee19442623c7aab7245597a4a1d18f6b02a7a8f77f5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f3eaef7985effa7f09545ee19442623c7aab7245597a4a1d18f6b02a7a8f77f5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-framework-tools-rhel9@sha256%3Af3eaef7985effa7f09545ee19442623c7aab7245597a4a1d18f6b02a7a8f77f5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774320780"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:66cd3d5b1343fb7f7fd7a3922adbdca110368de4f696b91066252229dca3f16f_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:66cd3d5b1343fb7f7fd7a3922adbdca110368de4f696b91066252229dca3f16f_arm64",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:66cd3d5b1343fb7f7fd7a3922adbdca110368de4f696b91066252229dca3f16f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9@sha256%3A66cd3d5b1343fb7f7fd7a3922adbdca110368de4f696b91066252229dca3f16f?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774307683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:001807fafc7bfc5eafe92ba92c127488d378e1b36262f0f71cd4e4feef05598e_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:001807fafc7bfc5eafe92ba92c127488d378e1b36262f0f71cd4e4feef05598e_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:001807fafc7bfc5eafe92ba92c127488d378e1b36262f0f71cd4e4feef05598e_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-rhel9@sha256%3A001807fafc7bfc5eafe92ba92c127488d378e1b36262f0f71cd4e4feef05598e?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774348276"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a7c31f5ce80372bc4c63b60f9741352565eea006601522e25f03ce902e35564c_arm64",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a7c31f5ce80372bc4c63b60f9741352565eea006601522e25f03ce902e35564c_arm64",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a7c31f5ce80372bc4c63b60f9741352565eea006601522e25f03ce902e35564c_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openshift-route-controller-manager-rhel9@sha256%3Aa7c31f5ce80372bc4c63b60f9741352565eea006601522e25f03ce902e35564c?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774320565"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:74ec8a94d5cda524570b881e7a352604453026a0324010b7f4b3d0a898b5e457_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:74ec8a94d5cda524570b881e7a352604453026a0324010b7f4b3d0a898b5e457_arm64",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:74ec8a94d5cda524570b881e7a352604453026a0324010b7f4b3d0a898b5e457_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-service-ca-rhel9-operator@sha256%3A74ec8a94d5cda524570b881e7a352604453026a0324010b7f4b3d0a898b5e457?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774311620"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f0813c18a84c6a7570cd3f51826e81dd0cc164299173d05ccf7ed3d31be71961_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f0813c18a84c6a7570cd3f51826e81dd0cc164299173d05ccf7ed3d31be71961_arm64",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f0813c18a84c6a7570cd3f51826e81dd0cc164299173d05ccf7ed3d31be71961_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tools-rhel9@sha256%3Af0813c18a84c6a7570cd3f51826e81dd0cc164299173d05ccf7ed3d31be71961?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774411880"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2492414954e0ca3e228d6d000733ae02c5d4d68d4b9f5e7f992e1a5a60cbffd5_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2492414954e0ca3e228d6d000733ae02c5d4d68d4b9f5e7f992e1a5a60cbffd5_arm64",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2492414954e0ca3e228d6d000733ae02c5d4d68d4b9f5e7f992e1a5a60cbffd5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-microshift-rhel9@sha256%3A2492414954e0ca3e228d6d000733ae02c5d4d68d4b9f5e7f992e1a5a60cbffd5?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774318191"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9c1b85cadf719072db5b5abf0b93b3556a74a67efbb88d7903bab7b6e988fadd_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9c1b85cadf719072db5b5abf0b93b3556a74a67efbb88d7903bab7b6e988fadd_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9c1b85cadf719072db5b5abf0b93b3556a74a67efbb88d7903bab7b6e988fadd_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prom-label-proxy-rhel9@sha256%3A9c1b85cadf719072db5b5abf0b93b3556a74a67efbb88d7903bab7b6e988fadd?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774314560"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2c0ca90b3662de85d7e595e76f678e419ea1f40990c51ba16bcd01438f0db553_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2c0ca90b3662de85d7e595e76f678e419ea1f40990c51ba16bcd01438f0db553_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2c0ca90b3662de85d7e595e76f678e419ea1f40990c51ba16bcd01438f0db553_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-config-reloader-rhel9@sha256%3A2c0ca90b3662de85d7e595e76f678e419ea1f40990c51ba16bcd01438f0db553?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774320635"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:92f7c8de428bcf236f2aecc0382d911bcf5f7f536bd09aa44f9019ca7627d116_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:92f7c8de428bcf236f2aecc0382d911bcf5f7f536bd09aa44f9019ca7627d116_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:92f7c8de428bcf236f2aecc0382d911bcf5f7f536bd09aa44f9019ca7627d116_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9-operator@sha256%3A92f7c8de428bcf236f2aecc0382d911bcf5f7f536bd09aa44f9019ca7627d116?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774307488"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a8775ca5ecd0065373034a37b6de3fd736045868a3b116aeb216637023aa9685_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a8775ca5ecd0065373034a37b6de3fd736045868a3b116aeb216637023aa9685_arm64",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a8775ca5ecd0065373034a37b6de3fd736045868a3b116aeb216637023aa9685_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-operator-admission-webhook-rhel9@sha256%3Aa8775ca5ecd0065373034a37b6de3fd736045868a3b116aeb216637023aa9685?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774319216"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f5a6e48a72f6054924be3b81dde0cc0ddd95d7ea029e1d819553fa633c47632d_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f5a6e48a72f6054924be3b81dde0cc0ddd95d7ea029e1d819553fa633c47632d_arm64",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f5a6e48a72f6054924be3b81dde0cc0ddd95d7ea029e1d819553fa633c47632d_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-telemeter-rhel9@sha256%3Af5a6e48a72f6054924be3b81dde0cc0ddd95d7ea029e1d819553fa633c47632d?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774307396"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:901d510199b2e6cc87c754af5a1c8ec564089441f85917043a80733c4c83a430_arm64",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:901d510199b2e6cc87c754af5a1c8ec564089441f85917043a80733c4c83a430_arm64",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:901d510199b2e6cc87c754af5a1c8ec564089441f85917043a80733c4c83a430_arm64",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-thanos-rhel9@sha256%3A901d510199b2e6cc87c754af5a1c8ec564089441f85917043a80733c4c83a430?arch=arm64\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774318200"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4cb581ac92c27cae351d2021bf76d97b20da9a9db8f2b867df879a2917d052b3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4cb581ac92c27cae351d2021bf76d97b20da9a9db8f2b867df879a2917d052b3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4cb581ac92c27cae351d2021bf76d97b20da9a9db8f2b867df879a2917d052b3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9@sha256%3A4cb581ac92c27cae351d2021bf76d97b20da9a9db8f2b867df879a2917d052b3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774276966"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:bf046c55304478c82791a67ae0dfeff89af904d9b56cd63a29b261cd02633798_s390x",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:bf046c55304478c82791a67ae0dfeff89af904d9b56cd63a29b261cd02633798_s390x",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:bf046c55304478c82791a67ae0dfeff89af904d9b56cd63a29b261cd02633798_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-kms-encryption-provider-rhel9@sha256%3Abf046c55304478c82791a67ae0dfeff89af904d9b56cd63a29b261cd02633798?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774318105"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:34161b5f6663f9408d7ce5afd4525442f41332a9501f658238f3eb6568eaf3ab_s390x",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:34161b5f6663f9408d7ce5afd4525442f41332a9501f658238f3eb6568eaf3ab_s390x",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:34161b5f6663f9408d7ce5afd4525442f41332a9501f658238f3eb6568eaf3ab_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-kms-encryption-provider-rhel9@sha256%3A34161b5f6663f9408d7ce5afd4525442f41332a9501f658238f3eb6568eaf3ab?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774318143"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:01b50335d5ef7515c859414036920594a5fa5b0039f5191aab1f16d291f3514e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:01b50335d5ef7515c859414036920594a5fa5b0039f5191aab1f16d291f3514e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:01b50335d5ef7515c859414036920594a5fa5b0039f5191aab1f16d291f3514e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-machine-controllers-rhel9@sha256%3A01b50335d5ef7515c859414036920594a5fa5b0039f5191aab1f16d291f3514e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774318170"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b7d331a0edf44bcf0fe747365f092a69e1c1c7cd156d48781d40d41a3a0c8552_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b7d331a0edf44bcf0fe747365f092a69e1c1c7cd156d48781d40d41a3a0c8552_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b7d331a0edf44bcf0fe747365f092a69e1c1c7cd156d48781d40d41a3a0c8552_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-runtimecfg-rhel9@sha256%3Ab7d331a0edf44bcf0fe747365f092a69e1c1c7cd156d48781d40d41a3a0c8552?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774318168"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4c6a4ba7469a6e3736176c838dd09acca392d508ba2139bcde3d01a1ecd493b4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4c6a4ba7469a6e3736176c838dd09acca392d508ba2139bcde3d01a1ecd493b4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4c6a4ba7469a6e3736176c838dd09acca392d508ba2139bcde3d01a1ecd493b4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-etcd-rhel9-operator@sha256%3A4c6a4ba7469a6e3736176c838dd09acca392d508ba2139bcde3d01a1ecd493b4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774306868"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b94aad5462be3a96ad9d3a88d8aaa775e8d6446b7f8d1b8785de703d14875cf0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b94aad5462be3a96ad9d3a88d8aaa775e8d6446b7f8d1b8785de703d14875cf0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b94aad5462be3a96ad9d3a88d8aaa775e8d6446b7f8d1b8785de703d14875cf0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-monitoring-rhel9-operator@sha256%3Ab94aad5462be3a96ad9d3a88d8aaa775e8d6446b7f8d1b8785de703d14875cf0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774306803"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:7b31119b0f90aba00af66b6bf6e1d2f7248d3db7129a6fec071a9fba31dfd0e7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:7b31119b0f90aba00af66b6bf6e1d2f7248d3db7129a6fec071a9fba31dfd0e7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:7b31119b0f90aba00af66b6bf6e1d2f7248d3db7129a6fec071a9fba31dfd0e7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-network-rhel9-operator@sha256%3A7b31119b0f90aba00af66b6bf6e1d2f7248d3db7129a6fec071a9fba31dfd0e7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774306729"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6971b8fa9f04515d6e4d18a27982a2496a4efaaeff90e741f3248d31fe1961e0_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6971b8fa9f04515d6e4d18a27982a2496a4efaaeff90e741f3248d31fe1961e0_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6971b8fa9f04515d6e4d18a27982a2496a4efaaeff90e741f3248d31fe1961e0_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-node-tuning-rhel9-operator@sha256%3A6971b8fa9f04515d6e4d18a27982a2496a4efaaeff90e741f3248d31fe1961e0?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774418348"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:5bfc5d24081ed832066492f2542d2566f40aca433535ff6536307feaf416c727_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:5bfc5d24081ed832066492f2542d2566f40aca433535ff6536307feaf416c727_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:5bfc5d24081ed832066492f2542d2566f40aca433535ff6536307feaf416c727_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-policy-controller-rhel9@sha256%3A5bfc5d24081ed832066492f2542d2566f40aca433535ff6536307feaf416c727?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774319331"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:95a599547beb53655c1f6bcfe533196664371a94b5fea328543a5f90c1f4cfa7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:95a599547beb53655c1f6bcfe533196664371a94b5fea328543a5f90c1f4cfa7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:95a599547beb53655c1f6bcfe533196664371a94b5fea328543a5f90c1f4cfa7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-storage-rhel9-operator@sha256%3A95a599547beb53655c1f6bcfe533196664371a94b5fea328543a5f90c1f4cfa7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774314844"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:27483fad6a2c4be85baf840f33c72d98357bb6a55e754051fff08820977c7a3f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:27483fad6a2c4be85baf840f33c72d98357bb6a55e754051fff08820977c7a3f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:27483fad6a2c4be85baf840f33c72d98357bb6a55e754051fff08820977c7a3f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-version-rhel9-operator@sha256%3A27483fad6a2c4be85baf840f33c72d98357bb6a55e754051fff08820977c7a3f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774318118"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6033b93ce5c2f73213bd89e9709038829a2739e238a1f827cdebdcac8c39dc91_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6033b93ce5c2f73213bd89e9709038829a2739e238a1f827cdebdcac8c39dc91_s390x",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6033b93ce5c2f73213bd89e9709038829a2739e238a1f827cdebdcac8c39dc91_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-configmap-reloader-rhel9@sha256%3A6033b93ce5c2f73213bd89e9709038829a2739e238a1f827cdebdcac8c39dc91?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774300797"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:28f2daa782218c5fb085acb774bf1d8c13a208b8f29f4a12b372db2c446ada76_s390x",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:28f2daa782218c5fb085acb774bf1d8c13a208b8f29f4a12b372db2c446ada76_s390x",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:28f2daa782218c5fb085acb774bf1d8c13a208b8f29f4a12b372db2c446ada76_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/container-networking-plugins-microshift-rhel9@sha256%3A28f2daa782218c5fb085acb774bf1d8c13a208b8f29f4a12b372db2c446ada76?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774318209"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e5cb819739007737f750a96605f14991efb3195f13c906efc64db87934389379_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e5cb819739007737f750a96605f14991efb3195f13c906efc64db87934389379_s390x",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e5cb819739007737f750a96605f14991efb3195f13c906efc64db87934389379_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-coredns-rhel9@sha256%3Ae5cb819739007737f750a96605f14991efb3195f13c906efc64db87934389379?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774311205"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:5d1773de9a1eaf4b18081c968f3d1c3ab35af0333dd8ccf599c30a5336b40ccd_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:5d1773de9a1eaf4b18081c968f3d1c3ab35af0333dd8ccf599c30a5336b40ccd_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:5d1773de9a1eaf4b18081c968f3d1c3ab35af0333dd8ccf599c30a5336b40ccd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-attacher-rhel9@sha256%3A5d1773de9a1eaf4b18081c968f3d1c3ab35af0333dd8ccf599c30a5336b40ccd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774310527"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bb9cd5df0da433f514a256dc92610219d22962f8e9fdddc4a1d6bdda45174287_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bb9cd5df0da433f514a256dc92610219d22962f8e9fdddc4a1d6bdda45174287_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bb9cd5df0da433f514a256dc92610219d22962f8e9fdddc4a1d6bdda45174287_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-livenessprobe-rhel9@sha256%3Abb9cd5df0da433f514a256dc92610219d22962f8e9fdddc4a1d6bdda45174287?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774318105"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b41f90c9d31171dff6834e9c7b72ac295f7e0058eff6f5dc7480d7c4797b9700_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b41f90c9d31171dff6834e9c7b72ac295f7e0058eff6f5dc7480d7c4797b9700_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b41f90c9d31171dff6834e9c7b72ac295f7e0058eff6f5dc7480d7c4797b9700_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-node-driver-registrar-rhel9@sha256%3Ab41f90c9d31171dff6834e9c7b72ac295f7e0058eff6f5dc7480d7c4797b9700?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774318098"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:20544ed1aea9d8b483ac6dd9655a0d108b80121b7011406e0a59de4c93060dd9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:20544ed1aea9d8b483ac6dd9655a0d108b80121b7011406e0a59de4c93060dd9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:20544ed1aea9d8b483ac6dd9655a0d108b80121b7011406e0a59de4c93060dd9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-provisioner-rhel9@sha256%3A20544ed1aea9d8b483ac6dd9655a0d108b80121b7011406e0a59de4c93060dd9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774294292"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:ee35c6aa82fa9353c63acb0455e5196e946f423be7418de921beb7433bc27dd3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:ee35c6aa82fa9353c63acb0455e5196e946f423be7418de921beb7433bc27dd3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:ee35c6aa82fa9353c63acb0455e5196e946f423be7418de921beb7433bc27dd3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-snapshot-validation-webhook-rhel9@sha256%3Aee35c6aa82fa9353c63acb0455e5196e946f423be7418de921beb7433bc27dd3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774306813"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c318da767c7ef1f2452bb631e2726084f48a640c962f8003467c72ff48225b56_s390x",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c318da767c7ef1f2452bb631e2726084f48a640c962f8003467c72ff48225b56_s390x",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c318da767c7ef1f2452bb631e2726084f48a640c962f8003467c72ff48225b56_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/driver-toolkit-rhel9@sha256%3Ac318da767c7ef1f2452bb631e2726084f48a640c962f8003467c72ff48225b56?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774301458"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:af26188e6f7326835340b99be42189550233a7bfc652375b0859cc058fbbd0a9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:af26188e6f7326835340b99be42189550233a7bfc652375b0859cc058fbbd0a9_s390x",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:af26188e6f7326835340b99be42189550233a7bfc652375b0859cc058fbbd0a9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/egress-router-cni-rhel9@sha256%3Aaf26188e6f7326835340b99be42189550233a7bfc652375b0859cc058fbbd0a9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774320771"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9d999175269f2e59feec60b202253ece2c27add1d003f80c0e40eae8d2621f8a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9d999175269f2e59feec60b202253ece2c27add1d003f80c0e40eae8d2621f8a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9d999175269f2e59feec60b202253ece2c27add1d003f80c0e40eae8d2621f8a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3A9d999175269f2e59feec60b202253ece2c27add1d003f80c0e40eae8d2621f8a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774311322"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:a609dc606bfe95a904dd8c6abc0cac79316f17618d8b676512fe1b4e5412ba01_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:a609dc606bfe95a904dd8c6abc0cac79316f17618d8b676512fe1b4e5412ba01_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:a609dc606bfe95a904dd8c6abc0cac79316f17618d8b676512fe1b4e5412ba01_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-proxy-rhel9@sha256%3Aa609dc606bfe95a904dd8c6abc0cac79316f17618d8b676512fe1b4e5412ba01?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774276952"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:677d190589cf02f414cb0cf4a31041b02ed8d706afb433bed1420d6f35d7a44d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:677d190589cf02f414cb0cf4a31041b02ed8d706afb433bed1420d6f35d7a44d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:677d190589cf02f414cb0cf4a31041b02ed8d706afb433bed1420d6f35d7a44d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-alertmanager-rhel9@sha256%3A677d190589cf02f414cb0cf4a31041b02ed8d706afb433bed1420d6f35d7a44d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774311551"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:c9a5828c250033f2bf160b102a3722959210025d373b85ea69895c96fbfba833_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:c9a5828c250033f2bf160b102a3722959210025d373b85ea69895c96fbfba833_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:c9a5828c250033f2bf160b102a3722959210025d373b85ea69895c96fbfba833_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-node-exporter-rhel9@sha256%3Ac9a5828c250033f2bf160b102a3722959210025d373b85ea69895c96fbfba833?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774294099"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f67e6ff190c45a81777e63b69812760e828838e338e1d27672d02b5544b3e682_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f67e6ff190c45a81777e63b69812760e828838e338e1d27672d02b5544b3e682_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f67e6ff190c45a81777e63b69812760e828838e338e1d27672d02b5544b3e682_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9@sha256%3Af67e6ff190c45a81777e63b69812760e828838e338e1d27672d02b5544b3e682?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774306809"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:786af9a1f3e4f873aedc740637bd197272f21553304b987476b2e462b0dacfc4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:786af9a1f3e4f873aedc740637bd197272f21553304b987476b2e462b0dacfc4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:786af9a1f3e4f873aedc740637bd197272f21553304b987476b2e462b0dacfc4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hypershift-rhel9@sha256%3A786af9a1f3e4f873aedc740637bd197272f21553304b987476b2e462b0dacfc4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774294539"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:df9ade514c7f2a80c4ea829e2f1890dcdd6a4acaeda829d3620e7d3874de77e9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:df9ade514c7f2a80c4ea829e2f1890dcdd6a4acaeda829d3620e7d3874de77e9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:df9ade514c7f2a80c4ea829e2f1890dcdd6a4acaeda829d3620e7d3874de77e9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-proxy-rhel9@sha256%3Adf9ade514c7f2a80c4ea829e2f1890dcdd6a4acaeda829d3620e7d3874de77e9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774319218"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:c2e28f6a9e1de3185753cd7fd47a51ed01cbd49697cc452448adbc961fe71003_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:c2e28f6a9e1de3185753cd7fd47a51ed01cbd49697cc452448adbc961fe71003_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:c2e28f6a9e1de3185753cd7fd47a51ed01cbd49697cc452448adbc961fe71003_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-rbac-proxy-rhel9@sha256%3Ac2e28f6a9e1de3185753cd7fd47a51ed01cbd49697cc452448adbc961fe71003?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774307649"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:5eb8c786a348343042687f659f7cf8b066efc3c4ed8764ecf36dc6e49a468cea_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:5eb8c786a348343042687f659f7cf8b066efc3c4ed8764ecf36dc6e49a468cea_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:5eb8c786a348343042687f659f7cf8b066efc3c4ed8764ecf36dc6e49a468cea_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-state-metrics-rhel9@sha256%3A5eb8c786a348343042687f659f7cf8b066efc3c4ed8764ecf36dc6e49a468cea?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774311694"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:dfaca907445b7213f3931be31fdde7480c22aafc0bd3b030d7ef9f0d84f5549c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:dfaca907445b7213f3931be31fdde7480c22aafc0bd3b030d7ef9f0d84f5549c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:dfaca907445b7213f3931be31fdde7480c22aafc0bd3b030d7ef9f0d84f5549c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-marketplace-rhel9@sha256%3Adfaca907445b7213f3931be31fdde7480c22aafc0bd3b030d7ef9f0d84f5549c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774306881"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f8f501653da6427153aa72340ac8238e79459759136d64d2ba6f8ae03184c436_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f8f501653da6427153aa72340ac8238e79459759136d64d2ba6f8ae03184c436_s390x",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f8f501653da6427153aa72340ac8238e79459759136d64d2ba6f8ae03184c436_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-monitoring-plugin-rhel9@sha256%3Af8f501653da6427153aa72340ac8238e79459759136d64d2ba6f8ae03184c436?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774474908"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:f236ad01ec1299b4a5e4b174ad698412bba0f090d7316672f230abadd209940c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:f236ad01ec1299b4a5e4b174ad698412bba0f090d7316672f230abadd209940c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:f236ad01ec1299b4a5e4b174ad698412bba0f090d7316672f230abadd209940c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-rhel9@sha256%3Af236ad01ec1299b4a5e4b174ad698412bba0f090d7316672f230abadd209940c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774381073"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:31235aa238bc0662e8f3efdf393f9ca7699016dbe1261bce0ce37675afbc5054_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:31235aa238bc0662e8f3efdf393f9ca7699016dbe1261bce0ce37675afbc5054_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:31235aa238bc0662e8f3efdf393f9ca7699016dbe1261bce0ce37675afbc5054_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-microshift-rhel9@sha256%3A31235aa238bc0662e8f3efdf393f9ca7699016dbe1261bce0ce37675afbc5054?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774381158"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3d27787b58896192ef0b2da74861207bf188e5632c0d7b06ddac476ef558175e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3d27787b58896192ef0b2da74861207bf188e5632c0d7b06ddac476ef558175e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3d27787b58896192ef0b2da74861207bf188e5632c0d7b06ddac476ef558175e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-networkpolicy-rhel9@sha256%3A3d27787b58896192ef0b2da74861207bf188e5632c0d7b06ddac476ef558175e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774320808"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c231527dcedf3606bfa162c0026b0b037d41a908d6be2418f4250e234dc66023_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c231527dcedf3606bfa162c0026b0b037d41a908d6be2418f4250e234dc66023_s390x",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c231527dcedf3606bfa162c0026b0b037d41a908d6be2418f4250e234dc66023_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-networking-console-plugin-rhel9@sha256%3Ac231527dcedf3606bfa162c0026b0b037d41a908d6be2418f4250e234dc66023?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774459621"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:d759dbeb39460193f8361524fcca202fb9f634d65d35f19fde1a187cd7230608_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:d759dbeb39460193f8361524fcca202fb9f634d65d35f19fde1a187cd7230608_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:d759dbeb39460193f8361524fcca202fb9f634d65d35f19fde1a187cd7230608_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-server-rhel9@sha256%3Ad759dbeb39460193f8361524fcca202fb9f634d65d35f19fde1a187cd7230608?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774305977"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:303ed90fddf42d1a5ec3ad7eb1df833003ad750f4cea17710870382a0f8c720e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:303ed90fddf42d1a5ec3ad7eb1df833003ad750f4cea17710870382a0f8c720e_s390x",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:303ed90fddf42d1a5ec3ad7eb1df833003ad750f4cea17710870382a0f8c720e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/oc-mirror-plugin-rhel9@sha256%3A303ed90fddf42d1a5ec3ad7eb1df833003ad750f4cea17710870382a0f8c720e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774320924"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:07406356bc5aa39e2d130e94946ac1ff2346d3570819af5d1a228b3e927b3df4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:07406356bc5aa39e2d130e94946ac1ff2346d3570819af5d1a228b3e927b3df4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:07406356bc5aa39e2d130e94946ac1ff2346d3570819af5d1a228b3e927b3df4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-builder-rhel9@sha256%3A07406356bc5aa39e2d130e94946ac1ff2346d3570819af5d1a228b3e927b3df4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774397488"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a583347caae3aa7d703a2130fc1f57b9e81ea6a06bd33785d87f92596f1f6355_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a583347caae3aa7d703a2130fc1f57b9e81ea6a06bd33785d87f92596f1f6355_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a583347caae3aa7d703a2130fc1f57b9e81ea6a06bd33785d87f92596f1f6355_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-rhel9@sha256%3Aa583347caae3aa7d703a2130fc1f57b9e81ea6a06bd33785d87f92596f1f6355?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774301136"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:e7ed0864902433356021a2f30c65020370c3062889f7e5838be60d0ddb098ec5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:e7ed0864902433356021a2f30c65020370c3062889f7e5838be60d0ddb098ec5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:e7ed0864902433356021a2f30c65020370c3062889f7e5838be60d0ddb098ec5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9@sha256%3Ae7ed0864902433356021a2f30c65020370c3062889f7e5838be60d0ddb098ec5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774459872"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e423c9ccfc07b48c6ac2cc4369a6fd61e9b8c420a08f64d69e9a35b887874793_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e423c9ccfc07b48c6ac2cc4369a6fd61e9b8c420a08f64d69e9a35b887874793_s390x",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e423c9ccfc07b48c6ac2cc4369a6fd61e9b8c420a08f64d69e9a35b887874793_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9-operator@sha256%3Ae423c9ccfc07b48c6ac2cc4369a6fd61e9b8c420a08f64d69e9a35b887874793?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774318619"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:98e7b50a5fb4fe900b08a52bfe5f1af0f189bceab97ce106ca4550e0fa5bf487_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:98e7b50a5fb4fe900b08a52bfe5f1af0f189bceab97ce106ca4550e0fa5bf487_s390x",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:98e7b50a5fb4fe900b08a52bfe5f1af0f189bceab97ce106ca4550e0fa5bf487_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-deployer-rhel9@sha256%3A98e7b50a5fb4fe900b08a52bfe5f1af0f189bceab97ce106ca4550e0fa5bf487?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774318059"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:22cd25be6169ebb1dfe48722f3b4c6133f14c5d4f6db6ef5c7c5c9f976b25901_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:22cd25be6169ebb1dfe48722f3b4c6133f14c5d4f6db6ef5c7c5c9f976b25901_s390x",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:22cd25be6169ebb1dfe48722f3b4c6133f14c5d4f6db6ef5c7c5c9f976b25901_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-haproxy-router-rhel9@sha256%3A22cd25be6169ebb1dfe48722f3b4c6133f14c5d4f6db6ef5c7c5c9f976b25901?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774348454"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:3c749018959822c9a7c67fc3f28f62236f1791b999901577445838c8f78947fb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:3c749018959822c9a7c67fc3f28f62236f1791b999901577445838c8f78947fb_s390x",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:3c749018959822c9a7c67fc3f28f62236f1791b999901577445838c8f78947fb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hyperkube-rhel9@sha256%3A3c749018959822c9a7c67fc3f28f62236f1791b999901577445838c8f78947fb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774319378"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:bc8727121110bb8a6d9957f7871a6369e1512bb9cdf47a6d23ce12812d84a791_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:bc8727121110bb8a6d9957f7871a6369e1512bb9cdf47a6d23ce12812d84a791_s390x",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:bc8727121110bb8a6d9957f7871a6369e1512bb9cdf47a6d23ce12812d84a791_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-keepalived-ipfailover-rhel9@sha256%3Abc8727121110bb8a6d9957f7871a6369e1512bb9cdf47a6d23ce12812d84a791?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774300461"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:779d8d482e7ee453e8245219a0e21d84bfa1080819b31fb9f5de38f49bf3d724_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:779d8d482e7ee453e8245219a0e21d84bfa1080819b31fb9f5de38f49bf3d724_s390x",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:779d8d482e7ee453e8245219a0e21d84bfa1080819b31fb9f5de38f49bf3d724_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-pod-rhel9@sha256%3A779d8d482e7ee453e8245219a0e21d84bfa1080819b31fb9f5de38f49bf3d724?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774369557"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:71f3b158f659a76b705d4680a0f81d930f6f622546c903aa2bac8548382d232e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:71f3b158f659a76b705d4680a0f81d930f6f622546c903aa2bac8548382d232e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:71f3b158f659a76b705d4680a0f81d930f6f622546c903aa2bac8548382d232e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-registry-rhel9@sha256%3A71f3b158f659a76b705d4680a0f81d930f6f622546c903aa2bac8548382d232e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774306032"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:cf42aee609494b7786b12443443b9bbccc8afe2658ff6c16cb5c86c05c95a30d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:cf42aee609494b7786b12443443b9bbccc8afe2658ff6c16cb5c86c05c95a30d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:cf42aee609494b7786b12443443b9bbccc8afe2658ff6c16cb5c86c05c95a30d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tests-rhel9@sha256%3Acf42aee609494b7786b12443443b9bbccc8afe2658ff6c16cb5c86c05c95a30d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774431230"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d4062c740ace239409c182e4c52858e384384faeb0f3d98486e0534f8dc19702_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d4062c740ace239409c182e4c52858e384384faeb0f3d98486e0534f8dc19702_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d4062c740ace239409c182e4c52858e384384faeb0f3d98486e0534f8dc19702_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-state-metrics-rhel9@sha256%3Ad4062c740ace239409c182e4c52858e384384faeb0f3d98486e0534f8dc19702?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774312126"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a240e71d7418d6f9781219faa2ea9cd315b7091b1a70d6032f81de2ca3c53aa7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a240e71d7418d6f9781219faa2ea9cd315b7091b1a70d6032f81de2ca3c53aa7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a240e71d7418d6f9781219faa2ea9cd315b7091b1a70d6032f81de2ca3c53aa7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cluster-api-controllers-rhel9@sha256%3Aa240e71d7418d6f9781219faa2ea9cd315b7091b1a70d6032f81de2ca3c53aa7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774313037"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6fa758fb6577cd18e48fb9280192be46dc724a8cd02b54459a5d6a3cb3d06fa7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6fa758fb6577cd18e48fb9280192be46dc724a8cd02b54459a5d6a3cb3d06fa7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6fa758fb6577cd18e48fb9280192be46dc724a8cd02b54459a5d6a3cb3d06fa7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-lifecycle-manager-rhel9@sha256%3A6fa758fb6577cd18e48fb9280192be46dc724a8cd02b54459a5d6a3cb3d06fa7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774307404"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a0d6e3c4b32eda442fe231aaf1a77ea61125e0509287c381ecdec1615e6aa7cd_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a0d6e3c4b32eda442fe231aaf1a77ea61125e0509287c381ecdec1615e6aa7cd_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a0d6e3c4b32eda442fe231aaf1a77ea61125e0509287c381ecdec1615e6aa7cd_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-registry-rhel9@sha256%3Aa0d6e3c4b32eda442fe231aaf1a77ea61125e0509287c381ecdec1615e6aa7cd?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774294306"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:921aaba9517c1b00e09159d4539d47a55c543b1c7ce3c789e6e333ec133b5406_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:921aaba9517c1b00e09159d4539d47a55c543b1c7ce3c789e6e333ec133b5406_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:921aaba9517c1b00e09159d4539d47a55c543b1c7ce3c789e6e333ec133b5406_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-api-server-rhel9@sha256%3A921aaba9517c1b00e09159d4539d47a55c543b1c7ce3c789e6e333ec133b5406?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774397707"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0dccc414a5a3efd474a9eaeb61b6a2130f652c97b8b71592c7cc52827ae149c8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0dccc414a5a3efd474a9eaeb61b6a2130f652c97b8b71592c7cc52827ae149c8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0dccc414a5a3efd474a9eaeb61b6a2130f652c97b8b71592c7cc52827ae149c8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-csr-approver-rhel9@sha256%3A0dccc414a5a3efd474a9eaeb61b6a2130f652c97b8b71592c7cc52827ae149c8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774319218"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:8b02d7c27cfbb38d19b1456282d58e14c8d64efdba25a6238606f66610e5e9de_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:8b02d7c27cfbb38d19b1456282d58e14c8d64efdba25a6238606f66610e5e9de_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:8b02d7c27cfbb38d19b1456282d58e14c8d64efdba25a6238606f66610e5e9de_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-node-agent-rhel9@sha256%3A8b02d7c27cfbb38d19b1456282d58e14c8d64efdba25a6238606f66610e5e9de?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774319944"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:360c5f509936d41297633704930574fb8fdcca27e98d1614ff81dadfadab4926_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:360c5f509936d41297633704930574fb8fdcca27e98d1614ff81dadfadab4926_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:360c5f509936d41297633704930574fb8fdcca27e98d1614ff81dadfadab4926_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-orchestrator-rhel9@sha256%3A360c5f509936d41297633704930574fb8fdcca27e98d1614ff81dadfadab4926?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774306168"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:86a9b3d8064057e95ea8935b94edd85042eb86751e79f7a9783b9601b88d8ebb_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:86a9b3d8064057e95ea8935b94edd85042eb86751e79f7a9783b9601b88d8ebb_s390x",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:86a9b3d8064057e95ea8935b94edd85042eb86751e79f7a9783b9601b88d8ebb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-utils-rhel9@sha256%3A86a9b3d8064057e95ea8935b94edd85042eb86751e79f7a9783b9601b88d8ebb?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774307332"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cc10468c6882a877f993ac4f6ef5f29e7069f99d6b3ceef528c8d7069ed362f8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cc10468c6882a877f993ac4f6ef5f29e7069f99d6b3ceef528c8d7069ed362f8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cc10468c6882a877f993ac4f6ef5f29e7069f99d6b3ceef528c8d7069ed362f8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-apiserver-network-proxy-rhel9@sha256%3Acc10468c6882a877f993ac4f6ef5f29e7069f99d6b3ceef528c8d7069ed362f8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774294497"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6e535ada8c1768a2411ffa684bc624afaca15618b2d1a8a6c50f0b97be52668c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6e535ada8c1768a2411ffa684bc624afaca15618b2d1a8a6c50f0b97be52668c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6e535ada8c1768a2411ffa684bc624afaca15618b2d1a8a6c50f0b97be52668c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-cluster-api-controllers-rhel9@sha256%3A6e535ada8c1768a2411ffa684bc624afaca15618b2d1a8a6c50f0b97be52668c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774320739"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c6fa0940709c377171ed6f553729935a9bf1bc5abb7c47f919d3b0fdbab3fd74_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c6fa0940709c377171ed6f553729935a9bf1bc5abb7c47f919d3b0fdbab3fd74_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c6fa0940709c377171ed6f553729935a9bf1bc5abb7c47f919d3b0fdbab3fd74_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-installer-rhel9@sha256%3Ac6fa0940709c377171ed6f553729935a9bf1bc5abb7c47f919d3b0fdbab3fd74?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774349204"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:455f935e22bc0a892237c11e22b9bebc4840c26c61510d43827563312ec71fd9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:455f935e22bc0a892237c11e22b9bebc4840c26c61510d43827563312ec71fd9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:455f935e22bc0a892237c11e22b9bebc4840c26c61510d43827563312ec71fd9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-rhel9-operator@sha256%3A455f935e22bc0a892237c11e22b9bebc4840c26c61510d43827563312ec71fd9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774320636"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:67d76b9cdf3b5be24e7d157bfe385f184c6abd429860ba6d2280f77265929f26_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:67d76b9cdf3b5be24e7d157bfe385f184c6abd429860ba6d2280f77265929f26_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:67d76b9cdf3b5be24e7d157bfe385f184c6abd429860ba6d2280f77265929f26_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-artifacts-rhel9@sha256%3A67d76b9cdf3b5be24e7d157bfe385f184c6abd429860ba6d2280f77265929f26?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774381217"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ca969364594a060f9adc621daa9d2af96fd265e32dff63699cb42aa60ec1a9e9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ca969364594a060f9adc621daa9d2af96fd265e32dff63699cb42aa60ec1a9e9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ca969364594a060f9adc621daa9d2af96fd265e32dff63699cb42aa60ec1a9e9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cloud-credential-rhel9-operator@sha256%3Aca969364594a060f9adc621daa9d2af96fd265e32dff63699cb42aa60ec1a9e9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774294437"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:e4c52bbf17f055890cf9968da78045295f6e37e52e3f4be5807db679ff63b874_s390x",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:e4c52bbf17f055890cf9968da78045295f6e37e52e3f4be5807db679ff63b874_s390x",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:e4c52bbf17f055890cf9968da78045295f6e37e52e3f4be5807db679ff63b874_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/cloud-network-config-controller-rhel9@sha256%3Ae4c52bbf17f055890cf9968da78045295f6e37e52e3f4be5807db679ff63b874?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774307413"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:748a768980651e5d15e4b06d8483c6ec6db7854844e2b7dd789ea0e5d0b42d70_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:748a768980651e5d15e4b06d8483c6ec6db7854844e2b7dd789ea0e5d0b42d70_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:748a768980651e5d15e4b06d8483c6ec6db7854844e2b7dd789ea0e5d0b42d70_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-api-rhel9@sha256%3A748a768980651e5d15e4b06d8483c6ec6db7854844e2b7dd789ea0e5d0b42d70?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774319438"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:515b64496798a09106a5a99cf322bb02cea22a7d1684653ed251ea15532a61f6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:515b64496798a09106a5a99cf322bb02cea22a7d1684653ed251ea15532a61f6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:515b64496798a09106a5a99cf322bb02cea22a7d1684653ed251ea15532a61f6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-authentication-rhel9-operator@sha256%3A515b64496798a09106a5a99cf322bb02cea22a7d1684653ed251ea15532a61f6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774314553"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:212637507016bc9b3317c3980c30b476867ebc90d1c0724f0178f445052da718_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:212637507016bc9b3317c3980c30b476867ebc90d1c0724f0178f445052da718_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:212637507016bc9b3317c3980c30b476867ebc90d1c0724f0178f445052da718_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9-operator@sha256%3A212637507016bc9b3317c3980c30b476867ebc90d1c0724f0178f445052da718?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774311813"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:232a25a7c42589bb08f34e08eb3e609ccc7c1de4281c234bb59df3c763695339_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:232a25a7c42589bb08f34e08eb3e609ccc7c1de4281c234bb59df3c763695339_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:232a25a7c42589bb08f34e08eb3e609ccc7c1de4281c234bb59df3c763695339_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-baremetal-operator-rhel9@sha256%3A232a25a7c42589bb08f34e08eb3e609ccc7c1de4281c234bb59df3c763695339?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774318089"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4e99ed18cc738391a0b1f7fd6e5268dc1a2b2d0c235b96f5def3d9bc25bd0c4b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4e99ed18cc738391a0b1f7fd6e5268dc1a2b2d0c235b96f5def3d9bc25bd0c4b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4e99ed18cc738391a0b1f7fd6e5268dc1a2b2d0c235b96f5def3d9bc25bd0c4b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-bootstrap-rhel9@sha256%3A4e99ed18cc738391a0b1f7fd6e5268dc1a2b2d0c235b96f5def3d9bc25bd0c4b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774319589"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:fd8e0cb32df9a3eb7eecfb9d5356a136590223e69130193ad8a92f310465ecd8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:fd8e0cb32df9a3eb7eecfb9d5356a136590223e69130193ad8a92f310465ecd8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:fd8e0cb32df9a3eb7eecfb9d5356a136590223e69130193ad8a92f310465ecd8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capi-rhel9-operator@sha256%3Afd8e0cb32df9a3eb7eecfb9d5356a136590223e69130193ad8a92f310465ecd8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774319736"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d4f83ef7cf93115c55d7053dcbe9cf980bf522cb4c3dce2feb95e6574657384c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d4f83ef7cf93115c55d7053dcbe9cf980bf522cb4c3dce2feb95e6574657384c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d4f83ef7cf93115c55d7053dcbe9cf980bf522cb4c3dce2feb95e6574657384c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3Ad4f83ef7cf93115c55d7053dcbe9cf980bf522cb4c3dce2feb95e6574657384c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774319674"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:f3ebe18a671ed1e458d9c86184fad3fea2e8552d8be87b3f2bc83ca45f6eecc8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:f3ebe18a671ed1e458d9c86184fad3fea2e8552d8be87b3f2bc83ca45f6eecc8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:f3ebe18a671ed1e458d9c86184fad3fea2e8552d8be87b3f2bc83ca45f6eecc8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-api-rhel9@sha256%3Af3ebe18a671ed1e458d9c86184fad3fea2e8552d8be87b3f2bc83ca45f6eecc8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774307422"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:34ec4d660b408030abf6f5c0858fcfc095d7548530e6bd4038009c55ecec3344_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:34ec4d660b408030abf6f5c0858fcfc095d7548530e6bd4038009c55ecec3344_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:34ec4d660b408030abf6f5c0858fcfc095d7548530e6bd4038009c55ecec3344_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-rhel9-operator@sha256%3A34ec4d660b408030abf6f5c0858fcfc095d7548530e6bd4038009c55ecec3344?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774318115"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:559065936f9a9039c45cbd63a4dbeb4cd3f69e990eb7a878571971f6e94c936f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:559065936f9a9039c45cbd63a4dbeb4cd3f69e990eb7a878571971f6e94c936f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:559065936f9a9039c45cbd63a4dbeb4cd3f69e990eb7a878571971f6e94c936f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3A559065936f9a9039c45cbd63a4dbeb4cd3f69e990eb7a878571971f6e94c936f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774318495"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2c6e5834f6042b1a4301f47d8178b2e718a3a459745ffbc959e40cc660ada97c_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2c6e5834f6042b1a4301f47d8178b2e718a3a459745ffbc959e40cc660ada97c_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2c6e5834f6042b1a4301f47d8178b2e718a3a459745ffbc959e40cc660ada97c_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3A2c6e5834f6042b1a4301f47d8178b2e718a3a459745ffbc959e40cc660ada97c?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774306754"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:1916354b8aed42783dbf3bb7a3be6ebba6f561aa7d8c8f41fd6e32f1e46b09e5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:1916354b8aed42783dbf3bb7a3be6ebba6f561aa7d8c8f41fd6e32f1e46b09e5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:1916354b8aed42783dbf3bb7a3be6ebba6f561aa7d8c8f41fd6e32f1e46b09e5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-dns-rhel9-operator@sha256%3A1916354b8aed42783dbf3bb7a3be6ebba6f561aa7d8c8f41fd6e32f1e46b09e5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774306855"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e0e95daab3cde4412e5d3222236adacdb8283e65eb64572ed175b353adc4ea50_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e0e95daab3cde4412e5d3222236adacdb8283e65eb64572ed175b353adc4ea50_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e0e95daab3cde4412e5d3222236adacdb8283e65eb64572ed175b353adc4ea50_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-image-registry-rhel9-operator@sha256%3Ae0e95daab3cde4412e5d3222236adacdb8283e65eb64572ed175b353adc4ea50?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774319246"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e068848e4408ea82c40cdf03f2e6c600a40c8743faf344e0b2630f12d79f2fe7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e068848e4408ea82c40cdf03f2e6c600a40c8743faf344e0b2630f12d79f2fe7_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e068848e4408ea82c40cdf03f2e6c600a40c8743faf344e0b2630f12d79f2fe7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-ingress-rhel9-operator@sha256%3Ae068848e4408ea82c40cdf03f2e6c600a40c8743faf344e0b2630f12d79f2fe7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774308218"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0ea0939567de6bf628dd5ac96f7eb68d3b29f1819ab932296293504e99ae3390_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0ea0939567de6bf628dd5ac96f7eb68d3b29f1819ab932296293504e99ae3390_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0ea0939567de6bf628dd5ac96f7eb68d3b29f1819ab932296293504e99ae3390_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-apiserver-rhel9-operator@sha256%3A0ea0939567de6bf628dd5ac96f7eb68d3b29f1819ab932296293504e99ae3390?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774320670"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7f15db4d5cefd46fc71d1953fc5cd62630bb847c6966523c5ab3d6cc2e5f6a05_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7f15db4d5cefd46fc71d1953fc5cd62630bb847c6966523c5ab3d6cc2e5f6a05_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7f15db4d5cefd46fc71d1953fc5cd62630bb847c6966523c5ab3d6cc2e5f6a05_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3A7f15db4d5cefd46fc71d1953fc5cd62630bb847c6966523c5ab3d6cc2e5f6a05?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774320746"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:86260062116d03fe7c4ec9df2fde3ccabf315ebc380f61db472d334be90dc325_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:86260062116d03fe7c4ec9df2fde3ccabf315ebc380f61db472d334be90dc325_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:86260062116d03fe7c4ec9df2fde3ccabf315ebc380f61db472d334be90dc325_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3A86260062116d03fe7c4ec9df2fde3ccabf315ebc380f61db472d334be90dc325?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774320480"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a2ffcc7216ed314e39ac12c0cfb30d29a6a4267512cc24a8f59825967273a2b8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a2ffcc7216ed314e39ac12c0cfb30d29a6a4267512cc24a8f59825967273a2b8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a2ffcc7216ed314e39ac12c0cfb30d29a6a4267512cc24a8f59825967273a2b8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-scheduler-rhel9-operator@sha256%3Aa2ffcc7216ed314e39ac12c0cfb30d29a6a4267512cc24a8f59825967273a2b8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774311165"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:42bcf4c037d6212103448703395c0ca44f36a89533e205f0965c2c111d218fc8_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:42bcf4c037d6212103448703395c0ca44f36a89533e205f0965c2c111d218fc8_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:42bcf4c037d6212103448703395c0ca44f36a89533e205f0965c2c111d218fc8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3A42bcf4c037d6212103448703395c0ca44f36a89533e205f0965c2c111d218fc8?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774307724"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b98987da700deeb50da293568dcab5cfa1ddc843e36ed4dc5fe6d0ac8b63c85e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b98987da700deeb50da293568dcab5cfa1ddc843e36ed4dc5fe6d0ac8b63c85e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b98987da700deeb50da293568dcab5cfa1ddc843e36ed4dc5fe6d0ac8b63c85e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-machine-approver-rhel9@sha256%3Ab98987da700deeb50da293568dcab5cfa1ddc843e36ed4dc5fe6d0ac8b63c85e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774311389"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:7761842991965d184af3f11919c4a4524d285d69266f92bc01ddd1cc66195fba_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:7761842991965d184af3f11919c4a4524d285d69266f92bc01ddd1cc66195fba_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:7761842991965d184af3f11919c4a4524d285d69266f92bc01ddd1cc66195fba_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-olm-rhel9-operator@sha256%3A7761842991965d184af3f11919c4a4524d285d69266f92bc01ddd1cc66195fba?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774318116"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ef32e7c28a82efb0ff8edc4d2678e042afb2c378791a34ccdd9243eae5246d61_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ef32e7c28a82efb0ff8edc4d2678e042afb2c378791a34ccdd9243eae5246d61_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ef32e7c28a82efb0ff8edc4d2678e042afb2c378791a34ccdd9243eae5246d61_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3Aef32e7c28a82efb0ff8edc4d2678e042afb2c378791a34ccdd9243eae5246d61?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774314296"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c86b554d052e4c0f38d69b571d246c090f5843302d21fe0f2c7c06ddc604488_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c86b554d052e4c0f38d69b571d246c090f5843302d21fe0f2c7c06ddc604488_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c86b554d052e4c0f38d69b571d246c090f5843302d21fe0f2c7c06ddc604488_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3A5c86b554d052e4c0f38d69b571d246c090f5843302d21fe0f2c7c06ddc604488?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774306824"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b1fe363d1a527033081799943271457afbdac0cb23ff875a65a6292ce1f6cba7_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b1fe363d1a527033081799943271457afbdac0cb23ff875a65a6292ce1f6cba7_s390x",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b1fe363d1a527033081799943271457afbdac0cb23ff875a65a6292ce1f6cba7_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9-operator@sha256%3Ab1fe363d1a527033081799943271457afbdac0cb23ff875a65a6292ce1f6cba7?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774294498"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f26c33eae235ad613283bb3629ae031e06d95e4371b6ab35bfc95d6cd6eedc70_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f26c33eae235ad613283bb3629ae031e06d95e4371b6ab35bfc95d6cd6eedc70_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f26c33eae235ad613283bb3629ae031e06d95e4371b6ab35bfc95d6cd6eedc70_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-samples-rhel9-operator@sha256%3Af26c33eae235ad613283bb3629ae031e06d95e4371b6ab35bfc95d6cd6eedc70?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774276883"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:0c81a72caa0f5697779c8e808aae1c6da81c34d58ea22b7fc41535e5b047d4d4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:0c81a72caa0f5697779c8e808aae1c6da81c34d58ea22b7fc41535e5b047d4d4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:0c81a72caa0f5697779c8e808aae1c6da81c34d58ea22b7fc41535e5b047d4d4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-update-keys-rhel9@sha256%3A0c81a72caa0f5697779c8e808aae1c6da81c34d58ea22b7fc41535e5b047d4d4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774300273"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4a66bbbcf3b973ae35749d7d4a1987a561a57d16b154c0471092a2f242912e98_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4a66bbbcf3b973ae35749d7d4a1987a561a57d16b154c0471092a2f242912e98_s390x",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4a66bbbcf3b973ae35749d7d4a1987a561a57d16b154c0471092a2f242912e98_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-container-networking-plugins-rhel9@sha256%3A4a66bbbcf3b973ae35749d7d4a1987a561a57d16b154c0471092a2f242912e98?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774320980"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:c4393a9eae01a0bb31f85f8a6cc609f80a8c2e7b7c4372c21bcfb91492ec78a4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:c4393a9eae01a0bb31f85f8a6cc609f80a8c2e7b7c4372c21bcfb91492ec78a4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:c4393a9eae01a0bb31f85f8a6cc609f80a8c2e7b7c4372c21bcfb91492ec78a4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-shared-resource-rhel9@sha256%3Ac4393a9eae01a0bb31f85f8a6cc609f80a8c2e7b7c4372c21bcfb91492ec78a4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774318215"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:5d3eff686a6a64f96a79d31f8cc6a88b17171973f4718d3da82e0dfd456436c4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:5d3eff686a6a64f96a79d31f8cc6a88b17171973f4718d3da82e0dfd456436c4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:5d3eff686a6a64f96a79d31f8cc6a88b17171973f4718d3da82e0dfd456436c4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-shared-resource-rhel9-operator@sha256%3A5d3eff686a6a64f96a79d31f8cc6a88b17171973f4718d3da82e0dfd456436c4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774320702"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:d8d22b7e59cb411c3f1fbac22af12b78fcaada8e56313b2f5ac89806152ae825_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:d8d22b7e59cb411c3f1fbac22af12b78fcaada8e56313b2f5ac89806152ae825_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:d8d22b7e59cb411c3f1fbac22af12b78fcaada8e56313b2f5ac89806152ae825_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-shared-resource-webhook-rhel9@sha256%3Ad8d22b7e59cb411c3f1fbac22af12b78fcaada8e56313b2f5ac89806152ae825?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774320675"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:abea604212336f8e3cdeb786913ca33cf0843f3eb7be0d1aab681a005e6c9417_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:abea604212336f8e3cdeb786913ca33cf0843f3eb7be0d1aab681a005e6c9417_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:abea604212336f8e3cdeb786913ca33cf0843f3eb7be0d1aab681a005e6c9417_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-resizer-rhel9@sha256%3Aabea604212336f8e3cdeb786913ca33cf0843f3eb7be0d1aab681a005e6c9417?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774311226"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d2cf9eb8a6b0528509e571a8ab3710bdb6b40abb5f19d797a9097524d2e3cb7e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d2cf9eb8a6b0528509e571a8ab3710bdb6b40abb5f19d797a9097524d2e3cb7e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d2cf9eb8a6b0528509e571a8ab3710bdb6b40abb5f19d797a9097524d2e3cb7e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshotter-rhel9@sha256%3Ad2cf9eb8a6b0528509e571a8ab3710bdb6b40abb5f19d797a9097524d2e3cb7e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774302064"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:192a0e7b36c1fe8b6b70e6504e12a59ecae23ef83d563ad4c8cca3ab5b2cdbe5_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:192a0e7b36c1fe8b6b70e6504e12a59ecae23ef83d563ad4c8cca3ab5b2cdbe5_s390x",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:192a0e7b36c1fe8b6b70e6504e12a59ecae23ef83d563ad4c8cca3ab5b2cdbe5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-snapshot-controller-rhel9@sha256%3A192a0e7b36c1fe8b6b70e6504e12a59ecae23ef83d563ad4c8cca3ab5b2cdbe5?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774318753"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4337bba1939749aef224134e01759014ce11a2ed05926c790c0eae870fd9b8dc_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4337bba1939749aef224134e01759014ce11a2ed05926c790c0eae870fd9b8dc_s390x",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4337bba1939749aef224134e01759014ce11a2ed05926c790c0eae870fd9b8dc_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-etcd-rhel9@sha256%3A4337bba1939749aef224134e01759014ce11a2ed05926c790c0eae870fd9b8dc?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774312023"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:aa730767af15fab6facc460b6e418bbfb0555933b4a54b01d34cb83c1148b8ca_s390x",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:aa730767af15fab6facc460b6e418bbfb0555933b4a54b01d34cb83c1148b8ca_s390x",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:aa730767af15fab6facc460b6e418bbfb0555933b4a54b01d34cb83c1148b8ca_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/frr-rhel9@sha256%3Aaa730767af15fab6facc460b6e418bbfb0555933b4a54b01d34cb83c1148b8ca?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774276940"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:af7cc2cf62f672d6a00016c116f3c66b72b64fa0d05e7753c8e4b6e628a3a082_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:af7cc2cf62f672d6a00016c116f3c66b72b64fa0d05e7753c8e4b6e628a3a082_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:af7cc2cf62f672d6a00016c116f3c66b72b64fa0d05e7753c8e4b6e628a3a082_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-cloud-controller-manager-rhel9@sha256%3Aaf7cc2cf62f672d6a00016c116f3c66b72b64fa0d05e7753c8e4b6e628a3a082?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774305089"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:227e8c82c210cd100cd7aa3b8c5bb39b3ff31a4bb6ad78bb7134c122dd9b02a6_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:227e8c82c210cd100cd7aa3b8c5bb39b3ff31a4bb6ad78bb7134c122dd9b02a6_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:227e8c82c210cd100cd7aa3b8c5bb39b3ff31a4bb6ad78bb7134c122dd9b02a6_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-vpc-block-csi-driver-rhel9@sha256%3A227e8c82c210cd100cd7aa3b8c5bb39b3ff31a4bb6ad78bb7134c122dd9b02a6?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774305185"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:6ff31d9e340619aff002ff35ad43b6131042cfd943dc0deb54f19721eefa1c14_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:6ff31d9e340619aff002ff35ad43b6131042cfd943dc0deb54f19721eefa1c14_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:6ff31d9e340619aff002ff35ad43b6131042cfd943dc0deb54f19721eefa1c14_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256%3A6ff31d9e340619aff002ff35ad43b6131042cfd943dc0deb54f19721eefa1c14?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774319730"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b635f689b42b827ad12ec312500ac2582c022eebc7776bac97532bd61ac31cce_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b635f689b42b827ad12ec312500ac2582c022eebc7776bac97532bd61ac31cce_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b635f689b42b827ad12ec312500ac2582c022eebc7776bac97532bd61ac31cce_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3Ab635f689b42b827ad12ec312500ac2582c022eebc7776bac97532bd61ac31cce?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774312368"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:30dc9e1dd4b35944e21e40ad23583cb9d14be00172a0195dcc95bf8e01e34e1b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:30dc9e1dd4b35944e21e40ad23583cb9d14be00172a0195dcc95bf8e01e34e1b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:30dc9e1dd4b35944e21e40ad23583cb9d14be00172a0195dcc95bf8e01e34e1b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibmcloud-machine-controllers-rhel9@sha256%3A30dc9e1dd4b35944e21e40ad23583cb9d14be00172a0195dcc95bf8e01e34e1b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774299948"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:adb1d854f6dc5e70aa0f33164a3ded5a715ba0ccf894efadd73c7c4d661f0b21_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:adb1d854f6dc5e70aa0f33164a3ded5a715ba0ccf894efadd73c7c4d661f0b21_s390x",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:adb1d854f6dc5e70aa0f33164a3ded5a715ba0ccf894efadd73c7c4d661f0b21_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-insights-rhel9-operator@sha256%3Aadb1d854f6dc5e70aa0f33164a3ded5a715ba0ccf894efadd73c7c4d661f0b21?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774302424"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b9c93d7e3ae198d025eb43e5c2caeda4198462ffaf407270dfc7119316ff5f98_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b9c93d7e3ae198d025eb43e5c2caeda4198462ffaf407270dfc7119316ff5f98_s390x",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b9c93d7e3ae198d025eb43e5c2caeda4198462ffaf407270dfc7119316ff5f98_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-rhel9@sha256%3Ab9c93d7e3ae198d025eb43e5c2caeda4198462ffaf407270dfc7119316ff5f98?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774339270"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:45d8a8c4703462edf967071e89e08d8d9e495d69245ad8b6ba2d6e80f579eba9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:45d8a8c4703462edf967071e89e08d8d9e495d69245ad8b6ba2d6e80f579eba9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:45d8a8c4703462edf967071e89e08d8d9e495d69245ad8b6ba2d6e80f579eba9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-altinfra-rhel9@sha256%3A45d8a8c4703462edf967071e89e08d8d9e495d69245ad8b6ba2d6e80f579eba9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774339370"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:3aaedfdd81b32cd2c67a0d39f819fc49ee2d31176496e043bd4d85efbd594481_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:3aaedfdd81b32cd2c67a0d39f819fc49ee2d31176496e043bd4d85efbd594481_s390x",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:3aaedfdd81b32cd2c67a0d39f819fc49ee2d31176496e043bd4d85efbd594481_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-artifacts-rhel9@sha256%3A3aaedfdd81b32cd2c67a0d39f819fc49ee2d31176496e043bd4d85efbd594481?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774349238"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:0d809a095a0d86c0b149fa0e28f852c1633c2904d7bfa23b6900617ef7ffc2d3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:0d809a095a0d86c0b149fa0e28f852c1633c2904d7bfa23b6900617ef7ffc2d3_s390x",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:0d809a095a0d86c0b149fa0e28f852c1633c2904d7bfa23b6900617ef7ffc2d3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kube-metrics-server-rhel9@sha256%3A0d809a095a0d86c0b149fa0e28f852c1633c2904d7bfa23b6900617ef7ffc2d3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774318188"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:9ddc6bf41dfb204e9241c57de41e0a6e1ab1c3f8ce2ef1a90573bb7365ab2bed_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:9ddc6bf41dfb204e9241c57de41e0a6e1ab1c3f8ce2ef1a90573bb7365ab2bed_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:9ddc6bf41dfb204e9241c57de41e0a6e1ab1c3f8ce2ef1a90573bb7365ab2bed_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-storage-version-migrator-rhel9@sha256%3A9ddc6bf41dfb204e9241c57de41e0a6e1ab1c3f8ce2ef1a90573bb7365ab2bed?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774308110"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:8e9d4820353602730cc0e808b2cf6ffc20ff80ce06915e40027815e9046555e9_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:8e9d4820353602730cc0e808b2cf6ffc20ff80ce06915e40027815e9046555e9_s390x",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:8e9d4820353602730cc0e808b2cf6ffc20ff80ce06915e40027815e9046555e9_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3A8e9d4820353602730cc0e808b2cf6ffc20ff80ce06915e40027815e9046555e9?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774318761"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c0803e9ceecf77a8b1425fb0634b40e4095bb9d899c5d5af84aa285527723d83_s390x",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c0803e9ceecf77a8b1425fb0634b40e4095bb9d899c5d5af84aa285527723d83_s390x",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c0803e9ceecf77a8b1425fb0634b40e4095bb9d899c5d5af84aa285527723d83_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubevirt-csi-driver-rhel9@sha256%3Ac0803e9ceecf77a8b1425fb0634b40e4095bb9d899c5d5af84aa285527723d83?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774311447"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:89ae8aa54d64f62a73557d413c3f146bfcca1c237a52bd57f0ae87ba8c8fff2e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:89ae8aa54d64f62a73557d413c3f146bfcca1c237a52bd57f0ae87ba8c8fff2e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:89ae8aa54d64f62a73557d413c3f146bfcca1c237a52bd57f0ae87ba8c8fff2e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-libvirt-machine-controllers-rhel9@sha256%3A89ae8aa54d64f62a73557d413c3f146bfcca1c237a52bd57f0ae87ba8c8fff2e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774320715"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d460b99f6d0595fc76b4e85203f96a8a809cb709e22f4d8f819f99bc3e817688_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d460b99f6d0595fc76b4e85203f96a8a809cb709e22f4d8f819f99bc3e817688_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d460b99f6d0595fc76b4e85203f96a8a809cb709e22f4d8f819f99bc3e817688_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-rhel9-operator@sha256%3Ad460b99f6d0595fc76b4e85203f96a8a809cb709e22f4d8f819f99bc3e817688?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774381265"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d82a2ea6aa1515bd56aa55ea999f91e9f688e480d615fe53bfa2c74c1071eb82_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d82a2ea6aa1515bd56aa55ea999f91e9f688e480d615fe53bfa2c74c1071eb82_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d82a2ea6aa1515bd56aa55ea999f91e9f688e480d615fe53bfa2c74c1071eb82_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-openstack-rhel9@sha256%3Ad82a2ea6aa1515bd56aa55ea999f91e9f688e480d615fe53bfa2c74c1071eb82?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774306640"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:8568a6a6dc94a45bc8feadb7ff1cccfcacd176d276568ab96f4942aeebd4938f_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:8568a6a6dc94a45bc8feadb7ff1cccfcacd176d276568ab96f4942aeebd4938f_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:8568a6a6dc94a45bc8feadb7ff1cccfcacd176d276568ab96f4942aeebd4938f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-config-rhel9-operator@sha256%3A8568a6a6dc94a45bc8feadb7ff1cccfcacd176d276568ab96f4942aeebd4938f?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774369617"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:70935aad01a4c3b9c041d22554f4d8feef7038bca871fe1d84c6b74d4d830814_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:70935aad01a4c3b9c041d22554f4d8feef7038bca871fe1d84c6b74d4d830814_s390x",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:70935aad01a4c3b9c041d22554f4d8feef7038bca871fe1d84c6b74d4d830814_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-os-images-rhel9@sha256%3A70935aad01a4c3b9c041d22554f4d8feef7038bca871fe1d84c6b74d4d830814?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774358028"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:023893e6a4a14842645d23171ad5562940fe5a25e681eb8afa278cf154f60a5a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:023893e6a4a14842645d23171ad5562940fe5a25e681eb8afa278cf154f60a5a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:023893e6a4a14842645d23171ad5562940fe5a25e681eb8afa278cf154f60a5a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-admission-controller-rhel9@sha256%3A023893e6a4a14842645d23171ad5562940fe5a25e681eb8afa278cf154f60a5a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774318735"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d92da8068e3440429fcd5a5b9f178dad1a0bb14fa3bee4849a99bfcc6674e37b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d92da8068e3440429fcd5a5b9f178dad1a0bb14fa3bee4849a99bfcc6674e37b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d92da8068e3440429fcd5a5b9f178dad1a0bb14fa3bee4849a99bfcc6674e37b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-route-override-cni-rhel9@sha256%3Ad92da8068e3440429fcd5a5b9f178dad1a0bb14fa3bee4849a99bfcc6674e37b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774320792"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:55315b85da730c2bde56b7d08c4caaad5db5bfcdc2e9f21286ec48e58fb1c64b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:55315b85da730c2bde56b7d08c4caaad5db5bfcdc2e9f21286ec48e58fb1c64b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:55315b85da730c2bde56b7d08c4caaad5db5bfcdc2e9f21286ec48e58fb1c64b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3A55315b85da730c2bde56b7d08c4caaad5db5bfcdc2e9f21286ec48e58fb1c64b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774321011"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c2c203df15e000f53388a84d8ab5affa78c4210861fcd0a28fce99c0ed86009a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c2c203df15e000f53388a84d8ab5affa78c4210861fcd0a28fce99c0ed86009a_s390x",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c2c203df15e000f53388a84d8ab5affa78c4210861fcd0a28fce99c0ed86009a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-must-gather-rhel9@sha256%3Ac2c203df15e000f53388a84d8ab5affa78c4210861fcd0a28fce99c0ed86009a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774318148"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:63efd9d23d66a2e7c754d1b921016177edec08aca034786be697c6ade7310e71_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:63efd9d23d66a2e7c754d1b921016177edec08aca034786be697c6ade7310e71_s390x",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:63efd9d23d66a2e7c754d1b921016177edec08aca034786be697c6ade7310e71_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-interface-bond-cni-rhel9@sha256%3A63efd9d23d66a2e7c754d1b921016177edec08aca034786be697c6ade7310e71?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774320785"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:05692fc0d27f1bd3a0feba7c0eff4237ef52878ca37166d92a89aaf190972aac_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:05692fc0d27f1bd3a0feba7c0eff4237ef52878ca37166d92a89aaf190972aac_s390x",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:05692fc0d27f1bd3a0feba7c0eff4237ef52878ca37166d92a89aaf190972aac_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-metrics-daemon-rhel9@sha256%3A05692fc0d27f1bd3a0feba7c0eff4237ef52878ca37166d92a89aaf190972aac?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774294418"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:0dd635595c420ee1672257b6326a193195b2d21945664e649b09c62ddcc25d7a_s390x",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:0dd635595c420ee1672257b6326a193195b2d21945664e649b09c62ddcc25d7a_s390x",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:0dd635595c420ee1672257b6326a193195b2d21945664e649b09c62ddcc25d7a_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/network-tools-rhel9@sha256%3A0dd635595c420ee1672257b6326a193195b2d21945664e649b09c62ddcc25d7a?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774431151"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:013535daeaa7ceeaa565545a98d942396a07089a96937e4960a1fc0d44a4629d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:013535daeaa7ceeaa565545a98d942396a07089a96937e4960a1fc0d44a4629d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:013535daeaa7ceeaa565545a98d942396a07089a96937e4960a1fc0d44a4629d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-apiserver-rhel9@sha256%3A013535daeaa7ceeaa565545a98d942396a07089a96937e4960a1fc0d44a4629d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774306459"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d35affa9bfe2127cbed058251d47570d65b00a8045748fe1e97670797e8cae2d_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d35affa9bfe2127cbed058251d47570d65b00a8045748fe1e97670797e8cae2d_s390x",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d35affa9bfe2127cbed058251d47570d65b00a8045748fe1e97670797e8cae2d_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-catalogd-rhel9@sha256%3Ad35affa9bfe2127cbed058251d47570d65b00a8045748fe1e97670797e8cae2d?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774318110"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:ec827ba35ddaa01c257247ce4f06ae733289364530f6b2c2d5b12a3b2959762b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:ec827ba35ddaa01c257247ce4f06ae733289364530f6b2c2d5b12a3b2959762b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:ec827ba35ddaa01c257247ce4f06ae733289364530f6b2c2d5b12a3b2959762b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-operator-controller-rhel9@sha256%3Aec827ba35ddaa01c257247ce4f06ae733289364530f6b2c2d5b12a3b2959762b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774313037"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:9264eec1243f98c37a0843baa36e78b1a88dbdd2bf602156d5f7ff4bce1cf223_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:9264eec1243f98c37a0843baa36e78b1a88dbdd2bf602156d5f7ff4bce1cf223_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:9264eec1243f98c37a0843baa36e78b1a88dbdd2bf602156d5f7ff4bce1cf223_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-apiserver-rhel9@sha256%3A9264eec1243f98c37a0843baa36e78b1a88dbdd2bf602156d5f7ff4bce1cf223?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774307903"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3d6f997f5a6832459bbe5365b533f601dde3872be09c1e96b3b2fc21951f6adf_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3d6f997f5a6832459bbe5365b533f601dde3872be09c1e96b3b2fc21951f6adf_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3d6f997f5a6832459bbe5365b533f601dde3872be09c1e96b3b2fc21951f6adf_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-controller-manager-rhel9@sha256%3A3d6f997f5a6832459bbe5365b533f601dde3872be09c1e96b3b2fc21951f6adf?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774302109"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c1b30a9d1f6908316a829b3084df67b9b8bf5043fa46060996cf259c50f62090_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c1b30a9d1f6908316a829b3084df67b9b8bf5043fa46060996cf259c50f62090_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c1b30a9d1f6908316a829b3084df67b9b8bf5043fa46060996cf259c50f62090_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9@sha256%3Ac1b30a9d1f6908316a829b3084df67b9b8bf5043fa46060996cf259c50f62090?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774320803"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:29b0d64444b1081a568d8c9354e79b60ddb1c3286f9b6dea3ab69023c11f3436_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:29b0d64444b1081a568d8c9354e79b60ddb1c3286f9b6dea3ab69023c11f3436_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:29b0d64444b1081a568d8c9354e79b60ddb1c3286f9b6dea3ab69023c11f3436_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3A29b0d64444b1081a568d8c9354e79b60ddb1c3286f9b6dea3ab69023c11f3436?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774294183"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:db97ffa52f99127907d41b6bf460299c3fff8adb69d64bd92ad371941364c374_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:db97ffa52f99127907d41b6bf460299c3fff8adb69d64bd92ad371941364c374_s390x",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:db97ffa52f99127907d41b6bf460299c3fff8adb69d64bd92ad371941364c374_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cloud-controller-manager-rhel9@sha256%3Adb97ffa52f99127907d41b6bf460299c3fff8adb69d64bd92ad371941364c374?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774320613"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:34cd79b95f2ce098b064859e38785231def795d2804c05bf7542520e9d8b596e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:34cd79b95f2ce098b064859e38785231def795d2804c05bf7542520e9d8b596e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:34cd79b95f2ce098b064859e38785231def795d2804c05bf7542520e9d8b596e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-framework-tools-rhel9@sha256%3A34cd79b95f2ce098b064859e38785231def795d2804c05bf7542520e9d8b596e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774320780"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8fb627e3f8138d9ec3c3903373502ea0d3f83c1788641f016a9de4d7e41dafb4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8fb627e3f8138d9ec3c3903373502ea0d3f83c1788641f016a9de4d7e41dafb4_s390x",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8fb627e3f8138d9ec3c3903373502ea0d3f83c1788641f016a9de4d7e41dafb4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9@sha256%3A8fb627e3f8138d9ec3c3903373502ea0d3f83c1788641f016a9de4d7e41dafb4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774307683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:62e3145facaac381967de0461a3aef63b2b6afc466dfb4e185a35aa67142b6b3_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:62e3145facaac381967de0461a3aef63b2b6afc466dfb4e185a35aa67142b6b3_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:62e3145facaac381967de0461a3aef63b2b6afc466dfb4e185a35aa67142b6b3_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-rhel9@sha256%3A62e3145facaac381967de0461a3aef63b2b6afc466dfb4e185a35aa67142b6b3?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774348276"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ae2f0cbe29206ae3ed5275bd7a0b101dac0e3bdd5520493ad4bb360e2267ca20_s390x",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ae2f0cbe29206ae3ed5275bd7a0b101dac0e3bdd5520493ad4bb360e2267ca20_s390x",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ae2f0cbe29206ae3ed5275bd7a0b101dac0e3bdd5520493ad4bb360e2267ca20_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openshift-route-controller-manager-rhel9@sha256%3Aae2f0cbe29206ae3ed5275bd7a0b101dac0e3bdd5520493ad4bb360e2267ca20?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774320565"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:51f75fec0f0343d3f68e8d4810e7588475cb0955b4793db7347d3ff466cc7f78_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:51f75fec0f0343d3f68e8d4810e7588475cb0955b4793db7347d3ff466cc7f78_s390x",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:51f75fec0f0343d3f68e8d4810e7588475cb0955b4793db7347d3ff466cc7f78_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-service-ca-rhel9-operator@sha256%3A51f75fec0f0343d3f68e8d4810e7588475cb0955b4793db7347d3ff466cc7f78?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774311620"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:362cd0740085d7b9bdfd4d10706b04b4b92ea759697c57b340698ba7fee0e063_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:362cd0740085d7b9bdfd4d10706b04b4b92ea759697c57b340698ba7fee0e063_s390x",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:362cd0740085d7b9bdfd4d10706b04b4b92ea759697c57b340698ba7fee0e063_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tools-rhel9@sha256%3A362cd0740085d7b9bdfd4d10706b04b4b92ea759697c57b340698ba7fee0e063?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774411880"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c952fd4490ac28f6bc2b39054312e85645c12d20e39ae631e35470267d8b73c4_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c952fd4490ac28f6bc2b39054312e85645c12d20e39ae631e35470267d8b73c4_s390x",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c952fd4490ac28f6bc2b39054312e85645c12d20e39ae631e35470267d8b73c4_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-microshift-rhel9@sha256%3Ac952fd4490ac28f6bc2b39054312e85645c12d20e39ae631e35470267d8b73c4?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774318191"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a454b939762af9397d7d5043d1e6070279e1a1c4240b2fc808f0e53872bc237e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a454b939762af9397d7d5043d1e6070279e1a1c4240b2fc808f0e53872bc237e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a454b939762af9397d7d5043d1e6070279e1a1c4240b2fc808f0e53872bc237e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prom-label-proxy-rhel9@sha256%3Aa454b939762af9397d7d5043d1e6070279e1a1c4240b2fc808f0e53872bc237e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774314560"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:607e95e44de20bbf0feccbd8bb58469928452e6e4f962ad088f452e0e7e6aa5e_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:607e95e44de20bbf0feccbd8bb58469928452e6e4f962ad088f452e0e7e6aa5e_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:607e95e44de20bbf0feccbd8bb58469928452e6e4f962ad088f452e0e7e6aa5e_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-config-reloader-rhel9@sha256%3A607e95e44de20bbf0feccbd8bb58469928452e6e4f962ad088f452e0e7e6aa5e?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774320635"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:28986bf93efcbdf0c2012acf8513e958ae8b32db4b649b9355b1fcf66b35038b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:28986bf93efcbdf0c2012acf8513e958ae8b32db4b649b9355b1fcf66b35038b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:28986bf93efcbdf0c2012acf8513e958ae8b32db4b649b9355b1fcf66b35038b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9-operator@sha256%3A28986bf93efcbdf0c2012acf8513e958ae8b32db4b649b9355b1fcf66b35038b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774307488"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:02b7af4ef7daa8499a24b02aea8a24c98960851864cf639e0b698b3844563a8b_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:02b7af4ef7daa8499a24b02aea8a24c98960851864cf639e0b698b3844563a8b_s390x",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:02b7af4ef7daa8499a24b02aea8a24c98960851864cf639e0b698b3844563a8b_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-operator-admission-webhook-rhel9@sha256%3A02b7af4ef7daa8499a24b02aea8a24c98960851864cf639e0b698b3844563a8b?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774319216"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:13cc747131cec81fd67e04409a69497d75a893f4b56adaaa3a1f77f1d0f3ae67_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:13cc747131cec81fd67e04409a69497d75a893f4b56adaaa3a1f77f1d0f3ae67_s390x",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:13cc747131cec81fd67e04409a69497d75a893f4b56adaaa3a1f77f1d0f3ae67_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-telemeter-rhel9@sha256%3A13cc747131cec81fd67e04409a69497d75a893f4b56adaaa3a1f77f1d0f3ae67?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774307396"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:8597574b86410624f04ebb0fa280276db1ffc676a56fbc74425e16790013ee47_s390x",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:8597574b86410624f04ebb0fa280276db1ffc676a56fbc74425e16790013ee47_s390x",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:8597574b86410624f04ebb0fa280276db1ffc676a56fbc74425e16790013ee47_s390x",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-thanos-rhel9@sha256%3A8597574b86410624f04ebb0fa280276db1ffc676a56fbc74425e16790013ee47?arch=s390x\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774318200"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:da3dc2f193bedf7af891b2123b2b25ab8ffc54ee21ce4ee4a05557b7175aef7a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:da3dc2f193bedf7af891b2123b2b25ab8ffc54ee21ce4ee4a05557b7175aef7a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:da3dc2f193bedf7af891b2123b2b25ab8ffc54ee21ce4ee4a05557b7175aef7a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9@sha256%3Ada3dc2f193bedf7af891b2123b2b25ab8ffc54ee21ce4ee4a05557b7175aef7a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774276966"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:f47af1eb3413e739f7e219ea89dfa0f09bc31f18a771e49ad36b32f8219d9112_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:f47af1eb3413e739f7e219ea89dfa0f09bc31f18a771e49ad36b32f8219d9112_ppc64le",
"product_id": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:f47af1eb3413e739f7e219ea89dfa0f09bc31f18a771e49ad36b32f8219d9112_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/aws-kms-encryption-provider-rhel9@sha256%3Af47af1eb3413e739f7e219ea89dfa0f09bc31f18a771e49ad36b32f8219d9112?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774318105"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a4116b2262af10fc2c7fc40800501add9f5a9c671907f3eee75cbfaa37d47263_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a4116b2262af10fc2c7fc40800501add9f5a9c671907f3eee75cbfaa37d47263_ppc64le",
"product_id": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a4116b2262af10fc2c7fc40800501add9f5a9c671907f3eee75cbfaa37d47263_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/azure-kms-encryption-provider-rhel9@sha256%3Aa4116b2262af10fc2c7fc40800501add9f5a9c671907f3eee75cbfaa37d47263?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774318143"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:98a06124ecb76ea1e4d88de6b1532b2c8c6a7f554d1d25b946258b2d2e274649_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:98a06124ecb76ea1e4d88de6b1532b2c8c6a7f554d1d25b946258b2d2e274649_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:98a06124ecb76ea1e4d88de6b1532b2c8c6a7f554d1d25b946258b2d2e274649_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-machine-controllers-rhel9@sha256%3A98a06124ecb76ea1e4d88de6b1532b2c8c6a7f554d1d25b946258b2d2e274649?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774318170"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9dd8eb511b9258dd6e6e2edf03a6e6d64c1bf8a5422c173cd0b0d9e1b2cd1734_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9dd8eb511b9258dd6e6e2edf03a6e6d64c1bf8a5422c173cd0b0d9e1b2cd1734_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9dd8eb511b9258dd6e6e2edf03a6e6d64c1bf8a5422c173cd0b0d9e1b2cd1734_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-runtimecfg-rhel9@sha256%3A9dd8eb511b9258dd6e6e2edf03a6e6d64c1bf8a5422c173cd0b0d9e1b2cd1734?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774318168"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a21c60cfbdd3b771f448a09b89c09f0992008625caa9fa60c5f9cfdc7d49e457_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a21c60cfbdd3b771f448a09b89c09f0992008625caa9fa60c5f9cfdc7d49e457_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a21c60cfbdd3b771f448a09b89c09f0992008625caa9fa60c5f9cfdc7d49e457_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-etcd-rhel9-operator@sha256%3Aa21c60cfbdd3b771f448a09b89c09f0992008625caa9fa60c5f9cfdc7d49e457?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774306868"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:66a2823e0f80a885f64cdff57291c2d6af6fd0c117c2d033b372be28b0755b2b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:66a2823e0f80a885f64cdff57291c2d6af6fd0c117c2d033b372be28b0755b2b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:66a2823e0f80a885f64cdff57291c2d6af6fd0c117c2d033b372be28b0755b2b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-monitoring-rhel9-operator@sha256%3A66a2823e0f80a885f64cdff57291c2d6af6fd0c117c2d033b372be28b0755b2b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774306803"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:93cc886509cfbf78ce38eec32119b47cca28aaf3b43a254a1deacdd86de5e877_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:93cc886509cfbf78ce38eec32119b47cca28aaf3b43a254a1deacdd86de5e877_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:93cc886509cfbf78ce38eec32119b47cca28aaf3b43a254a1deacdd86de5e877_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-network-rhel9-operator@sha256%3A93cc886509cfbf78ce38eec32119b47cca28aaf3b43a254a1deacdd86de5e877?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774306729"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:155ff7585ebff390dec5a0ee00bcea904cde275e165ac634b2083c1fec868a18_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:155ff7585ebff390dec5a0ee00bcea904cde275e165ac634b2083c1fec868a18_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:155ff7585ebff390dec5a0ee00bcea904cde275e165ac634b2083c1fec868a18_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-node-tuning-rhel9-operator@sha256%3A155ff7585ebff390dec5a0ee00bcea904cde275e165ac634b2083c1fec868a18?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774418348"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:fb7ecb21f68557f92a912f0cabea1719fd8969638e16f22c5c89d433168f3ade_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:fb7ecb21f68557f92a912f0cabea1719fd8969638e16f22c5c89d433168f3ade_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:fb7ecb21f68557f92a912f0cabea1719fd8969638e16f22c5c89d433168f3ade_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-policy-controller-rhel9@sha256%3Afb7ecb21f68557f92a912f0cabea1719fd8969638e16f22c5c89d433168f3ade?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774319331"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:15a34ce98242d87b27bcb7a2ff5f8a3426766e31e4aa8dd21280a94a0dd5de07_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:15a34ce98242d87b27bcb7a2ff5f8a3426766e31e4aa8dd21280a94a0dd5de07_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:15a34ce98242d87b27bcb7a2ff5f8a3426766e31e4aa8dd21280a94a0dd5de07_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-storage-rhel9-operator@sha256%3A15a34ce98242d87b27bcb7a2ff5f8a3426766e31e4aa8dd21280a94a0dd5de07?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774314844"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ef060678c540f10ecb261b29b6674be6d3830c7ed0e51f221256fb09130b4dcb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ef060678c540f10ecb261b29b6674be6d3830c7ed0e51f221256fb09130b4dcb_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ef060678c540f10ecb261b29b6674be6d3830c7ed0e51f221256fb09130b4dcb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-version-rhel9-operator@sha256%3Aef060678c540f10ecb261b29b6674be6d3830c7ed0e51f221256fb09130b4dcb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774318118"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:37afefb255d2e64fe5d72f6d32a3e4a55684b658b114dd341689ef0dd4cefb9b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:37afefb255d2e64fe5d72f6d32a3e4a55684b658b114dd341689ef0dd4cefb9b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:37afefb255d2e64fe5d72f6d32a3e4a55684b658b114dd341689ef0dd4cefb9b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-configmap-reloader-rhel9@sha256%3A37afefb255d2e64fe5d72f6d32a3e4a55684b658b114dd341689ef0dd4cefb9b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774300797"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2edfc9e18f365bf2ffecd7ad45b5693b493de472fe7abffe73ff4375bc6d2af1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2edfc9e18f365bf2ffecd7ad45b5693b493de472fe7abffe73ff4375bc6d2af1_ppc64le",
"product_id": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2edfc9e18f365bf2ffecd7ad45b5693b493de472fe7abffe73ff4375bc6d2af1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/container-networking-plugins-microshift-rhel9@sha256%3A2edfc9e18f365bf2ffecd7ad45b5693b493de472fe7abffe73ff4375bc6d2af1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774318209"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:9848cc582e21d833e5d5ce00a0655abf37173bccbf944e192510b3373510d81c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:9848cc582e21d833e5d5ce00a0655abf37173bccbf944e192510b3373510d81c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:9848cc582e21d833e5d5ce00a0655abf37173bccbf944e192510b3373510d81c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-coredns-rhel9@sha256%3A9848cc582e21d833e5d5ce00a0655abf37173bccbf944e192510b3373510d81c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774311205"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:be9f4891181cd1b58aa9a3fa7a0d26dc3a382e9dda02744b06a1cd7d806ed6cf_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:be9f4891181cd1b58aa9a3fa7a0d26dc3a382e9dda02744b06a1cd7d806ed6cf_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:be9f4891181cd1b58aa9a3fa7a0d26dc3a382e9dda02744b06a1cd7d806ed6cf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-attacher-rhel9@sha256%3Abe9f4891181cd1b58aa9a3fa7a0d26dc3a382e9dda02744b06a1cd7d806ed6cf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774310527"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:08fef794d449fdc5f89da613254f8d8cc2512bffcd5a8f289a7bd8cce9f8660f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:08fef794d449fdc5f89da613254f8d8cc2512bffcd5a8f289a7bd8cce9f8660f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:08fef794d449fdc5f89da613254f8d8cc2512bffcd5a8f289a7bd8cce9f8660f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-manila-rhel9@sha256%3A08fef794d449fdc5f89da613254f8d8cc2512bffcd5a8f289a7bd8cce9f8660f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774286681"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:3d594065a138374b4efe911a3e4619baf1d888272607e83e4f614e8c3e48d2f0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:3d594065a138374b4efe911a3e4619baf1d888272607e83e4f614e8c3e48d2f0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:3d594065a138374b4efe911a3e4619baf1d888272607e83e4f614e8c3e48d2f0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-manila-rhel9-operator@sha256%3A3d594065a138374b4efe911a3e4619baf1d888272607e83e4f614e8c3e48d2f0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774287236"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:2ab98db3bd54d97694587693c196944eedb77866bf2dc9fa70e6d186c0eadb34_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:2ab98db3bd54d97694587693c196944eedb77866bf2dc9fa70e6d186c0eadb34_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:2ab98db3bd54d97694587693c196944eedb77866bf2dc9fa70e6d186c0eadb34_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-nfs-rhel9@sha256%3A2ab98db3bd54d97694587693c196944eedb77866bf2dc9fa70e6d186c0eadb34?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774287798"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:da71d08bba2b937f4111e6d773765da8379043335d83e600743608bc4c3b7580_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:da71d08bba2b937f4111e6d773765da8379043335d83e600743608bc4c3b7580_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:da71d08bba2b937f4111e6d773765da8379043335d83e600743608bc4c3b7580_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-livenessprobe-rhel9@sha256%3Ada71d08bba2b937f4111e6d773765da8379043335d83e600743608bc4c3b7580?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774318105"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4c802a4f273a7d7752c93b18c27e264cd373dd989797d1f9b970ae368bfbed90_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4c802a4f273a7d7752c93b18c27e264cd373dd989797d1f9b970ae368bfbed90_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4c802a4f273a7d7752c93b18c27e264cd373dd989797d1f9b970ae368bfbed90_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-node-driver-registrar-rhel9@sha256%3A4c802a4f273a7d7752c93b18c27e264cd373dd989797d1f9b970ae368bfbed90?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774318098"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:cc2921b6468b77227e9f210589f07cf458eced2ef0260582d0a1a4b8f9b7a613_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:cc2921b6468b77227e9f210589f07cf458eced2ef0260582d0a1a4b8f9b7a613_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:cc2921b6468b77227e9f210589f07cf458eced2ef0260582d0a1a4b8f9b7a613_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-provisioner-rhel9@sha256%3Acc2921b6468b77227e9f210589f07cf458eced2ef0260582d0a1a4b8f9b7a613?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774294292"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:881e89459149105fad3a737087f34ba6a0bed3d933bb73e4d1943a36d21a1f55_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:881e89459149105fad3a737087f34ba6a0bed3d933bb73e4d1943a36d21a1f55_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:881e89459149105fad3a737087f34ba6a0bed3d933bb73e4d1943a36d21a1f55_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-snapshot-validation-webhook-rhel9@sha256%3A881e89459149105fad3a737087f34ba6a0bed3d933bb73e4d1943a36d21a1f55?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774306813"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:81e7e1cb47cdbab3a46bf8bb0ebcdd218f46aaa94236ef250fef0fd143c9204c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:81e7e1cb47cdbab3a46bf8bb0ebcdd218f46aaa94236ef250fef0fd143c9204c_ppc64le",
"product_id": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:81e7e1cb47cdbab3a46bf8bb0ebcdd218f46aaa94236ef250fef0fd143c9204c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/driver-toolkit-rhel9@sha256%3A81e7e1cb47cdbab3a46bf8bb0ebcdd218f46aaa94236ef250fef0fd143c9204c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774301458"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0b26257250fe3542640ce1a4f5ca71f90294c307eeb477f1d1e4d61e3ef233b2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0b26257250fe3542640ce1a4f5ca71f90294c307eeb477f1d1e4d61e3ef233b2_ppc64le",
"product_id": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0b26257250fe3542640ce1a4f5ca71f90294c307eeb477f1d1e4d61e3ef233b2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/egress-router-cni-rhel9@sha256%3A0b26257250fe3542640ce1a4f5ca71f90294c307eeb477f1d1e4d61e3ef233b2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774320771"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7e83a01469262e046bc98732e0e7ce4d71af991288d31155a9379d967ffb52fd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7e83a01469262e046bc98732e0e7ce4d71af991288d31155a9379d967ffb52fd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7e83a01469262e046bc98732e0e7ce4d71af991288d31155a9379d967ffb52fd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-workload-identity-federation-webhook-rhel9@sha256%3A7e83a01469262e046bc98732e0e7ce4d71af991288d31155a9379d967ffb52fd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774311322"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:476af4f8d17ec9fa6bdfbfbac2904244c4d51432b67f111ef0cf4a37ace9a86a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:476af4f8d17ec9fa6bdfbfbac2904244c4d51432b67f111ef0cf4a37ace9a86a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:476af4f8d17ec9fa6bdfbfbac2904244c4d51432b67f111ef0cf4a37ace9a86a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-proxy-rhel9@sha256%3A476af4f8d17ec9fa6bdfbfbac2904244c4d51432b67f111ef0cf4a37ace9a86a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774276952"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b2e943bd3add974a8511a316f526d92d0ac1e2a0755acdb49770728984abe2a4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b2e943bd3add974a8511a316f526d92d0ac1e2a0755acdb49770728984abe2a4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b2e943bd3add974a8511a316f526d92d0ac1e2a0755acdb49770728984abe2a4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-alertmanager-rhel9@sha256%3Ab2e943bd3add974a8511a316f526d92d0ac1e2a0755acdb49770728984abe2a4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774311551"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:c00947fa5cc8fa1abc26adf7cf8acfd4336e1aac0f1007133b8c6440a8148a1d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:c00947fa5cc8fa1abc26adf7cf8acfd4336e1aac0f1007133b8c6440a8148a1d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:c00947fa5cc8fa1abc26adf7cf8acfd4336e1aac0f1007133b8c6440a8148a1d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-node-exporter-rhel9@sha256%3Ac00947fa5cc8fa1abc26adf7cf8acfd4336e1aac0f1007133b8c6440a8148a1d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774294099"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:a7ab888801a85e65a01acf68805744b7f6a1ca713c329629370b0fe0a40c359d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:a7ab888801a85e65a01acf68805744b7f6a1ca713c329629370b0fe0a40c359d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:a7ab888801a85e65a01acf68805744b7f6a1ca713c329629370b0fe0a40c359d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9@sha256%3Aa7ab888801a85e65a01acf68805744b7f6a1ca713c329629370b0fe0a40c359d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774306809"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4aad374a238a0306aa63cbde5a29bb75d5b80d2c691558a1b384cc6b1de706ce_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4aad374a238a0306aa63cbde5a29bb75d5b80d2c691558a1b384cc6b1de706ce_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4aad374a238a0306aa63cbde5a29bb75d5b80d2c691558a1b384cc6b1de706ce_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hypershift-rhel9@sha256%3A4aad374a238a0306aa63cbde5a29bb75d5b80d2c691558a1b384cc6b1de706ce?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774294539"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:bee322f686572e00dc5c6d7076de1db0034a26cbe44e0f9276b394718d6c191f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:bee322f686572e00dc5c6d7076de1db0034a26cbe44e0f9276b394718d6c191f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:bee322f686572e00dc5c6d7076de1db0034a26cbe44e0f9276b394718d6c191f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-proxy-rhel9@sha256%3Abee322f686572e00dc5c6d7076de1db0034a26cbe44e0f9276b394718d6c191f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774319218"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:c5ae19ec61f3c9cdae0db38b1aaa03838d421f9d4473fda4e52255cae97a2fdb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:c5ae19ec61f3c9cdae0db38b1aaa03838d421f9d4473fda4e52255cae97a2fdb_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:c5ae19ec61f3c9cdae0db38b1aaa03838d421f9d4473fda4e52255cae97a2fdb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-rbac-proxy-rhel9@sha256%3Ac5ae19ec61f3c9cdae0db38b1aaa03838d421f9d4473fda4e52255cae97a2fdb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774307649"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e67d6086ada10c96051bcbf4eb7414c407832de86a8e2d89364ae0d85a883982_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e67d6086ada10c96051bcbf4eb7414c407832de86a8e2d89364ae0d85a883982_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e67d6086ada10c96051bcbf4eb7414c407832de86a8e2d89364ae0d85a883982_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-state-metrics-rhel9@sha256%3Ae67d6086ada10c96051bcbf4eb7414c407832de86a8e2d89364ae0d85a883982?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774311694"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3646bf2e6bce49c01198dfb2a1f67371ad1f20b48cffbd7fd8f652cb9b215ae2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3646bf2e6bce49c01198dfb2a1f67371ad1f20b48cffbd7fd8f652cb9b215ae2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3646bf2e6bce49c01198dfb2a1f67371ad1f20b48cffbd7fd8f652cb9b215ae2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-marketplace-rhel9@sha256%3A3646bf2e6bce49c01198dfb2a1f67371ad1f20b48cffbd7fd8f652cb9b215ae2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774306881"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:adc440a9129c3c9baf62a3f961179c843f6e68a06cef4f64a64e2a8cf7493d8d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:adc440a9129c3c9baf62a3f961179c843f6e68a06cef4f64a64e2a8cf7493d8d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:adc440a9129c3c9baf62a3f961179c843f6e68a06cef4f64a64e2a8cf7493d8d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-monitoring-plugin-rhel9@sha256%3Aadc440a9129c3c9baf62a3f961179c843f6e68a06cef4f64a64e2a8cf7493d8d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774474908"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5839764d395594b922ad989a3fcc5bab129eb919d2430442390cdd7e95229219_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5839764d395594b922ad989a3fcc5bab129eb919d2430442390cdd7e95229219_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5839764d395594b922ad989a3fcc5bab129eb919d2430442390cdd7e95229219_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-rhel9@sha256%3A5839764d395594b922ad989a3fcc5bab129eb919d2430442390cdd7e95229219?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774381073"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:2c96cb9ede1464bcdb2aa65b23d5c317050c99a9c7674b217301a84734b7fd88_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:2c96cb9ede1464bcdb2aa65b23d5c317050c99a9c7674b217301a84734b7fd88_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:2c96cb9ede1464bcdb2aa65b23d5c317050c99a9c7674b217301a84734b7fd88_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-cni-microshift-rhel9@sha256%3A2c96cb9ede1464bcdb2aa65b23d5c317050c99a9c7674b217301a84734b7fd88?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774381158"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:0c1f5188f4e79b0c508dbef9f9f6fa5c658aec17a66dcb14b23008d112aeb6a0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:0c1f5188f4e79b0c508dbef9f9f6fa5c658aec17a66dcb14b23008d112aeb6a0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:0c1f5188f4e79b0c508dbef9f9f6fa5c658aec17a66dcb14b23008d112aeb6a0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-networkpolicy-rhel9@sha256%3A0c1f5188f4e79b0c508dbef9f9f6fa5c658aec17a66dcb14b23008d112aeb6a0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774320808"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:599fdac73334d243b4d362b2a752f184f303aec12e4426ff08b1b4a6fca0380b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:599fdac73334d243b4d362b2a752f184f303aec12e4426ff08b1b4a6fca0380b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:599fdac73334d243b4d362b2a752f184f303aec12e4426ff08b1b4a6fca0380b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-networking-console-plugin-rhel9@sha256%3A599fdac73334d243b4d362b2a752f184f303aec12e4426ff08b1b4a6fca0380b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774459621"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f0544c40f7c610e45782d6a757343822cee131b745ae6ab4aad4b878994ce8eb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f0544c40f7c610e45782d6a757343822cee131b745ae6ab4aad4b878994ce8eb_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f0544c40f7c610e45782d6a757343822cee131b745ae6ab4aad4b878994ce8eb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-server-rhel9@sha256%3Af0544c40f7c610e45782d6a757343822cee131b745ae6ab4aad4b878994ce8eb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774305977"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:fa2d95a06de233147317ad93109aa809f5487e74748550e40f4189e8aeb5f50c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:fa2d95a06de233147317ad93109aa809f5487e74748550e40f4189e8aeb5f50c_ppc64le",
"product_id": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:fa2d95a06de233147317ad93109aa809f5487e74748550e40f4189e8aeb5f50c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/oc-mirror-plugin-rhel9@sha256%3Afa2d95a06de233147317ad93109aa809f5487e74748550e40f4189e8aeb5f50c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774320924"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:806bb2fe904f03bdd46f5e7fd0da4e8c27badc7a363a034a896bb3c9331c565f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:806bb2fe904f03bdd46f5e7fd0da4e8c27badc7a363a034a896bb3c9331c565f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:806bb2fe904f03bdd46f5e7fd0da4e8c27badc7a363a034a896bb3c9331c565f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-builder-rhel9@sha256%3A806bb2fe904f03bdd46f5e7fd0da4e8c27badc7a363a034a896bb3c9331c565f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774397488"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:401e7eda5905ff108ac067119245fe3684e50e736737b350baa06ea6fb2b7174_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:401e7eda5905ff108ac067119245fe3684e50e736737b350baa06ea6fb2b7174_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:401e7eda5905ff108ac067119245fe3684e50e736737b350baa06ea6fb2b7174_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-rhel9@sha256%3A401e7eda5905ff108ac067119245fe3684e50e736737b350baa06ea6fb2b7174?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774301136"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:814fd188f5a532065135552df55e4c55fbf9952ba35f93ec6f4f22a4da2a43aa_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:814fd188f5a532065135552df55e4c55fbf9952ba35f93ec6f4f22a4da2a43aa_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:814fd188f5a532065135552df55e4c55fbf9952ba35f93ec6f4f22a4da2a43aa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9@sha256%3A814fd188f5a532065135552df55e4c55fbf9952ba35f93ec6f4f22a4da2a43aa?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774459872"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:825963b5f6aeaab80cc3c6a3c173b588263b6a9ed2e481c06d42a229d18b40b8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:825963b5f6aeaab80cc3c6a3c173b588263b6a9ed2e481c06d42a229d18b40b8_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:825963b5f6aeaab80cc3c6a3c173b588263b6a9ed2e481c06d42a229d18b40b8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-console-rhel9-operator@sha256%3A825963b5f6aeaab80cc3c6a3c173b588263b6a9ed2e481c06d42a229d18b40b8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774318619"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ca76d72ac426b6a7fcf59fb99a3fabee6c5ad3e0095e75dec3a06194fda37740_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ca76d72ac426b6a7fcf59fb99a3fabee6c5ad3e0095e75dec3a06194fda37740_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ca76d72ac426b6a7fcf59fb99a3fabee6c5ad3e0095e75dec3a06194fda37740_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-deployer-rhel9@sha256%3Aca76d72ac426b6a7fcf59fb99a3fabee6c5ad3e0095e75dec3a06194fda37740?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774318059"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1638b6de2276e53fd93970eecb2bebc56c34ffc099eda9bfcb02dfd10eb07be7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1638b6de2276e53fd93970eecb2bebc56c34ffc099eda9bfcb02dfd10eb07be7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1638b6de2276e53fd93970eecb2bebc56c34ffc099eda9bfcb02dfd10eb07be7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-haproxy-router-rhel9@sha256%3A1638b6de2276e53fd93970eecb2bebc56c34ffc099eda9bfcb02dfd10eb07be7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774348454"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4aa259c5fe5a5f92f61775e842ee7aa66fa29d6b75c2b67cccc8900b08b8e96d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4aa259c5fe5a5f92f61775e842ee7aa66fa29d6b75c2b67cccc8900b08b8e96d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4aa259c5fe5a5f92f61775e842ee7aa66fa29d6b75c2b67cccc8900b08b8e96d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-hyperkube-rhel9@sha256%3A4aa259c5fe5a5f92f61775e842ee7aa66fa29d6b75c2b67cccc8900b08b8e96d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774319378"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:31bd9ee7e75b32542cf78d1cb12d254a93cf9623e00e5649c016bbf32b8dee04_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:31bd9ee7e75b32542cf78d1cb12d254a93cf9623e00e5649c016bbf32b8dee04_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:31bd9ee7e75b32542cf78d1cb12d254a93cf9623e00e5649c016bbf32b8dee04_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-keepalived-ipfailover-rhel9@sha256%3A31bd9ee7e75b32542cf78d1cb12d254a93cf9623e00e5649c016bbf32b8dee04?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774300461"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f5bc9a28cb8d0bbae97b39548ab6688a31dfe2b23b8d3a52da3bb397f6aa8b31_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f5bc9a28cb8d0bbae97b39548ab6688a31dfe2b23b8d3a52da3bb397f6aa8b31_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f5bc9a28cb8d0bbae97b39548ab6688a31dfe2b23b8d3a52da3bb397f6aa8b31_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-pod-rhel9@sha256%3Af5bc9a28cb8d0bbae97b39548ab6688a31dfe2b23b8d3a52da3bb397f6aa8b31?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774369557"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:cb741e1ce964c52ad3d7c373dcb2b2cf0292fae1c857f71cbec4485e0b1e3270_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:cb741e1ce964c52ad3d7c373dcb2b2cf0292fae1c857f71cbec4485e0b1e3270_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:cb741e1ce964c52ad3d7c373dcb2b2cf0292fae1c857f71cbec4485e0b1e3270_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-docker-registry-rhel9@sha256%3Acb741e1ce964c52ad3d7c373dcb2b2cf0292fae1c857f71cbec4485e0b1e3270?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774306032"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:eb13074eecb1627bef4ca2cb0dde1116ca08cba2adcafe089e898236bb37dbaa_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:eb13074eecb1627bef4ca2cb0dde1116ca08cba2adcafe089e898236bb37dbaa_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:eb13074eecb1627bef4ca2cb0dde1116ca08cba2adcafe089e898236bb37dbaa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tests-rhel9@sha256%3Aeb13074eecb1627bef4ca2cb0dde1116ca08cba2adcafe089e898236bb37dbaa?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774431230"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b4ffd4fcb95ed73bc3689988214a2e4210233143e0ba4f123ceb4c2ca14821b5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b4ffd4fcb95ed73bc3689988214a2e4210233143e0ba4f123ceb4c2ca14821b5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b4ffd4fcb95ed73bc3689988214a2e4210233143e0ba4f123ceb4c2ca14821b5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-state-metrics-rhel9@sha256%3Ab4ffd4fcb95ed73bc3689988214a2e4210233143e0ba4f123ceb4c2ca14821b5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774312126"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a39da3d53b8b927594c3f5c3a5dfcea689f2b75091209c0cc36b18e1426fab20_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a39da3d53b8b927594c3f5c3a5dfcea689f2b75091209c0cc36b18e1426fab20_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a39da3d53b8b927594c3f5c3a5dfcea689f2b75091209c0cc36b18e1426fab20_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cluster-api-controllers-rhel9@sha256%3Aa39da3d53b8b927594c3f5c3a5dfcea689f2b75091209c0cc36b18e1426fab20?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774313037"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:154143883875b88eb144b77d13d5e9f750cd8e020af720a7bc6a2e6dc252a260_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:154143883875b88eb144b77d13d5e9f750cd8e020af720a7bc6a2e6dc252a260_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:154143883875b88eb144b77d13d5e9f750cd8e020af720a7bc6a2e6dc252a260_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-lifecycle-manager-rhel9@sha256%3A154143883875b88eb144b77d13d5e9f750cd8e020af720a7bc6a2e6dc252a260?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774307404"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3ba301cdb9ac46c11853c61812596ac905e94f15172df53cf352a693ea5a0a6a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3ba301cdb9ac46c11853c61812596ac905e94f15172df53cf352a693ea5a0a6a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3ba301cdb9ac46c11853c61812596ac905e94f15172df53cf352a693ea5a0a6a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-registry-rhel9@sha256%3A3ba301cdb9ac46c11853c61812596ac905e94f15172df53cf352a693ea5a0a6a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774294306"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:54c3ecb1fecd80a81cd667f5edb968c62381bd2ddb659255cfd861dc0a8e0a9e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:54c3ecb1fecd80a81cd667f5edb968c62381bd2ddb659255cfd861dc0a8e0a9e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:54c3ecb1fecd80a81cd667f5edb968c62381bd2ddb659255cfd861dc0a8e0a9e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-api-server-rhel9@sha256%3A54c3ecb1fecd80a81cd667f5edb968c62381bd2ddb659255cfd861dc0a8e0a9e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774397707"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6c1df1bd921b4b6fb22f9db19a2c69ef5fd98d231fff3869a22442b36dec0ffa_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6c1df1bd921b4b6fb22f9db19a2c69ef5fd98d231fff3869a22442b36dec0ffa_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6c1df1bd921b4b6fb22f9db19a2c69ef5fd98d231fff3869a22442b36dec0ffa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-csr-approver-rhel9@sha256%3A6c1df1bd921b4b6fb22f9db19a2c69ef5fd98d231fff3869a22442b36dec0ffa?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774319218"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:bc92d21475ba5fd3d2292c5f386328bbbd237b92ab7288d3709229ece5b811e1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:bc92d21475ba5fd3d2292c5f386328bbbd237b92ab7288d3709229ece5b811e1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:bc92d21475ba5fd3d2292c5f386328bbbd237b92ab7288d3709229ece5b811e1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-node-agent-rhel9@sha256%3Abc92d21475ba5fd3d2292c5f386328bbbd237b92ab7288d3709229ece5b811e1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774319944"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e2a33d8b21d3c833d9de1d6472e958b67ae7c6583e326b90ba51a2e1992d4924_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e2a33d8b21d3c833d9de1d6472e958b67ae7c6583e326b90ba51a2e1992d4924_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e2a33d8b21d3c833d9de1d6472e958b67ae7c6583e326b90ba51a2e1992d4924_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-orchestrator-rhel9@sha256%3Ae2a33d8b21d3c833d9de1d6472e958b67ae7c6583e326b90ba51a2e1992d4924?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774306168"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f4f10a1f9554ad0aaa4fb9dbc97dc9d6b1b27af1ca3810731468b0c458b86a98_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f4f10a1f9554ad0aaa4fb9dbc97dc9d6b1b27af1ca3810731468b0c458b86a98_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f4f10a1f9554ad0aaa4fb9dbc97dc9d6b1b27af1ca3810731468b0c458b86a98_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-agent-installer-utils-rhel9@sha256%3Af4f10a1f9554ad0aaa4fb9dbc97dc9d6b1b27af1ca3810731468b0c458b86a98?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774307332"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fbbf71963f1f9fe061819fd07e90df13d27347f2854720be55d4ee453b6b60f0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fbbf71963f1f9fe061819fd07e90df13d27347f2854720be55d4ee453b6b60f0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fbbf71963f1f9fe061819fd07e90df13d27347f2854720be55d4ee453b6b60f0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-apiserver-network-proxy-rhel9@sha256%3Afbbf71963f1f9fe061819fd07e90df13d27347f2854720be55d4ee453b6b60f0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774294497"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d46b24f503b741f3c919cf2f30409342310e3b2d6110b043128ae5d496219c96_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d46b24f503b741f3c919cf2f30409342310e3b2d6110b043128ae5d496219c96_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d46b24f503b741f3c919cf2f30409342310e3b2d6110b043128ae5d496219c96_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-cluster-api-controllers-rhel9@sha256%3Ad46b24f503b741f3c919cf2f30409342310e3b2d6110b043128ae5d496219c96?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774320739"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f421d2c61baf1f196a5386d02b56b72593ab557a99c1ac61fd99d324a8bba3f9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f421d2c61baf1f196a5386d02b56b72593ab557a99c1ac61fd99d324a8bba3f9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f421d2c61baf1f196a5386d02b56b72593ab557a99c1ac61fd99d324a8bba3f9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-installer-rhel9@sha256%3Af421d2c61baf1f196a5386d02b56b72593ab557a99c1ac61fd99d324a8bba3f9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774349204"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:8b30cda549756767ad42a0486cd2987e13eb28078ae00996076a2c4e52ec50e9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:8b30cda549756767ad42a0486cd2987e13eb28078ae00996076a2c4e52ec50e9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:8b30cda549756767ad42a0486cd2987e13eb28078ae00996076a2c4e52ec50e9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-baremetal-rhel9-operator@sha256%3A8b30cda549756767ad42a0486cd2987e13eb28078ae00996076a2c4e52ec50e9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774320636"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:304b520b8986da52f9f1f175672f6acb79119085841fd0ff0fa9754e8f22b34a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:304b520b8986da52f9f1f175672f6acb79119085841fd0ff0fa9754e8f22b34a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:304b520b8986da52f9f1f175672f6acb79119085841fd0ff0fa9754e8f22b34a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cli-artifacts-rhel9@sha256%3A304b520b8986da52f9f1f175672f6acb79119085841fd0ff0fa9754e8f22b34a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774381217"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1a369e0372bdde7ee5ec7ad647d30e6fd9747904580cd025ef0e20e1309080b3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1a369e0372bdde7ee5ec7ad647d30e6fd9747904580cd025ef0e20e1309080b3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1a369e0372bdde7ee5ec7ad647d30e6fd9747904580cd025ef0e20e1309080b3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cloud-credential-rhel9-operator@sha256%3A1a369e0372bdde7ee5ec7ad647d30e6fd9747904580cd025ef0e20e1309080b3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774294437"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:94c42af9dd8afefe53de729d8ec8b5f9103cdd7f80c96999b2863bfed030cfcd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:94c42af9dd8afefe53de729d8ec8b5f9103cdd7f80c96999b2863bfed030cfcd_ppc64le",
"product_id": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:94c42af9dd8afefe53de729d8ec8b5f9103cdd7f80c96999b2863bfed030cfcd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/cloud-network-config-controller-rhel9@sha256%3A94c42af9dd8afefe53de729d8ec8b5f9103cdd7f80c96999b2863bfed030cfcd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774307413"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:922cfbcfa109c304f82be7edd274534d18f9e2c7fe036e9b078ef40dbaf5659a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:922cfbcfa109c304f82be7edd274534d18f9e2c7fe036e9b078ef40dbaf5659a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:922cfbcfa109c304f82be7edd274534d18f9e2c7fe036e9b078ef40dbaf5659a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-api-rhel9@sha256%3A922cfbcfa109c304f82be7edd274534d18f9e2c7fe036e9b078ef40dbaf5659a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774319438"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fafdde0ddc3752811000a0b64826ec60715a45f09b79aae8aae637b6a50f3c23_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fafdde0ddc3752811000a0b64826ec60715a45f09b79aae8aae637b6a50f3c23_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fafdde0ddc3752811000a0b64826ec60715a45f09b79aae8aae637b6a50f3c23_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-authentication-rhel9-operator@sha256%3Afafdde0ddc3752811000a0b64826ec60715a45f09b79aae8aae637b6a50f3c23?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774314553"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:9461ea9cf5c260411a69b6b39c5dd4048c592f234cc24d481561d90fffbaf1bd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:9461ea9cf5c260411a69b6b39c5dd4048c592f234cc24d481561d90fffbaf1bd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:9461ea9cf5c260411a69b6b39c5dd4048c592f234cc24d481561d90fffbaf1bd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-autoscaler-rhel9-operator@sha256%3A9461ea9cf5c260411a69b6b39c5dd4048c592f234cc24d481561d90fffbaf1bd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774311813"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:eff2753dce033753b4687d9eb031bafad6c3bc1e1dd941de90baa0322bf14496_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:eff2753dce033753b4687d9eb031bafad6c3bc1e1dd941de90baa0322bf14496_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:eff2753dce033753b4687d9eb031bafad6c3bc1e1dd941de90baa0322bf14496_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-baremetal-operator-rhel9@sha256%3Aeff2753dce033753b4687d9eb031bafad6c3bc1e1dd941de90baa0322bf14496?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774318089"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:acd10e1026c3bcbe1effdad4d96922661418e8660dbb0e8e97fb69b3df8a3578_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:acd10e1026c3bcbe1effdad4d96922661418e8660dbb0e8e97fb69b3df8a3578_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:acd10e1026c3bcbe1effdad4d96922661418e8660dbb0e8e97fb69b3df8a3578_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-bootstrap-rhel9@sha256%3Aacd10e1026c3bcbe1effdad4d96922661418e8660dbb0e8e97fb69b3df8a3578?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774319589"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1d83bebcaaf20c68ec4705bec480e45b4a69d8323d118a7fe4812b491ea940f0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1d83bebcaaf20c68ec4705bec480e45b4a69d8323d118a7fe4812b491ea940f0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1d83bebcaaf20c68ec4705bec480e45b4a69d8323d118a7fe4812b491ea940f0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-capi-rhel9-operator@sha256%3A1d83bebcaaf20c68ec4705bec480e45b4a69d8323d118a7fe4812b491ea940f0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774319736"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:8a408e4ad9cf59aaf87b0c0c97d3e66c4339943d810da2703cb4d0a946ac036d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:8a408e4ad9cf59aaf87b0c0c97d3e66c4339943d810da2703cb4d0a946ac036d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:8a408e4ad9cf59aaf87b0c0c97d3e66c4339943d810da2703cb4d0a946ac036d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-cloud-controller-manager-rhel9-operator@sha256%3A8a408e4ad9cf59aaf87b0c0c97d3e66c4339943d810da2703cb4d0a946ac036d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774319674"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a18cc97e985023b176af5daad9cfe50eee25bc7e5ef657d20c17aadda7a76c35_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a18cc97e985023b176af5daad9cfe50eee25bc7e5ef657d20c17aadda7a76c35_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a18cc97e985023b176af5daad9cfe50eee25bc7e5ef657d20c17aadda7a76c35_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-api-rhel9@sha256%3Aa18cc97e985023b176af5daad9cfe50eee25bc7e5ef657d20c17aadda7a76c35?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774307422"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:c6b897cbd33e4d897a44ff05e5a2f7093a5fe930fc249901baff8a28a015c408_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:c6b897cbd33e4d897a44ff05e5a2f7093a5fe930fc249901baff8a28a015c408_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:c6b897cbd33e4d897a44ff05e5a2f7093a5fe930fc249901baff8a28a015c408_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-config-rhel9-operator@sha256%3Ac6b897cbd33e4d897a44ff05e5a2f7093a5fe930fc249901baff8a28a015c408?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774318115"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:79e01008c1f3a1ba2dc98f7ea3163c3874a5b204ca731d056b89ebaaf97bae50_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:79e01008c1f3a1ba2dc98f7ea3163c3874a5b204ca731d056b89ebaaf97bae50_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:79e01008c1f3a1ba2dc98f7ea3163c3874a5b204ca731d056b89ebaaf97bae50_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-control-plane-machine-set-rhel9-operator@sha256%3A79e01008c1f3a1ba2dc98f7ea3163c3874a5b204ca731d056b89ebaaf97bae50?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774318495"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:475ba06839391550b35bd29309fc939977a72d4262b99f129ef5fc964adcecc1_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:475ba06839391550b35bd29309fc939977a72d4262b99f129ef5fc964adcecc1_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:475ba06839391550b35bd29309fc939977a72d4262b99f129ef5fc964adcecc1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256%3A475ba06839391550b35bd29309fc939977a72d4262b99f129ef5fc964adcecc1?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774306754"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f21ecbf880d3fb65422bbd0c410aa47136526cdfe5b75fdbfd82e720530c9fec_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f21ecbf880d3fb65422bbd0c410aa47136526cdfe5b75fdbfd82e720530c9fec_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f21ecbf880d3fb65422bbd0c410aa47136526cdfe5b75fdbfd82e720530c9fec_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-dns-rhel9-operator@sha256%3Af21ecbf880d3fb65422bbd0c410aa47136526cdfe5b75fdbfd82e720530c9fec?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774306855"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:974abdfcfb3399823b6531a50c8d09203167418b09f859229de602a55c6f43bc_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:974abdfcfb3399823b6531a50c8d09203167418b09f859229de602a55c6f43bc_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:974abdfcfb3399823b6531a50c8d09203167418b09f859229de602a55c6f43bc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-image-registry-rhel9-operator@sha256%3A974abdfcfb3399823b6531a50c8d09203167418b09f859229de602a55c6f43bc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774319246"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ed90b2768c731b0fb0d277a285164c8bd8cb531ee984be711f64bc503292e839_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ed90b2768c731b0fb0d277a285164c8bd8cb531ee984be711f64bc503292e839_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ed90b2768c731b0fb0d277a285164c8bd8cb531ee984be711f64bc503292e839_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-ingress-rhel9-operator@sha256%3Aed90b2768c731b0fb0d277a285164c8bd8cb531ee984be711f64bc503292e839?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774308218"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:45720e600e73a2d925662c4c6a7dc898e4c97e38bf9b6c708455167abf99b51e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:45720e600e73a2d925662c4c6a7dc898e4c97e38bf9b6c708455167abf99b51e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:45720e600e73a2d925662c4c6a7dc898e4c97e38bf9b6c708455167abf99b51e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-apiserver-rhel9-operator@sha256%3A45720e600e73a2d925662c4c6a7dc898e4c97e38bf9b6c708455167abf99b51e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774320670"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:1d66fb102b391fb88b40efc0dc3b3935d6f4db31825ee4d878273e181585e0b5_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:1d66fb102b391fb88b40efc0dc3b3935d6f4db31825ee4d878273e181585e0b5_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:1d66fb102b391fb88b40efc0dc3b3935d6f4db31825ee4d878273e181585e0b5_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-cluster-api-rhel9-operator@sha256%3A1d66fb102b391fb88b40efc0dc3b3935d6f4db31825ee4d878273e181585e0b5?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774320746"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e3a8e74f008721239ea7c070e6f6def1e779b723863e5ca279702f81cdfc0f5f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e3a8e74f008721239ea7c070e6f6def1e779b723863e5ca279702f81cdfc0f5f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e3a8e74f008721239ea7c070e6f6def1e779b723863e5ca279702f81cdfc0f5f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-controller-manager-rhel9-operator@sha256%3Ae3a8e74f008721239ea7c070e6f6def1e779b723863e5ca279702f81cdfc0f5f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774320480"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:669084db9430a977c4370fd7949543c2e57e82da6db6d01c376b3c345f7c693f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:669084db9430a977c4370fd7949543c2e57e82da6db6d01c376b3c345f7c693f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:669084db9430a977c4370fd7949543c2e57e82da6db6d01c376b3c345f7c693f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-scheduler-rhel9-operator@sha256%3A669084db9430a977c4370fd7949543c2e57e82da6db6d01c376b3c345f7c693f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774311165"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8af69064595a39874365e60cc66d5f6697f28df4f82f8e26b86eb3fe08eed8dc_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8af69064595a39874365e60cc66d5f6697f28df4f82f8e26b86eb3fe08eed8dc_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8af69064595a39874365e60cc66d5f6697f28df4f82f8e26b86eb3fe08eed8dc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256%3A8af69064595a39874365e60cc66d5f6697f28df4f82f8e26b86eb3fe08eed8dc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774307724"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:9074d73e7164486f4e0bbcdcfa5f46529fab2937cc5531dd88b13b2fb433d6b6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:9074d73e7164486f4e0bbcdcfa5f46529fab2937cc5531dd88b13b2fb433d6b6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:9074d73e7164486f4e0bbcdcfa5f46529fab2937cc5531dd88b13b2fb433d6b6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-machine-approver-rhel9@sha256%3A9074d73e7164486f4e0bbcdcfa5f46529fab2937cc5531dd88b13b2fb433d6b6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774311389"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:9f6c2d965dec4b6b13fa96bcaf0134bf2acf302e2a04fb6926075bc9e92de97d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:9f6c2d965dec4b6b13fa96bcaf0134bf2acf302e2a04fb6926075bc9e92de97d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:9f6c2d965dec4b6b13fa96bcaf0134bf2acf302e2a04fb6926075bc9e92de97d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-olm-rhel9-operator@sha256%3A9f6c2d965dec4b6b13fa96bcaf0134bf2acf302e2a04fb6926075bc9e92de97d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774318116"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:855b51d876eba214e06624567a2606ed0be538fa6db7e24fdd508a269e1ba2c7_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:855b51d876eba214e06624567a2606ed0be538fa6db7e24fdd508a269e1ba2c7_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:855b51d876eba214e06624567a2606ed0be538fa6db7e24fdd508a269e1ba2c7_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-apiserver-rhel9-operator@sha256%3A855b51d876eba214e06624567a2606ed0be538fa6db7e24fdd508a269e1ba2c7?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774314296"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:0b779b84bcdf0ea2821962e7df8f34696f23bfad88557c21ae5fefbce289acc2_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:0b779b84bcdf0ea2821962e7df8f34696f23bfad88557c21ae5fefbce289acc2_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:0b779b84bcdf0ea2821962e7df8f34696f23bfad88557c21ae5fefbce289acc2_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-openshift-controller-manager-rhel9-operator@sha256%3A0b779b84bcdf0ea2821962e7df8f34696f23bfad88557c21ae5fefbce289acc2?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774306824"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:ac4b25b223b08c445aa875106114964745002e90908062d0c11b56e27ed9f8b6_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:ac4b25b223b08c445aa875106114964745002e90908062d0c11b56e27ed9f8b6_ppc64le",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:ac4b25b223b08c445aa875106114964745002e90908062d0c11b56e27ed9f8b6_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9-operator@sha256%3Aac4b25b223b08c445aa875106114964745002e90908062d0c11b56e27ed9f8b6?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774294498"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:6f80af3728d41b78b3e855ce438ca882452a785a0b794c374475e6634390f6bd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:6f80af3728d41b78b3e855ce438ca882452a785a0b794c374475e6634390f6bd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:6f80af3728d41b78b3e855ce438ca882452a785a0b794c374475e6634390f6bd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-samples-rhel9-operator@sha256%3A6f80af3728d41b78b3e855ce438ca882452a785a0b794c374475e6634390f6bd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774276883"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:915d7aa28dd103a665a72bba13375c72118885bc3867d07922425576d5372f71_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:915d7aa28dd103a665a72bba13375c72118885bc3867d07922425576d5372f71_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:915d7aa28dd103a665a72bba13375c72118885bc3867d07922425576d5372f71_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-cluster-update-keys-rhel9@sha256%3A915d7aa28dd103a665a72bba13375c72118885bc3867d07922425576d5372f71?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774300273"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:51a7d1ff4fd4ac2325da2064724449847c4aac05dadbc97f30d93d89bf887b1a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:51a7d1ff4fd4ac2325da2064724449847c4aac05dadbc97f30d93d89bf887b1a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:51a7d1ff4fd4ac2325da2064724449847c4aac05dadbc97f30d93d89bf887b1a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-container-networking-plugins-rhel9@sha256%3A51a7d1ff4fd4ac2325da2064724449847c4aac05dadbc97f30d93d89bf887b1a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774320980"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:0fb76970c4ef89824f28a0993f2a21f5c91aab7bdf23d6d045da48d9c4d176ab_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:0fb76970c4ef89824f28a0993f2a21f5c91aab7bdf23d6d045da48d9c4d176ab_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:0fb76970c4ef89824f28a0993f2a21f5c91aab7bdf23d6d045da48d9c4d176ab_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-shared-resource-rhel9@sha256%3A0fb76970c4ef89824f28a0993f2a21f5c91aab7bdf23d6d045da48d9c4d176ab?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774318215"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:903ae03948c7e68b1eef1b1dc2f7d8718693e3149eed21862cf1fcfa13482dba_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:903ae03948c7e68b1eef1b1dc2f7d8718693e3149eed21862cf1fcfa13482dba_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:903ae03948c7e68b1eef1b1dc2f7d8718693e3149eed21862cf1fcfa13482dba_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-shared-resource-rhel9-operator@sha256%3A903ae03948c7e68b1eef1b1dc2f7d8718693e3149eed21862cf1fcfa13482dba?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774320702"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:9772d2c999317adac02475b2448f24acc49cabb83c7727e9e478642dcb7e9794_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:9772d2c999317adac02475b2448f24acc49cabb83c7727e9e478642dcb7e9794_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:9772d2c999317adac02475b2448f24acc49cabb83c7727e9e478642dcb7e9794_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-driver-shared-resource-webhook-rhel9@sha256%3A9772d2c999317adac02475b2448f24acc49cabb83c7727e9e478642dcb7e9794?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774320675"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f58646a44ac2716d6842af49e48f13b6c0a58ffde7202cf6004f479658ecb048_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f58646a44ac2716d6842af49e48f13b6c0a58ffde7202cf6004f479658ecb048_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f58646a44ac2716d6842af49e48f13b6c0a58ffde7202cf6004f479658ecb048_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-resizer-rhel9@sha256%3Af58646a44ac2716d6842af49e48f13b6c0a58ffde7202cf6004f479658ecb048?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774311226"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:def75e5d102cae679cece8fb7e7cf26631d9aaee782319bceffef95fe76308db_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:def75e5d102cae679cece8fb7e7cf26631d9aaee782319bceffef95fe76308db_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:def75e5d102cae679cece8fb7e7cf26631d9aaee782319bceffef95fe76308db_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-external-snapshotter-rhel9@sha256%3Adef75e5d102cae679cece8fb7e7cf26631d9aaee782319bceffef95fe76308db?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774302064"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:dbb87a87d86cf4186ac9c4e546048bd07eb4e4b3734935a152ecbb60bcbdc1ec_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:dbb87a87d86cf4186ac9c4e546048bd07eb4e4b3734935a152ecbb60bcbdc1ec_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:dbb87a87d86cf4186ac9c4e546048bd07eb4e4b3734935a152ecbb60bcbdc1ec_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-csi-snapshot-controller-rhel9@sha256%3Adbb87a87d86cf4186ac9c4e546048bd07eb4e4b3734935a152ecbb60bcbdc1ec?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774318753"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:505907905f0d1476c5dbcbe7592c9d70ea91df7adc38e9618d2c48355ece4783_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:505907905f0d1476c5dbcbe7592c9d70ea91df7adc38e9618d2c48355ece4783_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:505907905f0d1476c5dbcbe7592c9d70ea91df7adc38e9618d2c48355ece4783_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-etcd-rhel9@sha256%3A505907905f0d1476c5dbcbe7592c9d70ea91df7adc38e9618d2c48355ece4783?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774312023"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:ee7eff8564ad522223787fc270f1f4d4233359872c994981619f1c10b3dfcaf8_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:ee7eff8564ad522223787fc270f1f4d4233359872c994981619f1c10b3dfcaf8_ppc64le",
"product_id": "registry.redhat.io/openshift4/frr-rhel9@sha256:ee7eff8564ad522223787fc270f1f4d4233359872c994981619f1c10b3dfcaf8_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/frr-rhel9@sha256%3Aee7eff8564ad522223787fc270f1f4d4233359872c994981619f1c10b3dfcaf8?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774276940"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:ca16e72147f9d94306abb1464485feff4a03a4922d5025d4b7250cab7ccc7732_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:ca16e72147f9d94306abb1464485feff4a03a4922d5025d4b7250cab7ccc7732_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:ca16e72147f9d94306abb1464485feff4a03a4922d5025d4b7250cab7ccc7732_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cloud-controller-manager-rhel9@sha256%3Aca16e72147f9d94306abb1464485feff4a03a4922d5025d4b7250cab7ccc7732?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774287573"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ba86e60cabbbf3c8845a60ba559d1a38d5370ec7ecddeba662ef01fb083030b0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ba86e60cabbbf3c8845a60ba559d1a38d5370ec7ecddeba662ef01fb083030b0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ba86e60cabbbf3c8845a60ba559d1a38d5370ec7ecddeba662ef01fb083030b0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-cluster-api-controllers-rhel9@sha256%3Aba86e60cabbbf3c8845a60ba559d1a38d5370ec7ecddeba662ef01fb083030b0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774285375"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:18e0db16b10f2edaa9919257d37587d7df3c4c62cb88b8db38cda65e509a0492_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:18e0db16b10f2edaa9919257d37587d7df3c4c62cb88b8db38cda65e509a0492_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:18e0db16b10f2edaa9919257d37587d7df3c4c62cb88b8db38cda65e509a0492_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-rhel9@sha256%3A18e0db16b10f2edaa9919257d37587d7df3c4c62cb88b8db38cda65e509a0492?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774285964"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:8daa3769a103ab420b8b43c68ed6d4d90a845bb23a358c62d38cf679511d6fdb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:8daa3769a103ab420b8b43c68ed6d4d90a845bb23a358c62d38cf679511d6fdb_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:8daa3769a103ab420b8b43c68ed6d4d90a845bb23a358c62d38cf679511d6fdb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-gcp-pd-csi-driver-operator-rhel9@sha256%3A8daa3769a103ab420b8b43c68ed6d4d90a845bb23a358c62d38cf679511d6fdb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774285921"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:835edd6d6766e17d868f7f6d283005b2ed2d38cca7fbad1c5b36f63c385b8e2e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:835edd6d6766e17d868f7f6d283005b2ed2d38cca7fbad1c5b36f63c385b8e2e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:835edd6d6766e17d868f7f6d283005b2ed2d38cca7fbad1c5b36f63c385b8e2e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ibmcloud-cluster-api-controllers-rhel9@sha256%3A835edd6d6766e17d868f7f6d283005b2ed2d38cca7fbad1c5b36f63c385b8e2e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774312368"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:cc90303d2e2d0a5818706672d1aab7847450b9d2cd991d7638451829fbf26163_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:cc90303d2e2d0a5818706672d1aab7847450b9d2cd991d7638451829fbf26163_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:cc90303d2e2d0a5818706672d1aab7847450b9d2cd991d7638451829fbf26163_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-insights-rhel9-operator@sha256%3Acc90303d2e2d0a5818706672d1aab7847450b9d2cd991d7638451829fbf26163?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774302424"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8426d041e12f43a2b78791227c0f805afd75de6e306cf8bdc718f0f76651d75a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8426d041e12f43a2b78791227c0f805afd75de6e306cf8bdc718f0f76651d75a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8426d041e12f43a2b78791227c0f805afd75de6e306cf8bdc718f0f76651d75a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-rhel9@sha256%3A8426d041e12f43a2b78791227c0f805afd75de6e306cf8bdc718f0f76651d75a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774339270"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:5a29aea0e28d0ced0bf50bd3dac2bb6f6edce5ca6ef373f3d097e668a9e8cf35_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:5a29aea0e28d0ced0bf50bd3dac2bb6f6edce5ca6ef373f3d097e668a9e8cf35_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:5a29aea0e28d0ced0bf50bd3dac2bb6f6edce5ca6ef373f3d097e668a9e8cf35_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-altinfra-rhel9@sha256%3A5a29aea0e28d0ced0bf50bd3dac2bb6f6edce5ca6ef373f3d097e668a9e8cf35?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774339370"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a8b9d35e2ec9f2026a2ddf034e9f3ab2a9ea622924960f7d673564dc33ab6224_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a8b9d35e2ec9f2026a2ddf034e9f3ab2a9ea622924960f7d673564dc33ab6224_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a8b9d35e2ec9f2026a2ddf034e9f3ab2a9ea622924960f7d673564dc33ab6224_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-installer-artifacts-rhel9@sha256%3Aa8b9d35e2ec9f2026a2ddf034e9f3ab2a9ea622924960f7d673564dc33ab6224?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774349238"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:db9a343c67b6462259b3f300af5efe643b7637bbc88ba5aa65e06e4f573b0049_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:db9a343c67b6462259b3f300af5efe643b7637bbc88ba5aa65e06e4f573b0049_ppc64le",
"product_id": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:db9a343c67b6462259b3f300af5efe643b7637bbc88ba5aa65e06e4f573b0049_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kube-metrics-server-rhel9@sha256%3Adb9a343c67b6462259b3f300af5efe643b7637bbc88ba5aa65e06e4f573b0049?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774318188"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b025b5d368618a31c64189f1a5f9b3db0b24068306117647796f00a22f6dc4ac_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b025b5d368618a31c64189f1a5f9b3db0b24068306117647796f00a22f6dc4ac_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b025b5d368618a31c64189f1a5f9b3db0b24068306117647796f00a22f6dc4ac_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kube-storage-version-migrator-rhel9@sha256%3Ab025b5d368618a31c64189f1a5f9b3db0b24068306117647796f00a22f6dc4ac?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774308110"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f7a9a92412fca24faebcb8a574cac92c985d1392f1544e71fa26bea80314289a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f7a9a92412fca24faebcb8a574cac92c985d1392f1544e71fa26bea80314289a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f7a9a92412fca24faebcb8a574cac92c985d1392f1544e71fa26bea80314289a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-kubevirt-cloud-controller-manager-rhel9@sha256%3Af7a9a92412fca24faebcb8a574cac92c985d1392f1544e71fa26bea80314289a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774318761"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7309bb2119edca063c67c7b074e1d45d99866223dec53f9942fce421e2e76250_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7309bb2119edca063c67c7b074e1d45d99866223dec53f9942fce421e2e76250_ppc64le",
"product_id": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7309bb2119edca063c67c7b074e1d45d99866223dec53f9942fce421e2e76250_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/kubevirt-csi-driver-rhel9@sha256%3A7309bb2119edca063c67c7b074e1d45d99866223dec53f9942fce421e2e76250?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774311447"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:808301750b17198c8c7f5b2b71e6bef9a7e3d788ededb9a5f79e1b13e64fbc82_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:808301750b17198c8c7f5b2b71e6bef9a7e3d788ededb9a5f79e1b13e64fbc82_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:808301750b17198c8c7f5b2b71e6bef9a7e3d788ededb9a5f79e1b13e64fbc82_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-libvirt-machine-controllers-rhel9@sha256%3A808301750b17198c8c7f5b2b71e6bef9a7e3d788ededb9a5f79e1b13e64fbc82?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774320715"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:2ad01a7c2e75bb850686d59dbf73937ea69505657c2f2a55c10e4fc17ed83f82_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:2ad01a7c2e75bb850686d59dbf73937ea69505657c2f2a55c10e4fc17ed83f82_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:2ad01a7c2e75bb850686d59dbf73937ea69505657c2f2a55c10e4fc17ed83f82_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-rhel9-operator@sha256%3A2ad01a7c2e75bb850686d59dbf73937ea69505657c2f2a55c10e4fc17ed83f82?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774381265"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:2f6efec846cb1babc0dacf51b67634e83cad5e0f4700f5db54f8c356b0df8119_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:2f6efec846cb1babc0dacf51b67634e83cad5e0f4700f5db54f8c356b0df8119_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:2f6efec846cb1babc0dacf51b67634e83cad5e0f4700f5db54f8c356b0df8119_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-gcp-rhel9@sha256%3A2f6efec846cb1babc0dacf51b67634e83cad5e0f4700f5db54f8c356b0df8119?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774286676"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ab6a31d53e6e8a5a0b67f4020a52faa7fd3ce35160189aade3e958559b467dcf_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ab6a31d53e6e8a5a0b67f4020a52faa7fd3ce35160189aade3e958559b467dcf_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ab6a31d53e6e8a5a0b67f4020a52faa7fd3ce35160189aade3e958559b467dcf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-api-provider-openstack-rhel9@sha256%3Aab6a31d53e6e8a5a0b67f4020a52faa7fd3ce35160189aade3e958559b467dcf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774306640"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3b1986a8dabfaf0988f12820e1a199cfd0db684ac4e8d956ccce6eb8bf1146d3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3b1986a8dabfaf0988f12820e1a199cfd0db684ac4e8d956ccce6eb8bf1146d3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3b1986a8dabfaf0988f12820e1a199cfd0db684ac4e8d956ccce6eb8bf1146d3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-config-rhel9-operator@sha256%3A3b1986a8dabfaf0988f12820e1a199cfd0db684ac4e8d956ccce6eb8bf1146d3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774369617"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:91ef5f2ef8cd345731b53ec5e044c30e14438f1935c74b5eca2436aa35e5a7c3_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:91ef5f2ef8cd345731b53ec5e044c30e14438f1935c74b5eca2436aa35e5a7c3_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:91ef5f2ef8cd345731b53ec5e044c30e14438f1935c74b5eca2436aa35e5a7c3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-machine-os-images-rhel9@sha256%3A91ef5f2ef8cd345731b53ec5e044c30e14438f1935c74b5eca2436aa35e5a7c3?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774358028"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:298f6b16fd4c32caa2d49c5ce1374d7d2037b3681f74e2bf7ecd0afb80c0e436_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:298f6b16fd4c32caa2d49c5ce1374d7d2037b3681f74e2bf7ecd0afb80c0e436_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:298f6b16fd4c32caa2d49c5ce1374d7d2037b3681f74e2bf7ecd0afb80c0e436_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-admission-controller-rhel9@sha256%3A298f6b16fd4c32caa2d49c5ce1374d7d2037b3681f74e2bf7ecd0afb80c0e436?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774318735"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:28bb93cbe40b57c179ed088e45de698a93dd1c0c14d6ebd098439a412478d314_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:28bb93cbe40b57c179ed088e45de698a93dd1c0c14d6ebd098439a412478d314_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:28bb93cbe40b57c179ed088e45de698a93dd1c0c14d6ebd098439a412478d314_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-route-override-cni-rhel9@sha256%3A28bb93cbe40b57c179ed088e45de698a93dd1c0c14d6ebd098439a412478d314?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774320792"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6f2c19276901be4850c3d9f502da1365d84dad18e3e1327159af41877432c41a_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6f2c19276901be4850c3d9f502da1365d84dad18e3e1327159af41877432c41a_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6f2c19276901be4850c3d9f502da1365d84dad18e3e1327159af41877432c41a_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-multus-whereabouts-ipam-cni-rhel9@sha256%3A6f2c19276901be4850c3d9f502da1365d84dad18e3e1327159af41877432c41a?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774321011"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6ff5ecb5b92ac2d9b1498f86211b19e22627002d788647062ca604ba9ac8d7b0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6ff5ecb5b92ac2d9b1498f86211b19e22627002d788647062ca604ba9ac8d7b0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6ff5ecb5b92ac2d9b1498f86211b19e22627002d788647062ca604ba9ac8d7b0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-must-gather-rhel9@sha256%3A6ff5ecb5b92ac2d9b1498f86211b19e22627002d788647062ca604ba9ac8d7b0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774318148"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:4e6bff26378ddf7b42fbb27566ff9f47095cb5fcd74a26dbb1604725dab7c1cc_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:4e6bff26378ddf7b42fbb27566ff9f47095cb5fcd74a26dbb1604725dab7c1cc_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:4e6bff26378ddf7b42fbb27566ff9f47095cb5fcd74a26dbb1604725dab7c1cc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-interface-bond-cni-rhel9@sha256%3A4e6bff26378ddf7b42fbb27566ff9f47095cb5fcd74a26dbb1604725dab7c1cc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774320785"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:58650c0ce9725ed10e3646acdc76a72c4d3abda025bcb735ac2eee42ea261e3f_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:58650c0ce9725ed10e3646acdc76a72c4d3abda025bcb735ac2eee42ea261e3f_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:58650c0ce9725ed10e3646acdc76a72c4d3abda025bcb735ac2eee42ea261e3f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-network-metrics-daemon-rhel9@sha256%3A58650c0ce9725ed10e3646acdc76a72c4d3abda025bcb735ac2eee42ea261e3f?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774294418"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:2cd23c69b8d88a73a2aa368cecbe1e8812efa47760bf16ee0629feca934369fa_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:2cd23c69b8d88a73a2aa368cecbe1e8812efa47760bf16ee0629feca934369fa_ppc64le",
"product_id": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:2cd23c69b8d88a73a2aa368cecbe1e8812efa47760bf16ee0629feca934369fa_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/network-tools-rhel9@sha256%3A2cd23c69b8d88a73a2aa368cecbe1e8812efa47760bf16ee0629feca934369fa?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774431151"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:40fddb8896fcca216855ef34f2c8f0c6cbe3a59c6bdf4c3c751f69b57a63ce4e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:40fddb8896fcca216855ef34f2c8f0c6cbe3a59c6bdf4c3c751f69b57a63ce4e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:40fddb8896fcca216855ef34f2c8f0c6cbe3a59c6bdf4c3c751f69b57a63ce4e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-oauth-apiserver-rhel9@sha256%3A40fddb8896fcca216855ef34f2c8f0c6cbe3a59c6bdf4c3c751f69b57a63ce4e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774306459"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:191a27f89fa6ec450c37168a65ea66bae9ef862bd2b40c1e8d561b41db842591_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:191a27f89fa6ec450c37168a65ea66bae9ef862bd2b40c1e8d561b41db842591_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:191a27f89fa6ec450c37168a65ea66bae9ef862bd2b40c1e8d561b41db842591_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-catalogd-rhel9@sha256%3A191a27f89fa6ec450c37168a65ea66bae9ef862bd2b40c1e8d561b41db842591?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774318110"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:97a3a8951c456ee0c88a42cf7114a3225a3dce594b470b0b8f57f45c62efc1ae_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:97a3a8951c456ee0c88a42cf7114a3225a3dce594b470b0b8f57f45c62efc1ae_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:97a3a8951c456ee0c88a42cf7114a3225a3dce594b470b0b8f57f45c62efc1ae_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-olm-operator-controller-rhel9@sha256%3A97a3a8951c456ee0c88a42cf7114a3225a3dce594b470b0b8f57f45c62efc1ae?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774313037"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4f5c8e59a54b30a9f38f1955c6d1474bd24bec33c52800338118973cb6f3e251_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4f5c8e59a54b30a9f38f1955c6d1474bd24bec33c52800338118973cb6f3e251_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4f5c8e59a54b30a9f38f1955c6d1474bd24bec33c52800338118973cb6f3e251_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-apiserver-rhel9@sha256%3A4f5c8e59a54b30a9f38f1955c6d1474bd24bec33c52800338118973cb6f3e251?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774307903"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a76abfdfb6be2616ba39fb25137dbb49dc56427081d9025f2825a3ce8e5a3928_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a76abfdfb6be2616ba39fb25137dbb49dc56427081d9025f2825a3ce8e5a3928_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a76abfdfb6be2616ba39fb25137dbb49dc56427081d9025f2825a3ce8e5a3928_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openshift-controller-manager-rhel9@sha256%3Aa76abfdfb6be2616ba39fb25137dbb49dc56427081d9025f2825a3ce8e5a3928?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774302109"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2518415bbe069935e8229d141d4a8a50285c408d1be2af467c458a324120154b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2518415bbe069935e8229d141d4a8a50285c408d1be2af467c458a324120154b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2518415bbe069935e8229d141d4a8a50285c408d1be2af467c458a324120154b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9@sha256%3A2518415bbe069935e8229d141d4a8a50285c408d1be2af467c458a324120154b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774320803"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ef794a3bd52be528ba81c6964af2fbfeff03b1aa3d17ac36fdb97f124abfebfd_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ef794a3bd52be528ba81c6964af2fbfeff03b1aa3d17ac36fdb97f124abfebfd_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ef794a3bd52be528ba81c6964af2fbfeff03b1aa3d17ac36fdb97f124abfebfd_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cinder-csi-driver-rhel9-operator@sha256%3Aef794a3bd52be528ba81c6964af2fbfeff03b1aa3d17ac36fdb97f124abfebfd?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774294183"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:5bd5ca703480895af05ce052c3f9f738672e989cd38e905cd17bbc378cae05dc_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:5bd5ca703480895af05ce052c3f9f738672e989cd38e905cd17bbc378cae05dc_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:5bd5ca703480895af05ce052c3f9f738672e989cd38e905cd17bbc378cae05dc_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-openstack-cloud-controller-manager-rhel9@sha256%3A5bd5ca703480895af05ce052c3f9f738672e989cd38e905cd17bbc378cae05dc?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774320613"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:354b40ed867003c42975780f9db1320302500f4ea6c5ab14a0d0ae70b537192e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:354b40ed867003c42975780f9db1320302500f4ea6c5ab14a0d0ae70b537192e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:354b40ed867003c42975780f9db1320302500f4ea6c5ab14a0d0ae70b537192e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-operator-framework-tools-rhel9@sha256%3A354b40ed867003c42975780f9db1320302500f4ea6c5ab14a0d0ae70b537192e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774320780"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:7793b9facc62469acde7d6064a4c2f26d8482fd1a2205add60fe47541b3141e0_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:7793b9facc62469acde7d6064a4c2f26d8482fd1a2205add60fe47541b3141e0_ppc64le",
"product_id": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:7793b9facc62469acde7d6064a4c2f26d8482fd1a2205add60fe47541b3141e0_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ovirt-csi-driver-rhel9@sha256%3A7793b9facc62469acde7d6064a4c2f26d8482fd1a2205add60fe47541b3141e0?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774307683"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ddd906a1e486837653341632e3ccd2d805ba2c7a7d7c26dae34022ec6a7ee90d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ddd906a1e486837653341632e3ccd2d805ba2c7a7d7c26dae34022ec6a7ee90d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ddd906a1e486837653341632e3ccd2d805ba2c7a7d7c26dae34022ec6a7ee90d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-rhel9@sha256%3Addd906a1e486837653341632e3ccd2d805ba2c7a7d7c26dae34022ec6a7ee90d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774348276"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:366b95ac0f170d8c1c969b41f3c624026593ebe8bfbb466c5f7109e1a6ceb1cf_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:366b95ac0f170d8c1c969b41f3c624026593ebe8bfbb466c5f7109e1a6ceb1cf_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:366b95ac0f170d8c1c969b41f3c624026593ebe8bfbb466c5f7109e1a6ceb1cf_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-block-csi-driver-rhel9@sha256%3A366b95ac0f170d8c1c969b41f3c624026593ebe8bfbb466c5f7109e1a6ceb1cf?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774286260"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:29acb2429041bbf17eb0f3faa0da84c1c5655df8a425755c1263fc16911d667b_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:29acb2429041bbf17eb0f3faa0da84c1c5655df8a425755c1263fc16911d667b_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:29acb2429041bbf17eb0f3faa0da84c1c5655df8a425755c1263fc16911d667b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-block-csi-driver-rhel9-operator@sha256%3A29acb2429041bbf17eb0f3faa0da84c1c5655df8a425755c1263fc16911d667b?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774286537"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:dc009efb6f6e9d60b022ab94d84d47fb169d2dfdf9680f4f24b40ac0a4ad396d_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:dc009efb6f6e9d60b022ab94d84d47fb169d2dfdf9680f4f24b40ac0a4ad396d_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:dc009efb6f6e9d60b022ab94d84d47fb169d2dfdf9680f4f24b40ac0a4ad396d_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-cloud-controller-manager-rhel9@sha256%3Adc009efb6f6e9d60b022ab94d84d47fb169d2dfdf9680f4f24b40ac0a4ad396d?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774284501"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e4cf03a101a115d398aac9c645ef400b9366d4bbf189de664ccbf782db4ef5b9_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e4cf03a101a115d398aac9c645ef400b9366d4bbf189de664ccbf782db4ef5b9_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e4cf03a101a115d398aac9c645ef400b9366d4bbf189de664ccbf782db4ef5b9_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-powervs-machine-controllers-rhel9@sha256%3Ae4cf03a101a115d398aac9c645ef400b9366d4bbf189de664ccbf782db4ef5b9?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774285260"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:943aba9a3a70cabfc2b0c94450b39ab3fbfd92f12629a2e175ad89251addc2ec_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:943aba9a3a70cabfc2b0c94450b39ab3fbfd92f12629a2e175ad89251addc2ec_ppc64le",
"product_id": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:943aba9a3a70cabfc2b0c94450b39ab3fbfd92f12629a2e175ad89251addc2ec_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/openshift-route-controller-manager-rhel9@sha256%3A943aba9a3a70cabfc2b0c94450b39ab3fbfd92f12629a2e175ad89251addc2ec?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774320565"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:fb67ab3a88d2c3f33925830b9c63584bf14b321adbeb2e752a039faaa0401c8c_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:fb67ab3a88d2c3f33925830b9c63584bf14b321adbeb2e752a039faaa0401c8c_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:fb67ab3a88d2c3f33925830b9c63584bf14b321adbeb2e752a039faaa0401c8c_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-service-ca-rhel9-operator@sha256%3Afb67ab3a88d2c3f33925830b9c63584bf14b321adbeb2e752a039faaa0401c8c?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774311620"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:11487764cd999f6abe6bc5021312a0ad9449b14b2ecc6f7bb24bc0d7dc57db60_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:11487764cd999f6abe6bc5021312a0ad9449b14b2ecc6f7bb24bc0d7dc57db60_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:11487764cd999f6abe6bc5021312a0ad9449b14b2ecc6f7bb24bc0d7dc57db60_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-tools-rhel9@sha256%3A11487764cd999f6abe6bc5021312a0ad9449b14b2ecc6f7bb24bc0d7dc57db60?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774411880"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:9a2fdc67ac81e408bb49170bf7a862a07998fd951ebfde9396ebcda40078d3d4_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:9a2fdc67ac81e408bb49170bf7a862a07998fd951ebfde9396ebcda40078d3d4_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:9a2fdc67ac81e408bb49170bf7a862a07998fd951ebfde9396ebcda40078d3d4_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-ovn-kubernetes-microshift-rhel9@sha256%3A9a2fdc67ac81e408bb49170bf7a862a07998fd951ebfde9396ebcda40078d3d4?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774318191"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8a9471f7c51a026fc621dcff7715fbc9620603aac2c2e4454e60e0f579527e62_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8a9471f7c51a026fc621dcff7715fbc9620603aac2c2e4454e60e0f579527e62_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8a9471f7c51a026fc621dcff7715fbc9620603aac2c2e4454e60e0f579527e62_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prom-label-proxy-rhel9@sha256%3A8a9471f7c51a026fc621dcff7715fbc9620603aac2c2e4454e60e0f579527e62?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774314560"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ce154b3a8980274f592cd2d41da7a748f7c895f754a3fa7994eeea657684fb12_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ce154b3a8980274f592cd2d41da7a748f7c895f754a3fa7994eeea657684fb12_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ce154b3a8980274f592cd2d41da7a748f7c895f754a3fa7994eeea657684fb12_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-config-reloader-rhel9@sha256%3Ace154b3a8980274f592cd2d41da7a748f7c895f754a3fa7994eeea657684fb12?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774320635"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:fa6add264803c2adb838efabe0f0fd8f4d78b14bfea9c1e91cce957e17a77208_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:fa6add264803c2adb838efabe0f0fd8f4d78b14bfea9c1e91cce957e17a77208_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:fa6add264803c2adb838efabe0f0fd8f4d78b14bfea9c1e91cce957e17a77208_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-rhel9-operator@sha256%3Afa6add264803c2adb838efabe0f0fd8f4d78b14bfea9c1e91cce957e17a77208?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774307488"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:3f82d5da80747c147ab429d24e8e9791527f7cc89fb6a7435d0cf6d35cec8933_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:3f82d5da80747c147ab429d24e8e9791527f7cc89fb6a7435d0cf6d35cec8933_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:3f82d5da80747c147ab429d24e8e9791527f7cc89fb6a7435d0cf6d35cec8933_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-prometheus-operator-admission-webhook-rhel9@sha256%3A3f82d5da80747c147ab429d24e8e9791527f7cc89fb6a7435d0cf6d35cec8933?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774319216"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:2236900dd28b8470cacf90c618bb50b05a0d1d66726afebbefddd2377283989e_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:2236900dd28b8470cacf90c618bb50b05a0d1d66726afebbefddd2377283989e_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:2236900dd28b8470cacf90c618bb50b05a0d1d66726afebbefddd2377283989e_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-telemeter-rhel9@sha256%3A2236900dd28b8470cacf90c618bb50b05a0d1d66726afebbefddd2377283989e?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774307396"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:9bc218ed94e8e516b01c11f26bd9adc30251067492ee2a84f55b573c2d09f6fb_ppc64le",
"product": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:9bc218ed94e8e516b01c11f26bd9adc30251067492ee2a84f55b573c2d09f6fb_ppc64le",
"product_id": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:9bc218ed94e8e516b01c11f26bd9adc30251067492ee2a84f55b573c2d09f6fb_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/openshift/ose-thanos-rhel9@sha256%3A9bc218ed94e8e516b01c11f26bd9adc30251067492ee2a84f55b573c2d09f6fb?arch=ppc64le\u0026repository_url=registry.redhat.io/openshift4\u0026tag=1774318200"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:7d17650f80e7bf782a7a59fe0672f593cdf9dfde775b7153fa5a5c4ed8b86e2c_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:7d17650f80e7bf782a7a59fe0672f593cdf9dfde775b7153fa5a5c4ed8b86e2c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:7d17650f80e7bf782a7a59fe0672f593cdf9dfde775b7153fa5a5c4ed8b86e2c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:bf046c55304478c82791a67ae0dfeff89af904d9b56cd63a29b261cd02633798_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:bf046c55304478c82791a67ae0dfeff89af904d9b56cd63a29b261cd02633798_s390x"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:bf046c55304478c82791a67ae0dfeff89af904d9b56cd63a29b261cd02633798_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e6165bb623041db07759616b297f0541fcc87dc3bbb91cc77399cebe96c1b647_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e6165bb623041db07759616b297f0541fcc87dc3bbb91cc77399cebe96c1b647_amd64"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e6165bb623041db07759616b297f0541fcc87dc3bbb91cc77399cebe96c1b647_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:f47af1eb3413e739f7e219ea89dfa0f09bc31f18a771e49ad36b32f8219d9112_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:f47af1eb3413e739f7e219ea89dfa0f09bc31f18a771e49ad36b32f8219d9112_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:f47af1eb3413e739f7e219ea89dfa0f09bc31f18a771e49ad36b32f8219d9112_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:34161b5f6663f9408d7ce5afd4525442f41332a9501f658238f3eb6568eaf3ab_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:34161b5f6663f9408d7ce5afd4525442f41332a9501f658238f3eb6568eaf3ab_s390x"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:34161b5f6663f9408d7ce5afd4525442f41332a9501f658238f3eb6568eaf3ab_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a4116b2262af10fc2c7fc40800501add9f5a9c671907f3eee75cbfaa37d47263_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a4116b2262af10fc2c7fc40800501add9f5a9c671907f3eee75cbfaa37d47263_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a4116b2262af10fc2c7fc40800501add9f5a9c671907f3eee75cbfaa37d47263_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a8dca289390dc8556a4cf3cda46e5cd45bae33fa2b1a88ca053626ca3e3339e8_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a8dca289390dc8556a4cf3cda46e5cd45bae33fa2b1a88ca053626ca3e3339e8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a8dca289390dc8556a4cf3cda46e5cd45bae33fa2b1a88ca053626ca3e3339e8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b43e298d73fb723ce446344fac3e136b0d3347b38e7d199a09d2bfb85c231249_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b43e298d73fb723ce446344fac3e136b0d3347b38e7d199a09d2bfb85c231249_amd64"
},
"product_reference": "registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b43e298d73fb723ce446344fac3e136b0d3347b38e7d199a09d2bfb85c231249_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1ec3135a01ee2bce646338cc6d71d35c8adce9f3603f0f07ce90dd88dbf3c4db_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1ec3135a01ee2bce646338cc6d71d35c8adce9f3603f0f07ce90dd88dbf3c4db_amd64"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1ec3135a01ee2bce646338cc6d71d35c8adce9f3603f0f07ce90dd88dbf3c4db_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:94c42af9dd8afefe53de729d8ec8b5f9103cdd7f80c96999b2863bfed030cfcd_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:94c42af9dd8afefe53de729d8ec8b5f9103cdd7f80c96999b2863bfed030cfcd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:94c42af9dd8afefe53de729d8ec8b5f9103cdd7f80c96999b2863bfed030cfcd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a80acaac8c10d6cce0815ddcf0bc296013e97d2cf69d1eb6ac1b7f3b35b40d74_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a80acaac8c10d6cce0815ddcf0bc296013e97d2cf69d1eb6ac1b7f3b35b40d74_arm64"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a80acaac8c10d6cce0815ddcf0bc296013e97d2cf69d1eb6ac1b7f3b35b40d74_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:e4c52bbf17f055890cf9968da78045295f6e37e52e3f4be5807db679ff63b874_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:e4c52bbf17f055890cf9968da78045295f6e37e52e3f4be5807db679ff63b874_s390x"
},
"product_reference": "registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:e4c52bbf17f055890cf9968da78045295f6e37e52e3f4be5807db679ff63b874_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:28f2daa782218c5fb085acb774bf1d8c13a208b8f29f4a12b372db2c446ada76_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:28f2daa782218c5fb085acb774bf1d8c13a208b8f29f4a12b372db2c446ada76_s390x"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:28f2daa782218c5fb085acb774bf1d8c13a208b8f29f4a12b372db2c446ada76_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2edfc9e18f365bf2ffecd7ad45b5693b493de472fe7abffe73ff4375bc6d2af1_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2edfc9e18f365bf2ffecd7ad45b5693b493de472fe7abffe73ff4375bc6d2af1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2edfc9e18f365bf2ffecd7ad45b5693b493de472fe7abffe73ff4375bc6d2af1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ba51aa38b39b8f57d6908665938870cced5541b831756f4039047245e0f2a8a5_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ba51aa38b39b8f57d6908665938870cced5541b831756f4039047245e0f2a8a5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ba51aa38b39b8f57d6908665938870cced5541b831756f4039047245e0f2a8a5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ca246a844bb6fb906816e4008c922a0470c82bfe6a736f3a926de3def6aa0597_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ca246a844bb6fb906816e4008c922a0470c82bfe6a736f3a926de3def6aa0597_arm64"
},
"product_reference": "registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ca246a844bb6fb906816e4008c922a0470c82bfe6a736f3a926de3def6aa0597_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:07d09ce1d5c97a717dc1c0f540e21fbf7fc2ae0c27be6fd0869ce0dabc0591fc_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:07d09ce1d5c97a717dc1c0f540e21fbf7fc2ae0c27be6fd0869ce0dabc0591fc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:07d09ce1d5c97a717dc1c0f540e21fbf7fc2ae0c27be6fd0869ce0dabc0591fc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:44e3c6d5b98dd6655d38e3523fb34ed46dc89e97ef8a86f908d72461cbca59d4_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:44e3c6d5b98dd6655d38e3523fb34ed46dc89e97ef8a86f908d72461cbca59d4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:44e3c6d5b98dd6655d38e3523fb34ed46dc89e97ef8a86f908d72461cbca59d4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:81e7e1cb47cdbab3a46bf8bb0ebcdd218f46aaa94236ef250fef0fd143c9204c_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:81e7e1cb47cdbab3a46bf8bb0ebcdd218f46aaa94236ef250fef0fd143c9204c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:81e7e1cb47cdbab3a46bf8bb0ebcdd218f46aaa94236ef250fef0fd143c9204c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c318da767c7ef1f2452bb631e2726084f48a640c962f8003467c72ff48225b56_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c318da767c7ef1f2452bb631e2726084f48a640c962f8003467c72ff48225b56_s390x"
},
"product_reference": "registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c318da767c7ef1f2452bb631e2726084f48a640c962f8003467c72ff48225b56_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0b26257250fe3542640ce1a4f5ca71f90294c307eeb477f1d1e4d61e3ef233b2_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0b26257250fe3542640ce1a4f5ca71f90294c307eeb477f1d1e4d61e3ef233b2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0b26257250fe3542640ce1a4f5ca71f90294c307eeb477f1d1e4d61e3ef233b2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0cbec11d17abd89ac4ff332c238f92fc49c19f3e1575c26c6654cf2668ca9e66_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0cbec11d17abd89ac4ff332c238f92fc49c19f3e1575c26c6654cf2668ca9e66_arm64"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0cbec11d17abd89ac4ff332c238f92fc49c19f3e1575c26c6654cf2668ca9e66_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:2554ae05f488567b3c752c16c59f852ecfcb90746a47d48bdd39825aede43c21_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:2554ae05f488567b3c752c16c59f852ecfcb90746a47d48bdd39825aede43c21_amd64"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:2554ae05f488567b3c752c16c59f852ecfcb90746a47d48bdd39825aede43c21_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:af26188e6f7326835340b99be42189550233a7bfc652375b0859cc058fbbd0a9_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:af26188e6f7326835340b99be42189550233a7bfc652375b0859cc058fbbd0a9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:af26188e6f7326835340b99be42189550233a7bfc652375b0859cc058fbbd0a9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:31460b57b3986f0d6c84406eccd1801eb3a03d176fa510978311d46390828020_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:31460b57b3986f0d6c84406eccd1801eb3a03d176fa510978311d46390828020_amd64"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:31460b57b3986f0d6c84406eccd1801eb3a03d176fa510978311d46390828020_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:aa730767af15fab6facc460b6e418bbfb0555933b4a54b01d34cb83c1148b8ca_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:aa730767af15fab6facc460b6e418bbfb0555933b4a54b01d34cb83c1148b8ca_s390x"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:aa730767af15fab6facc460b6e418bbfb0555933b4a54b01d34cb83c1148b8ca_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:ab43b9177badda24d20e8830f375132854ad313b46e27ffddb8d68b6543d8007_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:ab43b9177badda24d20e8830f375132854ad313b46e27ffddb8d68b6543d8007_arm64"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:ab43b9177badda24d20e8830f375132854ad313b46e27ffddb8d68b6543d8007_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/frr-rhel9@sha256:ee7eff8564ad522223787fc270f1f4d4233359872c994981619f1c10b3dfcaf8_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:ee7eff8564ad522223787fc270f1f4d4233359872c994981619f1c10b3dfcaf8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/frr-rhel9@sha256:ee7eff8564ad522223787fc270f1f4d4233359872c994981619f1c10b3dfcaf8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:0d809a095a0d86c0b149fa0e28f852c1633c2904d7bfa23b6900617ef7ffc2d3_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:0d809a095a0d86c0b149fa0e28f852c1633c2904d7bfa23b6900617ef7ffc2d3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:0d809a095a0d86c0b149fa0e28f852c1633c2904d7bfa23b6900617ef7ffc2d3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:5c15dfcbab56f579ee265d4acf74778d154ce0185234810ea249d9b9e415052d_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:5c15dfcbab56f579ee265d4acf74778d154ce0185234810ea249d9b9e415052d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:5c15dfcbab56f579ee265d4acf74778d154ce0185234810ea249d9b9e415052d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a95c36cb709d7f9fb89eb6aedcd7cebc104b90f8d9f1be6591981dc9f96af398_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a95c36cb709d7f9fb89eb6aedcd7cebc104b90f8d9f1be6591981dc9f96af398_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a95c36cb709d7f9fb89eb6aedcd7cebc104b90f8d9f1be6591981dc9f96af398_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:db9a343c67b6462259b3f300af5efe643b7637bbc88ba5aa65e06e4f573b0049_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:db9a343c67b6462259b3f300af5efe643b7637bbc88ba5aa65e06e4f573b0049_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:db9a343c67b6462259b3f300af5efe643b7637bbc88ba5aa65e06e4f573b0049_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:238158a2264b9688491743d5f7c97a3f152ea2fc4a1342fe4b0e63f618dc50e0_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:238158a2264b9688491743d5f7c97a3f152ea2fc4a1342fe4b0e63f618dc50e0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:238158a2264b9688491743d5f7c97a3f152ea2fc4a1342fe4b0e63f618dc50e0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:6dde5ab62c9f5e35b853112e3c04a8c856ef9260318dad58352ae36c2d30bfb6_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:6dde5ab62c9f5e35b853112e3c04a8c856ef9260318dad58352ae36c2d30bfb6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:6dde5ab62c9f5e35b853112e3c04a8c856ef9260318dad58352ae36c2d30bfb6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7309bb2119edca063c67c7b074e1d45d99866223dec53f9942fce421e2e76250_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7309bb2119edca063c67c7b074e1d45d99866223dec53f9942fce421e2e76250_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7309bb2119edca063c67c7b074e1d45d99866223dec53f9942fce421e2e76250_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c0803e9ceecf77a8b1425fb0634b40e4095bb9d899c5d5af84aa285527723d83_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c0803e9ceecf77a8b1425fb0634b40e4095bb9d899c5d5af84aa285527723d83_s390x"
},
"product_reference": "registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c0803e9ceecf77a8b1425fb0634b40e4095bb9d899c5d5af84aa285527723d83_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:0dd635595c420ee1672257b6326a193195b2d21945664e649b09c62ddcc25d7a_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0dd635595c420ee1672257b6326a193195b2d21945664e649b09c62ddcc25d7a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:0dd635595c420ee1672257b6326a193195b2d21945664e649b09c62ddcc25d7a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:2cd23c69b8d88a73a2aa368cecbe1e8812efa47760bf16ee0629feca934369fa_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2cd23c69b8d88a73a2aa368cecbe1e8812efa47760bf16ee0629feca934369fa_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:2cd23c69b8d88a73a2aa368cecbe1e8812efa47760bf16ee0629feca934369fa_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:4beb73d1a2c279b310fad6789fff0ae70cbe18a79813819b1da9c2c5b6959aac_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:4beb73d1a2c279b310fad6789fff0ae70cbe18a79813819b1da9c2c5b6959aac_arm64"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:4beb73d1a2c279b310fad6789fff0ae70cbe18a79813819b1da9c2c5b6959aac_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:dbf382ce2e7158ff2483336643ede99b2a4fe4cc888af72e92e19ab864c62291_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:dbf382ce2e7158ff2483336643ede99b2a4fe4cc888af72e92e19ab864c62291_amd64"
},
"product_reference": "registry.redhat.io/openshift4/network-tools-rhel9@sha256:dbf382ce2e7158ff2483336643ede99b2a4fe4cc888af72e92e19ab864c62291_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:303ed90fddf42d1a5ec3ad7eb1df833003ad750f4cea17710870382a0f8c720e_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:303ed90fddf42d1a5ec3ad7eb1df833003ad750f4cea17710870382a0f8c720e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:303ed90fddf42d1a5ec3ad7eb1df833003ad750f4cea17710870382a0f8c720e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c358b8a12046693741c5e88afa14a25e066ec9e51b84e22935c19dbf34ac5455_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c358b8a12046693741c5e88afa14a25e066ec9e51b84e22935c19dbf34ac5455_arm64"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c358b8a12046693741c5e88afa14a25e066ec9e51b84e22935c19dbf34ac5455_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d98dff9a03e2bc6564757afd151092cc5bec438c678f5fe5e402365bc6bbfb03_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d98dff9a03e2bc6564757afd151092cc5bec438c678f5fe5e402365bc6bbfb03_amd64"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d98dff9a03e2bc6564757afd151092cc5bec438c678f5fe5e402365bc6bbfb03_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:fa2d95a06de233147317ad93109aa809f5487e74748550e40f4189e8aeb5f50c_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:fa2d95a06de233147317ad93109aa809f5487e74748550e40f4189e8aeb5f50c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:fa2d95a06de233147317ad93109aa809f5487e74748550e40f4189e8aeb5f50c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:943aba9a3a70cabfc2b0c94450b39ab3fbfd92f12629a2e175ad89251addc2ec_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:943aba9a3a70cabfc2b0c94450b39ab3fbfd92f12629a2e175ad89251addc2ec_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:943aba9a3a70cabfc2b0c94450b39ab3fbfd92f12629a2e175ad89251addc2ec_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a7c31f5ce80372bc4c63b60f9741352565eea006601522e25f03ce902e35564c_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a7c31f5ce80372bc4c63b60f9741352565eea006601522e25f03ce902e35564c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a7c31f5ce80372bc4c63b60f9741352565eea006601522e25f03ce902e35564c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ae2f0cbe29206ae3ed5275bd7a0b101dac0e3bdd5520493ad4bb360e2267ca20_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ae2f0cbe29206ae3ed5275bd7a0b101dac0e3bdd5520493ad4bb360e2267ca20_s390x"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ae2f0cbe29206ae3ed5275bd7a0b101dac0e3bdd5520493ad4bb360e2267ca20_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:b9cc7a6280455a8a36e26494744d9ba540689594f8a1d8f625cd1811eec2b0b4_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:b9cc7a6280455a8a36e26494744d9ba540689594f8a1d8f625cd1811eec2b0b4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:b9cc7a6280455a8a36e26494744d9ba540689594f8a1d8f625cd1811eec2b0b4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:54c3ecb1fecd80a81cd667f5edb968c62381bd2ddb659255cfd861dc0a8e0a9e_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:54c3ecb1fecd80a81cd667f5edb968c62381bd2ddb659255cfd861dc0a8e0a9e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:54c3ecb1fecd80a81cd667f5edb968c62381bd2ddb659255cfd861dc0a8e0a9e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7deb4e0cac2bc3989fa828677e4717eb75f1bdd8223dc638310d32c73219314e_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7deb4e0cac2bc3989fa828677e4717eb75f1bdd8223dc638310d32c73219314e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7deb4e0cac2bc3989fa828677e4717eb75f1bdd8223dc638310d32c73219314e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8901061b783b8a41f447eaf32919989dfd24bc13b1ef61b36f1132d66f64288d_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8901061b783b8a41f447eaf32919989dfd24bc13b1ef61b36f1132d66f64288d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8901061b783b8a41f447eaf32919989dfd24bc13b1ef61b36f1132d66f64288d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:921aaba9517c1b00e09159d4539d47a55c543b1c7ce3c789e6e333ec133b5406_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:921aaba9517c1b00e09159d4539d47a55c543b1c7ce3c789e6e333ec133b5406_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:921aaba9517c1b00e09159d4539d47a55c543b1c7ce3c789e6e333ec133b5406_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0dccc414a5a3efd474a9eaeb61b6a2130f652c97b8b71592c7cc52827ae149c8_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0dccc414a5a3efd474a9eaeb61b6a2130f652c97b8b71592c7cc52827ae149c8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0dccc414a5a3efd474a9eaeb61b6a2130f652c97b8b71592c7cc52827ae149c8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6c1df1bd921b4b6fb22f9db19a2c69ef5fd98d231fff3869a22442b36dec0ffa_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6c1df1bd921b4b6fb22f9db19a2c69ef5fd98d231fff3869a22442b36dec0ffa_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6c1df1bd921b4b6fb22f9db19a2c69ef5fd98d231fff3869a22442b36dec0ffa_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:eef901a0f37823970eacc110d194b81a6c679aa3dee5fd0d350b66ebb53a1542_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:eef901a0f37823970eacc110d194b81a6c679aa3dee5fd0d350b66ebb53a1542_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:eef901a0f37823970eacc110d194b81a6c679aa3dee5fd0d350b66ebb53a1542_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ff539434c8d3bf3c3a64f040a5f7ad702ded9290ff0a894a03fd45fef9fe42d9_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ff539434c8d3bf3c3a64f040a5f7ad702ded9290ff0a894a03fd45fef9fe42d9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ff539434c8d3bf3c3a64f040a5f7ad702ded9290ff0a894a03fd45fef9fe42d9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fd88ff4734a68d6a95733ac650eccd70d1c4d23967f32b3ef8de08cea8bb05a_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fd88ff4734a68d6a95733ac650eccd70d1c4d23967f32b3ef8de08cea8bb05a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fd88ff4734a68d6a95733ac650eccd70d1c4d23967f32b3ef8de08cea8bb05a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:8b02d7c27cfbb38d19b1456282d58e14c8d64efdba25a6238606f66610e5e9de_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:8b02d7c27cfbb38d19b1456282d58e14c8d64efdba25a6238606f66610e5e9de_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:8b02d7c27cfbb38d19b1456282d58e14c8d64efdba25a6238606f66610e5e9de_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a4b3b74bd3e1a9a1c81f040810325ed6bee59e0fb708c9589439fc9c734805b3_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a4b3b74bd3e1a9a1c81f040810325ed6bee59e0fb708c9589439fc9c734805b3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a4b3b74bd3e1a9a1c81f040810325ed6bee59e0fb708c9589439fc9c734805b3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:bc92d21475ba5fd3d2292c5f386328bbbd237b92ab7288d3709229ece5b811e1_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:bc92d21475ba5fd3d2292c5f386328bbbd237b92ab7288d3709229ece5b811e1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:bc92d21475ba5fd3d2292c5f386328bbbd237b92ab7288d3709229ece5b811e1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:360c5f509936d41297633704930574fb8fdcca27e98d1614ff81dadfadab4926_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:360c5f509936d41297633704930574fb8fdcca27e98d1614ff81dadfadab4926_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:360c5f509936d41297633704930574fb8fdcca27e98d1614ff81dadfadab4926_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:5fde232e29f5707caa6bb5219f108a563ae59bbc5d2818e368a5b9e472a1a2c7_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:5fde232e29f5707caa6bb5219f108a563ae59bbc5d2818e368a5b9e472a1a2c7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:5fde232e29f5707caa6bb5219f108a563ae59bbc5d2818e368a5b9e472a1a2c7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6f1a30e659ad462113e1f481855cc292a760900cb5c05e669b5baa0b05a15277_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6f1a30e659ad462113e1f481855cc292a760900cb5c05e669b5baa0b05a15277_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6f1a30e659ad462113e1f481855cc292a760900cb5c05e669b5baa0b05a15277_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e2a33d8b21d3c833d9de1d6472e958b67ae7c6583e326b90ba51a2e1992d4924_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e2a33d8b21d3c833d9de1d6472e958b67ae7c6583e326b90ba51a2e1992d4924_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e2a33d8b21d3c833d9de1d6472e958b67ae7c6583e326b90ba51a2e1992d4924_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:1a6641eccc288ff48bda2311e1356ae244308345fc4c6e8bbeda2ed8b9f85eda_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:1a6641eccc288ff48bda2311e1356ae244308345fc4c6e8bbeda2ed8b9f85eda_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:1a6641eccc288ff48bda2311e1356ae244308345fc4c6e8bbeda2ed8b9f85eda_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3491a7f01d29b8ef97e0d28cf1258c37979ba8941d8bfc79c62bb7ad871e1f19_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3491a7f01d29b8ef97e0d28cf1258c37979ba8941d8bfc79c62bb7ad871e1f19_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3491a7f01d29b8ef97e0d28cf1258c37979ba8941d8bfc79c62bb7ad871e1f19_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:86a9b3d8064057e95ea8935b94edd85042eb86751e79f7a9783b9601b88d8ebb_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:86a9b3d8064057e95ea8935b94edd85042eb86751e79f7a9783b9601b88d8ebb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:86a9b3d8064057e95ea8935b94edd85042eb86751e79f7a9783b9601b88d8ebb_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f4f10a1f9554ad0aaa4fb9dbc97dc9d6b1b27af1ca3810731468b0c458b86a98_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f4f10a1f9554ad0aaa4fb9dbc97dc9d6b1b27af1ca3810731468b0c458b86a98_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f4f10a1f9554ad0aaa4fb9dbc97dc9d6b1b27af1ca3810731468b0c458b86a98_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:b06c2047e92976665952f3b0352b0c5bf8b5a2e6ba00b5a5468663fbb0309e1f_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:b06c2047e92976665952f3b0352b0c5bf8b5a2e6ba00b5a5468663fbb0309e1f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:b06c2047e92976665952f3b0352b0c5bf8b5a2e6ba00b5a5468663fbb0309e1f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cc10468c6882a877f993ac4f6ef5f29e7069f99d6b3ceef528c8d7069ed362f8_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cc10468c6882a877f993ac4f6ef5f29e7069f99d6b3ceef528c8d7069ed362f8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cc10468c6882a877f993ac4f6ef5f29e7069f99d6b3ceef528c8d7069ed362f8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d682c5746679d8dd8534b3d9c4b913880ef9d5713b7febaa3c7573fe7900b61b_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d682c5746679d8dd8534b3d9c4b913880ef9d5713b7febaa3c7573fe7900b61b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d682c5746679d8dd8534b3d9c4b913880ef9d5713b7febaa3c7573fe7900b61b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fbbf71963f1f9fe061819fd07e90df13d27347f2854720be55d4ee453b6b60f0_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fbbf71963f1f9fe061819fd07e90df13d27347f2854720be55d4ee453b6b60f0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fbbf71963f1f9fe061819fd07e90df13d27347f2854720be55d4ee453b6b60f0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:515147b779e1fe06b9b510177519d413a679552ed6c2ecf4b0ca8816a1e1ff6e_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:515147b779e1fe06b9b510177519d413a679552ed6c2ecf4b0ca8816a1e1ff6e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:515147b779e1fe06b9b510177519d413a679552ed6c2ecf4b0ca8816a1e1ff6e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:f1fc196ec3db364df254fda90a46e6b12bd50d50c01f2996f970ff8f9c1ea1f8_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:f1fc196ec3db364df254fda90a46e6b12bd50d50c01f2996f970ff8f9c1ea1f8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:f1fc196ec3db364df254fda90a46e6b12bd50d50c01f2996f970ff8f9c1ea1f8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:4dbc09f5c1c4011c13a1f461025da298ce289912d98627fc6d08ffe1a30a2a2e_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:4dbc09f5c1c4011c13a1f461025da298ce289912d98627fc6d08ffe1a30a2a2e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:4dbc09f5c1c4011c13a1f461025da298ce289912d98627fc6d08ffe1a30a2a2e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:d3436d8f8316db7b836d1146932a1f8de35edb75644eb0c9f0e3af334aab8f87_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:d3436d8f8316db7b836d1146932a1f8de35edb75644eb0c9f0e3af334aab8f87_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:d3436d8f8316db7b836d1146932a1f8de35edb75644eb0c9f0e3af334aab8f87_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:1eba9990cf84de01e1ba504b9b852c48cbaee1eebe2c564977d1419177bad652_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:1eba9990cf84de01e1ba504b9b852c48cbaee1eebe2c564977d1419177bad652_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:1eba9990cf84de01e1ba504b9b852c48cbaee1eebe2c564977d1419177bad652_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:cbd46373b97caeca24a3b22de19a294091f3d5e294f2931f01d786ef566867f6_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:cbd46373b97caeca24a3b22de19a294091f3d5e294f2931f01d786ef566867f6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:cbd46373b97caeca24a3b22de19a294091f3d5e294f2931f01d786ef566867f6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:09824ee3a4038855e2956ea2d70a72b5d1e4a9ecd9a323dfe27eab6df7de5c1f_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:09824ee3a4038855e2956ea2d70a72b5d1e4a9ecd9a323dfe27eab6df7de5c1f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:09824ee3a4038855e2956ea2d70a72b5d1e4a9ecd9a323dfe27eab6df7de5c1f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:8d89ffb1ab74d5e02fcc13d2a00d5e1fcca30720d987c140544e061ca7fc6629_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:8d89ffb1ab74d5e02fcc13d2a00d5e1fcca30720d987c140544e061ca7fc6629_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:8d89ffb1ab74d5e02fcc13d2a00d5e1fcca30720d987c140544e061ca7fc6629_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a8b44c2c0bed6ec652301ea4090bc62c990130150a8c1378a06fdb3f9a7b848c_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a8b44c2c0bed6ec652301ea4090bc62c990130150a8c1378a06fdb3f9a7b848c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a8b44c2c0bed6ec652301ea4090bc62c990130150a8c1378a06fdb3f9a7b848c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:d2005b9ade6f74ee3df518d9f124b8acfa909d0dbd34c1c3b9e044c0556fb268_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:d2005b9ade6f74ee3df518d9f124b8acfa909d0dbd34c1c3b9e044c0556fb268_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:d2005b9ade6f74ee3df518d9f124b8acfa909d0dbd34c1c3b9e044c0556fb268_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:c0d0de4014902209309d97c189f02ef66292b254edba7e02d26549e3ee24d7eb_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:c0d0de4014902209309d97c189f02ef66292b254edba7e02d26549e3ee24d7eb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:c0d0de4014902209309d97c189f02ef66292b254edba7e02d26549e3ee24d7eb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:f673fdfb5f29159fce99cb0ce47a31fdae2f57533aa49b84228ec7fe03274aba_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:f673fdfb5f29159fce99cb0ce47a31fdae2f57533aa49b84228ec7fe03274aba_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:f673fdfb5f29159fce99cb0ce47a31fdae2f57533aa49b84228ec7fe03274aba_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:07afc1a6c00649e6f56a64a75a345ed3ec97e28976ac09d362bc44412fa6b67c_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:07afc1a6c00649e6f56a64a75a345ed3ec97e28976ac09d362bc44412fa6b67c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:07afc1a6c00649e6f56a64a75a345ed3ec97e28976ac09d362bc44412fa6b67c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:54319cca65ce76d81bd7a392eb841bffc14867bdc1ae341bf8ee6f84d10c867d_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:54319cca65ce76d81bd7a392eb841bffc14867bdc1ae341bf8ee6f84d10c867d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:54319cca65ce76d81bd7a392eb841bffc14867bdc1ae341bf8ee6f84d10c867d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:445ffb4c0d9ca84e2c57333adca83f863428819a7732111b204da9f57bad9826_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:445ffb4c0d9ca84e2c57333adca83f863428819a7732111b204da9f57bad9826_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:445ffb4c0d9ca84e2c57333adca83f863428819a7732111b204da9f57bad9826_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:cf571aeea198dd0b07a42f12727db8ac78fc7d40eb5d1ce47c0e521f84142ee0_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:cf571aeea198dd0b07a42f12727db8ac78fc7d40eb5d1ce47c0e521f84142ee0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:cf571aeea198dd0b07a42f12727db8ac78fc7d40eb5d1ce47c0e521f84142ee0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:80bce123dd0a3488a9cac662d578f451608252e8144ee8158cc877c02c3f9d0b_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:80bce123dd0a3488a9cac662d578f451608252e8144ee8158cc877c02c3f9d0b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:80bce123dd0a3488a9cac662d578f451608252e8144ee8158cc877c02c3f9d0b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:89a69823162109668d5562e46ec004b719bb60cab26872234730c458dfa697ec_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:89a69823162109668d5562e46ec004b719bb60cab26872234730c458dfa697ec_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:89a69823162109668d5562e46ec004b719bb60cab26872234730c458dfa697ec_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:53babfe25e9258b6e8564df67e1d465c9f144976af5be7b30d95b0dd910f6101_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:53babfe25e9258b6e8564df67e1d465c9f144976af5be7b30d95b0dd910f6101_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:53babfe25e9258b6e8564df67e1d465c9f144976af5be7b30d95b0dd910f6101_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:733f6a4a3f1a1ce7f0495e2ccd8f492ce3378e2f2ac1d6f618869bc0460bd341_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:733f6a4a3f1a1ce7f0495e2ccd8f492ce3378e2f2ac1d6f618869bc0460bd341_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:733f6a4a3f1a1ce7f0495e2ccd8f492ce3378e2f2ac1d6f618869bc0460bd341_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:0bd4e71e9d22f6c16130426710bba8abbb82b0510cdcc9eb6cc74a412021c45a_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:0bd4e71e9d22f6c16130426710bba8abbb82b0510cdcc9eb6cc74a412021c45a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:0bd4e71e9d22f6c16130426710bba8abbb82b0510cdcc9eb6cc74a412021c45a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:34fe2d2d5972de86aca83a9affd601cb1c4564fb1939f4dbbee3dbedc2bddf9c_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:34fe2d2d5972de86aca83a9affd601cb1c4564fb1939f4dbbee3dbedc2bddf9c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:34fe2d2d5972de86aca83a9affd601cb1c4564fb1939f4dbbee3dbedc2bddf9c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4e01b88be4742c25c24977471d81262f8f0f391ccd5c49250b306e726e1d32e6_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4e01b88be4742c25c24977471d81262f8f0f391ccd5c49250b306e726e1d32e6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4e01b88be4742c25c24977471d81262f8f0f391ccd5c49250b306e726e1d32e6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:dbb1ac39b132a5d539fdd7f13df09e84eacb8460fd7e0097d562ef079ae2c677_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:dbb1ac39b132a5d539fdd7f13df09e84eacb8460fd7e0097d562ef079ae2c677_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:dbb1ac39b132a5d539fdd7f13df09e84eacb8460fd7e0097d562ef079ae2c677_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:1ae054478a86182135ca308fc3f18c49da06734b34fa897f74544644474c7807_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:1ae054478a86182135ca308fc3f18c49da06734b34fa897f74544644474c7807_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:1ae054478a86182135ca308fc3f18c49da06734b34fa897f74544644474c7807_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:3b7157d6c737fa70532d96c62fa68e35fe547eedc6c50580cb89f4ce9fff4fe8_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:3b7157d6c737fa70532d96c62fa68e35fe547eedc6c50580cb89f4ce9fff4fe8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:3b7157d6c737fa70532d96c62fa68e35fe547eedc6c50580cb89f4ce9fff4fe8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:152e3c57d0bcd719bf1e20ef7d43ccadaf30939c8c9899a2ce115a55ad7be983_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:152e3c57d0bcd719bf1e20ef7d43ccadaf30939c8c9899a2ce115a55ad7be983_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:152e3c57d0bcd719bf1e20ef7d43ccadaf30939c8c9899a2ce115a55ad7be983_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1abc468fd1a09c4b30e624ef4cd9257c2d104db17dbcf19a5bb8323682271ea1_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1abc468fd1a09c4b30e624ef4cd9257c2d104db17dbcf19a5bb8323682271ea1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1abc468fd1a09c4b30e624ef4cd9257c2d104db17dbcf19a5bb8323682271ea1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6e535ada8c1768a2411ffa684bc624afaca15618b2d1a8a6c50f0b97be52668c_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6e535ada8c1768a2411ffa684bc624afaca15618b2d1a8a6c50f0b97be52668c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6e535ada8c1768a2411ffa684bc624afaca15618b2d1a8a6c50f0b97be52668c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d46b24f503b741f3c919cf2f30409342310e3b2d6110b043128ae5d496219c96_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d46b24f503b741f3c919cf2f30409342310e3b2d6110b043128ae5d496219c96_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d46b24f503b741f3c919cf2f30409342310e3b2d6110b043128ae5d496219c96_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:12c1eb19b65af75175b1708f0049bb3eeb16c8c9a632957f5f97a5419246c7c7_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:12c1eb19b65af75175b1708f0049bb3eeb16c8c9a632957f5f97a5419246c7c7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:12c1eb19b65af75175b1708f0049bb3eeb16c8c9a632957f5f97a5419246c7c7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:36103549903651a18d5c1c25d07dc98ce058140cd2b8d6e80cb0f1a940a277fb_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:36103549903651a18d5c1c25d07dc98ce058140cd2b8d6e80cb0f1a940a277fb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:36103549903651a18d5c1c25d07dc98ce058140cd2b8d6e80cb0f1a940a277fb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c6fa0940709c377171ed6f553729935a9bf1bc5abb7c47f919d3b0fdbab3fd74_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c6fa0940709c377171ed6f553729935a9bf1bc5abb7c47f919d3b0fdbab3fd74_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c6fa0940709c377171ed6f553729935a9bf1bc5abb7c47f919d3b0fdbab3fd74_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f421d2c61baf1f196a5386d02b56b72593ab557a99c1ac61fd99d324a8bba3f9_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f421d2c61baf1f196a5386d02b56b72593ab557a99c1ac61fd99d324a8bba3f9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f421d2c61baf1f196a5386d02b56b72593ab557a99c1ac61fd99d324a8bba3f9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:01b50335d5ef7515c859414036920594a5fa5b0039f5191aab1f16d291f3514e_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:01b50335d5ef7515c859414036920594a5fa5b0039f5191aab1f16d291f3514e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:01b50335d5ef7515c859414036920594a5fa5b0039f5191aab1f16d291f3514e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:98a06124ecb76ea1e4d88de6b1532b2c8c6a7f554d1d25b946258b2d2e274649_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:98a06124ecb76ea1e4d88de6b1532b2c8c6a7f554d1d25b946258b2d2e274649_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:98a06124ecb76ea1e4d88de6b1532b2c8c6a7f554d1d25b946258b2d2e274649_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:cd6a54657188c7a1c0147c72b9d7ea326de2d7332eaa2c049ce4e02807177bc1_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:cd6a54657188c7a1c0147c72b9d7ea326de2d7332eaa2c049ce4e02807177bc1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:cd6a54657188c7a1c0147c72b9d7ea326de2d7332eaa2c049ce4e02807177bc1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:ff2c7571055602c2cf719149d742d2e7cf308f1a077c420205bcdb2afff13c00_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:ff2c7571055602c2cf719149d742d2e7cf308f1a077c420205bcdb2afff13c00_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:ff2c7571055602c2cf719149d742d2e7cf308f1a077c420205bcdb2afff13c00_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:455f935e22bc0a892237c11e22b9bebc4840c26c61510d43827563312ec71fd9_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:455f935e22bc0a892237c11e22b9bebc4840c26c61510d43827563312ec71fd9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:455f935e22bc0a892237c11e22b9bebc4840c26c61510d43827563312ec71fd9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:8b30cda549756767ad42a0486cd2987e13eb28078ae00996076a2c4e52ec50e9_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:8b30cda549756767ad42a0486cd2987e13eb28078ae00996076a2c4e52ec50e9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:8b30cda549756767ad42a0486cd2987e13eb28078ae00996076a2c4e52ec50e9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b3f754533c34684d3ebc8a6646c8698cca95b6836f9b9cf6bc80edcc1c888f19_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b3f754533c34684d3ebc8a6646c8698cca95b6836f9b9cf6bc80edcc1c888f19_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b3f754533c34684d3ebc8a6646c8698cca95b6836f9b9cf6bc80edcc1c888f19_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:ce1af97db3e2816184795c6d1fa3cfef25329df11482b2bf4441c40e51d21347_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:ce1af97db3e2816184795c6d1fa3cfef25329df11482b2bf4441c40e51d21347_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:ce1af97db3e2816184795c6d1fa3cfef25329df11482b2bf4441c40e51d21347_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:73b55b309bfcba54861b619a26745a67efb4271848e99db56af2536ceb0fa597_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:73b55b309bfcba54861b619a26745a67efb4271848e99db56af2536ceb0fa597_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:73b55b309bfcba54861b619a26745a67efb4271848e99db56af2536ceb0fa597_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9dd8eb511b9258dd6e6e2edf03a6e6d64c1bf8a5422c173cd0b0d9e1b2cd1734_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9dd8eb511b9258dd6e6e2edf03a6e6d64c1bf8a5422c173cd0b0d9e1b2cd1734_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9dd8eb511b9258dd6e6e2edf03a6e6d64c1bf8a5422c173cd0b0d9e1b2cd1734_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b43f4769ae4bea0d180d4be8183c92d1fe5aacce4287fc1462032f1783c42207_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b43f4769ae4bea0d180d4be8183c92d1fe5aacce4287fc1462032f1783c42207_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b43f4769ae4bea0d180d4be8183c92d1fe5aacce4287fc1462032f1783c42207_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b7d331a0edf44bcf0fe747365f092a69e1c1c7cd156d48781d40d41a3a0c8552_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b7d331a0edf44bcf0fe747365f092a69e1c1c7cd156d48781d40d41a3a0c8552_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b7d331a0edf44bcf0fe747365f092a69e1c1c7cd156d48781d40d41a3a0c8552_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:304b520b8986da52f9f1f175672f6acb79119085841fd0ff0fa9754e8f22b34a_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:304b520b8986da52f9f1f175672f6acb79119085841fd0ff0fa9754e8f22b34a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:304b520b8986da52f9f1f175672f6acb79119085841fd0ff0fa9754e8f22b34a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:67d76b9cdf3b5be24e7d157bfe385f184c6abd429860ba6d2280f77265929f26_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:67d76b9cdf3b5be24e7d157bfe385f184c6abd429860ba6d2280f77265929f26_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:67d76b9cdf3b5be24e7d157bfe385f184c6abd429860ba6d2280f77265929f26_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:df5b6082f4f05bfef1b63ede7fdcb5b575e56bcf264bb21e71ea2dc98c884ce6_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:df5b6082f4f05bfef1b63ede7fdcb5b575e56bcf264bb21e71ea2dc98c884ce6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:df5b6082f4f05bfef1b63ede7fdcb5b575e56bcf264bb21e71ea2dc98c884ce6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ea8623b6dde50f9b993f9823e27349650e5d80f3f4f37c6b9b79cbc08ffc6da1_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ea8623b6dde50f9b993f9823e27349650e5d80f3f4f37c6b9b79cbc08ffc6da1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ea8623b6dde50f9b993f9823e27349650e5d80f3f4f37c6b9b79cbc08ffc6da1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:401e7eda5905ff108ac067119245fe3684e50e736737b350baa06ea6fb2b7174_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:401e7eda5905ff108ac067119245fe3684e50e736737b350baa06ea6fb2b7174_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:401e7eda5905ff108ac067119245fe3684e50e736737b350baa06ea6fb2b7174_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:445489e10735202ea518bbee1cd56545f0e7e66742712cf5006c4d4ef30fc1cd_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:445489e10735202ea518bbee1cd56545f0e7e66742712cf5006c4d4ef30fc1cd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:445489e10735202ea518bbee1cd56545f0e7e66742712cf5006c4d4ef30fc1cd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a583347caae3aa7d703a2130fc1f57b9e81ea6a06bd33785d87f92596f1f6355_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a583347caae3aa7d703a2130fc1f57b9e81ea6a06bd33785d87f92596f1f6355_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a583347caae3aa7d703a2130fc1f57b9e81ea6a06bd33785d87f92596f1f6355_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d30bda3636af0792fa0b182e8c1f79f5198a293572b40eb28e90e8e536416719_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d30bda3636af0792fa0b182e8c1f79f5198a293572b40eb28e90e8e536416719_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d30bda3636af0792fa0b182e8c1f79f5198a293572b40eb28e90e8e536416719_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1a369e0372bdde7ee5ec7ad647d30e6fd9747904580cd025ef0e20e1309080b3_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1a369e0372bdde7ee5ec7ad647d30e6fd9747904580cd025ef0e20e1309080b3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1a369e0372bdde7ee5ec7ad647d30e6fd9747904580cd025ef0e20e1309080b3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2d0b89c800f09fb923f249da6536b9d396a53311112c458973fa9aaffb9bbd77_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2d0b89c800f09fb923f249da6536b9d396a53311112c458973fa9aaffb9bbd77_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2d0b89c800f09fb923f249da6536b9d396a53311112c458973fa9aaffb9bbd77_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ca969364594a060f9adc621daa9d2af96fd265e32dff63699cb42aa60ec1a9e9_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ca969364594a060f9adc621daa9d2af96fd265e32dff63699cb42aa60ec1a9e9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ca969364594a060f9adc621daa9d2af96fd265e32dff63699cb42aa60ec1a9e9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:f1b997f7c662c0c8e91be2d02d6605fdab614bb89039ad1f38d6cac2b4623ddf_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:f1b997f7c662c0c8e91be2d02d6605fdab614bb89039ad1f38d6cac2b4623ddf_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:f1b997f7c662c0c8e91be2d02d6605fdab614bb89039ad1f38d6cac2b4623ddf_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1f379914cc47321de26756b1fd2fb634ab93f0d50400467df35dd4303100ad1a_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1f379914cc47321de26756b1fd2fb634ab93f0d50400467df35dd4303100ad1a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1f379914cc47321de26756b1fd2fb634ab93f0d50400467df35dd4303100ad1a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:748a768980651e5d15e4b06d8483c6ec6db7854844e2b7dd789ea0e5d0b42d70_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:748a768980651e5d15e4b06d8483c6ec6db7854844e2b7dd789ea0e5d0b42d70_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:748a768980651e5d15e4b06d8483c6ec6db7854844e2b7dd789ea0e5d0b42d70_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:922cfbcfa109c304f82be7edd274534d18f9e2c7fe036e9b078ef40dbaf5659a_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:922cfbcfa109c304f82be7edd274534d18f9e2c7fe036e9b078ef40dbaf5659a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:922cfbcfa109c304f82be7edd274534d18f9e2c7fe036e9b078ef40dbaf5659a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f439945f38dba034123eeaffd05372162855f703ab5a939dfc40c8b6e68b6dc3_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f439945f38dba034123eeaffd05372162855f703ab5a939dfc40c8b6e68b6dc3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f439945f38dba034123eeaffd05372162855f703ab5a939dfc40c8b6e68b6dc3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:515b64496798a09106a5a99cf322bb02cea22a7d1684653ed251ea15532a61f6_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:515b64496798a09106a5a99cf322bb02cea22a7d1684653ed251ea15532a61f6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:515b64496798a09106a5a99cf322bb02cea22a7d1684653ed251ea15532a61f6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6de46b3fa4c0a353f73b6dab1c6dd53546b38a7cf754063382a47a3487aecfef_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6de46b3fa4c0a353f73b6dab1c6dd53546b38a7cf754063382a47a3487aecfef_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6de46b3fa4c0a353f73b6dab1c6dd53546b38a7cf754063382a47a3487aecfef_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f41ea3ecd58d560a52e13cef8384f6197d49add48c01c432cd8971f53fe5a4b2_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f41ea3ecd58d560a52e13cef8384f6197d49add48c01c432cd8971f53fe5a4b2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f41ea3ecd58d560a52e13cef8384f6197d49add48c01c432cd8971f53fe5a4b2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fafdde0ddc3752811000a0b64826ec60715a45f09b79aae8aae637b6a50f3c23_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fafdde0ddc3752811000a0b64826ec60715a45f09b79aae8aae637b6a50f3c23_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fafdde0ddc3752811000a0b64826ec60715a45f09b79aae8aae637b6a50f3c23_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:212637507016bc9b3317c3980c30b476867ebc90d1c0724f0178f445052da718_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:212637507016bc9b3317c3980c30b476867ebc90d1c0724f0178f445052da718_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:212637507016bc9b3317c3980c30b476867ebc90d1c0724f0178f445052da718_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5f148616ca51bcf1c30183e095a8b5a981a9be858254938ed45229e4b4ebfdd1_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5f148616ca51bcf1c30183e095a8b5a981a9be858254938ed45229e4b4ebfdd1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5f148616ca51bcf1c30183e095a8b5a981a9be858254938ed45229e4b4ebfdd1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:9461ea9cf5c260411a69b6b39c5dd4048c592f234cc24d481561d90fffbaf1bd_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:9461ea9cf5c260411a69b6b39c5dd4048c592f234cc24d481561d90fffbaf1bd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:9461ea9cf5c260411a69b6b39c5dd4048c592f234cc24d481561d90fffbaf1bd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b48c6f2691532175458342223ed6c744b4dfe2cb057d1abcdcf3980127791ce8_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b48c6f2691532175458342223ed6c744b4dfe2cb057d1abcdcf3980127791ce8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b48c6f2691532175458342223ed6c744b4dfe2cb057d1abcdcf3980127791ce8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:2c1ca60eeda0aa20403364a3ba33d9ad349e98ae3c839bff106d4b3d59426d58_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:2c1ca60eeda0aa20403364a3ba33d9ad349e98ae3c839bff106d4b3d59426d58_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:2c1ca60eeda0aa20403364a3ba33d9ad349e98ae3c839bff106d4b3d59426d58_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4141802dad81ca0be90cb3e030f18156e4f129dd2dee7b40d4b4b2f63d7ce927_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4141802dad81ca0be90cb3e030f18156e4f129dd2dee7b40d4b4b2f63d7ce927_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4141802dad81ca0be90cb3e030f18156e4f129dd2dee7b40d4b4b2f63d7ce927_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4cb581ac92c27cae351d2021bf76d97b20da9a9db8f2b867df879a2917d052b3_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4cb581ac92c27cae351d2021bf76d97b20da9a9db8f2b867df879a2917d052b3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4cb581ac92c27cae351d2021bf76d97b20da9a9db8f2b867df879a2917d052b3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:da3dc2f193bedf7af891b2123b2b25ab8ffc54ee21ce4ee4a05557b7175aef7a_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:da3dc2f193bedf7af891b2123b2b25ab8ffc54ee21ce4ee4a05557b7175aef7a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:da3dc2f193bedf7af891b2123b2b25ab8ffc54ee21ce4ee4a05557b7175aef7a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:232a25a7c42589bb08f34e08eb3e609ccc7c1de4281c234bb59df3c763695339_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:232a25a7c42589bb08f34e08eb3e609ccc7c1de4281c234bb59df3c763695339_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:232a25a7c42589bb08f34e08eb3e609ccc7c1de4281c234bb59df3c763695339_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:77021ef3e969e39c28e863f22541819957f046f28a88ce0fb0f706381e8ffdf4_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:77021ef3e969e39c28e863f22541819957f046f28a88ce0fb0f706381e8ffdf4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:77021ef3e969e39c28e863f22541819957f046f28a88ce0fb0f706381e8ffdf4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d024567af8fb35126a2084d9c0de93c5b349249dcbd202c0c5cfb7d2d05bcefd_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d024567af8fb35126a2084d9c0de93c5b349249dcbd202c0c5cfb7d2d05bcefd_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d024567af8fb35126a2084d9c0de93c5b349249dcbd202c0c5cfb7d2d05bcefd_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:eff2753dce033753b4687d9eb031bafad6c3bc1e1dd941de90baa0322bf14496_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:eff2753dce033753b4687d9eb031bafad6c3bc1e1dd941de90baa0322bf14496_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:eff2753dce033753b4687d9eb031bafad6c3bc1e1dd941de90baa0322bf14496_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4a8e36032ebb3b81b4e2e854fda6217a58adeb78e133257689d118b00feb9d0f_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4a8e36032ebb3b81b4e2e854fda6217a58adeb78e133257689d118b00feb9d0f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4a8e36032ebb3b81b4e2e854fda6217a58adeb78e133257689d118b00feb9d0f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4e99ed18cc738391a0b1f7fd6e5268dc1a2b2d0c235b96f5def3d9bc25bd0c4b_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4e99ed18cc738391a0b1f7fd6e5268dc1a2b2d0c235b96f5def3d9bc25bd0c4b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4e99ed18cc738391a0b1f7fd6e5268dc1a2b2d0c235b96f5def3d9bc25bd0c4b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:acd10e1026c3bcbe1effdad4d96922661418e8660dbb0e8e97fb69b3df8a3578_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:acd10e1026c3bcbe1effdad4d96922661418e8660dbb0e8e97fb69b3df8a3578_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:acd10e1026c3bcbe1effdad4d96922661418e8660dbb0e8e97fb69b3df8a3578_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c84a3e6dfc4b3abe1c2f3e6f63018a8d45fa3333969ac2792dce86ed5dc5f7f6_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c84a3e6dfc4b3abe1c2f3e6f63018a8d45fa3333969ac2792dce86ed5dc5f7f6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c84a3e6dfc4b3abe1c2f3e6f63018a8d45fa3333969ac2792dce86ed5dc5f7f6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1d83bebcaaf20c68ec4705bec480e45b4a69d8323d118a7fe4812b491ea940f0_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1d83bebcaaf20c68ec4705bec480e45b4a69d8323d118a7fe4812b491ea940f0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1d83bebcaaf20c68ec4705bec480e45b4a69d8323d118a7fe4812b491ea940f0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:bbd338c6ca660031115a11f293b165aef23ad28150c6a8964dad403618cef28b_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:bbd338c6ca660031115a11f293b165aef23ad28150c6a8964dad403618cef28b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:bbd338c6ca660031115a11f293b165aef23ad28150c6a8964dad403618cef28b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e9a218fb77c30af249580c4b11915d4876083f642c7388c6333f70b781bb9f17_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e9a218fb77c30af249580c4b11915d4876083f642c7388c6333f70b781bb9f17_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e9a218fb77c30af249580c4b11915d4876083f642c7388c6333f70b781bb9f17_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:fd8e0cb32df9a3eb7eecfb9d5356a136590223e69130193ad8a92f310465ecd8_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:fd8e0cb32df9a3eb7eecfb9d5356a136590223e69130193ad8a92f310465ecd8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:fd8e0cb32df9a3eb7eecfb9d5356a136590223e69130193ad8a92f310465ecd8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:0de9a2d5418c0fadfc68e9f64335c23396fc3188b1ed7191e2e740e53aa1b29f_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:0de9a2d5418c0fadfc68e9f64335c23396fc3188b1ed7191e2e740e53aa1b29f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:0de9a2d5418c0fadfc68e9f64335c23396fc3188b1ed7191e2e740e53aa1b29f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:2c6a648364c88588f7ed1c538eaaf850ad4ae8310b83cff95c11db695cf4f528_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:2c6a648364c88588f7ed1c538eaaf850ad4ae8310b83cff95c11db695cf4f528_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:2c6a648364c88588f7ed1c538eaaf850ad4ae8310b83cff95c11db695cf4f528_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:8a408e4ad9cf59aaf87b0c0c97d3e66c4339943d810da2703cb4d0a946ac036d_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:8a408e4ad9cf59aaf87b0c0c97d3e66c4339943d810da2703cb4d0a946ac036d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:8a408e4ad9cf59aaf87b0c0c97d3e66c4339943d810da2703cb4d0a946ac036d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d4f83ef7cf93115c55d7053dcbe9cf980bf522cb4c3dce2feb95e6574657384c_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d4f83ef7cf93115c55d7053dcbe9cf980bf522cb4c3dce2feb95e6574657384c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d4f83ef7cf93115c55d7053dcbe9cf980bf522cb4c3dce2feb95e6574657384c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:06849685ea1a02445fd85960975e0f4f0d39947420d0f381dd724b37f4f44994_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:06849685ea1a02445fd85960975e0f4f0d39947420d0f381dd724b37f4f44994_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:06849685ea1a02445fd85960975e0f4f0d39947420d0f381dd724b37f4f44994_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7ad3e41c51b206489d6de9809594d4407f0eb02df060111359880560088c9140_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7ad3e41c51b206489d6de9809594d4407f0eb02df060111359880560088c9140_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7ad3e41c51b206489d6de9809594d4407f0eb02df060111359880560088c9140_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a18cc97e985023b176af5daad9cfe50eee25bc7e5ef657d20c17aadda7a76c35_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a18cc97e985023b176af5daad9cfe50eee25bc7e5ef657d20c17aadda7a76c35_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a18cc97e985023b176af5daad9cfe50eee25bc7e5ef657d20c17aadda7a76c35_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:f3ebe18a671ed1e458d9c86184fad3fea2e8552d8be87b3f2bc83ca45f6eecc8_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:f3ebe18a671ed1e458d9c86184fad3fea2e8552d8be87b3f2bc83ca45f6eecc8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:f3ebe18a671ed1e458d9c86184fad3fea2e8552d8be87b3f2bc83ca45f6eecc8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:29d61cf5ce7ecf8bd5e49c5d01b16a82819bbb345160b90ff46f0d936f1152dc_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:29d61cf5ce7ecf8bd5e49c5d01b16a82819bbb345160b90ff46f0d936f1152dc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:29d61cf5ce7ecf8bd5e49c5d01b16a82819bbb345160b90ff46f0d936f1152dc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:34ec4d660b408030abf6f5c0858fcfc095d7548530e6bd4038009c55ecec3344_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:34ec4d660b408030abf6f5c0858fcfc095d7548530e6bd4038009c55ecec3344_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:34ec4d660b408030abf6f5c0858fcfc095d7548530e6bd4038009c55ecec3344_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5a947d842f80e6e70729d0195ea3fd77111aa4a564c82e9bd0614fbc715a85a0_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5a947d842f80e6e70729d0195ea3fd77111aa4a564c82e9bd0614fbc715a85a0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5a947d842f80e6e70729d0195ea3fd77111aa4a564c82e9bd0614fbc715a85a0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:c6b897cbd33e4d897a44ff05e5a2f7093a5fe930fc249901baff8a28a015c408_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:c6b897cbd33e4d897a44ff05e5a2f7093a5fe930fc249901baff8a28a015c408_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:c6b897cbd33e4d897a44ff05e5a2f7093a5fe930fc249901baff8a28a015c408_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:20dcf9ed5dab0354410b6c14f8476980d2bea66f42bd64ae0c1e354e185bd820_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:20dcf9ed5dab0354410b6c14f8476980d2bea66f42bd64ae0c1e354e185bd820_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:20dcf9ed5dab0354410b6c14f8476980d2bea66f42bd64ae0c1e354e185bd820_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:559065936f9a9039c45cbd63a4dbeb4cd3f69e990eb7a878571971f6e94c936f_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:559065936f9a9039c45cbd63a4dbeb4cd3f69e990eb7a878571971f6e94c936f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:559065936f9a9039c45cbd63a4dbeb4cd3f69e990eb7a878571971f6e94c936f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:79e01008c1f3a1ba2dc98f7ea3163c3874a5b204ca731d056b89ebaaf97bae50_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:79e01008c1f3a1ba2dc98f7ea3163c3874a5b204ca731d056b89ebaaf97bae50_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:79e01008c1f3a1ba2dc98f7ea3163c3874a5b204ca731d056b89ebaaf97bae50_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:c36158a99dbb4a03cc9581c46a7f0e84e3ce098fea15d5b3ff88e10d41d0eb1d_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:c36158a99dbb4a03cc9581c46a7f0e84e3ce098fea15d5b3ff88e10d41d0eb1d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:c36158a99dbb4a03cc9581c46a7f0e84e3ce098fea15d5b3ff88e10d41d0eb1d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2c6e5834f6042b1a4301f47d8178b2e718a3a459745ffbc959e40cc660ada97c_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2c6e5834f6042b1a4301f47d8178b2e718a3a459745ffbc959e40cc660ada97c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2c6e5834f6042b1a4301f47d8178b2e718a3a459745ffbc959e40cc660ada97c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:475ba06839391550b35bd29309fc939977a72d4262b99f129ef5fc964adcecc1_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:475ba06839391550b35bd29309fc939977a72d4262b99f129ef5fc964adcecc1_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:475ba06839391550b35bd29309fc939977a72d4262b99f129ef5fc964adcecc1_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5470d37d9eb90f60a29221fe605551618af1037c555e7f82ee1c7c1b6b7de654_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5470d37d9eb90f60a29221fe605551618af1037c555e7f82ee1c7c1b6b7de654_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5470d37d9eb90f60a29221fe605551618af1037c555e7f82ee1c7c1b6b7de654_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c8ce750189b017ec94762b6691cb9a911f97f04927615f0c802149aa3f7282fa_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c8ce750189b017ec94762b6691cb9a911f97f04927615f0c802149aa3f7282fa_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c8ce750189b017ec94762b6691cb9a911f97f04927615f0c802149aa3f7282fa_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:1916354b8aed42783dbf3bb7a3be6ebba6f561aa7d8c8f41fd6e32f1e46b09e5_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:1916354b8aed42783dbf3bb7a3be6ebba6f561aa7d8c8f41fd6e32f1e46b09e5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:1916354b8aed42783dbf3bb7a3be6ebba6f561aa7d8c8f41fd6e32f1e46b09e5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:93cd970355ff2c9cd65c6f051391a1dbccf543a1f4e79ebbe6b3f63ac4030ca5_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:93cd970355ff2c9cd65c6f051391a1dbccf543a1f4e79ebbe6b3f63ac4030ca5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:93cd970355ff2c9cd65c6f051391a1dbccf543a1f4e79ebbe6b3f63ac4030ca5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9cfa1d58c7bc0f875b5b2d704afcc95c4321388c94202c7ecba217a12164e8c2_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9cfa1d58c7bc0f875b5b2d704afcc95c4321388c94202c7ecba217a12164e8c2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9cfa1d58c7bc0f875b5b2d704afcc95c4321388c94202c7ecba217a12164e8c2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f21ecbf880d3fb65422bbd0c410aa47136526cdfe5b75fdbfd82e720530c9fec_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f21ecbf880d3fb65422bbd0c410aa47136526cdfe5b75fdbfd82e720530c9fec_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f21ecbf880d3fb65422bbd0c410aa47136526cdfe5b75fdbfd82e720530c9fec_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4c6a4ba7469a6e3736176c838dd09acca392d508ba2139bcde3d01a1ecd493b4_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4c6a4ba7469a6e3736176c838dd09acca392d508ba2139bcde3d01a1ecd493b4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4c6a4ba7469a6e3736176c838dd09acca392d508ba2139bcde3d01a1ecd493b4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a21c60cfbdd3b771f448a09b89c09f0992008625caa9fa60c5f9cfdc7d49e457_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a21c60cfbdd3b771f448a09b89c09f0992008625caa9fa60c5f9cfdc7d49e457_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a21c60cfbdd3b771f448a09b89c09f0992008625caa9fa60c5f9cfdc7d49e457_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b6a1d9d0b74f769294c10ba1ba65fa36a43217a374f3e37a189fe3de1d33d737_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b6a1d9d0b74f769294c10ba1ba65fa36a43217a374f3e37a189fe3de1d33d737_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b6a1d9d0b74f769294c10ba1ba65fa36a43217a374f3e37a189fe3de1d33d737_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e192ef1c1c539e194a2c7aea2c1cce32c6bb01bba982d3f0f9354649f32d24bd_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e192ef1c1c539e194a2c7aea2c1cce32c6bb01bba982d3f0f9354649f32d24bd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e192ef1c1c539e194a2c7aea2c1cce32c6bb01bba982d3f0f9354649f32d24bd_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:03475c318b9a57df484c7be2cbf35f654487c3084efd389cf4f6ce0a0f845dae_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:03475c318b9a57df484c7be2cbf35f654487c3084efd389cf4f6ce0a0f845dae_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:03475c318b9a57df484c7be2cbf35f654487c3084efd389cf4f6ce0a0f845dae_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:974abdfcfb3399823b6531a50c8d09203167418b09f859229de602a55c6f43bc_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:974abdfcfb3399823b6531a50c8d09203167418b09f859229de602a55c6f43bc_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:974abdfcfb3399823b6531a50c8d09203167418b09f859229de602a55c6f43bc_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:aa3852b48c9efac7a7e87bb01593b4a8c7d9f996624154d5a34c836e2b126485_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:aa3852b48c9efac7a7e87bb01593b4a8c7d9f996624154d5a34c836e2b126485_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:aa3852b48c9efac7a7e87bb01593b4a8c7d9f996624154d5a34c836e2b126485_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e0e95daab3cde4412e5d3222236adacdb8283e65eb64572ed175b353adc4ea50_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e0e95daab3cde4412e5d3222236adacdb8283e65eb64572ed175b353adc4ea50_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e0e95daab3cde4412e5d3222236adacdb8283e65eb64572ed175b353adc4ea50_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:106fa9124ad7bfa7e2a7d6c68ebd812cf2bc82c55ac092c1a702217595fc93f1_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:106fa9124ad7bfa7e2a7d6c68ebd812cf2bc82c55ac092c1a702217595fc93f1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:106fa9124ad7bfa7e2a7d6c68ebd812cf2bc82c55ac092c1a702217595fc93f1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:18317fde63976665f03833b7679bede00df0f32327c1d56a26afe112b4d26f6c_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:18317fde63976665f03833b7679bede00df0f32327c1d56a26afe112b4d26f6c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:18317fde63976665f03833b7679bede00df0f32327c1d56a26afe112b4d26f6c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e068848e4408ea82c40cdf03f2e6c600a40c8743faf344e0b2630f12d79f2fe7_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e068848e4408ea82c40cdf03f2e6c600a40c8743faf344e0b2630f12d79f2fe7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e068848e4408ea82c40cdf03f2e6c600a40c8743faf344e0b2630f12d79f2fe7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ed90b2768c731b0fb0d277a285164c8bd8cb531ee984be711f64bc503292e839_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ed90b2768c731b0fb0d277a285164c8bd8cb531ee984be711f64bc503292e839_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ed90b2768c731b0fb0d277a285164c8bd8cb531ee984be711f64bc503292e839_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0ea0939567de6bf628dd5ac96f7eb68d3b29f1819ab932296293504e99ae3390_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0ea0939567de6bf628dd5ac96f7eb68d3b29f1819ab932296293504e99ae3390_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0ea0939567de6bf628dd5ac96f7eb68d3b29f1819ab932296293504e99ae3390_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:45720e600e73a2d925662c4c6a7dc898e4c97e38bf9b6c708455167abf99b51e_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:45720e600e73a2d925662c4c6a7dc898e4c97e38bf9b6c708455167abf99b51e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:45720e600e73a2d925662c4c6a7dc898e4c97e38bf9b6c708455167abf99b51e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9afcbae95f66db36e6ea832d41f02c8fa14ab3e79f52dd1878ea24b57565b547_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9afcbae95f66db36e6ea832d41f02c8fa14ab3e79f52dd1878ea24b57565b547_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9afcbae95f66db36e6ea832d41f02c8fa14ab3e79f52dd1878ea24b57565b547_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d4e9f8ad81006249c50770495829c63f9322d0214efc045a4a7b6b0955846f0f_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d4e9f8ad81006249c50770495829c63f9322d0214efc045a4a7b6b0955846f0f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d4e9f8ad81006249c50770495829c63f9322d0214efc045a4a7b6b0955846f0f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:1d66fb102b391fb88b40efc0dc3b3935d6f4db31825ee4d878273e181585e0b5_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:1d66fb102b391fb88b40efc0dc3b3935d6f4db31825ee4d878273e181585e0b5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:1d66fb102b391fb88b40efc0dc3b3935d6f4db31825ee4d878273e181585e0b5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:2a221eeae6e50cc04e9466e5777f829f58311b2506aa149094e5e31e0cbe6e09_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:2a221eeae6e50cc04e9466e5777f829f58311b2506aa149094e5e31e0cbe6e09_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:2a221eeae6e50cc04e9466e5777f829f58311b2506aa149094e5e31e0cbe6e09_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7f15db4d5cefd46fc71d1953fc5cd62630bb847c6966523c5ab3d6cc2e5f6a05_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7f15db4d5cefd46fc71d1953fc5cd62630bb847c6966523c5ab3d6cc2e5f6a05_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7f15db4d5cefd46fc71d1953fc5cd62630bb847c6966523c5ab3d6cc2e5f6a05_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:99a3124337bfd603542826a78e4068bfd7ffc9feac98bac54bd7b3f3384faf87_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:99a3124337bfd603542826a78e4068bfd7ffc9feac98bac54bd7b3f3384faf87_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:99a3124337bfd603542826a78e4068bfd7ffc9feac98bac54bd7b3f3384faf87_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:86260062116d03fe7c4ec9df2fde3ccabf315ebc380f61db472d334be90dc325_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:86260062116d03fe7c4ec9df2fde3ccabf315ebc380f61db472d334be90dc325_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:86260062116d03fe7c4ec9df2fde3ccabf315ebc380f61db472d334be90dc325_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:8f284d614d7fe9d7c0bb5ab076490a781f0922453650713dd6bd722a409f650d_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:8f284d614d7fe9d7c0bb5ab076490a781f0922453650713dd6bd722a409f650d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:8f284d614d7fe9d7c0bb5ab076490a781f0922453650713dd6bd722a409f650d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a43770fac453ba7e59e8af0c2aff352471f81a1b5f34ba620d4555a16af464ba_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a43770fac453ba7e59e8af0c2aff352471f81a1b5f34ba620d4555a16af464ba_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a43770fac453ba7e59e8af0c2aff352471f81a1b5f34ba620d4555a16af464ba_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e3a8e74f008721239ea7c070e6f6def1e779b723863e5ca279702f81cdfc0f5f_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e3a8e74f008721239ea7c070e6f6def1e779b723863e5ca279702f81cdfc0f5f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e3a8e74f008721239ea7c070e6f6def1e779b723863e5ca279702f81cdfc0f5f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:669084db9430a977c4370fd7949543c2e57e82da6db6d01c376b3c345f7c693f_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:669084db9430a977c4370fd7949543c2e57e82da6db6d01c376b3c345f7c693f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:669084db9430a977c4370fd7949543c2e57e82da6db6d01c376b3c345f7c693f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:9c91c1adec653c87fbdac6f5755528a27a4ead82d740af2a5e5f38aa16789804_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:9c91c1adec653c87fbdac6f5755528a27a4ead82d740af2a5e5f38aa16789804_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:9c91c1adec653c87fbdac6f5755528a27a4ead82d740af2a5e5f38aa16789804_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a2ffcc7216ed314e39ac12c0cfb30d29a6a4267512cc24a8f59825967273a2b8_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a2ffcc7216ed314e39ac12c0cfb30d29a6a4267512cc24a8f59825967273a2b8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a2ffcc7216ed314e39ac12c0cfb30d29a6a4267512cc24a8f59825967273a2b8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a950db91a853e2b6073fad294ea604d51e0623b8c34288af1a98752f79b873e8_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a950db91a853e2b6073fad294ea604d51e0623b8c34288af1a98752f79b873e8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a950db91a853e2b6073fad294ea604d51e0623b8c34288af1a98752f79b873e8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3af31e33187cf904b7a3bbcf7cded17c69e345c73301563c60312d35d1b694b0_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3af31e33187cf904b7a3bbcf7cded17c69e345c73301563c60312d35d1b694b0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3af31e33187cf904b7a3bbcf7cded17c69e345c73301563c60312d35d1b694b0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:42bcf4c037d6212103448703395c0ca44f36a89533e205f0965c2c111d218fc8_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:42bcf4c037d6212103448703395c0ca44f36a89533e205f0965c2c111d218fc8_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:42bcf4c037d6212103448703395c0ca44f36a89533e205f0965c2c111d218fc8_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:7b9bc218875615eaea10e71de2ce1159bbc130dc9099eb71d9fe13d9a0f07179_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:7b9bc218875615eaea10e71de2ce1159bbc130dc9099eb71d9fe13d9a0f07179_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:7b9bc218875615eaea10e71de2ce1159bbc130dc9099eb71d9fe13d9a0f07179_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8af69064595a39874365e60cc66d5f6697f28df4f82f8e26b86eb3fe08eed8dc_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8af69064595a39874365e60cc66d5f6697f28df4f82f8e26b86eb3fe08eed8dc_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8af69064595a39874365e60cc66d5f6697f28df4f82f8e26b86eb3fe08eed8dc_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:43a9f7284fc596378453b6e3a6fa1eb553d403ee25492c8c10107aaa77d92412_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:43a9f7284fc596378453b6e3a6fa1eb553d403ee25492c8c10107aaa77d92412_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:43a9f7284fc596378453b6e3a6fa1eb553d403ee25492c8c10107aaa77d92412_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:9074d73e7164486f4e0bbcdcfa5f46529fab2937cc5531dd88b13b2fb433d6b6_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:9074d73e7164486f4e0bbcdcfa5f46529fab2937cc5531dd88b13b2fb433d6b6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:9074d73e7164486f4e0bbcdcfa5f46529fab2937cc5531dd88b13b2fb433d6b6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:a6656391bbce0ef6c085dcb040dc623d737ee8c302638d0e952eb2cd6e9671ae_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:a6656391bbce0ef6c085dcb040dc623d737ee8c302638d0e952eb2cd6e9671ae_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:a6656391bbce0ef6c085dcb040dc623d737ee8c302638d0e952eb2cd6e9671ae_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b98987da700deeb50da293568dcab5cfa1ddc843e36ed4dc5fe6d0ac8b63c85e_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b98987da700deeb50da293568dcab5cfa1ddc843e36ed4dc5fe6d0ac8b63c85e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b98987da700deeb50da293568dcab5cfa1ddc843e36ed4dc5fe6d0ac8b63c85e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:66a2823e0f80a885f64cdff57291c2d6af6fd0c117c2d033b372be28b0755b2b_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:66a2823e0f80a885f64cdff57291c2d6af6fd0c117c2d033b372be28b0755b2b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:66a2823e0f80a885f64cdff57291c2d6af6fd0c117c2d033b372be28b0755b2b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:845d9b912f7dc3b56804668e652f7c6b711a3d064501785ef9fea0273f60063b_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:845d9b912f7dc3b56804668e652f7c6b711a3d064501785ef9fea0273f60063b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:845d9b912f7dc3b56804668e652f7c6b711a3d064501785ef9fea0273f60063b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b94aad5462be3a96ad9d3a88d8aaa775e8d6446b7f8d1b8785de703d14875cf0_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b94aad5462be3a96ad9d3a88d8aaa775e8d6446b7f8d1b8785de703d14875cf0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b94aad5462be3a96ad9d3a88d8aaa775e8d6446b7f8d1b8785de703d14875cf0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f6ad6761f6dd00ae42d248741c778b31492259d891751c9dbdc6dc39c2960dcb_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f6ad6761f6dd00ae42d248741c778b31492259d891751c9dbdc6dc39c2960dcb_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f6ad6761f6dd00ae42d248741c778b31492259d891751c9dbdc6dc39c2960dcb_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:7b31119b0f90aba00af66b6bf6e1d2f7248d3db7129a6fec071a9fba31dfd0e7_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:7b31119b0f90aba00af66b6bf6e1d2f7248d3db7129a6fec071a9fba31dfd0e7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:7b31119b0f90aba00af66b6bf6e1d2f7248d3db7129a6fec071a9fba31dfd0e7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:93cc886509cfbf78ce38eec32119b47cca28aaf3b43a254a1deacdd86de5e877_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:93cc886509cfbf78ce38eec32119b47cca28aaf3b43a254a1deacdd86de5e877_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:93cc886509cfbf78ce38eec32119b47cca28aaf3b43a254a1deacdd86de5e877_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c4cfff6e697533c3a9323ba6ed15b74250ecbecf71123cfe49ad56708f505021_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c4cfff6e697533c3a9323ba6ed15b74250ecbecf71123cfe49ad56708f505021_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c4cfff6e697533c3a9323ba6ed15b74250ecbecf71123cfe49ad56708f505021_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ef759942f6399bbb13657a783a7648dbf7ec880e8f6d4ed64b69812f696fcc1b_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ef759942f6399bbb13657a783a7648dbf7ec880e8f6d4ed64b69812f696fcc1b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ef759942f6399bbb13657a783a7648dbf7ec880e8f6d4ed64b69812f696fcc1b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:155ff7585ebff390dec5a0ee00bcea904cde275e165ac634b2083c1fec868a18_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:155ff7585ebff390dec5a0ee00bcea904cde275e165ac634b2083c1fec868a18_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:155ff7585ebff390dec5a0ee00bcea904cde275e165ac634b2083c1fec868a18_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6971b8fa9f04515d6e4d18a27982a2496a4efaaeff90e741f3248d31fe1961e0_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6971b8fa9f04515d6e4d18a27982a2496a4efaaeff90e741f3248d31fe1961e0_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6971b8fa9f04515d6e4d18a27982a2496a4efaaeff90e741f3248d31fe1961e0_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6d590f5de5ce957e2d21fbd86c08411dc90b6c2444fd43079a04e3acb35587f1_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6d590f5de5ce957e2d21fbd86c08411dc90b6c2444fd43079a04e3acb35587f1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6d590f5de5ce957e2d21fbd86c08411dc90b6c2444fd43079a04e3acb35587f1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:718a4a859157646f240e5fa4e3f8ad5c5ac7e53373d8b5d0a45159f5eab2c9a7_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:718a4a859157646f240e5fa4e3f8ad5c5ac7e53373d8b5d0a45159f5eab2c9a7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:718a4a859157646f240e5fa4e3f8ad5c5ac7e53373d8b5d0a45159f5eab2c9a7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:629f7a041cf101c337effebc71d27cebd4dbe4ac7f7eb58e93f872106f88426f_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:629f7a041cf101c337effebc71d27cebd4dbe4ac7f7eb58e93f872106f88426f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:629f7a041cf101c337effebc71d27cebd4dbe4ac7f7eb58e93f872106f88426f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:7761842991965d184af3f11919c4a4524d285d69266f92bc01ddd1cc66195fba_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:7761842991965d184af3f11919c4a4524d285d69266f92bc01ddd1cc66195fba_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:7761842991965d184af3f11919c4a4524d285d69266f92bc01ddd1cc66195fba_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:9865d9323ac25a120e3dbf34644b7343e650cd04b201d65518940b49432f564b_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:9865d9323ac25a120e3dbf34644b7343e650cd04b201d65518940b49432f564b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:9865d9323ac25a120e3dbf34644b7343e650cd04b201d65518940b49432f564b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:9f6c2d965dec4b6b13fa96bcaf0134bf2acf302e2a04fb6926075bc9e92de97d_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:9f6c2d965dec4b6b13fa96bcaf0134bf2acf302e2a04fb6926075bc9e92de97d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:9f6c2d965dec4b6b13fa96bcaf0134bf2acf302e2a04fb6926075bc9e92de97d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:855b51d876eba214e06624567a2606ed0be538fa6db7e24fdd508a269e1ba2c7_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:855b51d876eba214e06624567a2606ed0be538fa6db7e24fdd508a269e1ba2c7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:855b51d876eba214e06624567a2606ed0be538fa6db7e24fdd508a269e1ba2c7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b041548b2283b0b0837db6749c0da693f021d0510a5628bce91ff5be1fc83f71_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b041548b2283b0b0837db6749c0da693f021d0510a5628bce91ff5be1fc83f71_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b041548b2283b0b0837db6749c0da693f021d0510a5628bce91ff5be1fc83f71_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:c7fa529102a1f95a53afba3a07db55a3907123cd8bc01cc6e1c4afc3c41928c3_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:c7fa529102a1f95a53afba3a07db55a3907123cd8bc01cc6e1c4afc3c41928c3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:c7fa529102a1f95a53afba3a07db55a3907123cd8bc01cc6e1c4afc3c41928c3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ef32e7c28a82efb0ff8edc4d2678e042afb2c378791a34ccdd9243eae5246d61_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ef32e7c28a82efb0ff8edc4d2678e042afb2c378791a34ccdd9243eae5246d61_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ef32e7c28a82efb0ff8edc4d2678e042afb2c378791a34ccdd9243eae5246d61_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:0b779b84bcdf0ea2821962e7df8f34696f23bfad88557c21ae5fefbce289acc2_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:0b779b84bcdf0ea2821962e7df8f34696f23bfad88557c21ae5fefbce289acc2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:0b779b84bcdf0ea2821962e7df8f34696f23bfad88557c21ae5fefbce289acc2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:54847dfd1e87683efe51562e103367f952ea801cd409968b8b5e04ca0ce48bb7_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:54847dfd1e87683efe51562e103367f952ea801cd409968b8b5e04ca0ce48bb7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:54847dfd1e87683efe51562e103367f952ea801cd409968b8b5e04ca0ce48bb7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c86b554d052e4c0f38d69b571d246c090f5843302d21fe0f2c7c06ddc604488_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c86b554d052e4c0f38d69b571d246c090f5843302d21fe0f2c7c06ddc604488_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c86b554d052e4c0f38d69b571d246c090f5843302d21fe0f2c7c06ddc604488_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:78d85dae433ada85e1fb57166d278887f652a03531326bce186c7d3b207df288_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:78d85dae433ada85e1fb57166d278887f652a03531326bce186c7d3b207df288_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:78d85dae433ada85e1fb57166d278887f652a03531326bce186c7d3b207df288_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:4c4ec9a44884b5d618f231cb65a9b69078c2d86c8f168d510441814357f9fbd7_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:4c4ec9a44884b5d618f231cb65a9b69078c2d86c8f168d510441814357f9fbd7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:4c4ec9a44884b5d618f231cb65a9b69078c2d86c8f168d510441814357f9fbd7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:5bfc5d24081ed832066492f2542d2566f40aca433535ff6536307feaf416c727_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:5bfc5d24081ed832066492f2542d2566f40aca433535ff6536307feaf416c727_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:5bfc5d24081ed832066492f2542d2566f40aca433535ff6536307feaf416c727_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6717dfcf0c98ffe25190b97c977daafdfa53ca406572d81143430f4218a17382_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6717dfcf0c98ffe25190b97c977daafdfa53ca406572d81143430f4218a17382_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6717dfcf0c98ffe25190b97c977daafdfa53ca406572d81143430f4218a17382_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:fb7ecb21f68557f92a912f0cabea1719fd8969638e16f22c5c89d433168f3ade_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:fb7ecb21f68557f92a912f0cabea1719fd8969638e16f22c5c89d433168f3ade_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:fb7ecb21f68557f92a912f0cabea1719fd8969638e16f22c5c89d433168f3ade_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:6f80af3728d41b78b3e855ce438ca882452a785a0b794c374475e6634390f6bd_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:6f80af3728d41b78b3e855ce438ca882452a785a0b794c374475e6634390f6bd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:6f80af3728d41b78b3e855ce438ca882452a785a0b794c374475e6634390f6bd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:7df0f2a7c3268c3fd166e4012ef20a9911d6d7be4ee9e260b2a8343a1a5c23d3_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:7df0f2a7c3268c3fd166e4012ef20a9911d6d7be4ee9e260b2a8343a1a5c23d3_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:7df0f2a7c3268c3fd166e4012ef20a9911d6d7be4ee9e260b2a8343a1a5c23d3_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f26c33eae235ad613283bb3629ae031e06d95e4371b6ab35bfc95d6cd6eedc70_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f26c33eae235ad613283bb3629ae031e06d95e4371b6ab35bfc95d6cd6eedc70_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f26c33eae235ad613283bb3629ae031e06d95e4371b6ab35bfc95d6cd6eedc70_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ff72b14efa0c7c37a3795808564e00f60bee07de82fc22c7d1e0822893abeb8d_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ff72b14efa0c7c37a3795808564e00f60bee07de82fc22c7d1e0822893abeb8d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ff72b14efa0c7c37a3795808564e00f60bee07de82fc22c7d1e0822893abeb8d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:15a34ce98242d87b27bcb7a2ff5f8a3426766e31e4aa8dd21280a94a0dd5de07_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:15a34ce98242d87b27bcb7a2ff5f8a3426766e31e4aa8dd21280a94a0dd5de07_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:15a34ce98242d87b27bcb7a2ff5f8a3426766e31e4aa8dd21280a94a0dd5de07_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1694ece44a326abafa983a7fb2b3f84f671941fdaa708c21159b2164bedc8fe7_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1694ece44a326abafa983a7fb2b3f84f671941fdaa708c21159b2164bedc8fe7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1694ece44a326abafa983a7fb2b3f84f671941fdaa708c21159b2164bedc8fe7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:5316833a649816a20637f5815460cdea129cd9f304d66406c7d15210e09adc7a_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:5316833a649816a20637f5815460cdea129cd9f304d66406c7d15210e09adc7a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:5316833a649816a20637f5815460cdea129cd9f304d66406c7d15210e09adc7a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:95a599547beb53655c1f6bcfe533196664371a94b5fea328543a5f90c1f4cfa7_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:95a599547beb53655c1f6bcfe533196664371a94b5fea328543a5f90c1f4cfa7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:95a599547beb53655c1f6bcfe533196664371a94b5fea328543a5f90c1f4cfa7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:0c81a72caa0f5697779c8e808aae1c6da81c34d58ea22b7fc41535e5b047d4d4_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:0c81a72caa0f5697779c8e808aae1c6da81c34d58ea22b7fc41535e5b047d4d4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:0c81a72caa0f5697779c8e808aae1c6da81c34d58ea22b7fc41535e5b047d4d4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:1b5092eff9d9daeea6ffcb7c40f04754c401744c8085b77b67f231cca7730818_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:1b5092eff9d9daeea6ffcb7c40f04754c401744c8085b77b67f231cca7730818_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:1b5092eff9d9daeea6ffcb7c40f04754c401744c8085b77b67f231cca7730818_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:7b0157dfb720632e557c0c1050c643c7a9dc9b36c5f1858a37e11604b04b795a_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:7b0157dfb720632e557c0c1050c643c7a9dc9b36c5f1858a37e11604b04b795a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:7b0157dfb720632e557c0c1050c643c7a9dc9b36c5f1858a37e11604b04b795a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:915d7aa28dd103a665a72bba13375c72118885bc3867d07922425576d5372f71_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:915d7aa28dd103a665a72bba13375c72118885bc3867d07922425576d5372f71_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:915d7aa28dd103a665a72bba13375c72118885bc3867d07922425576d5372f71_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:27483fad6a2c4be85baf840f33c72d98357bb6a55e754051fff08820977c7a3f_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:27483fad6a2c4be85baf840f33c72d98357bb6a55e754051fff08820977c7a3f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:27483fad6a2c4be85baf840f33c72d98357bb6a55e754051fff08820977c7a3f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:5bdbda0b9ae82292ab9dcd9c3907d42687418e591984ae30b53d93f422ca9d86_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:5bdbda0b9ae82292ab9dcd9c3907d42687418e591984ae30b53d93f422ca9d86_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:5bdbda0b9ae82292ab9dcd9c3907d42687418e591984ae30b53d93f422ca9d86_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:93069055bf2d16735b13a8ae1859af38b6b7b9fe3409806c30a2147689972023_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:93069055bf2d16735b13a8ae1859af38b6b7b9fe3409806c30a2147689972023_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:93069055bf2d16735b13a8ae1859af38b6b7b9fe3409806c30a2147689972023_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ef060678c540f10ecb261b29b6674be6d3830c7ed0e51f221256fb09130b4dcb_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ef060678c540f10ecb261b29b6674be6d3830c7ed0e51f221256fb09130b4dcb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ef060678c540f10ecb261b29b6674be6d3830c7ed0e51f221256fb09130b4dcb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1d9d3b4b90eefd1714e4814e4c340d11a88f1208852b7c624fac4096ec3bae65_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1d9d3b4b90eefd1714e4814e4c340d11a88f1208852b7c624fac4096ec3bae65_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1d9d3b4b90eefd1714e4814e4c340d11a88f1208852b7c624fac4096ec3bae65_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:37afefb255d2e64fe5d72f6d32a3e4a55684b658b114dd341689ef0dd4cefb9b_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:37afefb255d2e64fe5d72f6d32a3e4a55684b658b114dd341689ef0dd4cefb9b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:37afefb255d2e64fe5d72f6d32a3e4a55684b658b114dd341689ef0dd4cefb9b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6033b93ce5c2f73213bd89e9709038829a2739e238a1f827cdebdcac8c39dc91_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6033b93ce5c2f73213bd89e9709038829a2739e238a1f827cdebdcac8c39dc91_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6033b93ce5c2f73213bd89e9709038829a2739e238a1f827cdebdcac8c39dc91_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6fa75960064a732c4e25407c9c2e8b75bd98feb5bb06c9cd70dac8023eb21c0e_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6fa75960064a732c4e25407c9c2e8b75bd98feb5bb06c9cd70dac8023eb21c0e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6fa75960064a732c4e25407c9c2e8b75bd98feb5bb06c9cd70dac8023eb21c0e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:5eafd2fde7b9fce1b13109f4729396155f7ef07d73d51067b11f96661327453b_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:5eafd2fde7b9fce1b13109f4729396155f7ef07d73d51067b11f96661327453b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:5eafd2fde7b9fce1b13109f4729396155f7ef07d73d51067b11f96661327453b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:825963b5f6aeaab80cc3c6a3c173b588263b6a9ed2e481c06d42a229d18b40b8_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:825963b5f6aeaab80cc3c6a3c173b588263b6a9ed2e481c06d42a229d18b40b8_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:825963b5f6aeaab80cc3c6a3c173b588263b6a9ed2e481c06d42a229d18b40b8_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9c24887a448382a80d554684df4280c49a3c6ab89fa9164d547d0ccd25c5b0d2_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9c24887a448382a80d554684df4280c49a3c6ab89fa9164d547d0ccd25c5b0d2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9c24887a448382a80d554684df4280c49a3c6ab89fa9164d547d0ccd25c5b0d2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e423c9ccfc07b48c6ac2cc4369a6fd61e9b8c420a08f64d69e9a35b887874793_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e423c9ccfc07b48c6ac2cc4369a6fd61e9b8c420a08f64d69e9a35b887874793_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e423c9ccfc07b48c6ac2cc4369a6fd61e9b8c420a08f64d69e9a35b887874793_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:0ce9b759a50e8562b80a2466a194f70d0728ae93717dadedba3aca34712f14e6_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:0ce9b759a50e8562b80a2466a194f70d0728ae93717dadedba3aca34712f14e6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:0ce9b759a50e8562b80a2466a194f70d0728ae93717dadedba3aca34712f14e6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:814fd188f5a532065135552df55e4c55fbf9952ba35f93ec6f4f22a4da2a43aa_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:814fd188f5a532065135552df55e4c55fbf9952ba35f93ec6f4f22a4da2a43aa_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:814fd188f5a532065135552df55e4c55fbf9952ba35f93ec6f4f22a4da2a43aa_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:b87d5c52b3da29503ae5089fb3422ebbf5ab02840c486b19678a9c65f04a9e7b_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b87d5c52b3da29503ae5089fb3422ebbf5ab02840c486b19678a9c65f04a9e7b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:b87d5c52b3da29503ae5089fb3422ebbf5ab02840c486b19678a9c65f04a9e7b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:e7ed0864902433356021a2f30c65020370c3062889f7e5838be60d0ddb098ec5_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:e7ed0864902433356021a2f30c65020370c3062889f7e5838be60d0ddb098ec5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-console-rhel9@sha256:e7ed0864902433356021a2f30c65020370c3062889f7e5838be60d0ddb098ec5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1622e137e2fcea249115c062de3bb6e0a099ff4f4545ed1c98ae2109eeadcc71_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1622e137e2fcea249115c062de3bb6e0a099ff4f4545ed1c98ae2109eeadcc71_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1622e137e2fcea249115c062de3bb6e0a099ff4f4545ed1c98ae2109eeadcc71_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4a66bbbcf3b973ae35749d7d4a1987a561a57d16b154c0471092a2f242912e98_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4a66bbbcf3b973ae35749d7d4a1987a561a57d16b154c0471092a2f242912e98_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4a66bbbcf3b973ae35749d7d4a1987a561a57d16b154c0471092a2f242912e98_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:51a7d1ff4fd4ac2325da2064724449847c4aac05dadbc97f30d93d89bf887b1a_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:51a7d1ff4fd4ac2325da2064724449847c4aac05dadbc97f30d93d89bf887b1a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:51a7d1ff4fd4ac2325da2064724449847c4aac05dadbc97f30d93d89bf887b1a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:f1743346567b7c2f4101128ba81ad4b3b00a40f3a97a465df9e1b895a08cb8a7_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:f1743346567b7c2f4101128ba81ad4b3b00a40f3a97a465df9e1b895a08cb8a7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:f1743346567b7c2f4101128ba81ad4b3b00a40f3a97a465df9e1b895a08cb8a7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:852af33a0803094bcfd34f452e8490f95fff66d6e2028423cfff0a01f201457e_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:852af33a0803094bcfd34f452e8490f95fff66d6e2028423cfff0a01f201457e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:852af33a0803094bcfd34f452e8490f95fff66d6e2028423cfff0a01f201457e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:9848cc582e21d833e5d5ce00a0655abf37173bccbf944e192510b3373510d81c_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:9848cc582e21d833e5d5ce00a0655abf37173bccbf944e192510b3373510d81c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:9848cc582e21d833e5d5ce00a0655abf37173bccbf944e192510b3373510d81c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a97d77c1235d10228e36d47b304a14c05a10944904685f344953da18f2d30866_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a97d77c1235d10228e36d47b304a14c05a10944904685f344953da18f2d30866_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a97d77c1235d10228e36d47b304a14c05a10944904685f344953da18f2d30866_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e5cb819739007737f750a96605f14991efb3195f13c906efc64db87934389379_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e5cb819739007737f750a96605f14991efb3195f13c906efc64db87934389379_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e5cb819739007737f750a96605f14991efb3195f13c906efc64db87934389379_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:3d594065a138374b4efe911a3e4619baf1d888272607e83e4f614e8c3e48d2f0_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:3d594065a138374b4efe911a3e4619baf1d888272607e83e4f614e8c3e48d2f0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:3d594065a138374b4efe911a3e4619baf1d888272607e83e4f614e8c3e48d2f0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:7e2fdd43861a1be04f8f6cdf2fe2651d1f7ad194d7a43326e8d65d7757ee3d7d_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:7e2fdd43861a1be04f8f6cdf2fe2651d1f7ad194d7a43326e8d65d7757ee3d7d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:7e2fdd43861a1be04f8f6cdf2fe2651d1f7ad194d7a43326e8d65d7757ee3d7d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:08fef794d449fdc5f89da613254f8d8cc2512bffcd5a8f289a7bd8cce9f8660f_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:08fef794d449fdc5f89da613254f8d8cc2512bffcd5a8f289a7bd8cce9f8660f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:08fef794d449fdc5f89da613254f8d8cc2512bffcd5a8f289a7bd8cce9f8660f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:9e43e41968b797593eb5d4823f8e1e7babc642c3ec308673ee1640198f12c234_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:9e43e41968b797593eb5d4823f8e1e7babc642c3ec308673ee1640198f12c234_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:9e43e41968b797593eb5d4823f8e1e7babc642c3ec308673ee1640198f12c234_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:2ab98db3bd54d97694587693c196944eedb77866bf2dc9fa70e6d186c0eadb34_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:2ab98db3bd54d97694587693c196944eedb77866bf2dc9fa70e6d186c0eadb34_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:2ab98db3bd54d97694587693c196944eedb77866bf2dc9fa70e6d186c0eadb34_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:cb11c30ff4bbdad9e25e12e2960d754cdfaa7af1507b07e74e21aa31a45b0390_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:cb11c30ff4bbdad9e25e12e2960d754cdfaa7af1507b07e74e21aa31a45b0390_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:cb11c30ff4bbdad9e25e12e2960d754cdfaa7af1507b07e74e21aa31a45b0390_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:107a0f20bc821c4dc4eeb05f29cdd1c0601db4b66f5a3245272098dc41ae7c5d_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:107a0f20bc821c4dc4eeb05f29cdd1c0601db4b66f5a3245272098dc41ae7c5d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:107a0f20bc821c4dc4eeb05f29cdd1c0601db4b66f5a3245272098dc41ae7c5d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:38f286396ef7e0557eff8cc665ca46c4248e2b060aa9b170873e13eb691b207b_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:38f286396ef7e0557eff8cc665ca46c4248e2b060aa9b170873e13eb691b207b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:38f286396ef7e0557eff8cc665ca46c4248e2b060aa9b170873e13eb691b207b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:5d3eff686a6a64f96a79d31f8cc6a88b17171973f4718d3da82e0dfd456436c4_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:5d3eff686a6a64f96a79d31f8cc6a88b17171973f4718d3da82e0dfd456436c4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:5d3eff686a6a64f96a79d31f8cc6a88b17171973f4718d3da82e0dfd456436c4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:903ae03948c7e68b1eef1b1dc2f7d8718693e3149eed21862cf1fcfa13482dba_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:903ae03948c7e68b1eef1b1dc2f7d8718693e3149eed21862cf1fcfa13482dba_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:903ae03948c7e68b1eef1b1dc2f7d8718693e3149eed21862cf1fcfa13482dba_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:0fb76970c4ef89824f28a0993f2a21f5c91aab7bdf23d6d045da48d9c4d176ab_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:0fb76970c4ef89824f28a0993f2a21f5c91aab7bdf23d6d045da48d9c4d176ab_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:0fb76970c4ef89824f28a0993f2a21f5c91aab7bdf23d6d045da48d9c4d176ab_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:37898fbe4cf22592901521c29bc10ff1f3b8df7a200d64e9c94d037e8cc38e60_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:37898fbe4cf22592901521c29bc10ff1f3b8df7a200d64e9c94d037e8cc38e60_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:37898fbe4cf22592901521c29bc10ff1f3b8df7a200d64e9c94d037e8cc38e60_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:c4393a9eae01a0bb31f85f8a6cc609f80a8c2e7b7c4372c21bcfb91492ec78a4_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:c4393a9eae01a0bb31f85f8a6cc609f80a8c2e7b7c4372c21bcfb91492ec78a4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:c4393a9eae01a0bb31f85f8a6cc609f80a8c2e7b7c4372c21bcfb91492ec78a4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:dd74aefdaae0c24dca43a36548e371ce292af5423751718b1a6480224d5e5680_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:dd74aefdaae0c24dca43a36548e371ce292af5423751718b1a6480224d5e5680_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:dd74aefdaae0c24dca43a36548e371ce292af5423751718b1a6480224d5e5680_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:500ce3a45214ea5bf17b0c7d0ebd33f75183db7bc04d30f7d0a25a225f494cc5_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:500ce3a45214ea5bf17b0c7d0ebd33f75183db7bc04d30f7d0a25a225f494cc5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:500ce3a45214ea5bf17b0c7d0ebd33f75183db7bc04d30f7d0a25a225f494cc5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:6e201b3e5b45494f8ecd6d607bac314cc10b419d4f3a695c1aa9824b6eb9b8bc_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:6e201b3e5b45494f8ecd6d607bac314cc10b419d4f3a695c1aa9824b6eb9b8bc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:6e201b3e5b45494f8ecd6d607bac314cc10b419d4f3a695c1aa9824b6eb9b8bc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:9772d2c999317adac02475b2448f24acc49cabb83c7727e9e478642dcb7e9794_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:9772d2c999317adac02475b2448f24acc49cabb83c7727e9e478642dcb7e9794_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:9772d2c999317adac02475b2448f24acc49cabb83c7727e9e478642dcb7e9794_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:d8d22b7e59cb411c3f1fbac22af12b78fcaada8e56313b2f5ac89806152ae825_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:d8d22b7e59cb411c3f1fbac22af12b78fcaada8e56313b2f5ac89806152ae825_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:d8d22b7e59cb411c3f1fbac22af12b78fcaada8e56313b2f5ac89806152ae825_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:5d1773de9a1eaf4b18081c968f3d1c3ab35af0333dd8ccf599c30a5336b40ccd_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:5d1773de9a1eaf4b18081c968f3d1c3ab35af0333dd8ccf599c30a5336b40ccd_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:5d1773de9a1eaf4b18081c968f3d1c3ab35af0333dd8ccf599c30a5336b40ccd_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:93415b427bdd9185565c26901edda6e5d0e5b7bfa013605de8ee206716141c4c_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:93415b427bdd9185565c26901edda6e5d0e5b7bfa013605de8ee206716141c4c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:93415b427bdd9185565c26901edda6e5d0e5b7bfa013605de8ee206716141c4c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:be9f4891181cd1b58aa9a3fa7a0d26dc3a382e9dda02744b06a1cd7d806ed6cf_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:be9f4891181cd1b58aa9a3fa7a0d26dc3a382e9dda02744b06a1cd7d806ed6cf_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:be9f4891181cd1b58aa9a3fa7a0d26dc3a382e9dda02744b06a1cd7d806ed6cf_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fac44a7144ca9e888a74db83f6eeda24224d05238af0f8cb54627b74148f51a9_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fac44a7144ca9e888a74db83f6eeda24224d05238af0f8cb54627b74148f51a9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fac44a7144ca9e888a74db83f6eeda24224d05238af0f8cb54627b74148f51a9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:20544ed1aea9d8b483ac6dd9655a0d108b80121b7011406e0a59de4c93060dd9_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:20544ed1aea9d8b483ac6dd9655a0d108b80121b7011406e0a59de4c93060dd9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:20544ed1aea9d8b483ac6dd9655a0d108b80121b7011406e0a59de4c93060dd9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:29f0f10ec928c8face73cd03bad8478ab4b8386f0df20ee2482102f870f198c3_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:29f0f10ec928c8face73cd03bad8478ab4b8386f0df20ee2482102f870f198c3_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:29f0f10ec928c8face73cd03bad8478ab4b8386f0df20ee2482102f870f198c3_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:adc31a12f2eb578e7bf135bb0931aba306487174c7e8e71f6d3d8661aad8c350_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:adc31a12f2eb578e7bf135bb0931aba306487174c7e8e71f6d3d8661aad8c350_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:adc31a12f2eb578e7bf135bb0931aba306487174c7e8e71f6d3d8661aad8c350_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:cc2921b6468b77227e9f210589f07cf458eced2ef0260582d0a1a4b8f9b7a613_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:cc2921b6468b77227e9f210589f07cf458eced2ef0260582d0a1a4b8f9b7a613_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:cc2921b6468b77227e9f210589f07cf458eced2ef0260582d0a1a4b8f9b7a613_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:156540860fbd6556102cc1abb3762e6595d374fceeeb7745d92655aa3fa74551_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:156540860fbd6556102cc1abb3762e6595d374fceeeb7745d92655aa3fa74551_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:156540860fbd6556102cc1abb3762e6595d374fceeeb7745d92655aa3fa74551_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:426c0e5e5885ee0450f36a93fea6f733637011c5f5c97ea2c790e0edab5d7cbb_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:426c0e5e5885ee0450f36a93fea6f733637011c5f5c97ea2c790e0edab5d7cbb_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:426c0e5e5885ee0450f36a93fea6f733637011c5f5c97ea2c790e0edab5d7cbb_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:abea604212336f8e3cdeb786913ca33cf0843f3eb7be0d1aab681a005e6c9417_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:abea604212336f8e3cdeb786913ca33cf0843f3eb7be0d1aab681a005e6c9417_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:abea604212336f8e3cdeb786913ca33cf0843f3eb7be0d1aab681a005e6c9417_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f58646a44ac2716d6842af49e48f13b6c0a58ffde7202cf6004f479658ecb048_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f58646a44ac2716d6842af49e48f13b6c0a58ffde7202cf6004f479658ecb048_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f58646a44ac2716d6842af49e48f13b6c0a58ffde7202cf6004f479658ecb048_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:484ea3e99fe746668ca7fed6862b095326bfb8f26cc79c0bd4de143083b0dad6_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:484ea3e99fe746668ca7fed6862b095326bfb8f26cc79c0bd4de143083b0dad6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:484ea3e99fe746668ca7fed6862b095326bfb8f26cc79c0bd4de143083b0dad6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d2cf9eb8a6b0528509e571a8ab3710bdb6b40abb5f19d797a9097524d2e3cb7e_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d2cf9eb8a6b0528509e571a8ab3710bdb6b40abb5f19d797a9097524d2e3cb7e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d2cf9eb8a6b0528509e571a8ab3710bdb6b40abb5f19d797a9097524d2e3cb7e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:def75e5d102cae679cece8fb7e7cf26631d9aaee782319bceffef95fe76308db_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:def75e5d102cae679cece8fb7e7cf26631d9aaee782319bceffef95fe76308db_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:def75e5d102cae679cece8fb7e7cf26631d9aaee782319bceffef95fe76308db_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f6a4b9d3d3792cf016df0f539b41c2d33d4cfe3a85f87b8b1a2215c703a13d83_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f6a4b9d3d3792cf016df0f539b41c2d33d4cfe3a85f87b8b1a2215c703a13d83_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f6a4b9d3d3792cf016df0f539b41c2d33d4cfe3a85f87b8b1a2215c703a13d83_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:17d73f64095d650a84959f826da3009d844f209c39a9cf55460b842a08968fc9_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:17d73f64095d650a84959f826da3009d844f209c39a9cf55460b842a08968fc9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:17d73f64095d650a84959f826da3009d844f209c39a9cf55460b842a08968fc9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:382ba71516ae6c2ce3670b92bb206e5bdaf5dd0519b2f1a6fcb417b99f0ccb13_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:382ba71516ae6c2ce3670b92bb206e5bdaf5dd0519b2f1a6fcb417b99f0ccb13_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:382ba71516ae6c2ce3670b92bb206e5bdaf5dd0519b2f1a6fcb417b99f0ccb13_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bb9cd5df0da433f514a256dc92610219d22962f8e9fdddc4a1d6bdda45174287_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bb9cd5df0da433f514a256dc92610219d22962f8e9fdddc4a1d6bdda45174287_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bb9cd5df0da433f514a256dc92610219d22962f8e9fdddc4a1d6bdda45174287_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:da71d08bba2b937f4111e6d773765da8379043335d83e600743608bc4c3b7580_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:da71d08bba2b937f4111e6d773765da8379043335d83e600743608bc4c3b7580_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:da71d08bba2b937f4111e6d773765da8379043335d83e600743608bc4c3b7580_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0761be83c6edba07296a17b61838c3720666dfad633f9edbe9643c1cca008a8c_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0761be83c6edba07296a17b61838c3720666dfad633f9edbe9643c1cca008a8c_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0761be83c6edba07296a17b61838c3720666dfad633f9edbe9643c1cca008a8c_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:23021b0b3a60c43895c17a9d27eb53fb5cde7b9ba6ac7a5d81d1723d804ecfbc_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:23021b0b3a60c43895c17a9d27eb53fb5cde7b9ba6ac7a5d81d1723d804ecfbc_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:23021b0b3a60c43895c17a9d27eb53fb5cde7b9ba6ac7a5d81d1723d804ecfbc_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4c802a4f273a7d7752c93b18c27e264cd373dd989797d1f9b970ae368bfbed90_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4c802a4f273a7d7752c93b18c27e264cd373dd989797d1f9b970ae368bfbed90_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4c802a4f273a7d7752c93b18c27e264cd373dd989797d1f9b970ae368bfbed90_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b41f90c9d31171dff6834e9c7b72ac295f7e0058eff6f5dc7480d7c4797b9700_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b41f90c9d31171dff6834e9c7b72ac295f7e0058eff6f5dc7480d7c4797b9700_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b41f90c9d31171dff6834e9c7b72ac295f7e0058eff6f5dc7480d7c4797b9700_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:192a0e7b36c1fe8b6b70e6504e12a59ecae23ef83d563ad4c8cca3ab5b2cdbe5_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:192a0e7b36c1fe8b6b70e6504e12a59ecae23ef83d563ad4c8cca3ab5b2cdbe5_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:192a0e7b36c1fe8b6b70e6504e12a59ecae23ef83d563ad4c8cca3ab5b2cdbe5_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:39a6978585f0e1c57d7460a4fdd668a238e126c2ce7e599ad9e847bb55783249_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:39a6978585f0e1c57d7460a4fdd668a238e126c2ce7e599ad9e847bb55783249_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:39a6978585f0e1c57d7460a4fdd668a238e126c2ce7e599ad9e847bb55783249_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:851b15fc576a1939eac61342bfc75875d4029dccacbd57bef1b12ec784523bc5_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:851b15fc576a1939eac61342bfc75875d4029dccacbd57bef1b12ec784523bc5_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:851b15fc576a1939eac61342bfc75875d4029dccacbd57bef1b12ec784523bc5_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:dbb87a87d86cf4186ac9c4e546048bd07eb4e4b3734935a152ecbb60bcbdc1ec_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:dbb87a87d86cf4186ac9c4e546048bd07eb4e4b3734935a152ecbb60bcbdc1ec_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:dbb87a87d86cf4186ac9c4e546048bd07eb4e4b3734935a152ecbb60bcbdc1ec_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:2c372fc451a83f382e57e1e63de0f0b10f0479e665c2e1d39b20c8bd2d84f51a_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:2c372fc451a83f382e57e1e63de0f0b10f0479e665c2e1d39b20c8bd2d84f51a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:2c372fc451a83f382e57e1e63de0f0b10f0479e665c2e1d39b20c8bd2d84f51a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:881e89459149105fad3a737087f34ba6a0bed3d933bb73e4d1943a36d21a1f55_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:881e89459149105fad3a737087f34ba6a0bed3d933bb73e4d1943a36d21a1f55_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:881e89459149105fad3a737087f34ba6a0bed3d933bb73e4d1943a36d21a1f55_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:cea296a2222cfeabbdce7a42996be42db39f3d89321f93ffe705c0c01e7b5b30_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:cea296a2222cfeabbdce7a42996be42db39f3d89321f93ffe705c0c01e7b5b30_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:cea296a2222cfeabbdce7a42996be42db39f3d89321f93ffe705c0c01e7b5b30_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:ee35c6aa82fa9353c63acb0455e5196e946f423be7418de921beb7433bc27dd3_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:ee35c6aa82fa9353c63acb0455e5196e946f423be7418de921beb7433bc27dd3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:ee35c6aa82fa9353c63acb0455e5196e946f423be7418de921beb7433bc27dd3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:64c68a2c39cedd586eb70141b21d19092d16303738072987e6a33a208dc1ff43_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:64c68a2c39cedd586eb70141b21d19092d16303738072987e6a33a208dc1ff43_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:64c68a2c39cedd586eb70141b21d19092d16303738072987e6a33a208dc1ff43_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:77d5bcf195bccd0d556e17803f4c5273010543366112916c8e9e4189b5f68627_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:77d5bcf195bccd0d556e17803f4c5273010543366112916c8e9e4189b5f68627_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:77d5bcf195bccd0d556e17803f4c5273010543366112916c8e9e4189b5f68627_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:98e7b50a5fb4fe900b08a52bfe5f1af0f189bceab97ce106ca4550e0fa5bf487_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:98e7b50a5fb4fe900b08a52bfe5f1af0f189bceab97ce106ca4550e0fa5bf487_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:98e7b50a5fb4fe900b08a52bfe5f1af0f189bceab97ce106ca4550e0fa5bf487_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ca76d72ac426b6a7fcf59fb99a3fabee6c5ad3e0095e75dec3a06194fda37740_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ca76d72ac426b6a7fcf59fb99a3fabee6c5ad3e0095e75dec3a06194fda37740_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ca76d72ac426b6a7fcf59fb99a3fabee6c5ad3e0095e75dec3a06194fda37740_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:07406356bc5aa39e2d130e94946ac1ff2346d3570819af5d1a228b3e927b3df4_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:07406356bc5aa39e2d130e94946ac1ff2346d3570819af5d1a228b3e927b3df4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:07406356bc5aa39e2d130e94946ac1ff2346d3570819af5d1a228b3e927b3df4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:628d272cb4ef7a625677252fec78b4f6d7daaae10f3fa21e9e605fa294ff9ef7_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:628d272cb4ef7a625677252fec78b4f6d7daaae10f3fa21e9e605fa294ff9ef7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:628d272cb4ef7a625677252fec78b4f6d7daaae10f3fa21e9e605fa294ff9ef7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:784c9da7c826f43b21b798e18d89f696ff3c0d6c999353336d1709149e3ed6e0_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:784c9da7c826f43b21b798e18d89f696ff3c0d6c999353336d1709149e3ed6e0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:784c9da7c826f43b21b798e18d89f696ff3c0d6c999353336d1709149e3ed6e0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:806bb2fe904f03bdd46f5e7fd0da4e8c27badc7a363a034a896bb3c9331c565f_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:806bb2fe904f03bdd46f5e7fd0da4e8c27badc7a363a034a896bb3c9331c565f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:806bb2fe904f03bdd46f5e7fd0da4e8c27badc7a363a034a896bb3c9331c565f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:09ab73ac9c9dae1e080a70737bd6f8c927d47404850ab85cdadcf2be42dd0b1b_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:09ab73ac9c9dae1e080a70737bd6f8c927d47404850ab85cdadcf2be42dd0b1b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:09ab73ac9c9dae1e080a70737bd6f8c927d47404850ab85cdadcf2be42dd0b1b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:3ad634a5d007320ce93be80165b01aeeb25319a7458cd465aa4732518460855a_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:3ad634a5d007320ce93be80165b01aeeb25319a7458cd465aa4732518460855a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:3ad634a5d007320ce93be80165b01aeeb25319a7458cd465aa4732518460855a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:71f3b158f659a76b705d4680a0f81d930f6f622546c903aa2bac8548382d232e_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:71f3b158f659a76b705d4680a0f81d930f6f622546c903aa2bac8548382d232e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:71f3b158f659a76b705d4680a0f81d930f6f622546c903aa2bac8548382d232e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:cb741e1ce964c52ad3d7c373dcb2b2cf0292fae1c857f71cbec4485e0b1e3270_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:cb741e1ce964c52ad3d7c373dcb2b2cf0292fae1c857f71cbec4485e0b1e3270_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:cb741e1ce964c52ad3d7c373dcb2b2cf0292fae1c857f71cbec4485e0b1e3270_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:23b98311440ae92c9df288db4cb9336e442724af99c860289733d6c35dc07192_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:23b98311440ae92c9df288db4cb9336e442724af99c860289733d6c35dc07192_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:23b98311440ae92c9df288db4cb9336e442724af99c860289733d6c35dc07192_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4337bba1939749aef224134e01759014ce11a2ed05926c790c0eae870fd9b8dc_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4337bba1939749aef224134e01759014ce11a2ed05926c790c0eae870fd9b8dc_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4337bba1939749aef224134e01759014ce11a2ed05926c790c0eae870fd9b8dc_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:505907905f0d1476c5dbcbe7592c9d70ea91df7adc38e9618d2c48355ece4783_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:505907905f0d1476c5dbcbe7592c9d70ea91df7adc38e9618d2c48355ece4783_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:505907905f0d1476c5dbcbe7592c9d70ea91df7adc38e9618d2c48355ece4783_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:bc326e66fe857b4090cd0e717a9976857d63a5538890171adc420d47946b2c95_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:bc326e66fe857b4090cd0e717a9976857d63a5538890171adc420d47946b2c95_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:bc326e66fe857b4090cd0e717a9976857d63a5538890171adc420d47946b2c95_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:84abc2301d2fe7fefe78aa5dc90ddda63737ac2c8c47778b898a91738c6d69a6_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:84abc2301d2fe7fefe78aa5dc90ddda63737ac2c8c47778b898a91738c6d69a6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:84abc2301d2fe7fefe78aa5dc90ddda63737ac2c8c47778b898a91738c6d69a6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:93f2305b36ca634a2b8fbbeb4bfdc1a5c868e791430d389f0e0326ca839920f7_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:93f2305b36ca634a2b8fbbeb4bfdc1a5c868e791430d389f0e0326ca839920f7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:93f2305b36ca634a2b8fbbeb4bfdc1a5c868e791430d389f0e0326ca839920f7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:ca16e72147f9d94306abb1464485feff4a03a4922d5025d4b7250cab7ccc7732_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:ca16e72147f9d94306abb1464485feff4a03a4922d5025d4b7250cab7ccc7732_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:ca16e72147f9d94306abb1464485feff4a03a4922d5025d4b7250cab7ccc7732_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:653bdf880528e317bebac6f7aacff23ebab11af5bfa931af13a8d8e7b2745eb0_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:653bdf880528e317bebac6f7aacff23ebab11af5bfa931af13a8d8e7b2745eb0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:653bdf880528e317bebac6f7aacff23ebab11af5bfa931af13a8d8e7b2745eb0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ba86e60cabbbf3c8845a60ba559d1a38d5370ec7ecddeba662ef01fb083030b0_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ba86e60cabbbf3c8845a60ba559d1a38d5370ec7ecddeba662ef01fb083030b0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ba86e60cabbbf3c8845a60ba559d1a38d5370ec7ecddeba662ef01fb083030b0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ce35c93fca376e03d1d08e22b8146860e5711773b17f35e32a87bdf93338b182_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ce35c93fca376e03d1d08e22b8146860e5711773b17f35e32a87bdf93338b182_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ce35c93fca376e03d1d08e22b8146860e5711773b17f35e32a87bdf93338b182_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4aa1df7eacf95d9408d5016f5715b38ee4ecd340d9a66bcd55cb345d98de466d_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4aa1df7eacf95d9408d5016f5715b38ee4ecd340d9a66bcd55cb345d98de466d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4aa1df7eacf95d9408d5016f5715b38ee4ecd340d9a66bcd55cb345d98de466d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:87ef275495cae4c69268a6375eb5e07d9895913b019bf1a73dcc5043b3a24a30_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:87ef275495cae4c69268a6375eb5e07d9895913b019bf1a73dcc5043b3a24a30_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:87ef275495cae4c69268a6375eb5e07d9895913b019bf1a73dcc5043b3a24a30_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:8daa3769a103ab420b8b43c68ed6d4d90a845bb23a358c62d38cf679511d6fdb_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:8daa3769a103ab420b8b43c68ed6d4d90a845bb23a358c62d38cf679511d6fdb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:8daa3769a103ab420b8b43c68ed6d4d90a845bb23a358c62d38cf679511d6fdb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:18e0db16b10f2edaa9919257d37587d7df3c4c62cb88b8db38cda65e509a0492_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:18e0db16b10f2edaa9919257d37587d7df3c4c62cb88b8db38cda65e509a0492_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:18e0db16b10f2edaa9919257d37587d7df3c4c62cb88b8db38cda65e509a0492_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:1e12af727903c112c263bd301b9abd522da36fbe64e195f8a4d4fe19d34e9c6e_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:1e12af727903c112c263bd301b9abd522da36fbe64e195f8a4d4fe19d34e9c6e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:1e12af727903c112c263bd301b9abd522da36fbe64e195f8a4d4fe19d34e9c6e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:ca613da143b223316bbfabe5c1618d5de77817057a47f8430b9541151b79f654_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:ca613da143b223316bbfabe5c1618d5de77817057a47f8430b9541151b79f654_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:ca613da143b223316bbfabe5c1618d5de77817057a47f8430b9541151b79f654_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4486fbb2570877848c2997a50aeaf427cdcf5f8a2656b3212c263d8ce0d8cce1_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4486fbb2570877848c2997a50aeaf427cdcf5f8a2656b3212c263d8ce0d8cce1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4486fbb2570877848c2997a50aeaf427cdcf5f8a2656b3212c263d8ce0d8cce1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7e83a01469262e046bc98732e0e7ce4d71af991288d31155a9379d967ffb52fd_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7e83a01469262e046bc98732e0e7ce4d71af991288d31155a9379d967ffb52fd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7e83a01469262e046bc98732e0e7ce4d71af991288d31155a9379d967ffb52fd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9d999175269f2e59feec60b202253ece2c27add1d003f80c0e40eae8d2621f8a_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9d999175269f2e59feec60b202253ece2c27add1d003f80c0e40eae8d2621f8a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9d999175269f2e59feec60b202253ece2c27add1d003f80c0e40eae8d2621f8a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9f31f2da3caeba8ef97368c1ebdd3fb1df9aa911df241460d27fbecd2cfc9da8_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9f31f2da3caeba8ef97368c1ebdd3fb1df9aa911df241460d27fbecd2cfc9da8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9f31f2da3caeba8ef97368c1ebdd3fb1df9aa911df241460d27fbecd2cfc9da8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1638b6de2276e53fd93970eecb2bebc56c34ffc099eda9bfcb02dfd10eb07be7_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1638b6de2276e53fd93970eecb2bebc56c34ffc099eda9bfcb02dfd10eb07be7_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1638b6de2276e53fd93970eecb2bebc56c34ffc099eda9bfcb02dfd10eb07be7_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:22cd25be6169ebb1dfe48722f3b4c6133f14c5d4f6db6ef5c7c5c9f976b25901_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:22cd25be6169ebb1dfe48722f3b4c6133f14c5d4f6db6ef5c7c5c9f976b25901_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:22cd25be6169ebb1dfe48722f3b4c6133f14c5d4f6db6ef5c7c5c9f976b25901_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:646993f2432d9a7cf3d8d56e3caa5abb77fab65d4dd40a01ea68bc59e68ad082_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:646993f2432d9a7cf3d8d56e3caa5abb77fab65d4dd40a01ea68bc59e68ad082_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:646993f2432d9a7cf3d8d56e3caa5abb77fab65d4dd40a01ea68bc59e68ad082_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bb4b4fa70f8193a7cc49e278475052e1c053e1dca44298f02cf8a0c1bb95c740_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bb4b4fa70f8193a7cc49e278475052e1c053e1dca44298f02cf8a0c1bb95c740_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bb4b4fa70f8193a7cc49e278475052e1c053e1dca44298f02cf8a0c1bb95c740_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1076cb5e72c6e457760fddde4d94257042f5b0ebd7076a8713499bdbf4943c8d_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1076cb5e72c6e457760fddde4d94257042f5b0ebd7076a8713499bdbf4943c8d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1076cb5e72c6e457760fddde4d94257042f5b0ebd7076a8713499bdbf4943c8d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:3c749018959822c9a7c67fc3f28f62236f1791b999901577445838c8f78947fb_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:3c749018959822c9a7c67fc3f28f62236f1791b999901577445838c8f78947fb_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:3c749018959822c9a7c67fc3f28f62236f1791b999901577445838c8f78947fb_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4aa259c5fe5a5f92f61775e842ee7aa66fa29d6b75c2b67cccc8900b08b8e96d_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4aa259c5fe5a5f92f61775e842ee7aa66fa29d6b75c2b67cccc8900b08b8e96d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4aa259c5fe5a5f92f61775e842ee7aa66fa29d6b75c2b67cccc8900b08b8e96d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:5fe33023e5387e6836b35074fdc002ca7d7c85c6c6cc95f6f645b1a7a3651b93_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:5fe33023e5387e6836b35074fdc002ca7d7c85c6c6cc95f6f645b1a7a3651b93_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:5fe33023e5387e6836b35074fdc002ca7d7c85c6c6cc95f6f645b1a7a3651b93_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:02aa2709ab8f16d997dff85d05909bd7b67ec3e4cf91d50b285f17532d8a625b_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:02aa2709ab8f16d997dff85d05909bd7b67ec3e4cf91d50b285f17532d8a625b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:02aa2709ab8f16d997dff85d05909bd7b67ec3e4cf91d50b285f17532d8a625b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4aad374a238a0306aa63cbde5a29bb75d5b80d2c691558a1b384cc6b1de706ce_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4aad374a238a0306aa63cbde5a29bb75d5b80d2c691558a1b384cc6b1de706ce_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4aad374a238a0306aa63cbde5a29bb75d5b80d2c691558a1b384cc6b1de706ce_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:786af9a1f3e4f873aedc740637bd197272f21553304b987476b2e462b0dacfc4_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:786af9a1f3e4f873aedc740637bd197272f21553304b987476b2e462b0dacfc4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:786af9a1f3e4f873aedc740637bd197272f21553304b987476b2e462b0dacfc4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c449bc96c47df9f808b4e89c06facf7eeaf44761485077311aea32ea1342f5e6_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c449bc96c47df9f808b4e89c06facf7eeaf44761485077311aea32ea1342f5e6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c449bc96c47df9f808b4e89c06facf7eeaf44761485077311aea32ea1342f5e6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:9beab497bfb41b47b9f8599920563efcb58961c2a8166225f1935f45657843b4_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:9beab497bfb41b47b9f8599920563efcb58961c2a8166225f1935f45657843b4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:9beab497bfb41b47b9f8599920563efcb58961c2a8166225f1935f45657843b4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:af7cc2cf62f672d6a00016c116f3c66b72b64fa0d05e7753c8e4b6e628a3a082_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:af7cc2cf62f672d6a00016c116f3c66b72b64fa0d05e7753c8e4b6e628a3a082_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:af7cc2cf62f672d6a00016c116f3c66b72b64fa0d05e7753c8e4b6e628a3a082_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:3a1c445bea72192dc031e4755bd063fecc4fc9139484f54d8d54af26dc755f45_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:3a1c445bea72192dc031e4755bd063fecc4fc9139484f54d8d54af26dc755f45_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:3a1c445bea72192dc031e4755bd063fecc4fc9139484f54d8d54af26dc755f45_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:6ff31d9e340619aff002ff35ad43b6131042cfd943dc0deb54f19721eefa1c14_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:6ff31d9e340619aff002ff35ad43b6131042cfd943dc0deb54f19721eefa1c14_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:6ff31d9e340619aff002ff35ad43b6131042cfd943dc0deb54f19721eefa1c14_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:227e8c82c210cd100cd7aa3b8c5bb39b3ff31a4bb6ad78bb7134c122dd9b02a6_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:227e8c82c210cd100cd7aa3b8c5bb39b3ff31a4bb6ad78bb7134c122dd9b02a6_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:227e8c82c210cd100cd7aa3b8c5bb39b3ff31a4bb6ad78bb7134c122dd9b02a6_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a7587160377c6622944f5dd49380ee9565d49bc02da4c5b631342a037835c574_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a7587160377c6622944f5dd49380ee9565d49bc02da4c5b631342a037835c574_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a7587160377c6622944f5dd49380ee9565d49bc02da4c5b631342a037835c574_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:2793040a3ccbef82e3d074bf0597a8bfc5b5927658a8bf4148b5b0675d6fb3a2_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:2793040a3ccbef82e3d074bf0597a8bfc5b5927658a8bf4148b5b0675d6fb3a2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:2793040a3ccbef82e3d074bf0597a8bfc5b5927658a8bf4148b5b0675d6fb3a2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:835edd6d6766e17d868f7f6d283005b2ed2d38cca7fbad1c5b36f63c385b8e2e_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:835edd6d6766e17d868f7f6d283005b2ed2d38cca7fbad1c5b36f63c385b8e2e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:835edd6d6766e17d868f7f6d283005b2ed2d38cca7fbad1c5b36f63c385b8e2e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b635f689b42b827ad12ec312500ac2582c022eebc7776bac97532bd61ac31cce_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b635f689b42b827ad12ec312500ac2582c022eebc7776bac97532bd61ac31cce_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b635f689b42b827ad12ec312500ac2582c022eebc7776bac97532bd61ac31cce_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:1099ddf483c4cfe64f687fdbe5587648756fb5b9a3d01538724b2ea2fd5ca6e2_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:1099ddf483c4cfe64f687fdbe5587648756fb5b9a3d01538724b2ea2fd5ca6e2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:1099ddf483c4cfe64f687fdbe5587648756fb5b9a3d01538724b2ea2fd5ca6e2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:30dc9e1dd4b35944e21e40ad23583cb9d14be00172a0195dcc95bf8e01e34e1b_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:30dc9e1dd4b35944e21e40ad23583cb9d14be00172a0195dcc95bf8e01e34e1b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:30dc9e1dd4b35944e21e40ad23583cb9d14be00172a0195dcc95bf8e01e34e1b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ac4fa9eddf99f4581573d52e741f0eca595c9e5bec12cb177f0eacc7150a46a8_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ac4fa9eddf99f4581573d52e741f0eca595c9e5bec12cb177f0eacc7150a46a8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ac4fa9eddf99f4581573d52e741f0eca595c9e5bec12cb177f0eacc7150a46a8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ee30d6c3b56fb533d299a7a432618a1b2c83b1d9d72b2c58768c07c349fe95c8_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ee30d6c3b56fb533d299a7a432618a1b2c83b1d9d72b2c58768c07c349fe95c8_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ee30d6c3b56fb533d299a7a432618a1b2c83b1d9d72b2c58768c07c349fe95c8_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5aece9cbc711608ad1dffc12ade865996984d714f5e64fc894bcc3985fa9c521_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5aece9cbc711608ad1dffc12ade865996984d714f5e64fc894bcc3985fa9c521_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5aece9cbc711608ad1dffc12ade865996984d714f5e64fc894bcc3985fa9c521_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:adb1d854f6dc5e70aa0f33164a3ded5a715ba0ccf894efadd73c7c4d661f0b21_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:adb1d854f6dc5e70aa0f33164a3ded5a715ba0ccf894efadd73c7c4d661f0b21_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:adb1d854f6dc5e70aa0f33164a3ded5a715ba0ccf894efadd73c7c4d661f0b21_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c0983bc8863c23ae680915339797991b26c17fbf4782caddc071a60c17992266_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c0983bc8863c23ae680915339797991b26c17fbf4782caddc071a60c17992266_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c0983bc8863c23ae680915339797991b26c17fbf4782caddc071a60c17992266_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:cc90303d2e2d0a5818706672d1aab7847450b9d2cd991d7638451829fbf26163_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:cc90303d2e2d0a5818706672d1aab7847450b9d2cd991d7638451829fbf26163_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:cc90303d2e2d0a5818706672d1aab7847450b9d2cd991d7638451829fbf26163_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1485611739af941f4e368aac9cb95ee105aee87258e5d872d51d7f74291a8e20_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1485611739af941f4e368aac9cb95ee105aee87258e5d872d51d7f74291a8e20_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1485611739af941f4e368aac9cb95ee105aee87258e5d872d51d7f74291a8e20_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:45d8a8c4703462edf967071e89e08d8d9e495d69245ad8b6ba2d6e80f579eba9_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:45d8a8c4703462edf967071e89e08d8d9e495d69245ad8b6ba2d6e80f579eba9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:45d8a8c4703462edf967071e89e08d8d9e495d69245ad8b6ba2d6e80f579eba9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:584f6670245a288d5489cacce0e0cabb3c86bd6698f8118f49b8e3ccdfb47c39_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:584f6670245a288d5489cacce0e0cabb3c86bd6698f8118f49b8e3ccdfb47c39_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:584f6670245a288d5489cacce0e0cabb3c86bd6698f8118f49b8e3ccdfb47c39_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:5a29aea0e28d0ced0bf50bd3dac2bb6f6edce5ca6ef373f3d097e668a9e8cf35_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:5a29aea0e28d0ced0bf50bd3dac2bb6f6edce5ca6ef373f3d097e668a9e8cf35_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:5a29aea0e28d0ced0bf50bd3dac2bb6f6edce5ca6ef373f3d097e668a9e8cf35_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:3aaedfdd81b32cd2c67a0d39f819fc49ee2d31176496e043bd4d85efbd594481_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:3aaedfdd81b32cd2c67a0d39f819fc49ee2d31176496e043bd4d85efbd594481_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:3aaedfdd81b32cd2c67a0d39f819fc49ee2d31176496e043bd4d85efbd594481_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:97e6f95d96f347f03dbaf58cd6c7bf6c926546c1991cd83b5065fe0cafed2586_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:97e6f95d96f347f03dbaf58cd6c7bf6c926546c1991cd83b5065fe0cafed2586_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:97e6f95d96f347f03dbaf58cd6c7bf6c926546c1991cd83b5065fe0cafed2586_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a8b9d35e2ec9f2026a2ddf034e9f3ab2a9ea622924960f7d673564dc33ab6224_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a8b9d35e2ec9f2026a2ddf034e9f3ab2a9ea622924960f7d673564dc33ab6224_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a8b9d35e2ec9f2026a2ddf034e9f3ab2a9ea622924960f7d673564dc33ab6224_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:df1a7c4c835c59041b8c16e11580362d846ceb9b3334b8aafd36d3140b58d063_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:df1a7c4c835c59041b8c16e11580362d846ceb9b3334b8aafd36d3140b58d063_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:df1a7c4c835c59041b8c16e11580362d846ceb9b3334b8aafd36d3140b58d063_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:4d3251d46cfd8adf16ce49e35007a998689b714615bb66a12e0dcfeb896d8397_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:4d3251d46cfd8adf16ce49e35007a998689b714615bb66a12e0dcfeb896d8397_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:4d3251d46cfd8adf16ce49e35007a998689b714615bb66a12e0dcfeb896d8397_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8426d041e12f43a2b78791227c0f805afd75de6e306cf8bdc718f0f76651d75a_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8426d041e12f43a2b78791227c0f805afd75de6e306cf8bdc718f0f76651d75a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8426d041e12f43a2b78791227c0f805afd75de6e306cf8bdc718f0f76651d75a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:aabd98101d18f4f5352d03547cc2cf784bf37f962b9c875059d6365a3371dd72_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:aabd98101d18f4f5352d03547cc2cf784bf37f962b9c875059d6365a3371dd72_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:aabd98101d18f4f5352d03547cc2cf784bf37f962b9c875059d6365a3371dd72_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b9c93d7e3ae198d025eb43e5c2caeda4198462ffaf407270dfc7119316ff5f98_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b9c93d7e3ae198d025eb43e5c2caeda4198462ffaf407270dfc7119316ff5f98_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b9c93d7e3ae198d025eb43e5c2caeda4198462ffaf407270dfc7119316ff5f98_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:b6c870af5b455dc9fc17314802f45c9ebf2bec19810ff75b4e157d96a94e6575_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:b6c870af5b455dc9fc17314802f45c9ebf2bec19810ff75b4e157d96a94e6575_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:b6c870af5b455dc9fc17314802f45c9ebf2bec19810ff75b4e157d96a94e6575_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:d2003914164b0f04ddde9b10d27ada74e57c26beb7ad06dac093098903909907_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:d2003914164b0f04ddde9b10d27ada74e57c26beb7ad06dac093098903909907_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:d2003914164b0f04ddde9b10d27ada74e57c26beb7ad06dac093098903909907_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:16a4f25c37894fe7ce7a943322dee37d8419bae36e7c7ca7b4e73dbccf8372e8_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:16a4f25c37894fe7ce7a943322dee37d8419bae36e7c7ca7b4e73dbccf8372e8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:16a4f25c37894fe7ce7a943322dee37d8419bae36e7c7ca7b4e73dbccf8372e8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1b17792f997e30b1d5bf73388b68de6604e4235b0a10e5dc37955f8ff2077801_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1b17792f997e30b1d5bf73388b68de6604e4235b0a10e5dc37955f8ff2077801_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1b17792f997e30b1d5bf73388b68de6604e4235b0a10e5dc37955f8ff2077801_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:29871a94fc618bf280a7c38280ec0642c766838bac34a9ace503378a67f4638d_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:29871a94fc618bf280a7c38280ec0642c766838bac34a9ace503378a67f4638d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:29871a94fc618bf280a7c38280ec0642c766838bac34a9ace503378a67f4638d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:fcfb0cf49134add5d8298b1fc1f52ab3eb924efc2bf40ad077c3def948b3ed8e_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:fcfb0cf49134add5d8298b1fc1f52ab3eb924efc2bf40ad077c3def948b3ed8e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:fcfb0cf49134add5d8298b1fc1f52ab3eb924efc2bf40ad077c3def948b3ed8e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3144944813148f5acd4234b279b5569e5bc8942f390c76a5a88789fda81afc56_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3144944813148f5acd4234b279b5569e5bc8942f390c76a5a88789fda81afc56_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3144944813148f5acd4234b279b5569e5bc8942f390c76a5a88789fda81afc56_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e44901d545ce00d89aacf5b5afbe68663cb157adfd23f4b280f13e978c7a972f_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e44901d545ce00d89aacf5b5afbe68663cb157adfd23f4b280f13e978c7a972f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e44901d545ce00d89aacf5b5afbe68663cb157adfd23f4b280f13e978c7a972f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:18b95158ab8c6470ea281f81f5f1dd2c0d1c198be78d3007b02f5a7937ade62d_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:18b95158ab8c6470ea281f81f5f1dd2c0d1c198be78d3007b02f5a7937ade62d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:18b95158ab8c6470ea281f81f5f1dd2c0d1c198be78d3007b02f5a7937ade62d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:31bd9ee7e75b32542cf78d1cb12d254a93cf9623e00e5649c016bbf32b8dee04_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:31bd9ee7e75b32542cf78d1cb12d254a93cf9623e00e5649c016bbf32b8dee04_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:31bd9ee7e75b32542cf78d1cb12d254a93cf9623e00e5649c016bbf32b8dee04_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5b53eb46cbfbf25649fe3bedfe285e197f65cb55a057176d057e90bb65cf6562_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5b53eb46cbfbf25649fe3bedfe285e197f65cb55a057176d057e90bb65cf6562_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5b53eb46cbfbf25649fe3bedfe285e197f65cb55a057176d057e90bb65cf6562_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:bc8727121110bb8a6d9957f7871a6369e1512bb9cdf47a6d23ce12812d84a791_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:bc8727121110bb8a6d9957f7871a6369e1512bb9cdf47a6d23ce12812d84a791_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:bc8727121110bb8a6d9957f7871a6369e1512bb9cdf47a6d23ce12812d84a791_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:0747fad048dba8c93662ced1c2b1a18b7f9f75bbfe0740caaeebb9eff3acc30d_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:0747fad048dba8c93662ced1c2b1a18b7f9f75bbfe0740caaeebb9eff3acc30d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:0747fad048dba8c93662ced1c2b1a18b7f9f75bbfe0740caaeebb9eff3acc30d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4a22ea1747135e6bd85bc59db41d17d0b4e761e29330e7e3666bf4d42a47649d_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4a22ea1747135e6bd85bc59db41d17d0b4e761e29330e7e3666bf4d42a47649d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4a22ea1747135e6bd85bc59db41d17d0b4e761e29330e7e3666bf4d42a47649d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:bee322f686572e00dc5c6d7076de1db0034a26cbe44e0f9276b394718d6c191f_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:bee322f686572e00dc5c6d7076de1db0034a26cbe44e0f9276b394718d6c191f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:bee322f686572e00dc5c6d7076de1db0034a26cbe44e0f9276b394718d6c191f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:df9ade514c7f2a80c4ea829e2f1890dcdd6a4acaeda829d3620e7d3874de77e9_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:df9ade514c7f2a80c4ea829e2f1890dcdd6a4acaeda829d3620e7d3874de77e9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:df9ade514c7f2a80c4ea829e2f1890dcdd6a4acaeda829d3620e7d3874de77e9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:859e9211c265355892dc4aa19b7d845b985be40bb8f098702aef50f84c3e5eea_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:859e9211c265355892dc4aa19b7d845b985be40bb8f098702aef50f84c3e5eea_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:859e9211c265355892dc4aa19b7d845b985be40bb8f098702aef50f84c3e5eea_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:c2e28f6a9e1de3185753cd7fd47a51ed01cbd49697cc452448adbc961fe71003_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:c2e28f6a9e1de3185753cd7fd47a51ed01cbd49697cc452448adbc961fe71003_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:c2e28f6a9e1de3185753cd7fd47a51ed01cbd49697cc452448adbc961fe71003_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:c5ae19ec61f3c9cdae0db38b1aaa03838d421f9d4473fda4e52255cae97a2fdb_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:c5ae19ec61f3c9cdae0db38b1aaa03838d421f9d4473fda4e52255cae97a2fdb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:c5ae19ec61f3c9cdae0db38b1aaa03838d421f9d4473fda4e52255cae97a2fdb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:e654a7604401da1deff9d8baedf0f7567831fe5f86f75e06fea3e5d140bb579e_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:e654a7604401da1deff9d8baedf0f7567831fe5f86f75e06fea3e5d140bb579e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:e654a7604401da1deff9d8baedf0f7567831fe5f86f75e06fea3e5d140bb579e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:0640a6e0ebe2a6982708f326bc721c2c754eff2afdca443499843b111f223e39_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:0640a6e0ebe2a6982708f326bc721c2c754eff2afdca443499843b111f223e39_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:0640a6e0ebe2a6982708f326bc721c2c754eff2afdca443499843b111f223e39_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:5eb8c786a348343042687f659f7cf8b066efc3c4ed8764ecf36dc6e49a468cea_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:5eb8c786a348343042687f659f7cf8b066efc3c4ed8764ecf36dc6e49a468cea_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:5eb8c786a348343042687f659f7cf8b066efc3c4ed8764ecf36dc6e49a468cea_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:83237f13a3a3e051643bc1aa46838b87be13126c0e52404940351a2324008e68_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:83237f13a3a3e051643bc1aa46838b87be13126c0e52404940351a2324008e68_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:83237f13a3a3e051643bc1aa46838b87be13126c0e52404940351a2324008e68_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e67d6086ada10c96051bcbf4eb7414c407832de86a8e2d89364ae0d85a883982_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e67d6086ada10c96051bcbf4eb7414c407832de86a8e2d89364ae0d85a883982_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e67d6086ada10c96051bcbf4eb7414c407832de86a8e2d89364ae0d85a883982_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:9ddc6bf41dfb204e9241c57de41e0a6e1ab1c3f8ce2ef1a90573bb7365ab2bed_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:9ddc6bf41dfb204e9241c57de41e0a6e1ab1c3f8ce2ef1a90573bb7365ab2bed_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:9ddc6bf41dfb204e9241c57de41e0a6e1ab1c3f8ce2ef1a90573bb7365ab2bed_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b025b5d368618a31c64189f1a5f9b3db0b24068306117647796f00a22f6dc4ac_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b025b5d368618a31c64189f1a5f9b3db0b24068306117647796f00a22f6dc4ac_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b025b5d368618a31c64189f1a5f9b3db0b24068306117647796f00a22f6dc4ac_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:de35e280f4e50a18f2616dfc561db85b315425ff20bbfd4e19d5f64f93f3d0ba_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:de35e280f4e50a18f2616dfc561db85b315425ff20bbfd4e19d5f64f93f3d0ba_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:de35e280f4e50a18f2616dfc561db85b315425ff20bbfd4e19d5f64f93f3d0ba_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:f0368d0d3968189f10cfcbb972046bf09ad18a7a1a747887c239b75a1988344f_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:f0368d0d3968189f10cfcbb972046bf09ad18a7a1a747887c239b75a1988344f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:f0368d0d3968189f10cfcbb972046bf09ad18a7a1a747887c239b75a1988344f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:21757065fc31856133fdfc4d459a993262239af0d2d242a6b55800bac866ef02_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:21757065fc31856133fdfc4d459a993262239af0d2d242a6b55800bac866ef02_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:21757065fc31856133fdfc4d459a993262239af0d2d242a6b55800bac866ef02_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3b08be9a543ddd200f66178d51c0f165c380cbc845a1be672b85e9dbe2db9f12_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3b08be9a543ddd200f66178d51c0f165c380cbc845a1be672b85e9dbe2db9f12_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3b08be9a543ddd200f66178d51c0f165c380cbc845a1be672b85e9dbe2db9f12_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:8e9d4820353602730cc0e808b2cf6ffc20ff80ce06915e40027815e9046555e9_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:8e9d4820353602730cc0e808b2cf6ffc20ff80ce06915e40027815e9046555e9_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:8e9d4820353602730cc0e808b2cf6ffc20ff80ce06915e40027815e9046555e9_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f7a9a92412fca24faebcb8a574cac92c985d1392f1544e71fa26bea80314289a_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f7a9a92412fca24faebcb8a574cac92c985d1392f1544e71fa26bea80314289a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f7a9a92412fca24faebcb8a574cac92c985d1392f1544e71fa26bea80314289a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:119315e723ff4b153d8f756357706bb4cd1ec5a160a7b173e359d733c680469f_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:119315e723ff4b153d8f756357706bb4cd1ec5a160a7b173e359d733c680469f_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:119315e723ff4b153d8f756357706bb4cd1ec5a160a7b173e359d733c680469f_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:808301750b17198c8c7f5b2b71e6bef9a7e3d788ededb9a5f79e1b13e64fbc82_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:808301750b17198c8c7f5b2b71e6bef9a7e3d788ededb9a5f79e1b13e64fbc82_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:808301750b17198c8c7f5b2b71e6bef9a7e3d788ededb9a5f79e1b13e64fbc82_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:89ae8aa54d64f62a73557d413c3f146bfcca1c237a52bd57f0ae87ba8c8fff2e_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:89ae8aa54d64f62a73557d413c3f146bfcca1c237a52bd57f0ae87ba8c8fff2e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:89ae8aa54d64f62a73557d413c3f146bfcca1c237a52bd57f0ae87ba8c8fff2e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:feecd842ada0c39c783faf280d103523668de8d16d43dc22f74f262f2a4aaba1_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:feecd842ada0c39c783faf280d103523668de8d16d43dc22f74f262f2a4aaba1_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:feecd842ada0c39c783faf280d103523668de8d16d43dc22f74f262f2a4aaba1_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:595fd9e735db5032c9bd3a668135d99b6df650c250b294c4f8b11d67f990df79_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:595fd9e735db5032c9bd3a668135d99b6df650c250b294c4f8b11d67f990df79_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:595fd9e735db5032c9bd3a668135d99b6df650c250b294c4f8b11d67f990df79_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ce4371bf509e06e886c5ebd42312eaed3ed31fe6b8de91284f4681ccad199329_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ce4371bf509e06e886c5ebd42312eaed3ed31fe6b8de91284f4681ccad199329_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ce4371bf509e06e886c5ebd42312eaed3ed31fe6b8de91284f4681ccad199329_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:4662806bef8ccd703086edb7d1eb0c99f785927b1f30f227bb438829db52e532_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:4662806bef8ccd703086edb7d1eb0c99f785927b1f30f227bb438829db52e532_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:4662806bef8ccd703086edb7d1eb0c99f785927b1f30f227bb438829db52e532_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:d06875a7d480abe6e062be719a9d6ee0900180e659c09e2243df36e3ed55db07_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:d06875a7d480abe6e062be719a9d6ee0900180e659c09e2243df36e3ed55db07_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:d06875a7d480abe6e062be719a9d6ee0900180e659c09e2243df36e3ed55db07_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:2f6efec846cb1babc0dacf51b67634e83cad5e0f4700f5db54f8c356b0df8119_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:2f6efec846cb1babc0dacf51b67634e83cad5e0f4700f5db54f8c356b0df8119_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:2f6efec846cb1babc0dacf51b67634e83cad5e0f4700f5db54f8c356b0df8119_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:46a86c6ddb9f5bc798b43735eb0cf9d515091549680e43cd2993ba1b07bc052d_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:46a86c6ddb9f5bc798b43735eb0cf9d515091549680e43cd2993ba1b07bc052d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:46a86c6ddb9f5bc798b43735eb0cf9d515091549680e43cd2993ba1b07bc052d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:aecbb57cc9a6d72de8520437e911255e51c97e4c40b55ef207fa98fa7c9dac9b_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:aecbb57cc9a6d72de8520437e911255e51c97e4c40b55ef207fa98fa7c9dac9b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:aecbb57cc9a6d72de8520437e911255e51c97e4c40b55ef207fa98fa7c9dac9b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:9c8b022e6bfe80bd4998f177c0fc25e4a5d224a6dde99157f21de5d08f18e4a7_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:9c8b022e6bfe80bd4998f177c0fc25e4a5d224a6dde99157f21de5d08f18e4a7_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:9c8b022e6bfe80bd4998f177c0fc25e4a5d224a6dde99157f21de5d08f18e4a7_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ab6a31d53e6e8a5a0b67f4020a52faa7fd3ce35160189aade3e958559b467dcf_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ab6a31d53e6e8a5a0b67f4020a52faa7fd3ce35160189aade3e958559b467dcf_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ab6a31d53e6e8a5a0b67f4020a52faa7fd3ce35160189aade3e958559b467dcf_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:cb8394ff8b96398f8db5bfa7725c260d343774ec319fc1e3917dc19fb51c9b9a_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:cb8394ff8b96398f8db5bfa7725c260d343774ec319fc1e3917dc19fb51c9b9a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:cb8394ff8b96398f8db5bfa7725c260d343774ec319fc1e3917dc19fb51c9b9a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d82a2ea6aa1515bd56aa55ea999f91e9f688e480d615fe53bfa2c74c1071eb82_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d82a2ea6aa1515bd56aa55ea999f91e9f688e480d615fe53bfa2c74c1071eb82_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d82a2ea6aa1515bd56aa55ea999f91e9f688e480d615fe53bfa2c74c1071eb82_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1af22f98af2fae1429e53c988267710578a3a092524eff5032e0c8f397a6a953_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1af22f98af2fae1429e53c988267710578a3a092524eff5032e0c8f397a6a953_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1af22f98af2fae1429e53c988267710578a3a092524eff5032e0c8f397a6a953_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:2ad01a7c2e75bb850686d59dbf73937ea69505657c2f2a55c10e4fc17ed83f82_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:2ad01a7c2e75bb850686d59dbf73937ea69505657c2f2a55c10e4fc17ed83f82_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:2ad01a7c2e75bb850686d59dbf73937ea69505657c2f2a55c10e4fc17ed83f82_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:95334d618727e811d16206a6f99991e93dde4bc8ed26766da848ea879093d736_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:95334d618727e811d16206a6f99991e93dde4bc8ed26766da848ea879093d736_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:95334d618727e811d16206a6f99991e93dde4bc8ed26766da848ea879093d736_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d460b99f6d0595fc76b4e85203f96a8a809cb709e22f4d8f819f99bc3e817688_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d460b99f6d0595fc76b4e85203f96a8a809cb709e22f4d8f819f99bc3e817688_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d460b99f6d0595fc76b4e85203f96a8a809cb709e22f4d8f819f99bc3e817688_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3b1986a8dabfaf0988f12820e1a199cfd0db684ac4e8d956ccce6eb8bf1146d3_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3b1986a8dabfaf0988f12820e1a199cfd0db684ac4e8d956ccce6eb8bf1146d3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3b1986a8dabfaf0988f12820e1a199cfd0db684ac4e8d956ccce6eb8bf1146d3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:8568a6a6dc94a45bc8feadb7ff1cccfcacd176d276568ab96f4942aeebd4938f_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:8568a6a6dc94a45bc8feadb7ff1cccfcacd176d276568ab96f4942aeebd4938f_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:8568a6a6dc94a45bc8feadb7ff1cccfcacd176d276568ab96f4942aeebd4938f_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:e24967262f34a1bb405c1010688b4a1ca1c8271787a1c8f5d8b86cf94429e6ae_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:e24967262f34a1bb405c1010688b4a1ca1c8271787a1c8f5d8b86cf94429e6ae_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:e24967262f34a1bb405c1010688b4a1ca1c8271787a1c8f5d8b86cf94429e6ae_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f2f71ca77685bcb4618502f0da4f242d48cf2473f0c7e439582e98f15bd0004d_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f2f71ca77685bcb4618502f0da4f242d48cf2473f0c7e439582e98f15bd0004d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f2f71ca77685bcb4618502f0da4f242d48cf2473f0c7e439582e98f15bd0004d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:23400e78f2af2eff9dbed7a4da3000fee627509e5d4c87742aa87f8be1229a36_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:23400e78f2af2eff9dbed7a4da3000fee627509e5d4c87742aa87f8be1229a36_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:23400e78f2af2eff9dbed7a4da3000fee627509e5d4c87742aa87f8be1229a36_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:64863687e7fde678af49d370c9fdd5045d47dc2c3b921b179dfe0b392aa4b447_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:64863687e7fde678af49d370c9fdd5045d47dc2c3b921b179dfe0b392aa4b447_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:64863687e7fde678af49d370c9fdd5045d47dc2c3b921b179dfe0b392aa4b447_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:70935aad01a4c3b9c041d22554f4d8feef7038bca871fe1d84c6b74d4d830814_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:70935aad01a4c3b9c041d22554f4d8feef7038bca871fe1d84c6b74d4d830814_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:70935aad01a4c3b9c041d22554f4d8feef7038bca871fe1d84c6b74d4d830814_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:91ef5f2ef8cd345731b53ec5e044c30e14438f1935c74b5eca2436aa35e5a7c3_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:91ef5f2ef8cd345731b53ec5e044c30e14438f1935c74b5eca2436aa35e5a7c3_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:91ef5f2ef8cd345731b53ec5e044c30e14438f1935c74b5eca2436aa35e5a7c3_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:071766cc6bb41db5220aa5173ef5d576f032ee1e8dd9868deabeba36f7798342_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:071766cc6bb41db5220aa5173ef5d576f032ee1e8dd9868deabeba36f7798342_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:071766cc6bb41db5220aa5173ef5d576f032ee1e8dd9868deabeba36f7798342_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:5a9fd7861ac77020db7532e72a52571c48c4f62164c1c5390cc55771b93894e9_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:5a9fd7861ac77020db7532e72a52571c48c4f62164c1c5390cc55771b93894e9_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:5a9fd7861ac77020db7532e72a52571c48c4f62164c1c5390cc55771b93894e9_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:adc440a9129c3c9baf62a3f961179c843f6e68a06cef4f64a64e2a8cf7493d8d_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:adc440a9129c3c9baf62a3f961179c843f6e68a06cef4f64a64e2a8cf7493d8d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:adc440a9129c3c9baf62a3f961179c843f6e68a06cef4f64a64e2a8cf7493d8d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f8f501653da6427153aa72340ac8238e79459759136d64d2ba6f8ae03184c436_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f8f501653da6427153aa72340ac8238e79459759136d64d2ba6f8ae03184c436_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f8f501653da6427153aa72340ac8238e79459759136d64d2ba6f8ae03184c436_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:023893e6a4a14842645d23171ad5562940fe5a25e681eb8afa278cf154f60a5a_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:023893e6a4a14842645d23171ad5562940fe5a25e681eb8afa278cf154f60a5a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:023893e6a4a14842645d23171ad5562940fe5a25e681eb8afa278cf154f60a5a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:1d5ee360957a5cbcdbd54e71dd9ad1e0ee1a37f994e80081a07c289fe1be7c61_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:1d5ee360957a5cbcdbd54e71dd9ad1e0ee1a37f994e80081a07c289fe1be7c61_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:1d5ee360957a5cbcdbd54e71dd9ad1e0ee1a37f994e80081a07c289fe1be7c61_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:298f6b16fd4c32caa2d49c5ce1374d7d2037b3681f74e2bf7ecd0afb80c0e436_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:298f6b16fd4c32caa2d49c5ce1374d7d2037b3681f74e2bf7ecd0afb80c0e436_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:298f6b16fd4c32caa2d49c5ce1374d7d2037b3681f74e2bf7ecd0afb80c0e436_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f6048c371739ad69e9219e8ebe2045a246ec4ff01bd289bf630c45ecf006f52e_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f6048c371739ad69e9219e8ebe2045a246ec4ff01bd289bf630c45ecf006f52e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f6048c371739ad69e9219e8ebe2045a246ec4ff01bd289bf630c45ecf006f52e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:2c96cb9ede1464bcdb2aa65b23d5c317050c99a9c7674b217301a84734b7fd88_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:2c96cb9ede1464bcdb2aa65b23d5c317050c99a9c7674b217301a84734b7fd88_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:2c96cb9ede1464bcdb2aa65b23d5c317050c99a9c7674b217301a84734b7fd88_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:31235aa238bc0662e8f3efdf393f9ca7699016dbe1261bce0ce37675afbc5054_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:31235aa238bc0662e8f3efdf393f9ca7699016dbe1261bce0ce37675afbc5054_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:31235aa238bc0662e8f3efdf393f9ca7699016dbe1261bce0ce37675afbc5054_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:698f820f8b9ba7d04cad32dbaf6420ac0e1ff5ae0a1d10f81e867a123dad0a60_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:698f820f8b9ba7d04cad32dbaf6420ac0e1ff5ae0a1d10f81e867a123dad0a60_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:698f820f8b9ba7d04cad32dbaf6420ac0e1ff5ae0a1d10f81e867a123dad0a60_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:6cd2462bf7a3f58f79de73fc8ed717092569862dbeedb6c72999a8ece328260b_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:6cd2462bf7a3f58f79de73fc8ed717092569862dbeedb6c72999a8ece328260b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:6cd2462bf7a3f58f79de73fc8ed717092569862dbeedb6c72999a8ece328260b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3e602466b3dc3fc4c7879bd90a34a96878e5df827fa7664dac632199b2805464_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3e602466b3dc3fc4c7879bd90a34a96878e5df827fa7664dac632199b2805464_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3e602466b3dc3fc4c7879bd90a34a96878e5df827fa7664dac632199b2805464_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5839764d395594b922ad989a3fcc5bab129eb919d2430442390cdd7e95229219_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5839764d395594b922ad989a3fcc5bab129eb919d2430442390cdd7e95229219_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5839764d395594b922ad989a3fcc5bab129eb919d2430442390cdd7e95229219_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9913891ed84afd601b5bd646398f266f6970b7e3e164f423ecf561afbddf6f9a_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9913891ed84afd601b5bd646398f266f6970b7e3e164f423ecf561afbddf6f9a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9913891ed84afd601b5bd646398f266f6970b7e3e164f423ecf561afbddf6f9a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:f236ad01ec1299b4a5e4b174ad698412bba0f090d7316672f230abadd209940c_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:f236ad01ec1299b4a5e4b174ad698412bba0f090d7316672f230abadd209940c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:f236ad01ec1299b4a5e4b174ad698412bba0f090d7316672f230abadd209940c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:0c1f5188f4e79b0c508dbef9f9f6fa5c658aec17a66dcb14b23008d112aeb6a0_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:0c1f5188f4e79b0c508dbef9f9f6fa5c658aec17a66dcb14b23008d112aeb6a0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:0c1f5188f4e79b0c508dbef9f9f6fa5c658aec17a66dcb14b23008d112aeb6a0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3d27787b58896192ef0b2da74861207bf188e5632c0d7b06ddac476ef558175e_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3d27787b58896192ef0b2da74861207bf188e5632c0d7b06ddac476ef558175e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3d27787b58896192ef0b2da74861207bf188e5632c0d7b06ddac476ef558175e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:55402c1e07f5de8bae74f8fc9a579c2403cd12e65f9b6714c4d6b57ed42b4250_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:55402c1e07f5de8bae74f8fc9a579c2403cd12e65f9b6714c4d6b57ed42b4250_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:55402c1e07f5de8bae74f8fc9a579c2403cd12e65f9b6714c4d6b57ed42b4250_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:975fe9a014b7d9c4339bb34d0bdfc862b4a4de19b4e02b5b55a484ab99f31bbd_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:975fe9a014b7d9c4339bb34d0bdfc862b4a4de19b4e02b5b55a484ab99f31bbd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:975fe9a014b7d9c4339bb34d0bdfc862b4a4de19b4e02b5b55a484ab99f31bbd_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:142d516609c278895aa3302ba638724fb63ecfcfd232e1fc6571f5856aa4e034_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:142d516609c278895aa3302ba638724fb63ecfcfd232e1fc6571f5856aa4e034_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:142d516609c278895aa3302ba638724fb63ecfcfd232e1fc6571f5856aa4e034_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:28bb93cbe40b57c179ed088e45de698a93dd1c0c14d6ebd098439a412478d314_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:28bb93cbe40b57c179ed088e45de698a93dd1c0c14d6ebd098439a412478d314_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:28bb93cbe40b57c179ed088e45de698a93dd1c0c14d6ebd098439a412478d314_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:441602150d0bce7f8941a293e3a803bed75953986e93dac3eeee50848204728d_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:441602150d0bce7f8941a293e3a803bed75953986e93dac3eeee50848204728d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:441602150d0bce7f8941a293e3a803bed75953986e93dac3eeee50848204728d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d92da8068e3440429fcd5a5b9f178dad1a0bb14fa3bee4849a99bfcc6674e37b_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d92da8068e3440429fcd5a5b9f178dad1a0bb14fa3bee4849a99bfcc6674e37b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d92da8068e3440429fcd5a5b9f178dad1a0bb14fa3bee4849a99bfcc6674e37b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:55315b85da730c2bde56b7d08c4caaad5db5bfcdc2e9f21286ec48e58fb1c64b_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:55315b85da730c2bde56b7d08c4caaad5db5bfcdc2e9f21286ec48e58fb1c64b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:55315b85da730c2bde56b7d08c4caaad5db5bfcdc2e9f21286ec48e58fb1c64b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6f2c19276901be4850c3d9f502da1365d84dad18e3e1327159af41877432c41a_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6f2c19276901be4850c3d9f502da1365d84dad18e3e1327159af41877432c41a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6f2c19276901be4850c3d9f502da1365d84dad18e3e1327159af41877432c41a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d4092b12df304edca57e47dc5ee77e4e9006297763ec2e2371ab3856f94e4654_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d4092b12df304edca57e47dc5ee77e4e9006297763ec2e2371ab3856f94e4654_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d4092b12df304edca57e47dc5ee77e4e9006297763ec2e2371ab3856f94e4654_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:f9e46d3228ddf05919d0115f274f94f8afdb5e65c54fe6b17514e7a3b04d351d_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:f9e46d3228ddf05919d0115f274f94f8afdb5e65c54fe6b17514e7a3b04d351d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:f9e46d3228ddf05919d0115f274f94f8afdb5e65c54fe6b17514e7a3b04d351d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5e06c7a4f4f0b3829c21710249546680ff1b7e7d541e30b556dfa69aeb7a5ef9_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5e06c7a4f4f0b3829c21710249546680ff1b7e7d541e30b556dfa69aeb7a5ef9_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5e06c7a4f4f0b3829c21710249546680ff1b7e7d541e30b556dfa69aeb7a5ef9_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6ff5ecb5b92ac2d9b1498f86211b19e22627002d788647062ca604ba9ac8d7b0_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6ff5ecb5b92ac2d9b1498f86211b19e22627002d788647062ca604ba9ac8d7b0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6ff5ecb5b92ac2d9b1498f86211b19e22627002d788647062ca604ba9ac8d7b0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c2c203df15e000f53388a84d8ab5affa78c4210861fcd0a28fce99c0ed86009a_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c2c203df15e000f53388a84d8ab5affa78c4210861fcd0a28fce99c0ed86009a_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c2c203df15e000f53388a84d8ab5affa78c4210861fcd0a28fce99c0ed86009a_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:f080c488e219c5b862ea88e3ee48bf866c186caf803403d7605ff3afa5d5daac_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:f080c488e219c5b862ea88e3ee48bf866c186caf803403d7605ff3afa5d5daac_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:f080c488e219c5b862ea88e3ee48bf866c186caf803403d7605ff3afa5d5daac_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:4e6bff26378ddf7b42fbb27566ff9f47095cb5fcd74a26dbb1604725dab7c1cc_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:4e6bff26378ddf7b42fbb27566ff9f47095cb5fcd74a26dbb1604725dab7c1cc_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:4e6bff26378ddf7b42fbb27566ff9f47095cb5fcd74a26dbb1604725dab7c1cc_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:63efd9d23d66a2e7c754d1b921016177edec08aca034786be697c6ade7310e71_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:63efd9d23d66a2e7c754d1b921016177edec08aca034786be697c6ade7310e71_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:63efd9d23d66a2e7c754d1b921016177edec08aca034786be697c6ade7310e71_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:b15dbac78b5deda1493f959c14b14ff5344b982c4373471b13ab2f3829d520f0_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:b15dbac78b5deda1493f959c14b14ff5344b982c4373471b13ab2f3829d520f0_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:b15dbac78b5deda1493f959c14b14ff5344b982c4373471b13ab2f3829d520f0_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d101f7ea169ee12e824370400ef6a94e0cbd48aeca6fe0ad4777b9bdc87d80aa_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d101f7ea169ee12e824370400ef6a94e0cbd48aeca6fe0ad4777b9bdc87d80aa_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d101f7ea169ee12e824370400ef6a94e0cbd48aeca6fe0ad4777b9bdc87d80aa_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:05692fc0d27f1bd3a0feba7c0eff4237ef52878ca37166d92a89aaf190972aac_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:05692fc0d27f1bd3a0feba7c0eff4237ef52878ca37166d92a89aaf190972aac_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:05692fc0d27f1bd3a0feba7c0eff4237ef52878ca37166d92a89aaf190972aac_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3805505b579ad8be8620a53e792410bedcb7e1716f3d6401e76c8bb179d8aae6_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3805505b579ad8be8620a53e792410bedcb7e1716f3d6401e76c8bb179d8aae6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3805505b579ad8be8620a53e792410bedcb7e1716f3d6401e76c8bb179d8aae6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:47c1d91d614addb733f775406e764502e556f4a7414dd1a2060d3065f6c3c120_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:47c1d91d614addb733f775406e764502e556f4a7414dd1a2060d3065f6c3c120_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:47c1d91d614addb733f775406e764502e556f4a7414dd1a2060d3065f6c3c120_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:58650c0ce9725ed10e3646acdc76a72c4d3abda025bcb735ac2eee42ea261e3f_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:58650c0ce9725ed10e3646acdc76a72c4d3abda025bcb735ac2eee42ea261e3f_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:58650c0ce9725ed10e3646acdc76a72c4d3abda025bcb735ac2eee42ea261e3f_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:4778a088ee10ef3ba59f3323ccccf942000e3d2bb8b0bc201822f7cef74909b6_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:4778a088ee10ef3ba59f3323ccccf942000e3d2bb8b0bc201822f7cef74909b6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:4778a088ee10ef3ba59f3323ccccf942000e3d2bb8b0bc201822f7cef74909b6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:599fdac73334d243b4d362b2a752f184f303aec12e4426ff08b1b4a6fca0380b_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:599fdac73334d243b4d362b2a752f184f303aec12e4426ff08b1b4a6fca0380b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:599fdac73334d243b4d362b2a752f184f303aec12e4426ff08b1b4a6fca0380b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b1ab8a122e88ee201853c669525590b6f73a60803d1772536e76c56531fa0041_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b1ab8a122e88ee201853c669525590b6f73a60803d1772536e76c56531fa0041_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b1ab8a122e88ee201853c669525590b6f73a60803d1772536e76c56531fa0041_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c231527dcedf3606bfa162c0026b0b037d41a908d6be2418f4250e234dc66023_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c231527dcedf3606bfa162c0026b0b037d41a908d6be2418f4250e234dc66023_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c231527dcedf3606bfa162c0026b0b037d41a908d6be2418f4250e234dc66023_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:83c6087954a19cc11c7042079ec3ca528c8a18678928c3ad9ed8b22ff07df36b_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:83c6087954a19cc11c7042079ec3ca528c8a18678928c3ad9ed8b22ff07df36b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:83c6087954a19cc11c7042079ec3ca528c8a18678928c3ad9ed8b22ff07df36b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:209a01330e1894300123bfbcafc53948760feb80e0c7c81e521ea7abef269d69_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:209a01330e1894300123bfbcafc53948760feb80e0c7c81e521ea7abef269d69_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:209a01330e1894300123bfbcafc53948760feb80e0c7c81e521ea7abef269d69_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:013535daeaa7ceeaa565545a98d942396a07089a96937e4960a1fc0d44a4629d_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:013535daeaa7ceeaa565545a98d942396a07089a96937e4960a1fc0d44a4629d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:013535daeaa7ceeaa565545a98d942396a07089a96937e4960a1fc0d44a4629d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:40fddb8896fcca216855ef34f2c8f0c6cbe3a59c6bdf4c3c751f69b57a63ce4e_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:40fddb8896fcca216855ef34f2c8f0c6cbe3a59c6bdf4c3c751f69b57a63ce4e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:40fddb8896fcca216855ef34f2c8f0c6cbe3a59c6bdf4c3c751f69b57a63ce4e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c3f081c38876339613b7a641b30adb9c7f3e67d446151c892a65256ac274a472_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c3f081c38876339613b7a641b30adb9c7f3e67d446151c892a65256ac274a472_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c3f081c38876339613b7a641b30adb9c7f3e67d446151c892a65256ac274a472_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d6f330926e3962b0b73bb4b6a11a1b40cb0cacfdbe9fc0eb4ceeeaeb3bde758b_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d6f330926e3962b0b73bb4b6a11a1b40cb0cacfdbe9fc0eb4ceeeaeb3bde758b_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d6f330926e3962b0b73bb4b6a11a1b40cb0cacfdbe9fc0eb4ceeeaeb3bde758b_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3f2283bea8d5c54ad689787a7c269022b04624d2b1ac830330a79d30364ffd47_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3f2283bea8d5c54ad689787a7c269022b04624d2b1ac830330a79d30364ffd47_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3f2283bea8d5c54ad689787a7c269022b04624d2b1ac830330a79d30364ffd47_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:476af4f8d17ec9fa6bdfbfbac2904244c4d51432b67f111ef0cf4a37ace9a86a_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:476af4f8d17ec9fa6bdfbfbac2904244c4d51432b67f111ef0cf4a37ace9a86a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:476af4f8d17ec9fa6bdfbfbac2904244c4d51432b67f111ef0cf4a37ace9a86a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:a609dc606bfe95a904dd8c6abc0cac79316f17618d8b676512fe1b4e5412ba01_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:a609dc606bfe95a904dd8c6abc0cac79316f17618d8b676512fe1b4e5412ba01_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:a609dc606bfe95a904dd8c6abc0cac79316f17618d8b676512fe1b4e5412ba01_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e5b754105ab8d7cb9b581d3c4dea8a295919bec3ec645aac468b5f3267e0d7f0_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e5b754105ab8d7cb9b581d3c4dea8a295919bec3ec645aac468b5f3267e0d7f0_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e5b754105ab8d7cb9b581d3c4dea8a295919bec3ec645aac468b5f3267e0d7f0_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7f92fb1c1dd18f03677ed953c82ff87011d8c15f1bcfd8c22cb7a877950bd063_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7f92fb1c1dd18f03677ed953c82ff87011d8c15f1bcfd8c22cb7a877950bd063_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7f92fb1c1dd18f03677ed953c82ff87011d8c15f1bcfd8c22cb7a877950bd063_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:d759dbeb39460193f8361524fcca202fb9f634d65d35f19fde1a187cd7230608_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:d759dbeb39460193f8361524fcca202fb9f634d65d35f19fde1a187cd7230608_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:d759dbeb39460193f8361524fcca202fb9f634d65d35f19fde1a187cd7230608_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f0544c40f7c610e45782d6a757343822cee131b745ae6ab4aad4b878994ce8eb_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f0544c40f7c610e45782d6a757343822cee131b745ae6ab4aad4b878994ce8eb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f0544c40f7c610e45782d6a757343822cee131b745ae6ab4aad4b878994ce8eb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f5ec95c285270e35a77f89f8da39a51c5d29fae1ac277053eda82e250c715f91_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f5ec95c285270e35a77f89f8da39a51c5d29fae1ac277053eda82e250c715f91_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f5ec95c285270e35a77f89f8da39a51c5d29fae1ac277053eda82e250c715f91_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:191a27f89fa6ec450c37168a65ea66bae9ef862bd2b40c1e8d561b41db842591_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:191a27f89fa6ec450c37168a65ea66bae9ef862bd2b40c1e8d561b41db842591_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:191a27f89fa6ec450c37168a65ea66bae9ef862bd2b40c1e8d561b41db842591_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:905e494751d1e26c98857f7ec4f41b4321344f9e86d710186d9e9bf410f6e983_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:905e494751d1e26c98857f7ec4f41b4321344f9e86d710186d9e9bf410f6e983_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:905e494751d1e26c98857f7ec4f41b4321344f9e86d710186d9e9bf410f6e983_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d35affa9bfe2127cbed058251d47570d65b00a8045748fe1e97670797e8cae2d_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d35affa9bfe2127cbed058251d47570d65b00a8045748fe1e97670797e8cae2d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d35affa9bfe2127cbed058251d47570d65b00a8045748fe1e97670797e8cae2d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:e82a015ff030ba177167a713df193d74480998d946b593a00c799330894702f6_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:e82a015ff030ba177167a713df193d74480998d946b593a00c799330894702f6_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:e82a015ff030ba177167a713df193d74480998d946b593a00c799330894702f6_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:97a3a8951c456ee0c88a42cf7114a3225a3dce594b470b0b8f57f45c62efc1ae_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:97a3a8951c456ee0c88a42cf7114a3225a3dce594b470b0b8f57f45c62efc1ae_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:97a3a8951c456ee0c88a42cf7114a3225a3dce594b470b0b8f57f45c62efc1ae_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:b49317158bf5eb1940a35be96a959bfdb8beeef52e993bff41fcfd974b12dca4_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:b49317158bf5eb1940a35be96a959bfdb8beeef52e993bff41fcfd974b12dca4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:b49317158bf5eb1940a35be96a959bfdb8beeef52e993bff41fcfd974b12dca4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:e616c0d47555235cc1c7e275538b48fd10b842cd11c831a4dc719afe4dfc5092_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:e616c0d47555235cc1c7e275538b48fd10b842cd11c831a4dc719afe4dfc5092_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:e616c0d47555235cc1c7e275538b48fd10b842cd11c831a4dc719afe4dfc5092_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:ec827ba35ddaa01c257247ce4f06ae733289364530f6b2c2d5b12a3b2959762b_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:ec827ba35ddaa01c257247ce4f06ae733289364530f6b2c2d5b12a3b2959762b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:ec827ba35ddaa01c257247ce4f06ae733289364530f6b2c2d5b12a3b2959762b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4f5c8e59a54b30a9f38f1955c6d1474bd24bec33c52800338118973cb6f3e251_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4f5c8e59a54b30a9f38f1955c6d1474bd24bec33c52800338118973cb6f3e251_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4f5c8e59a54b30a9f38f1955c6d1474bd24bec33c52800338118973cb6f3e251_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:63fcc02b58dfa0bf549c199736bbbad1e764ab86d9375a6545ae1a7bc360f247_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:63fcc02b58dfa0bf549c199736bbbad1e764ab86d9375a6545ae1a7bc360f247_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:63fcc02b58dfa0bf549c199736bbbad1e764ab86d9375a6545ae1a7bc360f247_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:9264eec1243f98c37a0843baa36e78b1a88dbdd2bf602156d5f7ff4bce1cf223_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:9264eec1243f98c37a0843baa36e78b1a88dbdd2bf602156d5f7ff4bce1cf223_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:9264eec1243f98c37a0843baa36e78b1a88dbdd2bf602156d5f7ff4bce1cf223_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:cafe32e3ff4aabbb6243fc984431babd77e2ed05bb3c4abc621add33c5a69481_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:cafe32e3ff4aabbb6243fc984431babd77e2ed05bb3c4abc621add33c5a69481_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:cafe32e3ff4aabbb6243fc984431babd77e2ed05bb3c4abc621add33c5a69481_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3d6f997f5a6832459bbe5365b533f601dde3872be09c1e96b3b2fc21951f6adf_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3d6f997f5a6832459bbe5365b533f601dde3872be09c1e96b3b2fc21951f6adf_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3d6f997f5a6832459bbe5365b533f601dde3872be09c1e96b3b2fc21951f6adf_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a76abfdfb6be2616ba39fb25137dbb49dc56427081d9025f2825a3ce8e5a3928_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a76abfdfb6be2616ba39fb25137dbb49dc56427081d9025f2825a3ce8e5a3928_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a76abfdfb6be2616ba39fb25137dbb49dc56427081d9025f2825a3ce8e5a3928_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b540e70dfd87ad1e2e400e129a6b495617f9d57e54c1e54b09030cae11653d03_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b540e70dfd87ad1e2e400e129a6b495617f9d57e54c1e54b09030cae11653d03_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b540e70dfd87ad1e2e400e129a6b495617f9d57e54c1e54b09030cae11653d03_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e7c9dd297067d256671a0e06f9985a3624240158a1f4e2b97567409199ec453b_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e7c9dd297067d256671a0e06f9985a3624240158a1f4e2b97567409199ec453b_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e7c9dd297067d256671a0e06f9985a3624240158a1f4e2b97567409199ec453b_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:49f6f4761d886208cc262f1f8e23ddcc0c05d5b4566f6cdc8abcb1a328c8c5ce_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:49f6f4761d886208cc262f1f8e23ddcc0c05d5b4566f6cdc8abcb1a328c8c5ce_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:49f6f4761d886208cc262f1f8e23ddcc0c05d5b4566f6cdc8abcb1a328c8c5ce_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:836c9a619a35d6b8d4929a78b96d0641434b880ca98f44df45f0edf7b69a1d48_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:836c9a619a35d6b8d4929a78b96d0641434b880ca98f44df45f0edf7b69a1d48_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:836c9a619a35d6b8d4929a78b96d0641434b880ca98f44df45f0edf7b69a1d48_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b4ffd4fcb95ed73bc3689988214a2e4210233143e0ba4f123ceb4c2ca14821b5_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b4ffd4fcb95ed73bc3689988214a2e4210233143e0ba4f123ceb4c2ca14821b5_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b4ffd4fcb95ed73bc3689988214a2e4210233143e0ba4f123ceb4c2ca14821b5_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d4062c740ace239409c182e4c52858e384384faeb0f3d98486e0534f8dc19702_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d4062c740ace239409c182e4c52858e384384faeb0f3d98486e0534f8dc19702_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d4062c740ace239409c182e4c52858e384384faeb0f3d98486e0534f8dc19702_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:29b0d64444b1081a568d8c9354e79b60ddb1c3286f9b6dea3ab69023c11f3436_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:29b0d64444b1081a568d8c9354e79b60ddb1c3286f9b6dea3ab69023c11f3436_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:29b0d64444b1081a568d8c9354e79b60ddb1c3286f9b6dea3ab69023c11f3436_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4ed2d42fdc6e8fa9d3d08152849754d1827dd54ed86be4507d75f5c90bdde542_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4ed2d42fdc6e8fa9d3d08152849754d1827dd54ed86be4507d75f5c90bdde542_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4ed2d42fdc6e8fa9d3d08152849754d1827dd54ed86be4507d75f5c90bdde542_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:c1f38fa9fb729b6c497353127feaa36375749fa07f91020e8634838d58628878_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:c1f38fa9fb729b6c497353127feaa36375749fa07f91020e8634838d58628878_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:c1f38fa9fb729b6c497353127feaa36375749fa07f91020e8634838d58628878_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ef794a3bd52be528ba81c6964af2fbfeff03b1aa3d17ac36fdb97f124abfebfd_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ef794a3bd52be528ba81c6964af2fbfeff03b1aa3d17ac36fdb97f124abfebfd_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ef794a3bd52be528ba81c6964af2fbfeff03b1aa3d17ac36fdb97f124abfebfd_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2518415bbe069935e8229d141d4a8a50285c408d1be2af467c458a324120154b_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2518415bbe069935e8229d141d4a8a50285c408d1be2af467c458a324120154b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2518415bbe069935e8229d141d4a8a50285c408d1be2af467c458a324120154b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:b096377e0704a959a0ec41484825436b00d3d0887e49eacd59d88bda87e38b03_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:b096377e0704a959a0ec41484825436b00d3d0887e49eacd59d88bda87e38b03_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:b096377e0704a959a0ec41484825436b00d3d0887e49eacd59d88bda87e38b03_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c1b30a9d1f6908316a829b3084df67b9b8bf5043fa46060996cf259c50f62090_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c1b30a9d1f6908316a829b3084df67b9b8bf5043fa46060996cf259c50f62090_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c1b30a9d1f6908316a829b3084df67b9b8bf5043fa46060996cf259c50f62090_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ec9171ee21d867fd61004535db96e98f4dee9dd6f3fe86b719301cb1b0202a79_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ec9171ee21d867fd61004535db96e98f4dee9dd6f3fe86b719301cb1b0202a79_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ec9171ee21d867fd61004535db96e98f4dee9dd6f3fe86b719301cb1b0202a79_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:07f056306c1122527032aff7486e5fc75147f48c708c0c0abef7d570cdfa78d8_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:07f056306c1122527032aff7486e5fc75147f48c708c0c0abef7d570cdfa78d8_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:07f056306c1122527032aff7486e5fc75147f48c708c0c0abef7d570cdfa78d8_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4314b0a4d5a82abd583de659e5033d0680dce2b535ebd3ae4dc1776e741bb214_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4314b0a4d5a82abd583de659e5033d0680dce2b535ebd3ae4dc1776e741bb214_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4314b0a4d5a82abd583de659e5033d0680dce2b535ebd3ae4dc1776e741bb214_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:5bd5ca703480895af05ce052c3f9f738672e989cd38e905cd17bbc378cae05dc_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:5bd5ca703480895af05ce052c3f9f738672e989cd38e905cd17bbc378cae05dc_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:5bd5ca703480895af05ce052c3f9f738672e989cd38e905cd17bbc378cae05dc_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:db97ffa52f99127907d41b6bf460299c3fff8adb69d64bd92ad371941364c374_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:db97ffa52f99127907d41b6bf460299c3fff8adb69d64bd92ad371941364c374_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:db97ffa52f99127907d41b6bf460299c3fff8adb69d64bd92ad371941364c374_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:16374008403825338098f7aaf57f74a2982a75355834552bf29246a9ff4e0b7d_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:16374008403825338098f7aaf57f74a2982a75355834552bf29246a9ff4e0b7d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:16374008403825338098f7aaf57f74a2982a75355834552bf29246a9ff4e0b7d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:770cacd7e4e04a786a2e55a3cd9ec21048131c8eefb7baa4225e73a09f0f0901_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:770cacd7e4e04a786a2e55a3cd9ec21048131c8eefb7baa4225e73a09f0f0901_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:770cacd7e4e04a786a2e55a3cd9ec21048131c8eefb7baa4225e73a09f0f0901_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a240e71d7418d6f9781219faa2ea9cd315b7091b1a70d6032f81de2ca3c53aa7_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a240e71d7418d6f9781219faa2ea9cd315b7091b1a70d6032f81de2ca3c53aa7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a240e71d7418d6f9781219faa2ea9cd315b7091b1a70d6032f81de2ca3c53aa7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a39da3d53b8b927594c3f5c3a5dfcea689f2b75091209c0cc36b18e1426fab20_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a39da3d53b8b927594c3f5c3a5dfcea689f2b75091209c0cc36b18e1426fab20_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a39da3d53b8b927594c3f5c3a5dfcea689f2b75091209c0cc36b18e1426fab20_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:34cd79b95f2ce098b064859e38785231def795d2804c05bf7542520e9d8b596e_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:34cd79b95f2ce098b064859e38785231def795d2804c05bf7542520e9d8b596e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:34cd79b95f2ce098b064859e38785231def795d2804c05bf7542520e9d8b596e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:354b40ed867003c42975780f9db1320302500f4ea6c5ab14a0d0ae70b537192e_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:354b40ed867003c42975780f9db1320302500f4ea6c5ab14a0d0ae70b537192e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:354b40ed867003c42975780f9db1320302500f4ea6c5ab14a0d0ae70b537192e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ba52f6036566829553d0039a99ab677c0e40b2a14bb3d26ca470c526489e4574_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ba52f6036566829553d0039a99ab677c0e40b2a14bb3d26ca470c526489e4574_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ba52f6036566829553d0039a99ab677c0e40b2a14bb3d26ca470c526489e4574_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f3eaef7985effa7f09545ee19442623c7aab7245597a4a1d18f6b02a7a8f77f5_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f3eaef7985effa7f09545ee19442623c7aab7245597a4a1d18f6b02a7a8f77f5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f3eaef7985effa7f09545ee19442623c7aab7245597a4a1d18f6b02a7a8f77f5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:154143883875b88eb144b77d13d5e9f750cd8e020af720a7bc6a2e6dc252a260_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:154143883875b88eb144b77d13d5e9f750cd8e020af720a7bc6a2e6dc252a260_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:154143883875b88eb144b77d13d5e9f750cd8e020af720a7bc6a2e6dc252a260_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6fa758fb6577cd18e48fb9280192be46dc724a8cd02b54459a5d6a3cb3d06fa7_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6fa758fb6577cd18e48fb9280192be46dc724a8cd02b54459a5d6a3cb3d06fa7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6fa758fb6577cd18e48fb9280192be46dc724a8cd02b54459a5d6a3cb3d06fa7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:80e191f5faa2991cf3bc7033691c4966f1a07953e4941ad8730ae7c6444c05f4_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:80e191f5faa2991cf3bc7033691c4966f1a07953e4941ad8730ae7c6444c05f4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:80e191f5faa2991cf3bc7033691c4966f1a07953e4941ad8730ae7c6444c05f4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:88ce4b91b2161c9b22f154f2a6903f801e26f15115ac874c549e8644cc5e734f_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:88ce4b91b2161c9b22f154f2a6903f801e26f15115ac874c549e8644cc5e734f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:88ce4b91b2161c9b22f154f2a6903f801e26f15115ac874c549e8644cc5e734f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3386c9093b00f29600b1807ec97b1a6c935ef7a6578de01f9ed5f90fae6a5a35_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3386c9093b00f29600b1807ec97b1a6c935ef7a6578de01f9ed5f90fae6a5a35_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3386c9093b00f29600b1807ec97b1a6c935ef7a6578de01f9ed5f90fae6a5a35_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3646bf2e6bce49c01198dfb2a1f67371ad1f20b48cffbd7fd8f652cb9b215ae2_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3646bf2e6bce49c01198dfb2a1f67371ad1f20b48cffbd7fd8f652cb9b215ae2_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3646bf2e6bce49c01198dfb2a1f67371ad1f20b48cffbd7fd8f652cb9b215ae2_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c50c48749c9fbe882410ff025799c6f450b063ab3e17dd1c4cbd2afa2b48fe13_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c50c48749c9fbe882410ff025799c6f450b063ab3e17dd1c4cbd2afa2b48fe13_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c50c48749c9fbe882410ff025799c6f450b063ab3e17dd1c4cbd2afa2b48fe13_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:dfaca907445b7213f3931be31fdde7480c22aafc0bd3b030d7ef9f0d84f5549c_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:dfaca907445b7213f3931be31fdde7480c22aafc0bd3b030d7ef9f0d84f5549c_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:dfaca907445b7213f3931be31fdde7480c22aafc0bd3b030d7ef9f0d84f5549c_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3ba301cdb9ac46c11853c61812596ac905e94f15172df53cf352a693ea5a0a6a_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3ba301cdb9ac46c11853c61812596ac905e94f15172df53cf352a693ea5a0a6a_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3ba301cdb9ac46c11853c61812596ac905e94f15172df53cf352a693ea5a0a6a_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6faeb6e3779cbdc86d4c7cf93e739c0585019e82587abe150f76c7cfb88cc417_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6faeb6e3779cbdc86d4c7cf93e739c0585019e82587abe150f76c7cfb88cc417_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6faeb6e3779cbdc86d4c7cf93e739c0585019e82587abe150f76c7cfb88cc417_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a0d6e3c4b32eda442fe231aaf1a77ea61125e0509287c381ecdec1615e6aa7cd_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a0d6e3c4b32eda442fe231aaf1a77ea61125e0509287c381ecdec1615e6aa7cd_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a0d6e3c4b32eda442fe231aaf1a77ea61125e0509287c381ecdec1615e6aa7cd_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:bde28b18ee5b582b69683df3122f4f9a3a4aff757c2caa9fafcbcad878d05d3e_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:bde28b18ee5b582b69683df3122f4f9a3a4aff757c2caa9fafcbcad878d05d3e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:bde28b18ee5b582b69683df3122f4f9a3a4aff757c2caa9fafcbcad878d05d3e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2492414954e0ca3e228d6d000733ae02c5d4d68d4b9f5e7f992e1a5a60cbffd5_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2492414954e0ca3e228d6d000733ae02c5d4d68d4b9f5e7f992e1a5a60cbffd5_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2492414954e0ca3e228d6d000733ae02c5d4d68d4b9f5e7f992e1a5a60cbffd5_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4aa1f8159ae2b9b385bfb204298e1710c09123bb19bb5b94c2b93dd0419e06f4_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4aa1f8159ae2b9b385bfb204298e1710c09123bb19bb5b94c2b93dd0419e06f4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4aa1f8159ae2b9b385bfb204298e1710c09123bb19bb5b94c2b93dd0419e06f4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:9a2fdc67ac81e408bb49170bf7a862a07998fd951ebfde9396ebcda40078d3d4_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:9a2fdc67ac81e408bb49170bf7a862a07998fd951ebfde9396ebcda40078d3d4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:9a2fdc67ac81e408bb49170bf7a862a07998fd951ebfde9396ebcda40078d3d4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c952fd4490ac28f6bc2b39054312e85645c12d20e39ae631e35470267d8b73c4_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c952fd4490ac28f6bc2b39054312e85645c12d20e39ae631e35470267d8b73c4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c952fd4490ac28f6bc2b39054312e85645c12d20e39ae631e35470267d8b73c4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:001807fafc7bfc5eafe92ba92c127488d378e1b36262f0f71cd4e4feef05598e_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:001807fafc7bfc5eafe92ba92c127488d378e1b36262f0f71cd4e4feef05598e_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:001807fafc7bfc5eafe92ba92c127488d378e1b36262f0f71cd4e4feef05598e_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3c3f3a57f87c512568f858da90b13c39e9441a1910c48b9bb51cc2ba3e816b04_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3c3f3a57f87c512568f858da90b13c39e9441a1910c48b9bb51cc2ba3e816b04_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3c3f3a57f87c512568f858da90b13c39e9441a1910c48b9bb51cc2ba3e816b04_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:62e3145facaac381967de0461a3aef63b2b6afc466dfb4e185a35aa67142b6b3_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:62e3145facaac381967de0461a3aef63b2b6afc466dfb4e185a35aa67142b6b3_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:62e3145facaac381967de0461a3aef63b2b6afc466dfb4e185a35aa67142b6b3_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ddd906a1e486837653341632e3ccd2d805ba2c7a7d7c26dae34022ec6a7ee90d_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ddd906a1e486837653341632e3ccd2d805ba2c7a7d7c26dae34022ec6a7ee90d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ddd906a1e486837653341632e3ccd2d805ba2c7a7d7c26dae34022ec6a7ee90d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2f80d2b9f76b8633c9e6d309c5df7f251259b61a9a40a0364f2160707de313e2_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2f80d2b9f76b8633c9e6d309c5df7f251259b61a9a40a0364f2160707de313e2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2f80d2b9f76b8633c9e6d309c5df7f251259b61a9a40a0364f2160707de313e2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:779d8d482e7ee453e8245219a0e21d84bfa1080819b31fb9f5de38f49bf3d724_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:779d8d482e7ee453e8245219a0e21d84bfa1080819b31fb9f5de38f49bf3d724_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:779d8d482e7ee453e8245219a0e21d84bfa1080819b31fb9f5de38f49bf3d724_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d44b76b43d8d5303fa38a3b8698076912be870c7a901c41a68f59426cd41b39f_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d44b76b43d8d5303fa38a3b8698076912be870c7a901c41a68f59426cd41b39f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d44b76b43d8d5303fa38a3b8698076912be870c7a901c41a68f59426cd41b39f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f5bc9a28cb8d0bbae97b39548ab6688a31dfe2b23b8d3a52da3bb397f6aa8b31_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f5bc9a28cb8d0bbae97b39548ab6688a31dfe2b23b8d3a52da3bb397f6aa8b31_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f5bc9a28cb8d0bbae97b39548ab6688a31dfe2b23b8d3a52da3bb397f6aa8b31_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:195460691d14dc4f518717e3678a9ea780eb548fea8904c5bd4e2d554b81233c_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:195460691d14dc4f518717e3678a9ea780eb548fea8904c5bd4e2d554b81233c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:195460691d14dc4f518717e3678a9ea780eb548fea8904c5bd4e2d554b81233c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:29acb2429041bbf17eb0f3faa0da84c1c5655df8a425755c1263fc16911d667b_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:29acb2429041bbf17eb0f3faa0da84c1c5655df8a425755c1263fc16911d667b_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:29acb2429041bbf17eb0f3faa0da84c1c5655df8a425755c1263fc16911d667b_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:20dc4b1b9ab504d4192bda76eace70933c264628c091ccb4ac78faf01104f356_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:20dc4b1b9ab504d4192bda76eace70933c264628c091ccb4ac78faf01104f356_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:20dc4b1b9ab504d4192bda76eace70933c264628c091ccb4ac78faf01104f356_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:366b95ac0f170d8c1c969b41f3c624026593ebe8bfbb466c5f7109e1a6ceb1cf_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:366b95ac0f170d8c1c969b41f3c624026593ebe8bfbb466c5f7109e1a6ceb1cf_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:366b95ac0f170d8c1c969b41f3c624026593ebe8bfbb466c5f7109e1a6ceb1cf_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:32acad5511e808b1b3a80aa96458ed7f1800b4f19aebc9edc4f85ec3613b8ab7_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:32acad5511e808b1b3a80aa96458ed7f1800b4f19aebc9edc4f85ec3613b8ab7_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:32acad5511e808b1b3a80aa96458ed7f1800b4f19aebc9edc4f85ec3613b8ab7_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:dc009efb6f6e9d60b022ab94d84d47fb169d2dfdf9680f4f24b40ac0a4ad396d_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:dc009efb6f6e9d60b022ab94d84d47fb169d2dfdf9680f4f24b40ac0a4ad396d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:dc009efb6f6e9d60b022ab94d84d47fb169d2dfdf9680f4f24b40ac0a4ad396d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:77abc31290209253ce09838a292be7351c02d5a7367859c430a5b3d97cef7f31_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:77abc31290209253ce09838a292be7351c02d5a7367859c430a5b3d97cef7f31_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:77abc31290209253ce09838a292be7351c02d5a7367859c430a5b3d97cef7f31_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e4cf03a101a115d398aac9c645ef400b9366d4bbf189de664ccbf782db4ef5b9_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e4cf03a101a115d398aac9c645ef400b9366d4bbf189de664ccbf782db4ef5b9_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e4cf03a101a115d398aac9c645ef400b9366d4bbf189de664ccbf782db4ef5b9_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8a9471f7c51a026fc621dcff7715fbc9620603aac2c2e4454e60e0f579527e62_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8a9471f7c51a026fc621dcff7715fbc9620603aac2c2e4454e60e0f579527e62_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8a9471f7c51a026fc621dcff7715fbc9620603aac2c2e4454e60e0f579527e62_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9c1b85cadf719072db5b5abf0b93b3556a74a67efbb88d7903bab7b6e988fadd_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9c1b85cadf719072db5b5abf0b93b3556a74a67efbb88d7903bab7b6e988fadd_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9c1b85cadf719072db5b5abf0b93b3556a74a67efbb88d7903bab7b6e988fadd_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a454b939762af9397d7d5043d1e6070279e1a1c4240b2fc808f0e53872bc237e_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a454b939762af9397d7d5043d1e6070279e1a1c4240b2fc808f0e53872bc237e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a454b939762af9397d7d5043d1e6070279e1a1c4240b2fc808f0e53872bc237e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:b0802c5220abce4c73b650e105e42d0c1a57c5248c4f55819e15053c59f2680a_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:b0802c5220abce4c73b650e105e42d0c1a57c5248c4f55819e15053c59f2680a_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:b0802c5220abce4c73b650e105e42d0c1a57c5248c4f55819e15053c59f2680a_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:677d190589cf02f414cb0cf4a31041b02ed8d706afb433bed1420d6f35d7a44d_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:677d190589cf02f414cb0cf4a31041b02ed8d706afb433bed1420d6f35d7a44d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:677d190589cf02f414cb0cf4a31041b02ed8d706afb433bed1420d6f35d7a44d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:af0aa63d5b375590ffdee42f4a7f00a4610e33c20ac7f3b23242a24ff43d141a_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:af0aa63d5b375590ffdee42f4a7f00a4610e33c20ac7f3b23242a24ff43d141a_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:af0aa63d5b375590ffdee42f4a7f00a4610e33c20ac7f3b23242a24ff43d141a_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b2e943bd3add974a8511a316f526d92d0ac1e2a0755acdb49770728984abe2a4_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b2e943bd3add974a8511a316f526d92d0ac1e2a0755acdb49770728984abe2a4_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b2e943bd3add974a8511a316f526d92d0ac1e2a0755acdb49770728984abe2a4_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:e433c5ea434c2261f40d623bdc22944c1ecd435c0ac08a41d36049c9bce1b604_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:e433c5ea434c2261f40d623bdc22944c1ecd435c0ac08a41d36049c9bce1b604_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:e433c5ea434c2261f40d623bdc22944c1ecd435c0ac08a41d36049c9bce1b604_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1e800e47a04f7f19c87bb79778586939b4bb2a32f5ce3790d796331ca93a9235_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1e800e47a04f7f19c87bb79778586939b4bb2a32f5ce3790d796331ca93a9235_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1e800e47a04f7f19c87bb79778586939b4bb2a32f5ce3790d796331ca93a9235_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2c0ca90b3662de85d7e595e76f678e419ea1f40990c51ba16bcd01438f0db553_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2c0ca90b3662de85d7e595e76f678e419ea1f40990c51ba16bcd01438f0db553_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2c0ca90b3662de85d7e595e76f678e419ea1f40990c51ba16bcd01438f0db553_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:607e95e44de20bbf0feccbd8bb58469928452e6e4f962ad088f452e0e7e6aa5e_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:607e95e44de20bbf0feccbd8bb58469928452e6e4f962ad088f452e0e7e6aa5e_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:607e95e44de20bbf0feccbd8bb58469928452e6e4f962ad088f452e0e7e6aa5e_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ce154b3a8980274f592cd2d41da7a748f7c895f754a3fa7994eeea657684fb12_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ce154b3a8980274f592cd2d41da7a748f7c895f754a3fa7994eeea657684fb12_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ce154b3a8980274f592cd2d41da7a748f7c895f754a3fa7994eeea657684fb12_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:c00947fa5cc8fa1abc26adf7cf8acfd4336e1aac0f1007133b8c6440a8148a1d_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:c00947fa5cc8fa1abc26adf7cf8acfd4336e1aac0f1007133b8c6440a8148a1d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:c00947fa5cc8fa1abc26adf7cf8acfd4336e1aac0f1007133b8c6440a8148a1d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:c9a5828c250033f2bf160b102a3722959210025d373b85ea69895c96fbfba833_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:c9a5828c250033f2bf160b102a3722959210025d373b85ea69895c96fbfba833_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:c9a5828c250033f2bf160b102a3722959210025d373b85ea69895c96fbfba833_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cd8048f17129cbbcb855587d48615ea6e574d12f2952c0b1b5aa3819cf453541_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cd8048f17129cbbcb855587d48615ea6e574d12f2952c0b1b5aa3819cf453541_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cd8048f17129cbbcb855587d48615ea6e574d12f2952c0b1b5aa3819cf453541_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cdf9da2745d57ceb97761e08b560f2de7a212f860362eea3fd445fe4f6f7c769_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cdf9da2745d57ceb97761e08b560f2de7a212f860362eea3fd445fe4f6f7c769_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cdf9da2745d57ceb97761e08b560f2de7a212f860362eea3fd445fe4f6f7c769_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:02b7af4ef7daa8499a24b02aea8a24c98960851864cf639e0b698b3844563a8b_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:02b7af4ef7daa8499a24b02aea8a24c98960851864cf639e0b698b3844563a8b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:02b7af4ef7daa8499a24b02aea8a24c98960851864cf639e0b698b3844563a8b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:3f82d5da80747c147ab429d24e8e9791527f7cc89fb6a7435d0cf6d35cec8933_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:3f82d5da80747c147ab429d24e8e9791527f7cc89fb6a7435d0cf6d35cec8933_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:3f82d5da80747c147ab429d24e8e9791527f7cc89fb6a7435d0cf6d35cec8933_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9e4085498157bfd33b7bd7b212300fe58ce6d462854fdd8a597f288637503104_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9e4085498157bfd33b7bd7b212300fe58ce6d462854fdd8a597f288637503104_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9e4085498157bfd33b7bd7b212300fe58ce6d462854fdd8a597f288637503104_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a8775ca5ecd0065373034a37b6de3fd736045868a3b116aeb216637023aa9685_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a8775ca5ecd0065373034a37b6de3fd736045868a3b116aeb216637023aa9685_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a8775ca5ecd0065373034a37b6de3fd736045868a3b116aeb216637023aa9685_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:28986bf93efcbdf0c2012acf8513e958ae8b32db4b649b9355b1fcf66b35038b_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:28986bf93efcbdf0c2012acf8513e958ae8b32db4b649b9355b1fcf66b35038b_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:28986bf93efcbdf0c2012acf8513e958ae8b32db4b649b9355b1fcf66b35038b_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:52990833d3dcdb340c68234412d3743070938573d0296ee45138b404054e311c_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:52990833d3dcdb340c68234412d3743070938573d0296ee45138b404054e311c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:52990833d3dcdb340c68234412d3743070938573d0296ee45138b404054e311c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:92f7c8de428bcf236f2aecc0382d911bcf5f7f536bd09aa44f9019ca7627d116_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:92f7c8de428bcf236f2aecc0382d911bcf5f7f536bd09aa44f9019ca7627d116_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:92f7c8de428bcf236f2aecc0382d911bcf5f7f536bd09aa44f9019ca7627d116_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:fa6add264803c2adb838efabe0f0fd8f4d78b14bfea9c1e91cce957e17a77208_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:fa6add264803c2adb838efabe0f0fd8f4d78b14bfea9c1e91cce957e17a77208_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:fa6add264803c2adb838efabe0f0fd8f4d78b14bfea9c1e91cce957e17a77208_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:46910caf13bd60c69314b0a72b866a8342c1dcead811f01f91b1b1674ea1bcf1_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:46910caf13bd60c69314b0a72b866a8342c1dcead811f01f91b1b1674ea1bcf1_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:46910caf13bd60c69314b0a72b866a8342c1dcead811f01f91b1b1674ea1bcf1_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:a7ab888801a85e65a01acf68805744b7f6a1ca713c329629370b0fe0a40c359d_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:a7ab888801a85e65a01acf68805744b7f6a1ca713c329629370b0fe0a40c359d_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:a7ab888801a85e65a01acf68805744b7f6a1ca713c329629370b0fe0a40c359d_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ec97f4dc1d491cea9e81ead6ed959141f0ff2b36fd4fa623722020431cbee1dc_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ec97f4dc1d491cea9e81ead6ed959141f0ff2b36fd4fa623722020431cbee1dc_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ec97f4dc1d491cea9e81ead6ed959141f0ff2b36fd4fa623722020431cbee1dc_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f67e6ff190c45a81777e63b69812760e828838e338e1d27672d02b5544b3e682_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f67e6ff190c45a81777e63b69812760e828838e338e1d27672d02b5544b3e682_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f67e6ff190c45a81777e63b69812760e828838e338e1d27672d02b5544b3e682_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0a9880ede4b10a6328766c1d9b05f17c53faa4ac561a8e768f5fcdda9997f056_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0a9880ede4b10a6328766c1d9b05f17c53faa4ac561a8e768f5fcdda9997f056_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0a9880ede4b10a6328766c1d9b05f17c53faa4ac561a8e768f5fcdda9997f056_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:51f75fec0f0343d3f68e8d4810e7588475cb0955b4793db7347d3ff466cc7f78_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:51f75fec0f0343d3f68e8d4810e7588475cb0955b4793db7347d3ff466cc7f78_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:51f75fec0f0343d3f68e8d4810e7588475cb0955b4793db7347d3ff466cc7f78_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:74ec8a94d5cda524570b881e7a352604453026a0324010b7f4b3d0a898b5e457_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:74ec8a94d5cda524570b881e7a352604453026a0324010b7f4b3d0a898b5e457_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:74ec8a94d5cda524570b881e7a352604453026a0324010b7f4b3d0a898b5e457_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:fb67ab3a88d2c3f33925830b9c63584bf14b321adbeb2e752a039faaa0401c8c_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:fb67ab3a88d2c3f33925830b9c63584bf14b321adbeb2e752a039faaa0401c8c_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:fb67ab3a88d2c3f33925830b9c63584bf14b321adbeb2e752a039faaa0401c8c_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:13cc747131cec81fd67e04409a69497d75a893f4b56adaaa3a1f77f1d0f3ae67_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:13cc747131cec81fd67e04409a69497d75a893f4b56adaaa3a1f77f1d0f3ae67_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:13cc747131cec81fd67e04409a69497d75a893f4b56adaaa3a1f77f1d0f3ae67_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:2236900dd28b8470cacf90c618bb50b05a0d1d66726afebbefddd2377283989e_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:2236900dd28b8470cacf90c618bb50b05a0d1d66726afebbefddd2377283989e_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:2236900dd28b8470cacf90c618bb50b05a0d1d66726afebbefddd2377283989e_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:ef89f2da22f7b0c0f445b7e700b29cdf9ce229cfd7866ac6c7bd2ec367db3bc4_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:ef89f2da22f7b0c0f445b7e700b29cdf9ce229cfd7866ac6c7bd2ec367db3bc4_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:ef89f2da22f7b0c0f445b7e700b29cdf9ce229cfd7866ac6c7bd2ec367db3bc4_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f5a6e48a72f6054924be3b81dde0cc0ddd95d7ea029e1d819553fa633c47632d_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f5a6e48a72f6054924be3b81dde0cc0ddd95d7ea029e1d819553fa633c47632d_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f5a6e48a72f6054924be3b81dde0cc0ddd95d7ea029e1d819553fa633c47632d_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:49a6d800db550efd565f451e584b890e88b5c6ff8be6fa0e17c30bab2f9980a6_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:49a6d800db550efd565f451e584b890e88b5c6ff8be6fa0e17c30bab2f9980a6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:49a6d800db550efd565f451e584b890e88b5c6ff8be6fa0e17c30bab2f9980a6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:cf42aee609494b7786b12443443b9bbccc8afe2658ff6c16cb5c86c05c95a30d_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:cf42aee609494b7786b12443443b9bbccc8afe2658ff6c16cb5c86c05c95a30d_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:cf42aee609494b7786b12443443b9bbccc8afe2658ff6c16cb5c86c05c95a30d_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:eb13074eecb1627bef4ca2cb0dde1116ca08cba2adcafe089e898236bb37dbaa_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:eb13074eecb1627bef4ca2cb0dde1116ca08cba2adcafe089e898236bb37dbaa_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:eb13074eecb1627bef4ca2cb0dde1116ca08cba2adcafe089e898236bb37dbaa_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f96cd58eaec24e92cb84eba253aabc815becf9264136c2cc898d1424fc8c87fa_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f96cd58eaec24e92cb84eba253aabc815becf9264136c2cc898d1424fc8c87fa_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f96cd58eaec24e92cb84eba253aabc815becf9264136c2cc898d1424fc8c87fa_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:8597574b86410624f04ebb0fa280276db1ffc676a56fbc74425e16790013ee47_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:8597574b86410624f04ebb0fa280276db1ffc676a56fbc74425e16790013ee47_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:8597574b86410624f04ebb0fa280276db1ffc676a56fbc74425e16790013ee47_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:901d510199b2e6cc87c754af5a1c8ec564089441f85917043a80733c4c83a430_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:901d510199b2e6cc87c754af5a1c8ec564089441f85917043a80733c4c83a430_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:901d510199b2e6cc87c754af5a1c8ec564089441f85917043a80733c4c83a430_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:9bc218ed94e8e516b01c11f26bd9adc30251067492ee2a84f55b573c2d09f6fb_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:9bc218ed94e8e516b01c11f26bd9adc30251067492ee2a84f55b573c2d09f6fb_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:9bc218ed94e8e516b01c11f26bd9adc30251067492ee2a84f55b573c2d09f6fb_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a951a17fbd50a051cde6c2fc4e863bd70e29485fcb085c4d0c977a0bfdda5ea6_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a951a17fbd50a051cde6c2fc4e863bd70e29485fcb085c4d0c977a0bfdda5ea6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a951a17fbd50a051cde6c2fc4e863bd70e29485fcb085c4d0c977a0bfdda5ea6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:11487764cd999f6abe6bc5021312a0ad9449b14b2ecc6f7bb24bc0d7dc57db60_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:11487764cd999f6abe6bc5021312a0ad9449b14b2ecc6f7bb24bc0d7dc57db60_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:11487764cd999f6abe6bc5021312a0ad9449b14b2ecc6f7bb24bc0d7dc57db60_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:362cd0740085d7b9bdfd4d10706b04b4b92ea759697c57b340698ba7fee0e063_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:362cd0740085d7b9bdfd4d10706b04b4b92ea759697c57b340698ba7fee0e063_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:362cd0740085d7b9bdfd4d10706b04b4b92ea759697c57b340698ba7fee0e063_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ece30fffff9f1b1252e7063cb4ded0e669f661e123a02ae5bd966bfc5e3e1ed6_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ece30fffff9f1b1252e7063cb4ded0e669f661e123a02ae5bd966bfc5e3e1ed6_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ece30fffff9f1b1252e7063cb4ded0e669f661e123a02ae5bd966bfc5e3e1ed6_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f0813c18a84c6a7570cd3f51826e81dd0cc164299173d05ccf7ed3d31be71961_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f0813c18a84c6a7570cd3f51826e81dd0cc164299173d05ccf7ed3d31be71961_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f0813c18a84c6a7570cd3f51826e81dd0cc164299173d05ccf7ed3d31be71961_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:b5291a1306ef132559dcf0405c4a15d2921133356d904aba886e2577030b1af2_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:b5291a1306ef132559dcf0405c4a15d2921133356d904aba886e2577030b1af2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:b5291a1306ef132559dcf0405c4a15d2921133356d904aba886e2577030b1af2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:6fe441946297aa27d90fceb448adfe939cd74ca0d02ac818d9577735a8bb004c_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:6fe441946297aa27d90fceb448adfe939cd74ca0d02ac818d9577735a8bb004c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:6fe441946297aa27d90fceb448adfe939cd74ca0d02ac818d9577735a8bb004c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:0003426c210d73355a8e23970e027c7412123a75d979052113f325edc288b478_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:0003426c210d73355a8e23970e027c7412123a75d979052113f325edc288b478_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:0003426c210d73355a8e23970e027c7412123a75d979052113f325edc288b478_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9315e7033cb22fd8229c7cfa7bc78b10583dfabcc54edb3ace0a3eb435394f9d_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9315e7033cb22fd8229c7cfa7bc78b10583dfabcc54edb3ace0a3eb435394f9d_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9315e7033cb22fd8229c7cfa7bc78b10583dfabcc54edb3ace0a3eb435394f9d_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:b5291a1306ef132559dcf0405c4a15d2921133356d904aba886e2577030b1af2_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:b5291a1306ef132559dcf0405c4a15d2921133356d904aba886e2577030b1af2_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:b5291a1306ef132559dcf0405c4a15d2921133356d904aba886e2577030b1af2_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:6fe441946297aa27d90fceb448adfe939cd74ca0d02ac818d9577735a8bb004c_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:6fe441946297aa27d90fceb448adfe939cd74ca0d02ac818d9577735a8bb004c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:6fe441946297aa27d90fceb448adfe939cd74ca0d02ac818d9577735a8bb004c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:2198b31f6460daa49ac33aee124d664f8020228052df648ee79a2eacb155df0e_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:2198b31f6460daa49ac33aee124d664f8020228052df648ee79a2eacb155df0e_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:2198b31f6460daa49ac33aee124d664f8020228052df648ee79a2eacb155df0e_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:f1ac1040078d827c434858ca528df96b41047b32c27ac522d11d6d269da755ff_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:f1ac1040078d827c434858ca528df96b41047b32c27ac522d11d6d269da755ff_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:f1ac1040078d827c434858ca528df96b41047b32c27ac522d11d6d269da755ff_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5a3cfe8da21c874d227a225313dc98a3b175e9b67dd90917a201d5be2c8b0d12_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5a3cfe8da21c874d227a225313dc98a3b175e9b67dd90917a201d5be2c8b0d12_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5a3cfe8da21c874d227a225313dc98a3b175e9b67dd90917a201d5be2c8b0d12_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:a119246a2ed145b6fc3ada68e546e729485a34fc869e3742ea1b01b9f853f1d4_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:a119246a2ed145b6fc3ada68e546e729485a34fc869e3742ea1b01b9f853f1d4_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:a119246a2ed145b6fc3ada68e546e729485a34fc869e3742ea1b01b9f853f1d4_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:ac4b25b223b08c445aa875106114964745002e90908062d0c11b56e27ed9f8b6_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:ac4b25b223b08c445aa875106114964745002e90908062d0c11b56e27ed9f8b6_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:ac4b25b223b08c445aa875106114964745002e90908062d0c11b56e27ed9f8b6_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b1fe363d1a527033081799943271457afbdac0cb23ff875a65a6292ce1f6cba7_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b1fe363d1a527033081799943271457afbdac0cb23ff875a65a6292ce1f6cba7_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b1fe363d1a527033081799943271457afbdac0cb23ff875a65a6292ce1f6cba7_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:66cd3d5b1343fb7f7fd7a3922adbdca110368de4f696b91066252229dca3f16f_arm64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:66cd3d5b1343fb7f7fd7a3922adbdca110368de4f696b91066252229dca3f16f_arm64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:66cd3d5b1343fb7f7fd7a3922adbdca110368de4f696b91066252229dca3f16f_arm64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:7793b9facc62469acde7d6064a4c2f26d8482fd1a2205add60fe47541b3141e0_ppc64le as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:7793b9facc62469acde7d6064a4c2f26d8482fd1a2205add60fe47541b3141e0_ppc64le"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:7793b9facc62469acde7d6064a4c2f26d8482fd1a2205add60fe47541b3141e0_ppc64le",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8fb627e3f8138d9ec3c3903373502ea0d3f83c1788641f016a9de4d7e41dafb4_s390x as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8fb627e3f8138d9ec3c3903373502ea0d3f83c1788641f016a9de4d7e41dafb4_s390x"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8fb627e3f8138d9ec3c3903373502ea0d3f83c1788641f016a9de4d7e41dafb4_s390x",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:f239cce00d46794f91479cfa3c94a2edd14e206f85e684131fe857a80215fe6c_amd64 as a component of Red Hat OpenShift Container Platform 4.17",
"product_id": "Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:f239cce00d46794f91479cfa3c94a2edd14e206f85e684131fe857a80215fe6c_amd64"
},
"product_reference": "registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:f239cce00d46794f91479cfa3c94a2edd14e206f85e684131fe857a80215fe6c_amd64",
"relates_to_product_reference": "Red Hat OpenShift Container Platform 4.17"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-61731",
"cwe": {
"id": "CWE-88",
"name": "Improper Neutralization of Argument Delimiters in a Command (\u0027Argument Injection\u0027)"
},
"discovery_date": "2026-01-28T20:01:45.587773+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:07d09ce1d5c97a717dc1c0f540e21fbf7fc2ae0c27be6fd0869ce0dabc0591fc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:44e3c6d5b98dd6655d38e3523fb34ed46dc89e97ef8a86f908d72461cbca59d4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:81e7e1cb47cdbab3a46bf8bb0ebcdd218f46aaa94236ef250fef0fd143c9204c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c318da767c7ef1f2452bb631e2726084f48a640c962f8003467c72ff48225b56_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:0c81a72caa0f5697779c8e808aae1c6da81c34d58ea22b7fc41535e5b047d4d4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:1b5092eff9d9daeea6ffcb7c40f04754c401744c8085b77b67f231cca7730818_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:7b0157dfb720632e557c0c1050c643c7a9dc9b36c5f1858a37e11604b04b795a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:915d7aa28dd103a665a72bba13375c72118885bc3867d07922425576d5372f71_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:64c68a2c39cedd586eb70141b21d19092d16303738072987e6a33a208dc1ff43_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:77d5bcf195bccd0d556e17803f4c5273010543366112916c8e9e4189b5f68627_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:98e7b50a5fb4fe900b08a52bfe5f1af0f189bceab97ce106ca4550e0fa5bf487_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ca76d72ac426b6a7fcf59fb99a3fabee6c5ad3e0095e75dec3a06194fda37740_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1638b6de2276e53fd93970eecb2bebc56c34ffc099eda9bfcb02dfd10eb07be7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:22cd25be6169ebb1dfe48722f3b4c6133f14c5d4f6db6ef5c7c5c9f976b25901_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:646993f2432d9a7cf3d8d56e3caa5abb77fab65d4dd40a01ea68bc59e68ad082_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bb4b4fa70f8193a7cc49e278475052e1c053e1dca44298f02cf8a0c1bb95c740_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:b6c870af5b455dc9fc17314802f45c9ebf2bec19810ff75b4e157d96a94e6575_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:d2003914164b0f04ddde9b10d27ada74e57c26beb7ad06dac093098903909907_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:29871a94fc618bf280a7c38280ec0642c766838bac34a9ace503378a67f4638d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:fcfb0cf49134add5d8298b1fc1f52ab3eb924efc2bf40ad077c3def948b3ed8e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3144944813148f5acd4234b279b5569e5bc8942f390c76a5a88789fda81afc56_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e44901d545ce00d89aacf5b5afbe68663cb157adfd23f4b280f13e978c7a972f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:18b95158ab8c6470ea281f81f5f1dd2c0d1c198be78d3007b02f5a7937ade62d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:31bd9ee7e75b32542cf78d1cb12d254a93cf9623e00e5649c016bbf32b8dee04_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5b53eb46cbfbf25649fe3bedfe285e197f65cb55a057176d057e90bb65cf6562_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:bc8727121110bb8a6d9957f7871a6369e1512bb9cdf47a6d23ce12812d84a791_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:23400e78f2af2eff9dbed7a4da3000fee627509e5d4c87742aa87f8be1229a36_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:64863687e7fde678af49d370c9fdd5045d47dc2c3b921b179dfe0b392aa4b447_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:70935aad01a4c3b9c041d22554f4d8feef7038bca871fe1d84c6b74d4d830814_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:91ef5f2ef8cd345731b53ec5e044c30e14438f1935c74b5eca2436aa35e5a7c3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:4778a088ee10ef3ba59f3323ccccf942000e3d2bb8b0bc201822f7cef74909b6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:599fdac73334d243b4d362b2a752f184f303aec12e4426ff08b1b4a6fca0380b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b1ab8a122e88ee201853c669525590b6f73a60803d1772536e76c56531fa0041_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c231527dcedf3606bfa162c0026b0b037d41a908d6be2418f4250e234dc66023_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434433"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in cmd/go. An attacker can exploit this by building a malicious Go source file that uses the \u0027#cgo pkg-config:\u0027 directive. This allows the attacker to write to an arbitrary file with partial control over its content, by providing a \u0027--log-file\u0027 argument to the pkg-config command. This vulnerability can lead to arbitrary file write.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cmd/go: cmd/go: Arbitrary file write via malicious pkg-config directive",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is Important rather than Moderate because compiling a malicious Go source file can cause `pkg-config` to create or append data to files at attacker-chosen locations, subject to the permissions of the build user. This can enable unintended filesystem modifications during the build process, which can lead to broken builds, alter tool behavior, and poison caches or artifacts, even without direct code execution.",
"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": [
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:7d17650f80e7bf782a7a59fe0672f593cdf9dfde775b7153fa5a5c4ed8b86e2c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:bf046c55304478c82791a67ae0dfeff89af904d9b56cd63a29b261cd02633798_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e6165bb623041db07759616b297f0541fcc87dc3bbb91cc77399cebe96c1b647_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:f47af1eb3413e739f7e219ea89dfa0f09bc31f18a771e49ad36b32f8219d9112_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:34161b5f6663f9408d7ce5afd4525442f41332a9501f658238f3eb6568eaf3ab_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a4116b2262af10fc2c7fc40800501add9f5a9c671907f3eee75cbfaa37d47263_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a8dca289390dc8556a4cf3cda46e5cd45bae33fa2b1a88ca053626ca3e3339e8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b43e298d73fb723ce446344fac3e136b0d3347b38e7d199a09d2bfb85c231249_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1ec3135a01ee2bce646338cc6d71d35c8adce9f3603f0f07ce90dd88dbf3c4db_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:94c42af9dd8afefe53de729d8ec8b5f9103cdd7f80c96999b2863bfed030cfcd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a80acaac8c10d6cce0815ddcf0bc296013e97d2cf69d1eb6ac1b7f3b35b40d74_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:e4c52bbf17f055890cf9968da78045295f6e37e52e3f4be5807db679ff63b874_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:28f2daa782218c5fb085acb774bf1d8c13a208b8f29f4a12b372db2c446ada76_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2edfc9e18f365bf2ffecd7ad45b5693b493de472fe7abffe73ff4375bc6d2af1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ba51aa38b39b8f57d6908665938870cced5541b831756f4039047245e0f2a8a5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ca246a844bb6fb906816e4008c922a0470c82bfe6a736f3a926de3def6aa0597_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0b26257250fe3542640ce1a4f5ca71f90294c307eeb477f1d1e4d61e3ef233b2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0cbec11d17abd89ac4ff332c238f92fc49c19f3e1575c26c6654cf2668ca9e66_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:2554ae05f488567b3c752c16c59f852ecfcb90746a47d48bdd39825aede43c21_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:af26188e6f7326835340b99be42189550233a7bfc652375b0859cc058fbbd0a9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:31460b57b3986f0d6c84406eccd1801eb3a03d176fa510978311d46390828020_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:aa730767af15fab6facc460b6e418bbfb0555933b4a54b01d34cb83c1148b8ca_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:ab43b9177badda24d20e8830f375132854ad313b46e27ffddb8d68b6543d8007_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:ee7eff8564ad522223787fc270f1f4d4233359872c994981619f1c10b3dfcaf8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:0d809a095a0d86c0b149fa0e28f852c1633c2904d7bfa23b6900617ef7ffc2d3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:5c15dfcbab56f579ee265d4acf74778d154ce0185234810ea249d9b9e415052d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a95c36cb709d7f9fb89eb6aedcd7cebc104b90f8d9f1be6591981dc9f96af398_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:db9a343c67b6462259b3f300af5efe643b7637bbc88ba5aa65e06e4f573b0049_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:238158a2264b9688491743d5f7c97a3f152ea2fc4a1342fe4b0e63f618dc50e0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:6dde5ab62c9f5e35b853112e3c04a8c856ef9260318dad58352ae36c2d30bfb6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7309bb2119edca063c67c7b074e1d45d99866223dec53f9942fce421e2e76250_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c0803e9ceecf77a8b1425fb0634b40e4095bb9d899c5d5af84aa285527723d83_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0dd635595c420ee1672257b6326a193195b2d21945664e649b09c62ddcc25d7a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2cd23c69b8d88a73a2aa368cecbe1e8812efa47760bf16ee0629feca934369fa_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:4beb73d1a2c279b310fad6789fff0ae70cbe18a79813819b1da9c2c5b6959aac_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:dbf382ce2e7158ff2483336643ede99b2a4fe4cc888af72e92e19ab864c62291_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:303ed90fddf42d1a5ec3ad7eb1df833003ad750f4cea17710870382a0f8c720e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c358b8a12046693741c5e88afa14a25e066ec9e51b84e22935c19dbf34ac5455_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d98dff9a03e2bc6564757afd151092cc5bec438c678f5fe5e402365bc6bbfb03_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:fa2d95a06de233147317ad93109aa809f5487e74748550e40f4189e8aeb5f50c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:943aba9a3a70cabfc2b0c94450b39ab3fbfd92f12629a2e175ad89251addc2ec_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a7c31f5ce80372bc4c63b60f9741352565eea006601522e25f03ce902e35564c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ae2f0cbe29206ae3ed5275bd7a0b101dac0e3bdd5520493ad4bb360e2267ca20_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:b9cc7a6280455a8a36e26494744d9ba540689594f8a1d8f625cd1811eec2b0b4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:54c3ecb1fecd80a81cd667f5edb968c62381bd2ddb659255cfd861dc0a8e0a9e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7deb4e0cac2bc3989fa828677e4717eb75f1bdd8223dc638310d32c73219314e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8901061b783b8a41f447eaf32919989dfd24bc13b1ef61b36f1132d66f64288d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:921aaba9517c1b00e09159d4539d47a55c543b1c7ce3c789e6e333ec133b5406_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0dccc414a5a3efd474a9eaeb61b6a2130f652c97b8b71592c7cc52827ae149c8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6c1df1bd921b4b6fb22f9db19a2c69ef5fd98d231fff3869a22442b36dec0ffa_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:eef901a0f37823970eacc110d194b81a6c679aa3dee5fd0d350b66ebb53a1542_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ff539434c8d3bf3c3a64f040a5f7ad702ded9290ff0a894a03fd45fef9fe42d9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fd88ff4734a68d6a95733ac650eccd70d1c4d23967f32b3ef8de08cea8bb05a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:8b02d7c27cfbb38d19b1456282d58e14c8d64efdba25a6238606f66610e5e9de_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a4b3b74bd3e1a9a1c81f040810325ed6bee59e0fb708c9589439fc9c734805b3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:bc92d21475ba5fd3d2292c5f386328bbbd237b92ab7288d3709229ece5b811e1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:360c5f509936d41297633704930574fb8fdcca27e98d1614ff81dadfadab4926_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:5fde232e29f5707caa6bb5219f108a563ae59bbc5d2818e368a5b9e472a1a2c7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6f1a30e659ad462113e1f481855cc292a760900cb5c05e669b5baa0b05a15277_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e2a33d8b21d3c833d9de1d6472e958b67ae7c6583e326b90ba51a2e1992d4924_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:1a6641eccc288ff48bda2311e1356ae244308345fc4c6e8bbeda2ed8b9f85eda_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3491a7f01d29b8ef97e0d28cf1258c37979ba8941d8bfc79c62bb7ad871e1f19_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:86a9b3d8064057e95ea8935b94edd85042eb86751e79f7a9783b9601b88d8ebb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f4f10a1f9554ad0aaa4fb9dbc97dc9d6b1b27af1ca3810731468b0c458b86a98_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:b06c2047e92976665952f3b0352b0c5bf8b5a2e6ba00b5a5468663fbb0309e1f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cc10468c6882a877f993ac4f6ef5f29e7069f99d6b3ceef528c8d7069ed362f8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d682c5746679d8dd8534b3d9c4b913880ef9d5713b7febaa3c7573fe7900b61b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fbbf71963f1f9fe061819fd07e90df13d27347f2854720be55d4ee453b6b60f0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:515147b779e1fe06b9b510177519d413a679552ed6c2ecf4b0ca8816a1e1ff6e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:f1fc196ec3db364df254fda90a46e6b12bd50d50c01f2996f970ff8f9c1ea1f8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:4dbc09f5c1c4011c13a1f461025da298ce289912d98627fc6d08ffe1a30a2a2e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:d3436d8f8316db7b836d1146932a1f8de35edb75644eb0c9f0e3af334aab8f87_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:1eba9990cf84de01e1ba504b9b852c48cbaee1eebe2c564977d1419177bad652_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:cbd46373b97caeca24a3b22de19a294091f3d5e294f2931f01d786ef566867f6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:09824ee3a4038855e2956ea2d70a72b5d1e4a9ecd9a323dfe27eab6df7de5c1f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:8d89ffb1ab74d5e02fcc13d2a00d5e1fcca30720d987c140544e061ca7fc6629_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a8b44c2c0bed6ec652301ea4090bc62c990130150a8c1378a06fdb3f9a7b848c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:d2005b9ade6f74ee3df518d9f124b8acfa909d0dbd34c1c3b9e044c0556fb268_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:c0d0de4014902209309d97c189f02ef66292b254edba7e02d26549e3ee24d7eb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:f673fdfb5f29159fce99cb0ce47a31fdae2f57533aa49b84228ec7fe03274aba_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:07afc1a6c00649e6f56a64a75a345ed3ec97e28976ac09d362bc44412fa6b67c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:54319cca65ce76d81bd7a392eb841bffc14867bdc1ae341bf8ee6f84d10c867d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:445ffb4c0d9ca84e2c57333adca83f863428819a7732111b204da9f57bad9826_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:cf571aeea198dd0b07a42f12727db8ac78fc7d40eb5d1ce47c0e521f84142ee0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:80bce123dd0a3488a9cac662d578f451608252e8144ee8158cc877c02c3f9d0b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:89a69823162109668d5562e46ec004b719bb60cab26872234730c458dfa697ec_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:53babfe25e9258b6e8564df67e1d465c9f144976af5be7b30d95b0dd910f6101_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:733f6a4a3f1a1ce7f0495e2ccd8f492ce3378e2f2ac1d6f618869bc0460bd341_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:0bd4e71e9d22f6c16130426710bba8abbb82b0510cdcc9eb6cc74a412021c45a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:34fe2d2d5972de86aca83a9affd601cb1c4564fb1939f4dbbee3dbedc2bddf9c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4e01b88be4742c25c24977471d81262f8f0f391ccd5c49250b306e726e1d32e6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:dbb1ac39b132a5d539fdd7f13df09e84eacb8460fd7e0097d562ef079ae2c677_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:1ae054478a86182135ca308fc3f18c49da06734b34fa897f74544644474c7807_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:3b7157d6c737fa70532d96c62fa68e35fe547eedc6c50580cb89f4ce9fff4fe8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:152e3c57d0bcd719bf1e20ef7d43ccadaf30939c8c9899a2ce115a55ad7be983_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1abc468fd1a09c4b30e624ef4cd9257c2d104db17dbcf19a5bb8323682271ea1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6e535ada8c1768a2411ffa684bc624afaca15618b2d1a8a6c50f0b97be52668c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d46b24f503b741f3c919cf2f30409342310e3b2d6110b043128ae5d496219c96_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:12c1eb19b65af75175b1708f0049bb3eeb16c8c9a632957f5f97a5419246c7c7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:36103549903651a18d5c1c25d07dc98ce058140cd2b8d6e80cb0f1a940a277fb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c6fa0940709c377171ed6f553729935a9bf1bc5abb7c47f919d3b0fdbab3fd74_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f421d2c61baf1f196a5386d02b56b72593ab557a99c1ac61fd99d324a8bba3f9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:01b50335d5ef7515c859414036920594a5fa5b0039f5191aab1f16d291f3514e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:98a06124ecb76ea1e4d88de6b1532b2c8c6a7f554d1d25b946258b2d2e274649_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:cd6a54657188c7a1c0147c72b9d7ea326de2d7332eaa2c049ce4e02807177bc1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:ff2c7571055602c2cf719149d742d2e7cf308f1a077c420205bcdb2afff13c00_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:455f935e22bc0a892237c11e22b9bebc4840c26c61510d43827563312ec71fd9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:8b30cda549756767ad42a0486cd2987e13eb28078ae00996076a2c4e52ec50e9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b3f754533c34684d3ebc8a6646c8698cca95b6836f9b9cf6bc80edcc1c888f19_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:ce1af97db3e2816184795c6d1fa3cfef25329df11482b2bf4441c40e51d21347_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:73b55b309bfcba54861b619a26745a67efb4271848e99db56af2536ceb0fa597_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9dd8eb511b9258dd6e6e2edf03a6e6d64c1bf8a5422c173cd0b0d9e1b2cd1734_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b43f4769ae4bea0d180d4be8183c92d1fe5aacce4287fc1462032f1783c42207_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b7d331a0edf44bcf0fe747365f092a69e1c1c7cd156d48781d40d41a3a0c8552_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:304b520b8986da52f9f1f175672f6acb79119085841fd0ff0fa9754e8f22b34a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:67d76b9cdf3b5be24e7d157bfe385f184c6abd429860ba6d2280f77265929f26_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:df5b6082f4f05bfef1b63ede7fdcb5b575e56bcf264bb21e71ea2dc98c884ce6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ea8623b6dde50f9b993f9823e27349650e5d80f3f4f37c6b9b79cbc08ffc6da1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:401e7eda5905ff108ac067119245fe3684e50e736737b350baa06ea6fb2b7174_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:445489e10735202ea518bbee1cd56545f0e7e66742712cf5006c4d4ef30fc1cd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a583347caae3aa7d703a2130fc1f57b9e81ea6a06bd33785d87f92596f1f6355_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d30bda3636af0792fa0b182e8c1f79f5198a293572b40eb28e90e8e536416719_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1a369e0372bdde7ee5ec7ad647d30e6fd9747904580cd025ef0e20e1309080b3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2d0b89c800f09fb923f249da6536b9d396a53311112c458973fa9aaffb9bbd77_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ca969364594a060f9adc621daa9d2af96fd265e32dff63699cb42aa60ec1a9e9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:f1b997f7c662c0c8e91be2d02d6605fdab614bb89039ad1f38d6cac2b4623ddf_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1f379914cc47321de26756b1fd2fb634ab93f0d50400467df35dd4303100ad1a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:748a768980651e5d15e4b06d8483c6ec6db7854844e2b7dd789ea0e5d0b42d70_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:922cfbcfa109c304f82be7edd274534d18f9e2c7fe036e9b078ef40dbaf5659a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f439945f38dba034123eeaffd05372162855f703ab5a939dfc40c8b6e68b6dc3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:515b64496798a09106a5a99cf322bb02cea22a7d1684653ed251ea15532a61f6_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6de46b3fa4c0a353f73b6dab1c6dd53546b38a7cf754063382a47a3487aecfef_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f41ea3ecd58d560a52e13cef8384f6197d49add48c01c432cd8971f53fe5a4b2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fafdde0ddc3752811000a0b64826ec60715a45f09b79aae8aae637b6a50f3c23_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:212637507016bc9b3317c3980c30b476867ebc90d1c0724f0178f445052da718_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5f148616ca51bcf1c30183e095a8b5a981a9be858254938ed45229e4b4ebfdd1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:9461ea9cf5c260411a69b6b39c5dd4048c592f234cc24d481561d90fffbaf1bd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b48c6f2691532175458342223ed6c744b4dfe2cb057d1abcdcf3980127791ce8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:2c1ca60eeda0aa20403364a3ba33d9ad349e98ae3c839bff106d4b3d59426d58_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4141802dad81ca0be90cb3e030f18156e4f129dd2dee7b40d4b4b2f63d7ce927_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4cb581ac92c27cae351d2021bf76d97b20da9a9db8f2b867df879a2917d052b3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:da3dc2f193bedf7af891b2123b2b25ab8ffc54ee21ce4ee4a05557b7175aef7a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:232a25a7c42589bb08f34e08eb3e609ccc7c1de4281c234bb59df3c763695339_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:77021ef3e969e39c28e863f22541819957f046f28a88ce0fb0f706381e8ffdf4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d024567af8fb35126a2084d9c0de93c5b349249dcbd202c0c5cfb7d2d05bcefd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:eff2753dce033753b4687d9eb031bafad6c3bc1e1dd941de90baa0322bf14496_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4a8e36032ebb3b81b4e2e854fda6217a58adeb78e133257689d118b00feb9d0f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4e99ed18cc738391a0b1f7fd6e5268dc1a2b2d0c235b96f5def3d9bc25bd0c4b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:acd10e1026c3bcbe1effdad4d96922661418e8660dbb0e8e97fb69b3df8a3578_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c84a3e6dfc4b3abe1c2f3e6f63018a8d45fa3333969ac2792dce86ed5dc5f7f6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1d83bebcaaf20c68ec4705bec480e45b4a69d8323d118a7fe4812b491ea940f0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:bbd338c6ca660031115a11f293b165aef23ad28150c6a8964dad403618cef28b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e9a218fb77c30af249580c4b11915d4876083f642c7388c6333f70b781bb9f17_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:fd8e0cb32df9a3eb7eecfb9d5356a136590223e69130193ad8a92f310465ecd8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:0de9a2d5418c0fadfc68e9f64335c23396fc3188b1ed7191e2e740e53aa1b29f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:2c6a648364c88588f7ed1c538eaaf850ad4ae8310b83cff95c11db695cf4f528_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:8a408e4ad9cf59aaf87b0c0c97d3e66c4339943d810da2703cb4d0a946ac036d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d4f83ef7cf93115c55d7053dcbe9cf980bf522cb4c3dce2feb95e6574657384c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:06849685ea1a02445fd85960975e0f4f0d39947420d0f381dd724b37f4f44994_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7ad3e41c51b206489d6de9809594d4407f0eb02df060111359880560088c9140_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a18cc97e985023b176af5daad9cfe50eee25bc7e5ef657d20c17aadda7a76c35_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:f3ebe18a671ed1e458d9c86184fad3fea2e8552d8be87b3f2bc83ca45f6eecc8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:29d61cf5ce7ecf8bd5e49c5d01b16a82819bbb345160b90ff46f0d936f1152dc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:34ec4d660b408030abf6f5c0858fcfc095d7548530e6bd4038009c55ecec3344_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5a947d842f80e6e70729d0195ea3fd77111aa4a564c82e9bd0614fbc715a85a0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:c6b897cbd33e4d897a44ff05e5a2f7093a5fe930fc249901baff8a28a015c408_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:20dcf9ed5dab0354410b6c14f8476980d2bea66f42bd64ae0c1e354e185bd820_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:559065936f9a9039c45cbd63a4dbeb4cd3f69e990eb7a878571971f6e94c936f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:79e01008c1f3a1ba2dc98f7ea3163c3874a5b204ca731d056b89ebaaf97bae50_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:c36158a99dbb4a03cc9581c46a7f0e84e3ce098fea15d5b3ff88e10d41d0eb1d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2c6e5834f6042b1a4301f47d8178b2e718a3a459745ffbc959e40cc660ada97c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:475ba06839391550b35bd29309fc939977a72d4262b99f129ef5fc964adcecc1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5470d37d9eb90f60a29221fe605551618af1037c555e7f82ee1c7c1b6b7de654_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c8ce750189b017ec94762b6691cb9a911f97f04927615f0c802149aa3f7282fa_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:1916354b8aed42783dbf3bb7a3be6ebba6f561aa7d8c8f41fd6e32f1e46b09e5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:93cd970355ff2c9cd65c6f051391a1dbccf543a1f4e79ebbe6b3f63ac4030ca5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9cfa1d58c7bc0f875b5b2d704afcc95c4321388c94202c7ecba217a12164e8c2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f21ecbf880d3fb65422bbd0c410aa47136526cdfe5b75fdbfd82e720530c9fec_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4c6a4ba7469a6e3736176c838dd09acca392d508ba2139bcde3d01a1ecd493b4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a21c60cfbdd3b771f448a09b89c09f0992008625caa9fa60c5f9cfdc7d49e457_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b6a1d9d0b74f769294c10ba1ba65fa36a43217a374f3e37a189fe3de1d33d737_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e192ef1c1c539e194a2c7aea2c1cce32c6bb01bba982d3f0f9354649f32d24bd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:03475c318b9a57df484c7be2cbf35f654487c3084efd389cf4f6ce0a0f845dae_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:974abdfcfb3399823b6531a50c8d09203167418b09f859229de602a55c6f43bc_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:aa3852b48c9efac7a7e87bb01593b4a8c7d9f996624154d5a34c836e2b126485_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e0e95daab3cde4412e5d3222236adacdb8283e65eb64572ed175b353adc4ea50_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:106fa9124ad7bfa7e2a7d6c68ebd812cf2bc82c55ac092c1a702217595fc93f1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:18317fde63976665f03833b7679bede00df0f32327c1d56a26afe112b4d26f6c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e068848e4408ea82c40cdf03f2e6c600a40c8743faf344e0b2630f12d79f2fe7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ed90b2768c731b0fb0d277a285164c8bd8cb531ee984be711f64bc503292e839_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0ea0939567de6bf628dd5ac96f7eb68d3b29f1819ab932296293504e99ae3390_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:45720e600e73a2d925662c4c6a7dc898e4c97e38bf9b6c708455167abf99b51e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9afcbae95f66db36e6ea832d41f02c8fa14ab3e79f52dd1878ea24b57565b547_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d4e9f8ad81006249c50770495829c63f9322d0214efc045a4a7b6b0955846f0f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:1d66fb102b391fb88b40efc0dc3b3935d6f4db31825ee4d878273e181585e0b5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:2a221eeae6e50cc04e9466e5777f829f58311b2506aa149094e5e31e0cbe6e09_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7f15db4d5cefd46fc71d1953fc5cd62630bb847c6966523c5ab3d6cc2e5f6a05_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:99a3124337bfd603542826a78e4068bfd7ffc9feac98bac54bd7b3f3384faf87_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:86260062116d03fe7c4ec9df2fde3ccabf315ebc380f61db472d334be90dc325_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:8f284d614d7fe9d7c0bb5ab076490a781f0922453650713dd6bd722a409f650d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a43770fac453ba7e59e8af0c2aff352471f81a1b5f34ba620d4555a16af464ba_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e3a8e74f008721239ea7c070e6f6def1e779b723863e5ca279702f81cdfc0f5f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:669084db9430a977c4370fd7949543c2e57e82da6db6d01c376b3c345f7c693f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:9c91c1adec653c87fbdac6f5755528a27a4ead82d740af2a5e5f38aa16789804_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a2ffcc7216ed314e39ac12c0cfb30d29a6a4267512cc24a8f59825967273a2b8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a950db91a853e2b6073fad294ea604d51e0623b8c34288af1a98752f79b873e8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3af31e33187cf904b7a3bbcf7cded17c69e345c73301563c60312d35d1b694b0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:42bcf4c037d6212103448703395c0ca44f36a89533e205f0965c2c111d218fc8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:7b9bc218875615eaea10e71de2ce1159bbc130dc9099eb71d9fe13d9a0f07179_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8af69064595a39874365e60cc66d5f6697f28df4f82f8e26b86eb3fe08eed8dc_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:43a9f7284fc596378453b6e3a6fa1eb553d403ee25492c8c10107aaa77d92412_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:9074d73e7164486f4e0bbcdcfa5f46529fab2937cc5531dd88b13b2fb433d6b6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:a6656391bbce0ef6c085dcb040dc623d737ee8c302638d0e952eb2cd6e9671ae_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b98987da700deeb50da293568dcab5cfa1ddc843e36ed4dc5fe6d0ac8b63c85e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:66a2823e0f80a885f64cdff57291c2d6af6fd0c117c2d033b372be28b0755b2b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:845d9b912f7dc3b56804668e652f7c6b711a3d064501785ef9fea0273f60063b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b94aad5462be3a96ad9d3a88d8aaa775e8d6446b7f8d1b8785de703d14875cf0_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f6ad6761f6dd00ae42d248741c778b31492259d891751c9dbdc6dc39c2960dcb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:7b31119b0f90aba00af66b6bf6e1d2f7248d3db7129a6fec071a9fba31dfd0e7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:93cc886509cfbf78ce38eec32119b47cca28aaf3b43a254a1deacdd86de5e877_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c4cfff6e697533c3a9323ba6ed15b74250ecbecf71123cfe49ad56708f505021_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ef759942f6399bbb13657a783a7648dbf7ec880e8f6d4ed64b69812f696fcc1b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:155ff7585ebff390dec5a0ee00bcea904cde275e165ac634b2083c1fec868a18_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6971b8fa9f04515d6e4d18a27982a2496a4efaaeff90e741f3248d31fe1961e0_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6d590f5de5ce957e2d21fbd86c08411dc90b6c2444fd43079a04e3acb35587f1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:718a4a859157646f240e5fa4e3f8ad5c5ac7e53373d8b5d0a45159f5eab2c9a7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:629f7a041cf101c337effebc71d27cebd4dbe4ac7f7eb58e93f872106f88426f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:7761842991965d184af3f11919c4a4524d285d69266f92bc01ddd1cc66195fba_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:9865d9323ac25a120e3dbf34644b7343e650cd04b201d65518940b49432f564b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:9f6c2d965dec4b6b13fa96bcaf0134bf2acf302e2a04fb6926075bc9e92de97d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:855b51d876eba214e06624567a2606ed0be538fa6db7e24fdd508a269e1ba2c7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b041548b2283b0b0837db6749c0da693f021d0510a5628bce91ff5be1fc83f71_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:c7fa529102a1f95a53afba3a07db55a3907123cd8bc01cc6e1c4afc3c41928c3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ef32e7c28a82efb0ff8edc4d2678e042afb2c378791a34ccdd9243eae5246d61_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:0b779b84bcdf0ea2821962e7df8f34696f23bfad88557c21ae5fefbce289acc2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:54847dfd1e87683efe51562e103367f952ea801cd409968b8b5e04ca0ce48bb7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c86b554d052e4c0f38d69b571d246c090f5843302d21fe0f2c7c06ddc604488_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:78d85dae433ada85e1fb57166d278887f652a03531326bce186c7d3b207df288_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:4c4ec9a44884b5d618f231cb65a9b69078c2d86c8f168d510441814357f9fbd7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:5bfc5d24081ed832066492f2542d2566f40aca433535ff6536307feaf416c727_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6717dfcf0c98ffe25190b97c977daafdfa53ca406572d81143430f4218a17382_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:fb7ecb21f68557f92a912f0cabea1719fd8969638e16f22c5c89d433168f3ade_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:6f80af3728d41b78b3e855ce438ca882452a785a0b794c374475e6634390f6bd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:7df0f2a7c3268c3fd166e4012ef20a9911d6d7be4ee9e260b2a8343a1a5c23d3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f26c33eae235ad613283bb3629ae031e06d95e4371b6ab35bfc95d6cd6eedc70_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ff72b14efa0c7c37a3795808564e00f60bee07de82fc22c7d1e0822893abeb8d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:15a34ce98242d87b27bcb7a2ff5f8a3426766e31e4aa8dd21280a94a0dd5de07_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1694ece44a326abafa983a7fb2b3f84f671941fdaa708c21159b2164bedc8fe7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:5316833a649816a20637f5815460cdea129cd9f304d66406c7d15210e09adc7a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:95a599547beb53655c1f6bcfe533196664371a94b5fea328543a5f90c1f4cfa7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:27483fad6a2c4be85baf840f33c72d98357bb6a55e754051fff08820977c7a3f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:5bdbda0b9ae82292ab9dcd9c3907d42687418e591984ae30b53d93f422ca9d86_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:93069055bf2d16735b13a8ae1859af38b6b7b9fe3409806c30a2147689972023_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ef060678c540f10ecb261b29b6674be6d3830c7ed0e51f221256fb09130b4dcb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1d9d3b4b90eefd1714e4814e4c340d11a88f1208852b7c624fac4096ec3bae65_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:37afefb255d2e64fe5d72f6d32a3e4a55684b658b114dd341689ef0dd4cefb9b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6033b93ce5c2f73213bd89e9709038829a2739e238a1f827cdebdcac8c39dc91_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6fa75960064a732c4e25407c9c2e8b75bd98feb5bb06c9cd70dac8023eb21c0e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:5eafd2fde7b9fce1b13109f4729396155f7ef07d73d51067b11f96661327453b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:825963b5f6aeaab80cc3c6a3c173b588263b6a9ed2e481c06d42a229d18b40b8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9c24887a448382a80d554684df4280c49a3c6ab89fa9164d547d0ccd25c5b0d2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e423c9ccfc07b48c6ac2cc4369a6fd61e9b8c420a08f64d69e9a35b887874793_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:0ce9b759a50e8562b80a2466a194f70d0728ae93717dadedba3aca34712f14e6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:814fd188f5a532065135552df55e4c55fbf9952ba35f93ec6f4f22a4da2a43aa_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b87d5c52b3da29503ae5089fb3422ebbf5ab02840c486b19678a9c65f04a9e7b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:e7ed0864902433356021a2f30c65020370c3062889f7e5838be60d0ddb098ec5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1622e137e2fcea249115c062de3bb6e0a099ff4f4545ed1c98ae2109eeadcc71_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4a66bbbcf3b973ae35749d7d4a1987a561a57d16b154c0471092a2f242912e98_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:51a7d1ff4fd4ac2325da2064724449847c4aac05dadbc97f30d93d89bf887b1a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:f1743346567b7c2f4101128ba81ad4b3b00a40f3a97a465df9e1b895a08cb8a7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:852af33a0803094bcfd34f452e8490f95fff66d6e2028423cfff0a01f201457e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:9848cc582e21d833e5d5ce00a0655abf37173bccbf944e192510b3373510d81c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a97d77c1235d10228e36d47b304a14c05a10944904685f344953da18f2d30866_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e5cb819739007737f750a96605f14991efb3195f13c906efc64db87934389379_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:3d594065a138374b4efe911a3e4619baf1d888272607e83e4f614e8c3e48d2f0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:7e2fdd43861a1be04f8f6cdf2fe2651d1f7ad194d7a43326e8d65d7757ee3d7d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:08fef794d449fdc5f89da613254f8d8cc2512bffcd5a8f289a7bd8cce9f8660f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:9e43e41968b797593eb5d4823f8e1e7babc642c3ec308673ee1640198f12c234_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:2ab98db3bd54d97694587693c196944eedb77866bf2dc9fa70e6d186c0eadb34_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:cb11c30ff4bbdad9e25e12e2960d754cdfaa7af1507b07e74e21aa31a45b0390_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:107a0f20bc821c4dc4eeb05f29cdd1c0601db4b66f5a3245272098dc41ae7c5d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:38f286396ef7e0557eff8cc665ca46c4248e2b060aa9b170873e13eb691b207b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:5d3eff686a6a64f96a79d31f8cc6a88b17171973f4718d3da82e0dfd456436c4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:903ae03948c7e68b1eef1b1dc2f7d8718693e3149eed21862cf1fcfa13482dba_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:0fb76970c4ef89824f28a0993f2a21f5c91aab7bdf23d6d045da48d9c4d176ab_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:37898fbe4cf22592901521c29bc10ff1f3b8df7a200d64e9c94d037e8cc38e60_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:c4393a9eae01a0bb31f85f8a6cc609f80a8c2e7b7c4372c21bcfb91492ec78a4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:dd74aefdaae0c24dca43a36548e371ce292af5423751718b1a6480224d5e5680_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:500ce3a45214ea5bf17b0c7d0ebd33f75183db7bc04d30f7d0a25a225f494cc5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:6e201b3e5b45494f8ecd6d607bac314cc10b419d4f3a695c1aa9824b6eb9b8bc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:9772d2c999317adac02475b2448f24acc49cabb83c7727e9e478642dcb7e9794_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:d8d22b7e59cb411c3f1fbac22af12b78fcaada8e56313b2f5ac89806152ae825_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:5d1773de9a1eaf4b18081c968f3d1c3ab35af0333dd8ccf599c30a5336b40ccd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:93415b427bdd9185565c26901edda6e5d0e5b7bfa013605de8ee206716141c4c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:be9f4891181cd1b58aa9a3fa7a0d26dc3a382e9dda02744b06a1cd7d806ed6cf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fac44a7144ca9e888a74db83f6eeda24224d05238af0f8cb54627b74148f51a9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:20544ed1aea9d8b483ac6dd9655a0d108b80121b7011406e0a59de4c93060dd9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:29f0f10ec928c8face73cd03bad8478ab4b8386f0df20ee2482102f870f198c3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:adc31a12f2eb578e7bf135bb0931aba306487174c7e8e71f6d3d8661aad8c350_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:cc2921b6468b77227e9f210589f07cf458eced2ef0260582d0a1a4b8f9b7a613_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:156540860fbd6556102cc1abb3762e6595d374fceeeb7745d92655aa3fa74551_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:426c0e5e5885ee0450f36a93fea6f733637011c5f5c97ea2c790e0edab5d7cbb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:abea604212336f8e3cdeb786913ca33cf0843f3eb7be0d1aab681a005e6c9417_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f58646a44ac2716d6842af49e48f13b6c0a58ffde7202cf6004f479658ecb048_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:484ea3e99fe746668ca7fed6862b095326bfb8f26cc79c0bd4de143083b0dad6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d2cf9eb8a6b0528509e571a8ab3710bdb6b40abb5f19d797a9097524d2e3cb7e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:def75e5d102cae679cece8fb7e7cf26631d9aaee782319bceffef95fe76308db_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f6a4b9d3d3792cf016df0f539b41c2d33d4cfe3a85f87b8b1a2215c703a13d83_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:17d73f64095d650a84959f826da3009d844f209c39a9cf55460b842a08968fc9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:382ba71516ae6c2ce3670b92bb206e5bdaf5dd0519b2f1a6fcb417b99f0ccb13_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bb9cd5df0da433f514a256dc92610219d22962f8e9fdddc4a1d6bdda45174287_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:da71d08bba2b937f4111e6d773765da8379043335d83e600743608bc4c3b7580_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0761be83c6edba07296a17b61838c3720666dfad633f9edbe9643c1cca008a8c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:23021b0b3a60c43895c17a9d27eb53fb5cde7b9ba6ac7a5d81d1723d804ecfbc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4c802a4f273a7d7752c93b18c27e264cd373dd989797d1f9b970ae368bfbed90_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b41f90c9d31171dff6834e9c7b72ac295f7e0058eff6f5dc7480d7c4797b9700_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:192a0e7b36c1fe8b6b70e6504e12a59ecae23ef83d563ad4c8cca3ab5b2cdbe5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:39a6978585f0e1c57d7460a4fdd668a238e126c2ce7e599ad9e847bb55783249_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:851b15fc576a1939eac61342bfc75875d4029dccacbd57bef1b12ec784523bc5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:dbb87a87d86cf4186ac9c4e546048bd07eb4e4b3734935a152ecbb60bcbdc1ec_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:2c372fc451a83f382e57e1e63de0f0b10f0479e665c2e1d39b20c8bd2d84f51a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:881e89459149105fad3a737087f34ba6a0bed3d933bb73e4d1943a36d21a1f55_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:cea296a2222cfeabbdce7a42996be42db39f3d89321f93ffe705c0c01e7b5b30_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:ee35c6aa82fa9353c63acb0455e5196e946f423be7418de921beb7433bc27dd3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:07406356bc5aa39e2d130e94946ac1ff2346d3570819af5d1a228b3e927b3df4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:628d272cb4ef7a625677252fec78b4f6d7daaae10f3fa21e9e605fa294ff9ef7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:784c9da7c826f43b21b798e18d89f696ff3c0d6c999353336d1709149e3ed6e0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:806bb2fe904f03bdd46f5e7fd0da4e8c27badc7a363a034a896bb3c9331c565f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:09ab73ac9c9dae1e080a70737bd6f8c927d47404850ab85cdadcf2be42dd0b1b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:3ad634a5d007320ce93be80165b01aeeb25319a7458cd465aa4732518460855a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:71f3b158f659a76b705d4680a0f81d930f6f622546c903aa2bac8548382d232e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:cb741e1ce964c52ad3d7c373dcb2b2cf0292fae1c857f71cbec4485e0b1e3270_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:23b98311440ae92c9df288db4cb9336e442724af99c860289733d6c35dc07192_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4337bba1939749aef224134e01759014ce11a2ed05926c790c0eae870fd9b8dc_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:505907905f0d1476c5dbcbe7592c9d70ea91df7adc38e9618d2c48355ece4783_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:bc326e66fe857b4090cd0e717a9976857d63a5538890171adc420d47946b2c95_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:84abc2301d2fe7fefe78aa5dc90ddda63737ac2c8c47778b898a91738c6d69a6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:93f2305b36ca634a2b8fbbeb4bfdc1a5c868e791430d389f0e0326ca839920f7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:ca16e72147f9d94306abb1464485feff4a03a4922d5025d4b7250cab7ccc7732_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:653bdf880528e317bebac6f7aacff23ebab11af5bfa931af13a8d8e7b2745eb0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ba86e60cabbbf3c8845a60ba559d1a38d5370ec7ecddeba662ef01fb083030b0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ce35c93fca376e03d1d08e22b8146860e5711773b17f35e32a87bdf93338b182_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4aa1df7eacf95d9408d5016f5715b38ee4ecd340d9a66bcd55cb345d98de466d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:87ef275495cae4c69268a6375eb5e07d9895913b019bf1a73dcc5043b3a24a30_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:8daa3769a103ab420b8b43c68ed6d4d90a845bb23a358c62d38cf679511d6fdb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:18e0db16b10f2edaa9919257d37587d7df3c4c62cb88b8db38cda65e509a0492_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:1e12af727903c112c263bd301b9abd522da36fbe64e195f8a4d4fe19d34e9c6e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:ca613da143b223316bbfabe5c1618d5de77817057a47f8430b9541151b79f654_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4486fbb2570877848c2997a50aeaf427cdcf5f8a2656b3212c263d8ce0d8cce1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7e83a01469262e046bc98732e0e7ce4d71af991288d31155a9379d967ffb52fd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9d999175269f2e59feec60b202253ece2c27add1d003f80c0e40eae8d2621f8a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9f31f2da3caeba8ef97368c1ebdd3fb1df9aa911df241460d27fbecd2cfc9da8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1076cb5e72c6e457760fddde4d94257042f5b0ebd7076a8713499bdbf4943c8d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:3c749018959822c9a7c67fc3f28f62236f1791b999901577445838c8f78947fb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4aa259c5fe5a5f92f61775e842ee7aa66fa29d6b75c2b67cccc8900b08b8e96d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:5fe33023e5387e6836b35074fdc002ca7d7c85c6c6cc95f6f645b1a7a3651b93_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:02aa2709ab8f16d997dff85d05909bd7b67ec3e4cf91d50b285f17532d8a625b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4aad374a238a0306aa63cbde5a29bb75d5b80d2c691558a1b384cc6b1de706ce_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:786af9a1f3e4f873aedc740637bd197272f21553304b987476b2e462b0dacfc4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c449bc96c47df9f808b4e89c06facf7eeaf44761485077311aea32ea1342f5e6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:9beab497bfb41b47b9f8599920563efcb58961c2a8166225f1935f45657843b4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:af7cc2cf62f672d6a00016c116f3c66b72b64fa0d05e7753c8e4b6e628a3a082_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:3a1c445bea72192dc031e4755bd063fecc4fc9139484f54d8d54af26dc755f45_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:6ff31d9e340619aff002ff35ad43b6131042cfd943dc0deb54f19721eefa1c14_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:227e8c82c210cd100cd7aa3b8c5bb39b3ff31a4bb6ad78bb7134c122dd9b02a6_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a7587160377c6622944f5dd49380ee9565d49bc02da4c5b631342a037835c574_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:2793040a3ccbef82e3d074bf0597a8bfc5b5927658a8bf4148b5b0675d6fb3a2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:835edd6d6766e17d868f7f6d283005b2ed2d38cca7fbad1c5b36f63c385b8e2e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b635f689b42b827ad12ec312500ac2582c022eebc7776bac97532bd61ac31cce_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:1099ddf483c4cfe64f687fdbe5587648756fb5b9a3d01538724b2ea2fd5ca6e2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:30dc9e1dd4b35944e21e40ad23583cb9d14be00172a0195dcc95bf8e01e34e1b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ac4fa9eddf99f4581573d52e741f0eca595c9e5bec12cb177f0eacc7150a46a8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ee30d6c3b56fb533d299a7a432618a1b2c83b1d9d72b2c58768c07c349fe95c8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5aece9cbc711608ad1dffc12ade865996984d714f5e64fc894bcc3985fa9c521_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:adb1d854f6dc5e70aa0f33164a3ded5a715ba0ccf894efadd73c7c4d661f0b21_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c0983bc8863c23ae680915339797991b26c17fbf4782caddc071a60c17992266_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:cc90303d2e2d0a5818706672d1aab7847450b9d2cd991d7638451829fbf26163_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1485611739af941f4e368aac9cb95ee105aee87258e5d872d51d7f74291a8e20_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:45d8a8c4703462edf967071e89e08d8d9e495d69245ad8b6ba2d6e80f579eba9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:584f6670245a288d5489cacce0e0cabb3c86bd6698f8118f49b8e3ccdfb47c39_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:5a29aea0e28d0ced0bf50bd3dac2bb6f6edce5ca6ef373f3d097e668a9e8cf35_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:3aaedfdd81b32cd2c67a0d39f819fc49ee2d31176496e043bd4d85efbd594481_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:97e6f95d96f347f03dbaf58cd6c7bf6c926546c1991cd83b5065fe0cafed2586_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a8b9d35e2ec9f2026a2ddf034e9f3ab2a9ea622924960f7d673564dc33ab6224_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:df1a7c4c835c59041b8c16e11580362d846ceb9b3334b8aafd36d3140b58d063_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:4d3251d46cfd8adf16ce49e35007a998689b714615bb66a12e0dcfeb896d8397_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8426d041e12f43a2b78791227c0f805afd75de6e306cf8bdc718f0f76651d75a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:aabd98101d18f4f5352d03547cc2cf784bf37f962b9c875059d6365a3371dd72_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b9c93d7e3ae198d025eb43e5c2caeda4198462ffaf407270dfc7119316ff5f98_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:16a4f25c37894fe7ce7a943322dee37d8419bae36e7c7ca7b4e73dbccf8372e8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1b17792f997e30b1d5bf73388b68de6604e4235b0a10e5dc37955f8ff2077801_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:0747fad048dba8c93662ced1c2b1a18b7f9f75bbfe0740caaeebb9eff3acc30d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4a22ea1747135e6bd85bc59db41d17d0b4e761e29330e7e3666bf4d42a47649d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:bee322f686572e00dc5c6d7076de1db0034a26cbe44e0f9276b394718d6c191f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:df9ade514c7f2a80c4ea829e2f1890dcdd6a4acaeda829d3620e7d3874de77e9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:859e9211c265355892dc4aa19b7d845b985be40bb8f098702aef50f84c3e5eea_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:c2e28f6a9e1de3185753cd7fd47a51ed01cbd49697cc452448adbc961fe71003_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:c5ae19ec61f3c9cdae0db38b1aaa03838d421f9d4473fda4e52255cae97a2fdb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:e654a7604401da1deff9d8baedf0f7567831fe5f86f75e06fea3e5d140bb579e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:0640a6e0ebe2a6982708f326bc721c2c754eff2afdca443499843b111f223e39_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:5eb8c786a348343042687f659f7cf8b066efc3c4ed8764ecf36dc6e49a468cea_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:83237f13a3a3e051643bc1aa46838b87be13126c0e52404940351a2324008e68_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e67d6086ada10c96051bcbf4eb7414c407832de86a8e2d89364ae0d85a883982_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:9ddc6bf41dfb204e9241c57de41e0a6e1ab1c3f8ce2ef1a90573bb7365ab2bed_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b025b5d368618a31c64189f1a5f9b3db0b24068306117647796f00a22f6dc4ac_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:de35e280f4e50a18f2616dfc561db85b315425ff20bbfd4e19d5f64f93f3d0ba_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:f0368d0d3968189f10cfcbb972046bf09ad18a7a1a747887c239b75a1988344f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:21757065fc31856133fdfc4d459a993262239af0d2d242a6b55800bac866ef02_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3b08be9a543ddd200f66178d51c0f165c380cbc845a1be672b85e9dbe2db9f12_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:8e9d4820353602730cc0e808b2cf6ffc20ff80ce06915e40027815e9046555e9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f7a9a92412fca24faebcb8a574cac92c985d1392f1544e71fa26bea80314289a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:119315e723ff4b153d8f756357706bb4cd1ec5a160a7b173e359d733c680469f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:808301750b17198c8c7f5b2b71e6bef9a7e3d788ededb9a5f79e1b13e64fbc82_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:89ae8aa54d64f62a73557d413c3f146bfcca1c237a52bd57f0ae87ba8c8fff2e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:feecd842ada0c39c783faf280d103523668de8d16d43dc22f74f262f2a4aaba1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:595fd9e735db5032c9bd3a668135d99b6df650c250b294c4f8b11d67f990df79_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ce4371bf509e06e886c5ebd42312eaed3ed31fe6b8de91284f4681ccad199329_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:4662806bef8ccd703086edb7d1eb0c99f785927b1f30f227bb438829db52e532_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:d06875a7d480abe6e062be719a9d6ee0900180e659c09e2243df36e3ed55db07_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:2f6efec846cb1babc0dacf51b67634e83cad5e0f4700f5db54f8c356b0df8119_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:46a86c6ddb9f5bc798b43735eb0cf9d515091549680e43cd2993ba1b07bc052d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:aecbb57cc9a6d72de8520437e911255e51c97e4c40b55ef207fa98fa7c9dac9b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:9c8b022e6bfe80bd4998f177c0fc25e4a5d224a6dde99157f21de5d08f18e4a7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ab6a31d53e6e8a5a0b67f4020a52faa7fd3ce35160189aade3e958559b467dcf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:cb8394ff8b96398f8db5bfa7725c260d343774ec319fc1e3917dc19fb51c9b9a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d82a2ea6aa1515bd56aa55ea999f91e9f688e480d615fe53bfa2c74c1071eb82_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1af22f98af2fae1429e53c988267710578a3a092524eff5032e0c8f397a6a953_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:2ad01a7c2e75bb850686d59dbf73937ea69505657c2f2a55c10e4fc17ed83f82_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:95334d618727e811d16206a6f99991e93dde4bc8ed26766da848ea879093d736_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d460b99f6d0595fc76b4e85203f96a8a809cb709e22f4d8f819f99bc3e817688_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3b1986a8dabfaf0988f12820e1a199cfd0db684ac4e8d956ccce6eb8bf1146d3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:8568a6a6dc94a45bc8feadb7ff1cccfcacd176d276568ab96f4942aeebd4938f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:e24967262f34a1bb405c1010688b4a1ca1c8271787a1c8f5d8b86cf94429e6ae_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f2f71ca77685bcb4618502f0da4f242d48cf2473f0c7e439582e98f15bd0004d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:071766cc6bb41db5220aa5173ef5d576f032ee1e8dd9868deabeba36f7798342_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:5a9fd7861ac77020db7532e72a52571c48c4f62164c1c5390cc55771b93894e9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:adc440a9129c3c9baf62a3f961179c843f6e68a06cef4f64a64e2a8cf7493d8d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f8f501653da6427153aa72340ac8238e79459759136d64d2ba6f8ae03184c436_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:023893e6a4a14842645d23171ad5562940fe5a25e681eb8afa278cf154f60a5a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:1d5ee360957a5cbcdbd54e71dd9ad1e0ee1a37f994e80081a07c289fe1be7c61_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:298f6b16fd4c32caa2d49c5ce1374d7d2037b3681f74e2bf7ecd0afb80c0e436_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f6048c371739ad69e9219e8ebe2045a246ec4ff01bd289bf630c45ecf006f52e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:2c96cb9ede1464bcdb2aa65b23d5c317050c99a9c7674b217301a84734b7fd88_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:31235aa238bc0662e8f3efdf393f9ca7699016dbe1261bce0ce37675afbc5054_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:698f820f8b9ba7d04cad32dbaf6420ac0e1ff5ae0a1d10f81e867a123dad0a60_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:6cd2462bf7a3f58f79de73fc8ed717092569862dbeedb6c72999a8ece328260b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3e602466b3dc3fc4c7879bd90a34a96878e5df827fa7664dac632199b2805464_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5839764d395594b922ad989a3fcc5bab129eb919d2430442390cdd7e95229219_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9913891ed84afd601b5bd646398f266f6970b7e3e164f423ecf561afbddf6f9a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:f236ad01ec1299b4a5e4b174ad698412bba0f090d7316672f230abadd209940c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:0c1f5188f4e79b0c508dbef9f9f6fa5c658aec17a66dcb14b23008d112aeb6a0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3d27787b58896192ef0b2da74861207bf188e5632c0d7b06ddac476ef558175e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:55402c1e07f5de8bae74f8fc9a579c2403cd12e65f9b6714c4d6b57ed42b4250_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:975fe9a014b7d9c4339bb34d0bdfc862b4a4de19b4e02b5b55a484ab99f31bbd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:142d516609c278895aa3302ba638724fb63ecfcfd232e1fc6571f5856aa4e034_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:28bb93cbe40b57c179ed088e45de698a93dd1c0c14d6ebd098439a412478d314_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:441602150d0bce7f8941a293e3a803bed75953986e93dac3eeee50848204728d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d92da8068e3440429fcd5a5b9f178dad1a0bb14fa3bee4849a99bfcc6674e37b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:55315b85da730c2bde56b7d08c4caaad5db5bfcdc2e9f21286ec48e58fb1c64b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6f2c19276901be4850c3d9f502da1365d84dad18e3e1327159af41877432c41a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d4092b12df304edca57e47dc5ee77e4e9006297763ec2e2371ab3856f94e4654_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:f9e46d3228ddf05919d0115f274f94f8afdb5e65c54fe6b17514e7a3b04d351d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5e06c7a4f4f0b3829c21710249546680ff1b7e7d541e30b556dfa69aeb7a5ef9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6ff5ecb5b92ac2d9b1498f86211b19e22627002d788647062ca604ba9ac8d7b0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c2c203df15e000f53388a84d8ab5affa78c4210861fcd0a28fce99c0ed86009a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:f080c488e219c5b862ea88e3ee48bf866c186caf803403d7605ff3afa5d5daac_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:4e6bff26378ddf7b42fbb27566ff9f47095cb5fcd74a26dbb1604725dab7c1cc_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:63efd9d23d66a2e7c754d1b921016177edec08aca034786be697c6ade7310e71_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:b15dbac78b5deda1493f959c14b14ff5344b982c4373471b13ab2f3829d520f0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d101f7ea169ee12e824370400ef6a94e0cbd48aeca6fe0ad4777b9bdc87d80aa_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:05692fc0d27f1bd3a0feba7c0eff4237ef52878ca37166d92a89aaf190972aac_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3805505b579ad8be8620a53e792410bedcb7e1716f3d6401e76c8bb179d8aae6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:47c1d91d614addb733f775406e764502e556f4a7414dd1a2060d3065f6c3c120_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:58650c0ce9725ed10e3646acdc76a72c4d3abda025bcb735ac2eee42ea261e3f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:83c6087954a19cc11c7042079ec3ca528c8a18678928c3ad9ed8b22ff07df36b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:209a01330e1894300123bfbcafc53948760feb80e0c7c81e521ea7abef269d69_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:013535daeaa7ceeaa565545a98d942396a07089a96937e4960a1fc0d44a4629d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:40fddb8896fcca216855ef34f2c8f0c6cbe3a59c6bdf4c3c751f69b57a63ce4e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c3f081c38876339613b7a641b30adb9c7f3e67d446151c892a65256ac274a472_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d6f330926e3962b0b73bb4b6a11a1b40cb0cacfdbe9fc0eb4ceeeaeb3bde758b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3f2283bea8d5c54ad689787a7c269022b04624d2b1ac830330a79d30364ffd47_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:476af4f8d17ec9fa6bdfbfbac2904244c4d51432b67f111ef0cf4a37ace9a86a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:a609dc606bfe95a904dd8c6abc0cac79316f17618d8b676512fe1b4e5412ba01_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e5b754105ab8d7cb9b581d3c4dea8a295919bec3ec645aac468b5f3267e0d7f0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7f92fb1c1dd18f03677ed953c82ff87011d8c15f1bcfd8c22cb7a877950bd063_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:d759dbeb39460193f8361524fcca202fb9f634d65d35f19fde1a187cd7230608_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f0544c40f7c610e45782d6a757343822cee131b745ae6ab4aad4b878994ce8eb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f5ec95c285270e35a77f89f8da39a51c5d29fae1ac277053eda82e250c715f91_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:191a27f89fa6ec450c37168a65ea66bae9ef862bd2b40c1e8d561b41db842591_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:905e494751d1e26c98857f7ec4f41b4321344f9e86d710186d9e9bf410f6e983_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d35affa9bfe2127cbed058251d47570d65b00a8045748fe1e97670797e8cae2d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:e82a015ff030ba177167a713df193d74480998d946b593a00c799330894702f6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:97a3a8951c456ee0c88a42cf7114a3225a3dce594b470b0b8f57f45c62efc1ae_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:b49317158bf5eb1940a35be96a959bfdb8beeef52e993bff41fcfd974b12dca4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:e616c0d47555235cc1c7e275538b48fd10b842cd11c831a4dc719afe4dfc5092_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:ec827ba35ddaa01c257247ce4f06ae733289364530f6b2c2d5b12a3b2959762b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4f5c8e59a54b30a9f38f1955c6d1474bd24bec33c52800338118973cb6f3e251_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:63fcc02b58dfa0bf549c199736bbbad1e764ab86d9375a6545ae1a7bc360f247_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:9264eec1243f98c37a0843baa36e78b1a88dbdd2bf602156d5f7ff4bce1cf223_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:cafe32e3ff4aabbb6243fc984431babd77e2ed05bb3c4abc621add33c5a69481_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3d6f997f5a6832459bbe5365b533f601dde3872be09c1e96b3b2fc21951f6adf_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a76abfdfb6be2616ba39fb25137dbb49dc56427081d9025f2825a3ce8e5a3928_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b540e70dfd87ad1e2e400e129a6b495617f9d57e54c1e54b09030cae11653d03_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e7c9dd297067d256671a0e06f9985a3624240158a1f4e2b97567409199ec453b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:49f6f4761d886208cc262f1f8e23ddcc0c05d5b4566f6cdc8abcb1a328c8c5ce_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:836c9a619a35d6b8d4929a78b96d0641434b880ca98f44df45f0edf7b69a1d48_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b4ffd4fcb95ed73bc3689988214a2e4210233143e0ba4f123ceb4c2ca14821b5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d4062c740ace239409c182e4c52858e384384faeb0f3d98486e0534f8dc19702_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:29b0d64444b1081a568d8c9354e79b60ddb1c3286f9b6dea3ab69023c11f3436_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4ed2d42fdc6e8fa9d3d08152849754d1827dd54ed86be4507d75f5c90bdde542_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:c1f38fa9fb729b6c497353127feaa36375749fa07f91020e8634838d58628878_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ef794a3bd52be528ba81c6964af2fbfeff03b1aa3d17ac36fdb97f124abfebfd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2518415bbe069935e8229d141d4a8a50285c408d1be2af467c458a324120154b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:b096377e0704a959a0ec41484825436b00d3d0887e49eacd59d88bda87e38b03_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c1b30a9d1f6908316a829b3084df67b9b8bf5043fa46060996cf259c50f62090_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ec9171ee21d867fd61004535db96e98f4dee9dd6f3fe86b719301cb1b0202a79_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:07f056306c1122527032aff7486e5fc75147f48c708c0c0abef7d570cdfa78d8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4314b0a4d5a82abd583de659e5033d0680dce2b535ebd3ae4dc1776e741bb214_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:5bd5ca703480895af05ce052c3f9f738672e989cd38e905cd17bbc378cae05dc_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:db97ffa52f99127907d41b6bf460299c3fff8adb69d64bd92ad371941364c374_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:16374008403825338098f7aaf57f74a2982a75355834552bf29246a9ff4e0b7d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:770cacd7e4e04a786a2e55a3cd9ec21048131c8eefb7baa4225e73a09f0f0901_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a240e71d7418d6f9781219faa2ea9cd315b7091b1a70d6032f81de2ca3c53aa7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a39da3d53b8b927594c3f5c3a5dfcea689f2b75091209c0cc36b18e1426fab20_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:34cd79b95f2ce098b064859e38785231def795d2804c05bf7542520e9d8b596e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:354b40ed867003c42975780f9db1320302500f4ea6c5ab14a0d0ae70b537192e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ba52f6036566829553d0039a99ab677c0e40b2a14bb3d26ca470c526489e4574_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f3eaef7985effa7f09545ee19442623c7aab7245597a4a1d18f6b02a7a8f77f5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:154143883875b88eb144b77d13d5e9f750cd8e020af720a7bc6a2e6dc252a260_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6fa758fb6577cd18e48fb9280192be46dc724a8cd02b54459a5d6a3cb3d06fa7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:80e191f5faa2991cf3bc7033691c4966f1a07953e4941ad8730ae7c6444c05f4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:88ce4b91b2161c9b22f154f2a6903f801e26f15115ac874c549e8644cc5e734f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3386c9093b00f29600b1807ec97b1a6c935ef7a6578de01f9ed5f90fae6a5a35_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3646bf2e6bce49c01198dfb2a1f67371ad1f20b48cffbd7fd8f652cb9b215ae2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c50c48749c9fbe882410ff025799c6f450b063ab3e17dd1c4cbd2afa2b48fe13_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:dfaca907445b7213f3931be31fdde7480c22aafc0bd3b030d7ef9f0d84f5549c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3ba301cdb9ac46c11853c61812596ac905e94f15172df53cf352a693ea5a0a6a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6faeb6e3779cbdc86d4c7cf93e739c0585019e82587abe150f76c7cfb88cc417_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a0d6e3c4b32eda442fe231aaf1a77ea61125e0509287c381ecdec1615e6aa7cd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:bde28b18ee5b582b69683df3122f4f9a3a4aff757c2caa9fafcbcad878d05d3e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2492414954e0ca3e228d6d000733ae02c5d4d68d4b9f5e7f992e1a5a60cbffd5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4aa1f8159ae2b9b385bfb204298e1710c09123bb19bb5b94c2b93dd0419e06f4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:9a2fdc67ac81e408bb49170bf7a862a07998fd951ebfde9396ebcda40078d3d4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c952fd4490ac28f6bc2b39054312e85645c12d20e39ae631e35470267d8b73c4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:001807fafc7bfc5eafe92ba92c127488d378e1b36262f0f71cd4e4feef05598e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3c3f3a57f87c512568f858da90b13c39e9441a1910c48b9bb51cc2ba3e816b04_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:62e3145facaac381967de0461a3aef63b2b6afc466dfb4e185a35aa67142b6b3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ddd906a1e486837653341632e3ccd2d805ba2c7a7d7c26dae34022ec6a7ee90d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2f80d2b9f76b8633c9e6d309c5df7f251259b61a9a40a0364f2160707de313e2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:779d8d482e7ee453e8245219a0e21d84bfa1080819b31fb9f5de38f49bf3d724_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d44b76b43d8d5303fa38a3b8698076912be870c7a901c41a68f59426cd41b39f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f5bc9a28cb8d0bbae97b39548ab6688a31dfe2b23b8d3a52da3bb397f6aa8b31_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:195460691d14dc4f518717e3678a9ea780eb548fea8904c5bd4e2d554b81233c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:29acb2429041bbf17eb0f3faa0da84c1c5655df8a425755c1263fc16911d667b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:20dc4b1b9ab504d4192bda76eace70933c264628c091ccb4ac78faf01104f356_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:366b95ac0f170d8c1c969b41f3c624026593ebe8bfbb466c5f7109e1a6ceb1cf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:32acad5511e808b1b3a80aa96458ed7f1800b4f19aebc9edc4f85ec3613b8ab7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:dc009efb6f6e9d60b022ab94d84d47fb169d2dfdf9680f4f24b40ac0a4ad396d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:77abc31290209253ce09838a292be7351c02d5a7367859c430a5b3d97cef7f31_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e4cf03a101a115d398aac9c645ef400b9366d4bbf189de664ccbf782db4ef5b9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8a9471f7c51a026fc621dcff7715fbc9620603aac2c2e4454e60e0f579527e62_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9c1b85cadf719072db5b5abf0b93b3556a74a67efbb88d7903bab7b6e988fadd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a454b939762af9397d7d5043d1e6070279e1a1c4240b2fc808f0e53872bc237e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:b0802c5220abce4c73b650e105e42d0c1a57c5248c4f55819e15053c59f2680a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:677d190589cf02f414cb0cf4a31041b02ed8d706afb433bed1420d6f35d7a44d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:af0aa63d5b375590ffdee42f4a7f00a4610e33c20ac7f3b23242a24ff43d141a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b2e943bd3add974a8511a316f526d92d0ac1e2a0755acdb49770728984abe2a4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:e433c5ea434c2261f40d623bdc22944c1ecd435c0ac08a41d36049c9bce1b604_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1e800e47a04f7f19c87bb79778586939b4bb2a32f5ce3790d796331ca93a9235_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2c0ca90b3662de85d7e595e76f678e419ea1f40990c51ba16bcd01438f0db553_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:607e95e44de20bbf0feccbd8bb58469928452e6e4f962ad088f452e0e7e6aa5e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ce154b3a8980274f592cd2d41da7a748f7c895f754a3fa7994eeea657684fb12_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:c00947fa5cc8fa1abc26adf7cf8acfd4336e1aac0f1007133b8c6440a8148a1d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:c9a5828c250033f2bf160b102a3722959210025d373b85ea69895c96fbfba833_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cd8048f17129cbbcb855587d48615ea6e574d12f2952c0b1b5aa3819cf453541_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cdf9da2745d57ceb97761e08b560f2de7a212f860362eea3fd445fe4f6f7c769_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:02b7af4ef7daa8499a24b02aea8a24c98960851864cf639e0b698b3844563a8b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:3f82d5da80747c147ab429d24e8e9791527f7cc89fb6a7435d0cf6d35cec8933_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9e4085498157bfd33b7bd7b212300fe58ce6d462854fdd8a597f288637503104_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a8775ca5ecd0065373034a37b6de3fd736045868a3b116aeb216637023aa9685_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:28986bf93efcbdf0c2012acf8513e958ae8b32db4b649b9355b1fcf66b35038b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:52990833d3dcdb340c68234412d3743070938573d0296ee45138b404054e311c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:92f7c8de428bcf236f2aecc0382d911bcf5f7f536bd09aa44f9019ca7627d116_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:fa6add264803c2adb838efabe0f0fd8f4d78b14bfea9c1e91cce957e17a77208_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:46910caf13bd60c69314b0a72b866a8342c1dcead811f01f91b1b1674ea1bcf1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:a7ab888801a85e65a01acf68805744b7f6a1ca713c329629370b0fe0a40c359d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ec97f4dc1d491cea9e81ead6ed959141f0ff2b36fd4fa623722020431cbee1dc_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f67e6ff190c45a81777e63b69812760e828838e338e1d27672d02b5544b3e682_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0a9880ede4b10a6328766c1d9b05f17c53faa4ac561a8e768f5fcdda9997f056_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:51f75fec0f0343d3f68e8d4810e7588475cb0955b4793db7347d3ff466cc7f78_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:74ec8a94d5cda524570b881e7a352604453026a0324010b7f4b3d0a898b5e457_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:fb67ab3a88d2c3f33925830b9c63584bf14b321adbeb2e752a039faaa0401c8c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:13cc747131cec81fd67e04409a69497d75a893f4b56adaaa3a1f77f1d0f3ae67_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:2236900dd28b8470cacf90c618bb50b05a0d1d66726afebbefddd2377283989e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:ef89f2da22f7b0c0f445b7e700b29cdf9ce229cfd7866ac6c7bd2ec367db3bc4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f5a6e48a72f6054924be3b81dde0cc0ddd95d7ea029e1d819553fa633c47632d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:49a6d800db550efd565f451e584b890e88b5c6ff8be6fa0e17c30bab2f9980a6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:cf42aee609494b7786b12443443b9bbccc8afe2658ff6c16cb5c86c05c95a30d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:eb13074eecb1627bef4ca2cb0dde1116ca08cba2adcafe089e898236bb37dbaa_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f96cd58eaec24e92cb84eba253aabc815becf9264136c2cc898d1424fc8c87fa_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:8597574b86410624f04ebb0fa280276db1ffc676a56fbc74425e16790013ee47_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:901d510199b2e6cc87c754af5a1c8ec564089441f85917043a80733c4c83a430_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:9bc218ed94e8e516b01c11f26bd9adc30251067492ee2a84f55b573c2d09f6fb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a951a17fbd50a051cde6c2fc4e863bd70e29485fcb085c4d0c977a0bfdda5ea6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:11487764cd999f6abe6bc5021312a0ad9449b14b2ecc6f7bb24bc0d7dc57db60_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:362cd0740085d7b9bdfd4d10706b04b4b92ea759697c57b340698ba7fee0e063_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ece30fffff9f1b1252e7063cb4ded0e669f661e123a02ae5bd966bfc5e3e1ed6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f0813c18a84c6a7570cd3f51826e81dd0cc164299173d05ccf7ed3d31be71961_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:b5291a1306ef132559dcf0405c4a15d2921133356d904aba886e2577030b1af2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:6fe441946297aa27d90fceb448adfe939cd74ca0d02ac818d9577735a8bb004c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:0003426c210d73355a8e23970e027c7412123a75d979052113f325edc288b478_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9315e7033cb22fd8229c7cfa7bc78b10583dfabcc54edb3ace0a3eb435394f9d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:b5291a1306ef132559dcf0405c4a15d2921133356d904aba886e2577030b1af2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:6fe441946297aa27d90fceb448adfe939cd74ca0d02ac818d9577735a8bb004c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:2198b31f6460daa49ac33aee124d664f8020228052df648ee79a2eacb155df0e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:f1ac1040078d827c434858ca528df96b41047b32c27ac522d11d6d269da755ff_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5a3cfe8da21c874d227a225313dc98a3b175e9b67dd90917a201d5be2c8b0d12_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:a119246a2ed145b6fc3ada68e546e729485a34fc869e3742ea1b01b9f853f1d4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:ac4b25b223b08c445aa875106114964745002e90908062d0c11b56e27ed9f8b6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b1fe363d1a527033081799943271457afbdac0cb23ff875a65a6292ce1f6cba7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:66cd3d5b1343fb7f7fd7a3922adbdca110368de4f696b91066252229dca3f16f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:7793b9facc62469acde7d6064a4c2f26d8482fd1a2205add60fe47541b3141e0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8fb627e3f8138d9ec3c3903373502ea0d3f83c1788641f016a9de4d7e41dafb4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:f239cce00d46794f91479cfa3c94a2edd14e206f85e684131fe857a80215fe6c_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:07d09ce1d5c97a717dc1c0f540e21fbf7fc2ae0c27be6fd0869ce0dabc0591fc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:44e3c6d5b98dd6655d38e3523fb34ed46dc89e97ef8a86f908d72461cbca59d4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:81e7e1cb47cdbab3a46bf8bb0ebcdd218f46aaa94236ef250fef0fd143c9204c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c318da767c7ef1f2452bb631e2726084f48a640c962f8003467c72ff48225b56_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:0c81a72caa0f5697779c8e808aae1c6da81c34d58ea22b7fc41535e5b047d4d4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:1b5092eff9d9daeea6ffcb7c40f04754c401744c8085b77b67f231cca7730818_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:7b0157dfb720632e557c0c1050c643c7a9dc9b36c5f1858a37e11604b04b795a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:915d7aa28dd103a665a72bba13375c72118885bc3867d07922425576d5372f71_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:64c68a2c39cedd586eb70141b21d19092d16303738072987e6a33a208dc1ff43_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:77d5bcf195bccd0d556e17803f4c5273010543366112916c8e9e4189b5f68627_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:98e7b50a5fb4fe900b08a52bfe5f1af0f189bceab97ce106ca4550e0fa5bf487_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ca76d72ac426b6a7fcf59fb99a3fabee6c5ad3e0095e75dec3a06194fda37740_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1638b6de2276e53fd93970eecb2bebc56c34ffc099eda9bfcb02dfd10eb07be7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:22cd25be6169ebb1dfe48722f3b4c6133f14c5d4f6db6ef5c7c5c9f976b25901_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:646993f2432d9a7cf3d8d56e3caa5abb77fab65d4dd40a01ea68bc59e68ad082_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bb4b4fa70f8193a7cc49e278475052e1c053e1dca44298f02cf8a0c1bb95c740_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:b6c870af5b455dc9fc17314802f45c9ebf2bec19810ff75b4e157d96a94e6575_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:d2003914164b0f04ddde9b10d27ada74e57c26beb7ad06dac093098903909907_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:29871a94fc618bf280a7c38280ec0642c766838bac34a9ace503378a67f4638d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:fcfb0cf49134add5d8298b1fc1f52ab3eb924efc2bf40ad077c3def948b3ed8e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3144944813148f5acd4234b279b5569e5bc8942f390c76a5a88789fda81afc56_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e44901d545ce00d89aacf5b5afbe68663cb157adfd23f4b280f13e978c7a972f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:18b95158ab8c6470ea281f81f5f1dd2c0d1c198be78d3007b02f5a7937ade62d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:31bd9ee7e75b32542cf78d1cb12d254a93cf9623e00e5649c016bbf32b8dee04_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5b53eb46cbfbf25649fe3bedfe285e197f65cb55a057176d057e90bb65cf6562_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:bc8727121110bb8a6d9957f7871a6369e1512bb9cdf47a6d23ce12812d84a791_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:23400e78f2af2eff9dbed7a4da3000fee627509e5d4c87742aa87f8be1229a36_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:64863687e7fde678af49d370c9fdd5045d47dc2c3b921b179dfe0b392aa4b447_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:70935aad01a4c3b9c041d22554f4d8feef7038bca871fe1d84c6b74d4d830814_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:91ef5f2ef8cd345731b53ec5e044c30e14438f1935c74b5eca2436aa35e5a7c3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:4778a088ee10ef3ba59f3323ccccf942000e3d2bb8b0bc201822f7cef74909b6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:599fdac73334d243b4d362b2a752f184f303aec12e4426ff08b1b4a6fca0380b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b1ab8a122e88ee201853c669525590b6f73a60803d1772536e76c56531fa0041_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c231527dcedf3606bfa162c0026b0b037d41a908d6be2418f4250e234dc66023_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61731"
},
{
"category": "external",
"summary": "RHBZ#2434433",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434433"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61731",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61731"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61731",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61731"
},
{
"category": "external",
"summary": "https://go.dev/cl/736711",
"url": "https://go.dev/cl/736711"
},
{
"category": "external",
"summary": "https://go.dev/issue/77100",
"url": "https://go.dev/issue/77100"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4339",
"url": "https://pkg.go.dev/vuln/GO-2026-4339"
}
],
"release_date": "2026-01-28T19:30:30.844000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-01T03:47:45+00:00",
"details": "For OpenShift Container Platform 4.17 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.17/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:51723b1449a55cd6489cd60689b42d4c53ceb6956765ff51087fa90f806ac65d\n\n (For s390x architecture)\n The image digest is sha256:e463f5f9a9cb41a172c0fafcd34e48fcfa24f92dc4ddf7b1ab0c8ad909233d0c\n\n (For ppc64le architecture)\n The image digest is sha256:4736dafe11d3ac46f8f6126de474c7030a59e75636d023f20048c6894d783338\n\n (For aarch64 architecture)\n The image digest is sha256:b78fb9415afb4d73e22c9d8f7ec9de1729023913a11ce4c85bae1e0e71560daf\n\nAll OpenShift Container Platform 4.17 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.17/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:7d17650f80e7bf782a7a59fe0672f593cdf9dfde775b7153fa5a5c4ed8b86e2c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:bf046c55304478c82791a67ae0dfeff89af904d9b56cd63a29b261cd02633798_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e6165bb623041db07759616b297f0541fcc87dc3bbb91cc77399cebe96c1b647_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:f47af1eb3413e739f7e219ea89dfa0f09bc31f18a771e49ad36b32f8219d9112_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:34161b5f6663f9408d7ce5afd4525442f41332a9501f658238f3eb6568eaf3ab_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a4116b2262af10fc2c7fc40800501add9f5a9c671907f3eee75cbfaa37d47263_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a8dca289390dc8556a4cf3cda46e5cd45bae33fa2b1a88ca053626ca3e3339e8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b43e298d73fb723ce446344fac3e136b0d3347b38e7d199a09d2bfb85c231249_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1ec3135a01ee2bce646338cc6d71d35c8adce9f3603f0f07ce90dd88dbf3c4db_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:94c42af9dd8afefe53de729d8ec8b5f9103cdd7f80c96999b2863bfed030cfcd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a80acaac8c10d6cce0815ddcf0bc296013e97d2cf69d1eb6ac1b7f3b35b40d74_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:e4c52bbf17f055890cf9968da78045295f6e37e52e3f4be5807db679ff63b874_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:28f2daa782218c5fb085acb774bf1d8c13a208b8f29f4a12b372db2c446ada76_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2edfc9e18f365bf2ffecd7ad45b5693b493de472fe7abffe73ff4375bc6d2af1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ba51aa38b39b8f57d6908665938870cced5541b831756f4039047245e0f2a8a5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ca246a844bb6fb906816e4008c922a0470c82bfe6a736f3a926de3def6aa0597_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0b26257250fe3542640ce1a4f5ca71f90294c307eeb477f1d1e4d61e3ef233b2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0cbec11d17abd89ac4ff332c238f92fc49c19f3e1575c26c6654cf2668ca9e66_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:2554ae05f488567b3c752c16c59f852ecfcb90746a47d48bdd39825aede43c21_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:af26188e6f7326835340b99be42189550233a7bfc652375b0859cc058fbbd0a9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:31460b57b3986f0d6c84406eccd1801eb3a03d176fa510978311d46390828020_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:aa730767af15fab6facc460b6e418bbfb0555933b4a54b01d34cb83c1148b8ca_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:ab43b9177badda24d20e8830f375132854ad313b46e27ffddb8d68b6543d8007_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:ee7eff8564ad522223787fc270f1f4d4233359872c994981619f1c10b3dfcaf8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:0d809a095a0d86c0b149fa0e28f852c1633c2904d7bfa23b6900617ef7ffc2d3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:5c15dfcbab56f579ee265d4acf74778d154ce0185234810ea249d9b9e415052d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a95c36cb709d7f9fb89eb6aedcd7cebc104b90f8d9f1be6591981dc9f96af398_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:db9a343c67b6462259b3f300af5efe643b7637bbc88ba5aa65e06e4f573b0049_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:238158a2264b9688491743d5f7c97a3f152ea2fc4a1342fe4b0e63f618dc50e0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:6dde5ab62c9f5e35b853112e3c04a8c856ef9260318dad58352ae36c2d30bfb6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7309bb2119edca063c67c7b074e1d45d99866223dec53f9942fce421e2e76250_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c0803e9ceecf77a8b1425fb0634b40e4095bb9d899c5d5af84aa285527723d83_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0dd635595c420ee1672257b6326a193195b2d21945664e649b09c62ddcc25d7a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2cd23c69b8d88a73a2aa368cecbe1e8812efa47760bf16ee0629feca934369fa_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:4beb73d1a2c279b310fad6789fff0ae70cbe18a79813819b1da9c2c5b6959aac_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:dbf382ce2e7158ff2483336643ede99b2a4fe4cc888af72e92e19ab864c62291_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:303ed90fddf42d1a5ec3ad7eb1df833003ad750f4cea17710870382a0f8c720e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c358b8a12046693741c5e88afa14a25e066ec9e51b84e22935c19dbf34ac5455_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d98dff9a03e2bc6564757afd151092cc5bec438c678f5fe5e402365bc6bbfb03_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:fa2d95a06de233147317ad93109aa809f5487e74748550e40f4189e8aeb5f50c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:943aba9a3a70cabfc2b0c94450b39ab3fbfd92f12629a2e175ad89251addc2ec_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a7c31f5ce80372bc4c63b60f9741352565eea006601522e25f03ce902e35564c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ae2f0cbe29206ae3ed5275bd7a0b101dac0e3bdd5520493ad4bb360e2267ca20_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:b9cc7a6280455a8a36e26494744d9ba540689594f8a1d8f625cd1811eec2b0b4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:54c3ecb1fecd80a81cd667f5edb968c62381bd2ddb659255cfd861dc0a8e0a9e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7deb4e0cac2bc3989fa828677e4717eb75f1bdd8223dc638310d32c73219314e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8901061b783b8a41f447eaf32919989dfd24bc13b1ef61b36f1132d66f64288d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:921aaba9517c1b00e09159d4539d47a55c543b1c7ce3c789e6e333ec133b5406_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0dccc414a5a3efd474a9eaeb61b6a2130f652c97b8b71592c7cc52827ae149c8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6c1df1bd921b4b6fb22f9db19a2c69ef5fd98d231fff3869a22442b36dec0ffa_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:eef901a0f37823970eacc110d194b81a6c679aa3dee5fd0d350b66ebb53a1542_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ff539434c8d3bf3c3a64f040a5f7ad702ded9290ff0a894a03fd45fef9fe42d9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fd88ff4734a68d6a95733ac650eccd70d1c4d23967f32b3ef8de08cea8bb05a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:8b02d7c27cfbb38d19b1456282d58e14c8d64efdba25a6238606f66610e5e9de_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a4b3b74bd3e1a9a1c81f040810325ed6bee59e0fb708c9589439fc9c734805b3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:bc92d21475ba5fd3d2292c5f386328bbbd237b92ab7288d3709229ece5b811e1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:360c5f509936d41297633704930574fb8fdcca27e98d1614ff81dadfadab4926_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:5fde232e29f5707caa6bb5219f108a563ae59bbc5d2818e368a5b9e472a1a2c7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6f1a30e659ad462113e1f481855cc292a760900cb5c05e669b5baa0b05a15277_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e2a33d8b21d3c833d9de1d6472e958b67ae7c6583e326b90ba51a2e1992d4924_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:1a6641eccc288ff48bda2311e1356ae244308345fc4c6e8bbeda2ed8b9f85eda_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3491a7f01d29b8ef97e0d28cf1258c37979ba8941d8bfc79c62bb7ad871e1f19_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:86a9b3d8064057e95ea8935b94edd85042eb86751e79f7a9783b9601b88d8ebb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f4f10a1f9554ad0aaa4fb9dbc97dc9d6b1b27af1ca3810731468b0c458b86a98_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:b06c2047e92976665952f3b0352b0c5bf8b5a2e6ba00b5a5468663fbb0309e1f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cc10468c6882a877f993ac4f6ef5f29e7069f99d6b3ceef528c8d7069ed362f8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d682c5746679d8dd8534b3d9c4b913880ef9d5713b7febaa3c7573fe7900b61b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fbbf71963f1f9fe061819fd07e90df13d27347f2854720be55d4ee453b6b60f0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:515147b779e1fe06b9b510177519d413a679552ed6c2ecf4b0ca8816a1e1ff6e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:f1fc196ec3db364df254fda90a46e6b12bd50d50c01f2996f970ff8f9c1ea1f8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:4dbc09f5c1c4011c13a1f461025da298ce289912d98627fc6d08ffe1a30a2a2e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:d3436d8f8316db7b836d1146932a1f8de35edb75644eb0c9f0e3af334aab8f87_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:1eba9990cf84de01e1ba504b9b852c48cbaee1eebe2c564977d1419177bad652_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:cbd46373b97caeca24a3b22de19a294091f3d5e294f2931f01d786ef566867f6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:09824ee3a4038855e2956ea2d70a72b5d1e4a9ecd9a323dfe27eab6df7de5c1f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:8d89ffb1ab74d5e02fcc13d2a00d5e1fcca30720d987c140544e061ca7fc6629_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a8b44c2c0bed6ec652301ea4090bc62c990130150a8c1378a06fdb3f9a7b848c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:d2005b9ade6f74ee3df518d9f124b8acfa909d0dbd34c1c3b9e044c0556fb268_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:c0d0de4014902209309d97c189f02ef66292b254edba7e02d26549e3ee24d7eb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:f673fdfb5f29159fce99cb0ce47a31fdae2f57533aa49b84228ec7fe03274aba_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:07afc1a6c00649e6f56a64a75a345ed3ec97e28976ac09d362bc44412fa6b67c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:54319cca65ce76d81bd7a392eb841bffc14867bdc1ae341bf8ee6f84d10c867d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:445ffb4c0d9ca84e2c57333adca83f863428819a7732111b204da9f57bad9826_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:cf571aeea198dd0b07a42f12727db8ac78fc7d40eb5d1ce47c0e521f84142ee0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:80bce123dd0a3488a9cac662d578f451608252e8144ee8158cc877c02c3f9d0b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:89a69823162109668d5562e46ec004b719bb60cab26872234730c458dfa697ec_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:53babfe25e9258b6e8564df67e1d465c9f144976af5be7b30d95b0dd910f6101_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:733f6a4a3f1a1ce7f0495e2ccd8f492ce3378e2f2ac1d6f618869bc0460bd341_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:0bd4e71e9d22f6c16130426710bba8abbb82b0510cdcc9eb6cc74a412021c45a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:34fe2d2d5972de86aca83a9affd601cb1c4564fb1939f4dbbee3dbedc2bddf9c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4e01b88be4742c25c24977471d81262f8f0f391ccd5c49250b306e726e1d32e6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:dbb1ac39b132a5d539fdd7f13df09e84eacb8460fd7e0097d562ef079ae2c677_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:1ae054478a86182135ca308fc3f18c49da06734b34fa897f74544644474c7807_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:3b7157d6c737fa70532d96c62fa68e35fe547eedc6c50580cb89f4ce9fff4fe8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:152e3c57d0bcd719bf1e20ef7d43ccadaf30939c8c9899a2ce115a55ad7be983_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1abc468fd1a09c4b30e624ef4cd9257c2d104db17dbcf19a5bb8323682271ea1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6e535ada8c1768a2411ffa684bc624afaca15618b2d1a8a6c50f0b97be52668c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d46b24f503b741f3c919cf2f30409342310e3b2d6110b043128ae5d496219c96_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:12c1eb19b65af75175b1708f0049bb3eeb16c8c9a632957f5f97a5419246c7c7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:36103549903651a18d5c1c25d07dc98ce058140cd2b8d6e80cb0f1a940a277fb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c6fa0940709c377171ed6f553729935a9bf1bc5abb7c47f919d3b0fdbab3fd74_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f421d2c61baf1f196a5386d02b56b72593ab557a99c1ac61fd99d324a8bba3f9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:01b50335d5ef7515c859414036920594a5fa5b0039f5191aab1f16d291f3514e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:98a06124ecb76ea1e4d88de6b1532b2c8c6a7f554d1d25b946258b2d2e274649_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:cd6a54657188c7a1c0147c72b9d7ea326de2d7332eaa2c049ce4e02807177bc1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:ff2c7571055602c2cf719149d742d2e7cf308f1a077c420205bcdb2afff13c00_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:455f935e22bc0a892237c11e22b9bebc4840c26c61510d43827563312ec71fd9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:8b30cda549756767ad42a0486cd2987e13eb28078ae00996076a2c4e52ec50e9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b3f754533c34684d3ebc8a6646c8698cca95b6836f9b9cf6bc80edcc1c888f19_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:ce1af97db3e2816184795c6d1fa3cfef25329df11482b2bf4441c40e51d21347_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:73b55b309bfcba54861b619a26745a67efb4271848e99db56af2536ceb0fa597_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9dd8eb511b9258dd6e6e2edf03a6e6d64c1bf8a5422c173cd0b0d9e1b2cd1734_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b43f4769ae4bea0d180d4be8183c92d1fe5aacce4287fc1462032f1783c42207_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b7d331a0edf44bcf0fe747365f092a69e1c1c7cd156d48781d40d41a3a0c8552_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:304b520b8986da52f9f1f175672f6acb79119085841fd0ff0fa9754e8f22b34a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:67d76b9cdf3b5be24e7d157bfe385f184c6abd429860ba6d2280f77265929f26_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:df5b6082f4f05bfef1b63ede7fdcb5b575e56bcf264bb21e71ea2dc98c884ce6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ea8623b6dde50f9b993f9823e27349650e5d80f3f4f37c6b9b79cbc08ffc6da1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:401e7eda5905ff108ac067119245fe3684e50e736737b350baa06ea6fb2b7174_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:445489e10735202ea518bbee1cd56545f0e7e66742712cf5006c4d4ef30fc1cd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a583347caae3aa7d703a2130fc1f57b9e81ea6a06bd33785d87f92596f1f6355_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d30bda3636af0792fa0b182e8c1f79f5198a293572b40eb28e90e8e536416719_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1a369e0372bdde7ee5ec7ad647d30e6fd9747904580cd025ef0e20e1309080b3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2d0b89c800f09fb923f249da6536b9d396a53311112c458973fa9aaffb9bbd77_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ca969364594a060f9adc621daa9d2af96fd265e32dff63699cb42aa60ec1a9e9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:f1b997f7c662c0c8e91be2d02d6605fdab614bb89039ad1f38d6cac2b4623ddf_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1f379914cc47321de26756b1fd2fb634ab93f0d50400467df35dd4303100ad1a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:748a768980651e5d15e4b06d8483c6ec6db7854844e2b7dd789ea0e5d0b42d70_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:922cfbcfa109c304f82be7edd274534d18f9e2c7fe036e9b078ef40dbaf5659a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f439945f38dba034123eeaffd05372162855f703ab5a939dfc40c8b6e68b6dc3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:515b64496798a09106a5a99cf322bb02cea22a7d1684653ed251ea15532a61f6_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6de46b3fa4c0a353f73b6dab1c6dd53546b38a7cf754063382a47a3487aecfef_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f41ea3ecd58d560a52e13cef8384f6197d49add48c01c432cd8971f53fe5a4b2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fafdde0ddc3752811000a0b64826ec60715a45f09b79aae8aae637b6a50f3c23_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:212637507016bc9b3317c3980c30b476867ebc90d1c0724f0178f445052da718_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5f148616ca51bcf1c30183e095a8b5a981a9be858254938ed45229e4b4ebfdd1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:9461ea9cf5c260411a69b6b39c5dd4048c592f234cc24d481561d90fffbaf1bd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b48c6f2691532175458342223ed6c744b4dfe2cb057d1abcdcf3980127791ce8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:2c1ca60eeda0aa20403364a3ba33d9ad349e98ae3c839bff106d4b3d59426d58_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4141802dad81ca0be90cb3e030f18156e4f129dd2dee7b40d4b4b2f63d7ce927_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4cb581ac92c27cae351d2021bf76d97b20da9a9db8f2b867df879a2917d052b3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:da3dc2f193bedf7af891b2123b2b25ab8ffc54ee21ce4ee4a05557b7175aef7a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:232a25a7c42589bb08f34e08eb3e609ccc7c1de4281c234bb59df3c763695339_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:77021ef3e969e39c28e863f22541819957f046f28a88ce0fb0f706381e8ffdf4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d024567af8fb35126a2084d9c0de93c5b349249dcbd202c0c5cfb7d2d05bcefd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:eff2753dce033753b4687d9eb031bafad6c3bc1e1dd941de90baa0322bf14496_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4a8e36032ebb3b81b4e2e854fda6217a58adeb78e133257689d118b00feb9d0f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4e99ed18cc738391a0b1f7fd6e5268dc1a2b2d0c235b96f5def3d9bc25bd0c4b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:acd10e1026c3bcbe1effdad4d96922661418e8660dbb0e8e97fb69b3df8a3578_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c84a3e6dfc4b3abe1c2f3e6f63018a8d45fa3333969ac2792dce86ed5dc5f7f6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1d83bebcaaf20c68ec4705bec480e45b4a69d8323d118a7fe4812b491ea940f0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:bbd338c6ca660031115a11f293b165aef23ad28150c6a8964dad403618cef28b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e9a218fb77c30af249580c4b11915d4876083f642c7388c6333f70b781bb9f17_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:fd8e0cb32df9a3eb7eecfb9d5356a136590223e69130193ad8a92f310465ecd8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:0de9a2d5418c0fadfc68e9f64335c23396fc3188b1ed7191e2e740e53aa1b29f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:2c6a648364c88588f7ed1c538eaaf850ad4ae8310b83cff95c11db695cf4f528_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:8a408e4ad9cf59aaf87b0c0c97d3e66c4339943d810da2703cb4d0a946ac036d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d4f83ef7cf93115c55d7053dcbe9cf980bf522cb4c3dce2feb95e6574657384c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:06849685ea1a02445fd85960975e0f4f0d39947420d0f381dd724b37f4f44994_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7ad3e41c51b206489d6de9809594d4407f0eb02df060111359880560088c9140_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a18cc97e985023b176af5daad9cfe50eee25bc7e5ef657d20c17aadda7a76c35_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:f3ebe18a671ed1e458d9c86184fad3fea2e8552d8be87b3f2bc83ca45f6eecc8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:29d61cf5ce7ecf8bd5e49c5d01b16a82819bbb345160b90ff46f0d936f1152dc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:34ec4d660b408030abf6f5c0858fcfc095d7548530e6bd4038009c55ecec3344_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5a947d842f80e6e70729d0195ea3fd77111aa4a564c82e9bd0614fbc715a85a0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:c6b897cbd33e4d897a44ff05e5a2f7093a5fe930fc249901baff8a28a015c408_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:20dcf9ed5dab0354410b6c14f8476980d2bea66f42bd64ae0c1e354e185bd820_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:559065936f9a9039c45cbd63a4dbeb4cd3f69e990eb7a878571971f6e94c936f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:79e01008c1f3a1ba2dc98f7ea3163c3874a5b204ca731d056b89ebaaf97bae50_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:c36158a99dbb4a03cc9581c46a7f0e84e3ce098fea15d5b3ff88e10d41d0eb1d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2c6e5834f6042b1a4301f47d8178b2e718a3a459745ffbc959e40cc660ada97c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:475ba06839391550b35bd29309fc939977a72d4262b99f129ef5fc964adcecc1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5470d37d9eb90f60a29221fe605551618af1037c555e7f82ee1c7c1b6b7de654_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c8ce750189b017ec94762b6691cb9a911f97f04927615f0c802149aa3f7282fa_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:1916354b8aed42783dbf3bb7a3be6ebba6f561aa7d8c8f41fd6e32f1e46b09e5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:93cd970355ff2c9cd65c6f051391a1dbccf543a1f4e79ebbe6b3f63ac4030ca5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9cfa1d58c7bc0f875b5b2d704afcc95c4321388c94202c7ecba217a12164e8c2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f21ecbf880d3fb65422bbd0c410aa47136526cdfe5b75fdbfd82e720530c9fec_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4c6a4ba7469a6e3736176c838dd09acca392d508ba2139bcde3d01a1ecd493b4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a21c60cfbdd3b771f448a09b89c09f0992008625caa9fa60c5f9cfdc7d49e457_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b6a1d9d0b74f769294c10ba1ba65fa36a43217a374f3e37a189fe3de1d33d737_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e192ef1c1c539e194a2c7aea2c1cce32c6bb01bba982d3f0f9354649f32d24bd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:03475c318b9a57df484c7be2cbf35f654487c3084efd389cf4f6ce0a0f845dae_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:974abdfcfb3399823b6531a50c8d09203167418b09f859229de602a55c6f43bc_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:aa3852b48c9efac7a7e87bb01593b4a8c7d9f996624154d5a34c836e2b126485_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e0e95daab3cde4412e5d3222236adacdb8283e65eb64572ed175b353adc4ea50_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:106fa9124ad7bfa7e2a7d6c68ebd812cf2bc82c55ac092c1a702217595fc93f1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:18317fde63976665f03833b7679bede00df0f32327c1d56a26afe112b4d26f6c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e068848e4408ea82c40cdf03f2e6c600a40c8743faf344e0b2630f12d79f2fe7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ed90b2768c731b0fb0d277a285164c8bd8cb531ee984be711f64bc503292e839_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0ea0939567de6bf628dd5ac96f7eb68d3b29f1819ab932296293504e99ae3390_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:45720e600e73a2d925662c4c6a7dc898e4c97e38bf9b6c708455167abf99b51e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9afcbae95f66db36e6ea832d41f02c8fa14ab3e79f52dd1878ea24b57565b547_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d4e9f8ad81006249c50770495829c63f9322d0214efc045a4a7b6b0955846f0f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:1d66fb102b391fb88b40efc0dc3b3935d6f4db31825ee4d878273e181585e0b5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:2a221eeae6e50cc04e9466e5777f829f58311b2506aa149094e5e31e0cbe6e09_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7f15db4d5cefd46fc71d1953fc5cd62630bb847c6966523c5ab3d6cc2e5f6a05_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:99a3124337bfd603542826a78e4068bfd7ffc9feac98bac54bd7b3f3384faf87_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:86260062116d03fe7c4ec9df2fde3ccabf315ebc380f61db472d334be90dc325_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:8f284d614d7fe9d7c0bb5ab076490a781f0922453650713dd6bd722a409f650d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a43770fac453ba7e59e8af0c2aff352471f81a1b5f34ba620d4555a16af464ba_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e3a8e74f008721239ea7c070e6f6def1e779b723863e5ca279702f81cdfc0f5f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:669084db9430a977c4370fd7949543c2e57e82da6db6d01c376b3c345f7c693f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:9c91c1adec653c87fbdac6f5755528a27a4ead82d740af2a5e5f38aa16789804_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a2ffcc7216ed314e39ac12c0cfb30d29a6a4267512cc24a8f59825967273a2b8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a950db91a853e2b6073fad294ea604d51e0623b8c34288af1a98752f79b873e8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3af31e33187cf904b7a3bbcf7cded17c69e345c73301563c60312d35d1b694b0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:42bcf4c037d6212103448703395c0ca44f36a89533e205f0965c2c111d218fc8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:7b9bc218875615eaea10e71de2ce1159bbc130dc9099eb71d9fe13d9a0f07179_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8af69064595a39874365e60cc66d5f6697f28df4f82f8e26b86eb3fe08eed8dc_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:43a9f7284fc596378453b6e3a6fa1eb553d403ee25492c8c10107aaa77d92412_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:9074d73e7164486f4e0bbcdcfa5f46529fab2937cc5531dd88b13b2fb433d6b6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:a6656391bbce0ef6c085dcb040dc623d737ee8c302638d0e952eb2cd6e9671ae_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b98987da700deeb50da293568dcab5cfa1ddc843e36ed4dc5fe6d0ac8b63c85e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:66a2823e0f80a885f64cdff57291c2d6af6fd0c117c2d033b372be28b0755b2b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:845d9b912f7dc3b56804668e652f7c6b711a3d064501785ef9fea0273f60063b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b94aad5462be3a96ad9d3a88d8aaa775e8d6446b7f8d1b8785de703d14875cf0_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f6ad6761f6dd00ae42d248741c778b31492259d891751c9dbdc6dc39c2960dcb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:7b31119b0f90aba00af66b6bf6e1d2f7248d3db7129a6fec071a9fba31dfd0e7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:93cc886509cfbf78ce38eec32119b47cca28aaf3b43a254a1deacdd86de5e877_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c4cfff6e697533c3a9323ba6ed15b74250ecbecf71123cfe49ad56708f505021_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ef759942f6399bbb13657a783a7648dbf7ec880e8f6d4ed64b69812f696fcc1b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:155ff7585ebff390dec5a0ee00bcea904cde275e165ac634b2083c1fec868a18_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6971b8fa9f04515d6e4d18a27982a2496a4efaaeff90e741f3248d31fe1961e0_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6d590f5de5ce957e2d21fbd86c08411dc90b6c2444fd43079a04e3acb35587f1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:718a4a859157646f240e5fa4e3f8ad5c5ac7e53373d8b5d0a45159f5eab2c9a7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:629f7a041cf101c337effebc71d27cebd4dbe4ac7f7eb58e93f872106f88426f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:7761842991965d184af3f11919c4a4524d285d69266f92bc01ddd1cc66195fba_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:9865d9323ac25a120e3dbf34644b7343e650cd04b201d65518940b49432f564b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:9f6c2d965dec4b6b13fa96bcaf0134bf2acf302e2a04fb6926075bc9e92de97d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:855b51d876eba214e06624567a2606ed0be538fa6db7e24fdd508a269e1ba2c7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b041548b2283b0b0837db6749c0da693f021d0510a5628bce91ff5be1fc83f71_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:c7fa529102a1f95a53afba3a07db55a3907123cd8bc01cc6e1c4afc3c41928c3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ef32e7c28a82efb0ff8edc4d2678e042afb2c378791a34ccdd9243eae5246d61_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:0b779b84bcdf0ea2821962e7df8f34696f23bfad88557c21ae5fefbce289acc2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:54847dfd1e87683efe51562e103367f952ea801cd409968b8b5e04ca0ce48bb7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c86b554d052e4c0f38d69b571d246c090f5843302d21fe0f2c7c06ddc604488_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:78d85dae433ada85e1fb57166d278887f652a03531326bce186c7d3b207df288_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:4c4ec9a44884b5d618f231cb65a9b69078c2d86c8f168d510441814357f9fbd7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:5bfc5d24081ed832066492f2542d2566f40aca433535ff6536307feaf416c727_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6717dfcf0c98ffe25190b97c977daafdfa53ca406572d81143430f4218a17382_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:fb7ecb21f68557f92a912f0cabea1719fd8969638e16f22c5c89d433168f3ade_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:6f80af3728d41b78b3e855ce438ca882452a785a0b794c374475e6634390f6bd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:7df0f2a7c3268c3fd166e4012ef20a9911d6d7be4ee9e260b2a8343a1a5c23d3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f26c33eae235ad613283bb3629ae031e06d95e4371b6ab35bfc95d6cd6eedc70_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ff72b14efa0c7c37a3795808564e00f60bee07de82fc22c7d1e0822893abeb8d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:15a34ce98242d87b27bcb7a2ff5f8a3426766e31e4aa8dd21280a94a0dd5de07_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1694ece44a326abafa983a7fb2b3f84f671941fdaa708c21159b2164bedc8fe7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:5316833a649816a20637f5815460cdea129cd9f304d66406c7d15210e09adc7a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:95a599547beb53655c1f6bcfe533196664371a94b5fea328543a5f90c1f4cfa7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:27483fad6a2c4be85baf840f33c72d98357bb6a55e754051fff08820977c7a3f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:5bdbda0b9ae82292ab9dcd9c3907d42687418e591984ae30b53d93f422ca9d86_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:93069055bf2d16735b13a8ae1859af38b6b7b9fe3409806c30a2147689972023_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ef060678c540f10ecb261b29b6674be6d3830c7ed0e51f221256fb09130b4dcb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1d9d3b4b90eefd1714e4814e4c340d11a88f1208852b7c624fac4096ec3bae65_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:37afefb255d2e64fe5d72f6d32a3e4a55684b658b114dd341689ef0dd4cefb9b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6033b93ce5c2f73213bd89e9709038829a2739e238a1f827cdebdcac8c39dc91_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6fa75960064a732c4e25407c9c2e8b75bd98feb5bb06c9cd70dac8023eb21c0e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:5eafd2fde7b9fce1b13109f4729396155f7ef07d73d51067b11f96661327453b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:825963b5f6aeaab80cc3c6a3c173b588263b6a9ed2e481c06d42a229d18b40b8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9c24887a448382a80d554684df4280c49a3c6ab89fa9164d547d0ccd25c5b0d2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e423c9ccfc07b48c6ac2cc4369a6fd61e9b8c420a08f64d69e9a35b887874793_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:0ce9b759a50e8562b80a2466a194f70d0728ae93717dadedba3aca34712f14e6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:814fd188f5a532065135552df55e4c55fbf9952ba35f93ec6f4f22a4da2a43aa_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b87d5c52b3da29503ae5089fb3422ebbf5ab02840c486b19678a9c65f04a9e7b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:e7ed0864902433356021a2f30c65020370c3062889f7e5838be60d0ddb098ec5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1622e137e2fcea249115c062de3bb6e0a099ff4f4545ed1c98ae2109eeadcc71_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4a66bbbcf3b973ae35749d7d4a1987a561a57d16b154c0471092a2f242912e98_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:51a7d1ff4fd4ac2325da2064724449847c4aac05dadbc97f30d93d89bf887b1a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:f1743346567b7c2f4101128ba81ad4b3b00a40f3a97a465df9e1b895a08cb8a7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:852af33a0803094bcfd34f452e8490f95fff66d6e2028423cfff0a01f201457e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:9848cc582e21d833e5d5ce00a0655abf37173bccbf944e192510b3373510d81c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a97d77c1235d10228e36d47b304a14c05a10944904685f344953da18f2d30866_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e5cb819739007737f750a96605f14991efb3195f13c906efc64db87934389379_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:3d594065a138374b4efe911a3e4619baf1d888272607e83e4f614e8c3e48d2f0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:7e2fdd43861a1be04f8f6cdf2fe2651d1f7ad194d7a43326e8d65d7757ee3d7d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:08fef794d449fdc5f89da613254f8d8cc2512bffcd5a8f289a7bd8cce9f8660f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:9e43e41968b797593eb5d4823f8e1e7babc642c3ec308673ee1640198f12c234_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:2ab98db3bd54d97694587693c196944eedb77866bf2dc9fa70e6d186c0eadb34_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:cb11c30ff4bbdad9e25e12e2960d754cdfaa7af1507b07e74e21aa31a45b0390_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:107a0f20bc821c4dc4eeb05f29cdd1c0601db4b66f5a3245272098dc41ae7c5d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:38f286396ef7e0557eff8cc665ca46c4248e2b060aa9b170873e13eb691b207b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:5d3eff686a6a64f96a79d31f8cc6a88b17171973f4718d3da82e0dfd456436c4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:903ae03948c7e68b1eef1b1dc2f7d8718693e3149eed21862cf1fcfa13482dba_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:0fb76970c4ef89824f28a0993f2a21f5c91aab7bdf23d6d045da48d9c4d176ab_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:37898fbe4cf22592901521c29bc10ff1f3b8df7a200d64e9c94d037e8cc38e60_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:c4393a9eae01a0bb31f85f8a6cc609f80a8c2e7b7c4372c21bcfb91492ec78a4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:dd74aefdaae0c24dca43a36548e371ce292af5423751718b1a6480224d5e5680_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:500ce3a45214ea5bf17b0c7d0ebd33f75183db7bc04d30f7d0a25a225f494cc5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:6e201b3e5b45494f8ecd6d607bac314cc10b419d4f3a695c1aa9824b6eb9b8bc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:9772d2c999317adac02475b2448f24acc49cabb83c7727e9e478642dcb7e9794_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:d8d22b7e59cb411c3f1fbac22af12b78fcaada8e56313b2f5ac89806152ae825_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:5d1773de9a1eaf4b18081c968f3d1c3ab35af0333dd8ccf599c30a5336b40ccd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:93415b427bdd9185565c26901edda6e5d0e5b7bfa013605de8ee206716141c4c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:be9f4891181cd1b58aa9a3fa7a0d26dc3a382e9dda02744b06a1cd7d806ed6cf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fac44a7144ca9e888a74db83f6eeda24224d05238af0f8cb54627b74148f51a9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:20544ed1aea9d8b483ac6dd9655a0d108b80121b7011406e0a59de4c93060dd9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:29f0f10ec928c8face73cd03bad8478ab4b8386f0df20ee2482102f870f198c3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:adc31a12f2eb578e7bf135bb0931aba306487174c7e8e71f6d3d8661aad8c350_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:cc2921b6468b77227e9f210589f07cf458eced2ef0260582d0a1a4b8f9b7a613_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:156540860fbd6556102cc1abb3762e6595d374fceeeb7745d92655aa3fa74551_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:426c0e5e5885ee0450f36a93fea6f733637011c5f5c97ea2c790e0edab5d7cbb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:abea604212336f8e3cdeb786913ca33cf0843f3eb7be0d1aab681a005e6c9417_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f58646a44ac2716d6842af49e48f13b6c0a58ffde7202cf6004f479658ecb048_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:484ea3e99fe746668ca7fed6862b095326bfb8f26cc79c0bd4de143083b0dad6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d2cf9eb8a6b0528509e571a8ab3710bdb6b40abb5f19d797a9097524d2e3cb7e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:def75e5d102cae679cece8fb7e7cf26631d9aaee782319bceffef95fe76308db_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f6a4b9d3d3792cf016df0f539b41c2d33d4cfe3a85f87b8b1a2215c703a13d83_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:17d73f64095d650a84959f826da3009d844f209c39a9cf55460b842a08968fc9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:382ba71516ae6c2ce3670b92bb206e5bdaf5dd0519b2f1a6fcb417b99f0ccb13_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bb9cd5df0da433f514a256dc92610219d22962f8e9fdddc4a1d6bdda45174287_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:da71d08bba2b937f4111e6d773765da8379043335d83e600743608bc4c3b7580_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0761be83c6edba07296a17b61838c3720666dfad633f9edbe9643c1cca008a8c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:23021b0b3a60c43895c17a9d27eb53fb5cde7b9ba6ac7a5d81d1723d804ecfbc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4c802a4f273a7d7752c93b18c27e264cd373dd989797d1f9b970ae368bfbed90_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b41f90c9d31171dff6834e9c7b72ac295f7e0058eff6f5dc7480d7c4797b9700_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:192a0e7b36c1fe8b6b70e6504e12a59ecae23ef83d563ad4c8cca3ab5b2cdbe5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:39a6978585f0e1c57d7460a4fdd668a238e126c2ce7e599ad9e847bb55783249_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:851b15fc576a1939eac61342bfc75875d4029dccacbd57bef1b12ec784523bc5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:dbb87a87d86cf4186ac9c4e546048bd07eb4e4b3734935a152ecbb60bcbdc1ec_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:2c372fc451a83f382e57e1e63de0f0b10f0479e665c2e1d39b20c8bd2d84f51a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:881e89459149105fad3a737087f34ba6a0bed3d933bb73e4d1943a36d21a1f55_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:cea296a2222cfeabbdce7a42996be42db39f3d89321f93ffe705c0c01e7b5b30_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:ee35c6aa82fa9353c63acb0455e5196e946f423be7418de921beb7433bc27dd3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:07406356bc5aa39e2d130e94946ac1ff2346d3570819af5d1a228b3e927b3df4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:628d272cb4ef7a625677252fec78b4f6d7daaae10f3fa21e9e605fa294ff9ef7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:784c9da7c826f43b21b798e18d89f696ff3c0d6c999353336d1709149e3ed6e0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:806bb2fe904f03bdd46f5e7fd0da4e8c27badc7a363a034a896bb3c9331c565f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:09ab73ac9c9dae1e080a70737bd6f8c927d47404850ab85cdadcf2be42dd0b1b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:3ad634a5d007320ce93be80165b01aeeb25319a7458cd465aa4732518460855a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:71f3b158f659a76b705d4680a0f81d930f6f622546c903aa2bac8548382d232e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:cb741e1ce964c52ad3d7c373dcb2b2cf0292fae1c857f71cbec4485e0b1e3270_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:23b98311440ae92c9df288db4cb9336e442724af99c860289733d6c35dc07192_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4337bba1939749aef224134e01759014ce11a2ed05926c790c0eae870fd9b8dc_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:505907905f0d1476c5dbcbe7592c9d70ea91df7adc38e9618d2c48355ece4783_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:bc326e66fe857b4090cd0e717a9976857d63a5538890171adc420d47946b2c95_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:84abc2301d2fe7fefe78aa5dc90ddda63737ac2c8c47778b898a91738c6d69a6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:93f2305b36ca634a2b8fbbeb4bfdc1a5c868e791430d389f0e0326ca839920f7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:ca16e72147f9d94306abb1464485feff4a03a4922d5025d4b7250cab7ccc7732_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:653bdf880528e317bebac6f7aacff23ebab11af5bfa931af13a8d8e7b2745eb0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ba86e60cabbbf3c8845a60ba559d1a38d5370ec7ecddeba662ef01fb083030b0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ce35c93fca376e03d1d08e22b8146860e5711773b17f35e32a87bdf93338b182_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4aa1df7eacf95d9408d5016f5715b38ee4ecd340d9a66bcd55cb345d98de466d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:87ef275495cae4c69268a6375eb5e07d9895913b019bf1a73dcc5043b3a24a30_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:8daa3769a103ab420b8b43c68ed6d4d90a845bb23a358c62d38cf679511d6fdb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:18e0db16b10f2edaa9919257d37587d7df3c4c62cb88b8db38cda65e509a0492_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:1e12af727903c112c263bd301b9abd522da36fbe64e195f8a4d4fe19d34e9c6e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:ca613da143b223316bbfabe5c1618d5de77817057a47f8430b9541151b79f654_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4486fbb2570877848c2997a50aeaf427cdcf5f8a2656b3212c263d8ce0d8cce1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7e83a01469262e046bc98732e0e7ce4d71af991288d31155a9379d967ffb52fd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9d999175269f2e59feec60b202253ece2c27add1d003f80c0e40eae8d2621f8a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9f31f2da3caeba8ef97368c1ebdd3fb1df9aa911df241460d27fbecd2cfc9da8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1076cb5e72c6e457760fddde4d94257042f5b0ebd7076a8713499bdbf4943c8d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:3c749018959822c9a7c67fc3f28f62236f1791b999901577445838c8f78947fb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4aa259c5fe5a5f92f61775e842ee7aa66fa29d6b75c2b67cccc8900b08b8e96d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:5fe33023e5387e6836b35074fdc002ca7d7c85c6c6cc95f6f645b1a7a3651b93_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:02aa2709ab8f16d997dff85d05909bd7b67ec3e4cf91d50b285f17532d8a625b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4aad374a238a0306aa63cbde5a29bb75d5b80d2c691558a1b384cc6b1de706ce_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:786af9a1f3e4f873aedc740637bd197272f21553304b987476b2e462b0dacfc4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c449bc96c47df9f808b4e89c06facf7eeaf44761485077311aea32ea1342f5e6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:9beab497bfb41b47b9f8599920563efcb58961c2a8166225f1935f45657843b4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:af7cc2cf62f672d6a00016c116f3c66b72b64fa0d05e7753c8e4b6e628a3a082_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:3a1c445bea72192dc031e4755bd063fecc4fc9139484f54d8d54af26dc755f45_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:6ff31d9e340619aff002ff35ad43b6131042cfd943dc0deb54f19721eefa1c14_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:227e8c82c210cd100cd7aa3b8c5bb39b3ff31a4bb6ad78bb7134c122dd9b02a6_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a7587160377c6622944f5dd49380ee9565d49bc02da4c5b631342a037835c574_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:2793040a3ccbef82e3d074bf0597a8bfc5b5927658a8bf4148b5b0675d6fb3a2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:835edd6d6766e17d868f7f6d283005b2ed2d38cca7fbad1c5b36f63c385b8e2e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b635f689b42b827ad12ec312500ac2582c022eebc7776bac97532bd61ac31cce_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:1099ddf483c4cfe64f687fdbe5587648756fb5b9a3d01538724b2ea2fd5ca6e2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:30dc9e1dd4b35944e21e40ad23583cb9d14be00172a0195dcc95bf8e01e34e1b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ac4fa9eddf99f4581573d52e741f0eca595c9e5bec12cb177f0eacc7150a46a8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ee30d6c3b56fb533d299a7a432618a1b2c83b1d9d72b2c58768c07c349fe95c8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5aece9cbc711608ad1dffc12ade865996984d714f5e64fc894bcc3985fa9c521_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:adb1d854f6dc5e70aa0f33164a3ded5a715ba0ccf894efadd73c7c4d661f0b21_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c0983bc8863c23ae680915339797991b26c17fbf4782caddc071a60c17992266_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:cc90303d2e2d0a5818706672d1aab7847450b9d2cd991d7638451829fbf26163_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1485611739af941f4e368aac9cb95ee105aee87258e5d872d51d7f74291a8e20_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:45d8a8c4703462edf967071e89e08d8d9e495d69245ad8b6ba2d6e80f579eba9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:584f6670245a288d5489cacce0e0cabb3c86bd6698f8118f49b8e3ccdfb47c39_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:5a29aea0e28d0ced0bf50bd3dac2bb6f6edce5ca6ef373f3d097e668a9e8cf35_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:3aaedfdd81b32cd2c67a0d39f819fc49ee2d31176496e043bd4d85efbd594481_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:97e6f95d96f347f03dbaf58cd6c7bf6c926546c1991cd83b5065fe0cafed2586_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a8b9d35e2ec9f2026a2ddf034e9f3ab2a9ea622924960f7d673564dc33ab6224_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:df1a7c4c835c59041b8c16e11580362d846ceb9b3334b8aafd36d3140b58d063_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:4d3251d46cfd8adf16ce49e35007a998689b714615bb66a12e0dcfeb896d8397_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8426d041e12f43a2b78791227c0f805afd75de6e306cf8bdc718f0f76651d75a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:aabd98101d18f4f5352d03547cc2cf784bf37f962b9c875059d6365a3371dd72_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b9c93d7e3ae198d025eb43e5c2caeda4198462ffaf407270dfc7119316ff5f98_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:16a4f25c37894fe7ce7a943322dee37d8419bae36e7c7ca7b4e73dbccf8372e8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1b17792f997e30b1d5bf73388b68de6604e4235b0a10e5dc37955f8ff2077801_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:0747fad048dba8c93662ced1c2b1a18b7f9f75bbfe0740caaeebb9eff3acc30d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4a22ea1747135e6bd85bc59db41d17d0b4e761e29330e7e3666bf4d42a47649d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:bee322f686572e00dc5c6d7076de1db0034a26cbe44e0f9276b394718d6c191f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:df9ade514c7f2a80c4ea829e2f1890dcdd6a4acaeda829d3620e7d3874de77e9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:859e9211c265355892dc4aa19b7d845b985be40bb8f098702aef50f84c3e5eea_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:c2e28f6a9e1de3185753cd7fd47a51ed01cbd49697cc452448adbc961fe71003_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:c5ae19ec61f3c9cdae0db38b1aaa03838d421f9d4473fda4e52255cae97a2fdb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:e654a7604401da1deff9d8baedf0f7567831fe5f86f75e06fea3e5d140bb579e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:0640a6e0ebe2a6982708f326bc721c2c754eff2afdca443499843b111f223e39_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:5eb8c786a348343042687f659f7cf8b066efc3c4ed8764ecf36dc6e49a468cea_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:83237f13a3a3e051643bc1aa46838b87be13126c0e52404940351a2324008e68_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e67d6086ada10c96051bcbf4eb7414c407832de86a8e2d89364ae0d85a883982_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:9ddc6bf41dfb204e9241c57de41e0a6e1ab1c3f8ce2ef1a90573bb7365ab2bed_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b025b5d368618a31c64189f1a5f9b3db0b24068306117647796f00a22f6dc4ac_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:de35e280f4e50a18f2616dfc561db85b315425ff20bbfd4e19d5f64f93f3d0ba_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:f0368d0d3968189f10cfcbb972046bf09ad18a7a1a747887c239b75a1988344f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:21757065fc31856133fdfc4d459a993262239af0d2d242a6b55800bac866ef02_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3b08be9a543ddd200f66178d51c0f165c380cbc845a1be672b85e9dbe2db9f12_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:8e9d4820353602730cc0e808b2cf6ffc20ff80ce06915e40027815e9046555e9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f7a9a92412fca24faebcb8a574cac92c985d1392f1544e71fa26bea80314289a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:119315e723ff4b153d8f756357706bb4cd1ec5a160a7b173e359d733c680469f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:808301750b17198c8c7f5b2b71e6bef9a7e3d788ededb9a5f79e1b13e64fbc82_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:89ae8aa54d64f62a73557d413c3f146bfcca1c237a52bd57f0ae87ba8c8fff2e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:feecd842ada0c39c783faf280d103523668de8d16d43dc22f74f262f2a4aaba1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:595fd9e735db5032c9bd3a668135d99b6df650c250b294c4f8b11d67f990df79_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ce4371bf509e06e886c5ebd42312eaed3ed31fe6b8de91284f4681ccad199329_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:4662806bef8ccd703086edb7d1eb0c99f785927b1f30f227bb438829db52e532_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:d06875a7d480abe6e062be719a9d6ee0900180e659c09e2243df36e3ed55db07_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:2f6efec846cb1babc0dacf51b67634e83cad5e0f4700f5db54f8c356b0df8119_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:46a86c6ddb9f5bc798b43735eb0cf9d515091549680e43cd2993ba1b07bc052d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:aecbb57cc9a6d72de8520437e911255e51c97e4c40b55ef207fa98fa7c9dac9b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:9c8b022e6bfe80bd4998f177c0fc25e4a5d224a6dde99157f21de5d08f18e4a7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ab6a31d53e6e8a5a0b67f4020a52faa7fd3ce35160189aade3e958559b467dcf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:cb8394ff8b96398f8db5bfa7725c260d343774ec319fc1e3917dc19fb51c9b9a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d82a2ea6aa1515bd56aa55ea999f91e9f688e480d615fe53bfa2c74c1071eb82_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1af22f98af2fae1429e53c988267710578a3a092524eff5032e0c8f397a6a953_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:2ad01a7c2e75bb850686d59dbf73937ea69505657c2f2a55c10e4fc17ed83f82_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:95334d618727e811d16206a6f99991e93dde4bc8ed26766da848ea879093d736_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d460b99f6d0595fc76b4e85203f96a8a809cb709e22f4d8f819f99bc3e817688_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3b1986a8dabfaf0988f12820e1a199cfd0db684ac4e8d956ccce6eb8bf1146d3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:8568a6a6dc94a45bc8feadb7ff1cccfcacd176d276568ab96f4942aeebd4938f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:e24967262f34a1bb405c1010688b4a1ca1c8271787a1c8f5d8b86cf94429e6ae_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f2f71ca77685bcb4618502f0da4f242d48cf2473f0c7e439582e98f15bd0004d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:071766cc6bb41db5220aa5173ef5d576f032ee1e8dd9868deabeba36f7798342_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:5a9fd7861ac77020db7532e72a52571c48c4f62164c1c5390cc55771b93894e9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:adc440a9129c3c9baf62a3f961179c843f6e68a06cef4f64a64e2a8cf7493d8d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f8f501653da6427153aa72340ac8238e79459759136d64d2ba6f8ae03184c436_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:023893e6a4a14842645d23171ad5562940fe5a25e681eb8afa278cf154f60a5a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:1d5ee360957a5cbcdbd54e71dd9ad1e0ee1a37f994e80081a07c289fe1be7c61_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:298f6b16fd4c32caa2d49c5ce1374d7d2037b3681f74e2bf7ecd0afb80c0e436_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f6048c371739ad69e9219e8ebe2045a246ec4ff01bd289bf630c45ecf006f52e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:2c96cb9ede1464bcdb2aa65b23d5c317050c99a9c7674b217301a84734b7fd88_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:31235aa238bc0662e8f3efdf393f9ca7699016dbe1261bce0ce37675afbc5054_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:698f820f8b9ba7d04cad32dbaf6420ac0e1ff5ae0a1d10f81e867a123dad0a60_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:6cd2462bf7a3f58f79de73fc8ed717092569862dbeedb6c72999a8ece328260b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3e602466b3dc3fc4c7879bd90a34a96878e5df827fa7664dac632199b2805464_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5839764d395594b922ad989a3fcc5bab129eb919d2430442390cdd7e95229219_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9913891ed84afd601b5bd646398f266f6970b7e3e164f423ecf561afbddf6f9a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:f236ad01ec1299b4a5e4b174ad698412bba0f090d7316672f230abadd209940c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:0c1f5188f4e79b0c508dbef9f9f6fa5c658aec17a66dcb14b23008d112aeb6a0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3d27787b58896192ef0b2da74861207bf188e5632c0d7b06ddac476ef558175e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:55402c1e07f5de8bae74f8fc9a579c2403cd12e65f9b6714c4d6b57ed42b4250_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:975fe9a014b7d9c4339bb34d0bdfc862b4a4de19b4e02b5b55a484ab99f31bbd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:142d516609c278895aa3302ba638724fb63ecfcfd232e1fc6571f5856aa4e034_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:28bb93cbe40b57c179ed088e45de698a93dd1c0c14d6ebd098439a412478d314_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:441602150d0bce7f8941a293e3a803bed75953986e93dac3eeee50848204728d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d92da8068e3440429fcd5a5b9f178dad1a0bb14fa3bee4849a99bfcc6674e37b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:55315b85da730c2bde56b7d08c4caaad5db5bfcdc2e9f21286ec48e58fb1c64b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6f2c19276901be4850c3d9f502da1365d84dad18e3e1327159af41877432c41a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d4092b12df304edca57e47dc5ee77e4e9006297763ec2e2371ab3856f94e4654_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:f9e46d3228ddf05919d0115f274f94f8afdb5e65c54fe6b17514e7a3b04d351d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5e06c7a4f4f0b3829c21710249546680ff1b7e7d541e30b556dfa69aeb7a5ef9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6ff5ecb5b92ac2d9b1498f86211b19e22627002d788647062ca604ba9ac8d7b0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c2c203df15e000f53388a84d8ab5affa78c4210861fcd0a28fce99c0ed86009a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:f080c488e219c5b862ea88e3ee48bf866c186caf803403d7605ff3afa5d5daac_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:4e6bff26378ddf7b42fbb27566ff9f47095cb5fcd74a26dbb1604725dab7c1cc_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:63efd9d23d66a2e7c754d1b921016177edec08aca034786be697c6ade7310e71_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:b15dbac78b5deda1493f959c14b14ff5344b982c4373471b13ab2f3829d520f0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d101f7ea169ee12e824370400ef6a94e0cbd48aeca6fe0ad4777b9bdc87d80aa_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:05692fc0d27f1bd3a0feba7c0eff4237ef52878ca37166d92a89aaf190972aac_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3805505b579ad8be8620a53e792410bedcb7e1716f3d6401e76c8bb179d8aae6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:47c1d91d614addb733f775406e764502e556f4a7414dd1a2060d3065f6c3c120_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:58650c0ce9725ed10e3646acdc76a72c4d3abda025bcb735ac2eee42ea261e3f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:83c6087954a19cc11c7042079ec3ca528c8a18678928c3ad9ed8b22ff07df36b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:209a01330e1894300123bfbcafc53948760feb80e0c7c81e521ea7abef269d69_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:013535daeaa7ceeaa565545a98d942396a07089a96937e4960a1fc0d44a4629d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:40fddb8896fcca216855ef34f2c8f0c6cbe3a59c6bdf4c3c751f69b57a63ce4e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c3f081c38876339613b7a641b30adb9c7f3e67d446151c892a65256ac274a472_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d6f330926e3962b0b73bb4b6a11a1b40cb0cacfdbe9fc0eb4ceeeaeb3bde758b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3f2283bea8d5c54ad689787a7c269022b04624d2b1ac830330a79d30364ffd47_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:476af4f8d17ec9fa6bdfbfbac2904244c4d51432b67f111ef0cf4a37ace9a86a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:a609dc606bfe95a904dd8c6abc0cac79316f17618d8b676512fe1b4e5412ba01_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e5b754105ab8d7cb9b581d3c4dea8a295919bec3ec645aac468b5f3267e0d7f0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7f92fb1c1dd18f03677ed953c82ff87011d8c15f1bcfd8c22cb7a877950bd063_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:d759dbeb39460193f8361524fcca202fb9f634d65d35f19fde1a187cd7230608_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f0544c40f7c610e45782d6a757343822cee131b745ae6ab4aad4b878994ce8eb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f5ec95c285270e35a77f89f8da39a51c5d29fae1ac277053eda82e250c715f91_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:191a27f89fa6ec450c37168a65ea66bae9ef862bd2b40c1e8d561b41db842591_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:905e494751d1e26c98857f7ec4f41b4321344f9e86d710186d9e9bf410f6e983_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d35affa9bfe2127cbed058251d47570d65b00a8045748fe1e97670797e8cae2d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:e82a015ff030ba177167a713df193d74480998d946b593a00c799330894702f6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:97a3a8951c456ee0c88a42cf7114a3225a3dce594b470b0b8f57f45c62efc1ae_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:b49317158bf5eb1940a35be96a959bfdb8beeef52e993bff41fcfd974b12dca4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:e616c0d47555235cc1c7e275538b48fd10b842cd11c831a4dc719afe4dfc5092_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:ec827ba35ddaa01c257247ce4f06ae733289364530f6b2c2d5b12a3b2959762b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4f5c8e59a54b30a9f38f1955c6d1474bd24bec33c52800338118973cb6f3e251_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:63fcc02b58dfa0bf549c199736bbbad1e764ab86d9375a6545ae1a7bc360f247_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:9264eec1243f98c37a0843baa36e78b1a88dbdd2bf602156d5f7ff4bce1cf223_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:cafe32e3ff4aabbb6243fc984431babd77e2ed05bb3c4abc621add33c5a69481_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3d6f997f5a6832459bbe5365b533f601dde3872be09c1e96b3b2fc21951f6adf_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a76abfdfb6be2616ba39fb25137dbb49dc56427081d9025f2825a3ce8e5a3928_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b540e70dfd87ad1e2e400e129a6b495617f9d57e54c1e54b09030cae11653d03_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e7c9dd297067d256671a0e06f9985a3624240158a1f4e2b97567409199ec453b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:49f6f4761d886208cc262f1f8e23ddcc0c05d5b4566f6cdc8abcb1a328c8c5ce_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:836c9a619a35d6b8d4929a78b96d0641434b880ca98f44df45f0edf7b69a1d48_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b4ffd4fcb95ed73bc3689988214a2e4210233143e0ba4f123ceb4c2ca14821b5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d4062c740ace239409c182e4c52858e384384faeb0f3d98486e0534f8dc19702_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:29b0d64444b1081a568d8c9354e79b60ddb1c3286f9b6dea3ab69023c11f3436_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4ed2d42fdc6e8fa9d3d08152849754d1827dd54ed86be4507d75f5c90bdde542_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:c1f38fa9fb729b6c497353127feaa36375749fa07f91020e8634838d58628878_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ef794a3bd52be528ba81c6964af2fbfeff03b1aa3d17ac36fdb97f124abfebfd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2518415bbe069935e8229d141d4a8a50285c408d1be2af467c458a324120154b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:b096377e0704a959a0ec41484825436b00d3d0887e49eacd59d88bda87e38b03_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c1b30a9d1f6908316a829b3084df67b9b8bf5043fa46060996cf259c50f62090_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ec9171ee21d867fd61004535db96e98f4dee9dd6f3fe86b719301cb1b0202a79_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:07f056306c1122527032aff7486e5fc75147f48c708c0c0abef7d570cdfa78d8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4314b0a4d5a82abd583de659e5033d0680dce2b535ebd3ae4dc1776e741bb214_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:5bd5ca703480895af05ce052c3f9f738672e989cd38e905cd17bbc378cae05dc_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:db97ffa52f99127907d41b6bf460299c3fff8adb69d64bd92ad371941364c374_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:16374008403825338098f7aaf57f74a2982a75355834552bf29246a9ff4e0b7d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:770cacd7e4e04a786a2e55a3cd9ec21048131c8eefb7baa4225e73a09f0f0901_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a240e71d7418d6f9781219faa2ea9cd315b7091b1a70d6032f81de2ca3c53aa7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a39da3d53b8b927594c3f5c3a5dfcea689f2b75091209c0cc36b18e1426fab20_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:34cd79b95f2ce098b064859e38785231def795d2804c05bf7542520e9d8b596e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:354b40ed867003c42975780f9db1320302500f4ea6c5ab14a0d0ae70b537192e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ba52f6036566829553d0039a99ab677c0e40b2a14bb3d26ca470c526489e4574_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f3eaef7985effa7f09545ee19442623c7aab7245597a4a1d18f6b02a7a8f77f5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:154143883875b88eb144b77d13d5e9f750cd8e020af720a7bc6a2e6dc252a260_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6fa758fb6577cd18e48fb9280192be46dc724a8cd02b54459a5d6a3cb3d06fa7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:80e191f5faa2991cf3bc7033691c4966f1a07953e4941ad8730ae7c6444c05f4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:88ce4b91b2161c9b22f154f2a6903f801e26f15115ac874c549e8644cc5e734f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3386c9093b00f29600b1807ec97b1a6c935ef7a6578de01f9ed5f90fae6a5a35_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3646bf2e6bce49c01198dfb2a1f67371ad1f20b48cffbd7fd8f652cb9b215ae2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c50c48749c9fbe882410ff025799c6f450b063ab3e17dd1c4cbd2afa2b48fe13_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:dfaca907445b7213f3931be31fdde7480c22aafc0bd3b030d7ef9f0d84f5549c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3ba301cdb9ac46c11853c61812596ac905e94f15172df53cf352a693ea5a0a6a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6faeb6e3779cbdc86d4c7cf93e739c0585019e82587abe150f76c7cfb88cc417_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a0d6e3c4b32eda442fe231aaf1a77ea61125e0509287c381ecdec1615e6aa7cd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:bde28b18ee5b582b69683df3122f4f9a3a4aff757c2caa9fafcbcad878d05d3e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2492414954e0ca3e228d6d000733ae02c5d4d68d4b9f5e7f992e1a5a60cbffd5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4aa1f8159ae2b9b385bfb204298e1710c09123bb19bb5b94c2b93dd0419e06f4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:9a2fdc67ac81e408bb49170bf7a862a07998fd951ebfde9396ebcda40078d3d4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c952fd4490ac28f6bc2b39054312e85645c12d20e39ae631e35470267d8b73c4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:001807fafc7bfc5eafe92ba92c127488d378e1b36262f0f71cd4e4feef05598e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3c3f3a57f87c512568f858da90b13c39e9441a1910c48b9bb51cc2ba3e816b04_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:62e3145facaac381967de0461a3aef63b2b6afc466dfb4e185a35aa67142b6b3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ddd906a1e486837653341632e3ccd2d805ba2c7a7d7c26dae34022ec6a7ee90d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2f80d2b9f76b8633c9e6d309c5df7f251259b61a9a40a0364f2160707de313e2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:779d8d482e7ee453e8245219a0e21d84bfa1080819b31fb9f5de38f49bf3d724_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d44b76b43d8d5303fa38a3b8698076912be870c7a901c41a68f59426cd41b39f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f5bc9a28cb8d0bbae97b39548ab6688a31dfe2b23b8d3a52da3bb397f6aa8b31_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:195460691d14dc4f518717e3678a9ea780eb548fea8904c5bd4e2d554b81233c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:29acb2429041bbf17eb0f3faa0da84c1c5655df8a425755c1263fc16911d667b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:20dc4b1b9ab504d4192bda76eace70933c264628c091ccb4ac78faf01104f356_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:366b95ac0f170d8c1c969b41f3c624026593ebe8bfbb466c5f7109e1a6ceb1cf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:32acad5511e808b1b3a80aa96458ed7f1800b4f19aebc9edc4f85ec3613b8ab7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:dc009efb6f6e9d60b022ab94d84d47fb169d2dfdf9680f4f24b40ac0a4ad396d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:77abc31290209253ce09838a292be7351c02d5a7367859c430a5b3d97cef7f31_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e4cf03a101a115d398aac9c645ef400b9366d4bbf189de664ccbf782db4ef5b9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8a9471f7c51a026fc621dcff7715fbc9620603aac2c2e4454e60e0f579527e62_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9c1b85cadf719072db5b5abf0b93b3556a74a67efbb88d7903bab7b6e988fadd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a454b939762af9397d7d5043d1e6070279e1a1c4240b2fc808f0e53872bc237e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:b0802c5220abce4c73b650e105e42d0c1a57c5248c4f55819e15053c59f2680a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:677d190589cf02f414cb0cf4a31041b02ed8d706afb433bed1420d6f35d7a44d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:af0aa63d5b375590ffdee42f4a7f00a4610e33c20ac7f3b23242a24ff43d141a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b2e943bd3add974a8511a316f526d92d0ac1e2a0755acdb49770728984abe2a4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:e433c5ea434c2261f40d623bdc22944c1ecd435c0ac08a41d36049c9bce1b604_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1e800e47a04f7f19c87bb79778586939b4bb2a32f5ce3790d796331ca93a9235_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2c0ca90b3662de85d7e595e76f678e419ea1f40990c51ba16bcd01438f0db553_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:607e95e44de20bbf0feccbd8bb58469928452e6e4f962ad088f452e0e7e6aa5e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ce154b3a8980274f592cd2d41da7a748f7c895f754a3fa7994eeea657684fb12_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:c00947fa5cc8fa1abc26adf7cf8acfd4336e1aac0f1007133b8c6440a8148a1d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:c9a5828c250033f2bf160b102a3722959210025d373b85ea69895c96fbfba833_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cd8048f17129cbbcb855587d48615ea6e574d12f2952c0b1b5aa3819cf453541_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cdf9da2745d57ceb97761e08b560f2de7a212f860362eea3fd445fe4f6f7c769_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:02b7af4ef7daa8499a24b02aea8a24c98960851864cf639e0b698b3844563a8b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:3f82d5da80747c147ab429d24e8e9791527f7cc89fb6a7435d0cf6d35cec8933_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9e4085498157bfd33b7bd7b212300fe58ce6d462854fdd8a597f288637503104_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a8775ca5ecd0065373034a37b6de3fd736045868a3b116aeb216637023aa9685_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:28986bf93efcbdf0c2012acf8513e958ae8b32db4b649b9355b1fcf66b35038b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:52990833d3dcdb340c68234412d3743070938573d0296ee45138b404054e311c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:92f7c8de428bcf236f2aecc0382d911bcf5f7f536bd09aa44f9019ca7627d116_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:fa6add264803c2adb838efabe0f0fd8f4d78b14bfea9c1e91cce957e17a77208_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:46910caf13bd60c69314b0a72b866a8342c1dcead811f01f91b1b1674ea1bcf1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:a7ab888801a85e65a01acf68805744b7f6a1ca713c329629370b0fe0a40c359d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ec97f4dc1d491cea9e81ead6ed959141f0ff2b36fd4fa623722020431cbee1dc_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f67e6ff190c45a81777e63b69812760e828838e338e1d27672d02b5544b3e682_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0a9880ede4b10a6328766c1d9b05f17c53faa4ac561a8e768f5fcdda9997f056_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:51f75fec0f0343d3f68e8d4810e7588475cb0955b4793db7347d3ff466cc7f78_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:74ec8a94d5cda524570b881e7a352604453026a0324010b7f4b3d0a898b5e457_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:fb67ab3a88d2c3f33925830b9c63584bf14b321adbeb2e752a039faaa0401c8c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:13cc747131cec81fd67e04409a69497d75a893f4b56adaaa3a1f77f1d0f3ae67_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:2236900dd28b8470cacf90c618bb50b05a0d1d66726afebbefddd2377283989e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:ef89f2da22f7b0c0f445b7e700b29cdf9ce229cfd7866ac6c7bd2ec367db3bc4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f5a6e48a72f6054924be3b81dde0cc0ddd95d7ea029e1d819553fa633c47632d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:49a6d800db550efd565f451e584b890e88b5c6ff8be6fa0e17c30bab2f9980a6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:cf42aee609494b7786b12443443b9bbccc8afe2658ff6c16cb5c86c05c95a30d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:eb13074eecb1627bef4ca2cb0dde1116ca08cba2adcafe089e898236bb37dbaa_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f96cd58eaec24e92cb84eba253aabc815becf9264136c2cc898d1424fc8c87fa_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:8597574b86410624f04ebb0fa280276db1ffc676a56fbc74425e16790013ee47_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:901d510199b2e6cc87c754af5a1c8ec564089441f85917043a80733c4c83a430_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:9bc218ed94e8e516b01c11f26bd9adc30251067492ee2a84f55b573c2d09f6fb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a951a17fbd50a051cde6c2fc4e863bd70e29485fcb085c4d0c977a0bfdda5ea6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:11487764cd999f6abe6bc5021312a0ad9449b14b2ecc6f7bb24bc0d7dc57db60_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:362cd0740085d7b9bdfd4d10706b04b4b92ea759697c57b340698ba7fee0e063_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ece30fffff9f1b1252e7063cb4ded0e669f661e123a02ae5bd966bfc5e3e1ed6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f0813c18a84c6a7570cd3f51826e81dd0cc164299173d05ccf7ed3d31be71961_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:b5291a1306ef132559dcf0405c4a15d2921133356d904aba886e2577030b1af2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:6fe441946297aa27d90fceb448adfe939cd74ca0d02ac818d9577735a8bb004c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:0003426c210d73355a8e23970e027c7412123a75d979052113f325edc288b478_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9315e7033cb22fd8229c7cfa7bc78b10583dfabcc54edb3ace0a3eb435394f9d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:b5291a1306ef132559dcf0405c4a15d2921133356d904aba886e2577030b1af2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:6fe441946297aa27d90fceb448adfe939cd74ca0d02ac818d9577735a8bb004c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:2198b31f6460daa49ac33aee124d664f8020228052df648ee79a2eacb155df0e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:f1ac1040078d827c434858ca528df96b41047b32c27ac522d11d6d269da755ff_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5a3cfe8da21c874d227a225313dc98a3b175e9b67dd90917a201d5be2c8b0d12_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:a119246a2ed145b6fc3ada68e546e729485a34fc869e3742ea1b01b9f853f1d4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:ac4b25b223b08c445aa875106114964745002e90908062d0c11b56e27ed9f8b6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b1fe363d1a527033081799943271457afbdac0cb23ff875a65a6292ce1f6cba7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:66cd3d5b1343fb7f7fd7a3922adbdca110368de4f696b91066252229dca3f16f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:7793b9facc62469acde7d6064a4c2f26d8482fd1a2205add60fe47541b3141e0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8fb627e3f8138d9ec3c3903373502ea0d3f83c1788641f016a9de4d7e41dafb4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:f239cce00d46794f91479cfa3c94a2edd14e206f85e684131fe857a80215fe6c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5907"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:7d17650f80e7bf782a7a59fe0672f593cdf9dfde775b7153fa5a5c4ed8b86e2c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:bf046c55304478c82791a67ae0dfeff89af904d9b56cd63a29b261cd02633798_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e6165bb623041db07759616b297f0541fcc87dc3bbb91cc77399cebe96c1b647_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:f47af1eb3413e739f7e219ea89dfa0f09bc31f18a771e49ad36b32f8219d9112_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:34161b5f6663f9408d7ce5afd4525442f41332a9501f658238f3eb6568eaf3ab_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a4116b2262af10fc2c7fc40800501add9f5a9c671907f3eee75cbfaa37d47263_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a8dca289390dc8556a4cf3cda46e5cd45bae33fa2b1a88ca053626ca3e3339e8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b43e298d73fb723ce446344fac3e136b0d3347b38e7d199a09d2bfb85c231249_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1ec3135a01ee2bce646338cc6d71d35c8adce9f3603f0f07ce90dd88dbf3c4db_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:94c42af9dd8afefe53de729d8ec8b5f9103cdd7f80c96999b2863bfed030cfcd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a80acaac8c10d6cce0815ddcf0bc296013e97d2cf69d1eb6ac1b7f3b35b40d74_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:e4c52bbf17f055890cf9968da78045295f6e37e52e3f4be5807db679ff63b874_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:28f2daa782218c5fb085acb774bf1d8c13a208b8f29f4a12b372db2c446ada76_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2edfc9e18f365bf2ffecd7ad45b5693b493de472fe7abffe73ff4375bc6d2af1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ba51aa38b39b8f57d6908665938870cced5541b831756f4039047245e0f2a8a5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ca246a844bb6fb906816e4008c922a0470c82bfe6a736f3a926de3def6aa0597_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:07d09ce1d5c97a717dc1c0f540e21fbf7fc2ae0c27be6fd0869ce0dabc0591fc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:44e3c6d5b98dd6655d38e3523fb34ed46dc89e97ef8a86f908d72461cbca59d4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:81e7e1cb47cdbab3a46bf8bb0ebcdd218f46aaa94236ef250fef0fd143c9204c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c318da767c7ef1f2452bb631e2726084f48a640c962f8003467c72ff48225b56_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0b26257250fe3542640ce1a4f5ca71f90294c307eeb477f1d1e4d61e3ef233b2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0cbec11d17abd89ac4ff332c238f92fc49c19f3e1575c26c6654cf2668ca9e66_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:2554ae05f488567b3c752c16c59f852ecfcb90746a47d48bdd39825aede43c21_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:af26188e6f7326835340b99be42189550233a7bfc652375b0859cc058fbbd0a9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:31460b57b3986f0d6c84406eccd1801eb3a03d176fa510978311d46390828020_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:aa730767af15fab6facc460b6e418bbfb0555933b4a54b01d34cb83c1148b8ca_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:ab43b9177badda24d20e8830f375132854ad313b46e27ffddb8d68b6543d8007_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:ee7eff8564ad522223787fc270f1f4d4233359872c994981619f1c10b3dfcaf8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:0d809a095a0d86c0b149fa0e28f852c1633c2904d7bfa23b6900617ef7ffc2d3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:5c15dfcbab56f579ee265d4acf74778d154ce0185234810ea249d9b9e415052d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a95c36cb709d7f9fb89eb6aedcd7cebc104b90f8d9f1be6591981dc9f96af398_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:db9a343c67b6462259b3f300af5efe643b7637bbc88ba5aa65e06e4f573b0049_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:238158a2264b9688491743d5f7c97a3f152ea2fc4a1342fe4b0e63f618dc50e0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:6dde5ab62c9f5e35b853112e3c04a8c856ef9260318dad58352ae36c2d30bfb6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7309bb2119edca063c67c7b074e1d45d99866223dec53f9942fce421e2e76250_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c0803e9ceecf77a8b1425fb0634b40e4095bb9d899c5d5af84aa285527723d83_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0dd635595c420ee1672257b6326a193195b2d21945664e649b09c62ddcc25d7a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2cd23c69b8d88a73a2aa368cecbe1e8812efa47760bf16ee0629feca934369fa_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:4beb73d1a2c279b310fad6789fff0ae70cbe18a79813819b1da9c2c5b6959aac_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:dbf382ce2e7158ff2483336643ede99b2a4fe4cc888af72e92e19ab864c62291_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:303ed90fddf42d1a5ec3ad7eb1df833003ad750f4cea17710870382a0f8c720e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c358b8a12046693741c5e88afa14a25e066ec9e51b84e22935c19dbf34ac5455_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d98dff9a03e2bc6564757afd151092cc5bec438c678f5fe5e402365bc6bbfb03_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:fa2d95a06de233147317ad93109aa809f5487e74748550e40f4189e8aeb5f50c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:943aba9a3a70cabfc2b0c94450b39ab3fbfd92f12629a2e175ad89251addc2ec_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a7c31f5ce80372bc4c63b60f9741352565eea006601522e25f03ce902e35564c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ae2f0cbe29206ae3ed5275bd7a0b101dac0e3bdd5520493ad4bb360e2267ca20_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:b9cc7a6280455a8a36e26494744d9ba540689594f8a1d8f625cd1811eec2b0b4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:54c3ecb1fecd80a81cd667f5edb968c62381bd2ddb659255cfd861dc0a8e0a9e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7deb4e0cac2bc3989fa828677e4717eb75f1bdd8223dc638310d32c73219314e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8901061b783b8a41f447eaf32919989dfd24bc13b1ef61b36f1132d66f64288d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:921aaba9517c1b00e09159d4539d47a55c543b1c7ce3c789e6e333ec133b5406_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0dccc414a5a3efd474a9eaeb61b6a2130f652c97b8b71592c7cc52827ae149c8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6c1df1bd921b4b6fb22f9db19a2c69ef5fd98d231fff3869a22442b36dec0ffa_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:eef901a0f37823970eacc110d194b81a6c679aa3dee5fd0d350b66ebb53a1542_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ff539434c8d3bf3c3a64f040a5f7ad702ded9290ff0a894a03fd45fef9fe42d9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fd88ff4734a68d6a95733ac650eccd70d1c4d23967f32b3ef8de08cea8bb05a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:8b02d7c27cfbb38d19b1456282d58e14c8d64efdba25a6238606f66610e5e9de_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a4b3b74bd3e1a9a1c81f040810325ed6bee59e0fb708c9589439fc9c734805b3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:bc92d21475ba5fd3d2292c5f386328bbbd237b92ab7288d3709229ece5b811e1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:360c5f509936d41297633704930574fb8fdcca27e98d1614ff81dadfadab4926_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:5fde232e29f5707caa6bb5219f108a563ae59bbc5d2818e368a5b9e472a1a2c7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6f1a30e659ad462113e1f481855cc292a760900cb5c05e669b5baa0b05a15277_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e2a33d8b21d3c833d9de1d6472e958b67ae7c6583e326b90ba51a2e1992d4924_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:1a6641eccc288ff48bda2311e1356ae244308345fc4c6e8bbeda2ed8b9f85eda_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3491a7f01d29b8ef97e0d28cf1258c37979ba8941d8bfc79c62bb7ad871e1f19_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:86a9b3d8064057e95ea8935b94edd85042eb86751e79f7a9783b9601b88d8ebb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f4f10a1f9554ad0aaa4fb9dbc97dc9d6b1b27af1ca3810731468b0c458b86a98_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:b06c2047e92976665952f3b0352b0c5bf8b5a2e6ba00b5a5468663fbb0309e1f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cc10468c6882a877f993ac4f6ef5f29e7069f99d6b3ceef528c8d7069ed362f8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d682c5746679d8dd8534b3d9c4b913880ef9d5713b7febaa3c7573fe7900b61b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fbbf71963f1f9fe061819fd07e90df13d27347f2854720be55d4ee453b6b60f0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:515147b779e1fe06b9b510177519d413a679552ed6c2ecf4b0ca8816a1e1ff6e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:f1fc196ec3db364df254fda90a46e6b12bd50d50c01f2996f970ff8f9c1ea1f8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:4dbc09f5c1c4011c13a1f461025da298ce289912d98627fc6d08ffe1a30a2a2e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:d3436d8f8316db7b836d1146932a1f8de35edb75644eb0c9f0e3af334aab8f87_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:1eba9990cf84de01e1ba504b9b852c48cbaee1eebe2c564977d1419177bad652_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:cbd46373b97caeca24a3b22de19a294091f3d5e294f2931f01d786ef566867f6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:09824ee3a4038855e2956ea2d70a72b5d1e4a9ecd9a323dfe27eab6df7de5c1f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:8d89ffb1ab74d5e02fcc13d2a00d5e1fcca30720d987c140544e061ca7fc6629_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a8b44c2c0bed6ec652301ea4090bc62c990130150a8c1378a06fdb3f9a7b848c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:d2005b9ade6f74ee3df518d9f124b8acfa909d0dbd34c1c3b9e044c0556fb268_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:c0d0de4014902209309d97c189f02ef66292b254edba7e02d26549e3ee24d7eb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:f673fdfb5f29159fce99cb0ce47a31fdae2f57533aa49b84228ec7fe03274aba_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:07afc1a6c00649e6f56a64a75a345ed3ec97e28976ac09d362bc44412fa6b67c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:54319cca65ce76d81bd7a392eb841bffc14867bdc1ae341bf8ee6f84d10c867d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:445ffb4c0d9ca84e2c57333adca83f863428819a7732111b204da9f57bad9826_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:cf571aeea198dd0b07a42f12727db8ac78fc7d40eb5d1ce47c0e521f84142ee0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:80bce123dd0a3488a9cac662d578f451608252e8144ee8158cc877c02c3f9d0b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:89a69823162109668d5562e46ec004b719bb60cab26872234730c458dfa697ec_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:53babfe25e9258b6e8564df67e1d465c9f144976af5be7b30d95b0dd910f6101_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:733f6a4a3f1a1ce7f0495e2ccd8f492ce3378e2f2ac1d6f618869bc0460bd341_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:0bd4e71e9d22f6c16130426710bba8abbb82b0510cdcc9eb6cc74a412021c45a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:34fe2d2d5972de86aca83a9affd601cb1c4564fb1939f4dbbee3dbedc2bddf9c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4e01b88be4742c25c24977471d81262f8f0f391ccd5c49250b306e726e1d32e6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:dbb1ac39b132a5d539fdd7f13df09e84eacb8460fd7e0097d562ef079ae2c677_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:1ae054478a86182135ca308fc3f18c49da06734b34fa897f74544644474c7807_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:3b7157d6c737fa70532d96c62fa68e35fe547eedc6c50580cb89f4ce9fff4fe8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:152e3c57d0bcd719bf1e20ef7d43ccadaf30939c8c9899a2ce115a55ad7be983_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1abc468fd1a09c4b30e624ef4cd9257c2d104db17dbcf19a5bb8323682271ea1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6e535ada8c1768a2411ffa684bc624afaca15618b2d1a8a6c50f0b97be52668c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d46b24f503b741f3c919cf2f30409342310e3b2d6110b043128ae5d496219c96_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:12c1eb19b65af75175b1708f0049bb3eeb16c8c9a632957f5f97a5419246c7c7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:36103549903651a18d5c1c25d07dc98ce058140cd2b8d6e80cb0f1a940a277fb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c6fa0940709c377171ed6f553729935a9bf1bc5abb7c47f919d3b0fdbab3fd74_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f421d2c61baf1f196a5386d02b56b72593ab557a99c1ac61fd99d324a8bba3f9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:01b50335d5ef7515c859414036920594a5fa5b0039f5191aab1f16d291f3514e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:98a06124ecb76ea1e4d88de6b1532b2c8c6a7f554d1d25b946258b2d2e274649_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:cd6a54657188c7a1c0147c72b9d7ea326de2d7332eaa2c049ce4e02807177bc1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:ff2c7571055602c2cf719149d742d2e7cf308f1a077c420205bcdb2afff13c00_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:455f935e22bc0a892237c11e22b9bebc4840c26c61510d43827563312ec71fd9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:8b30cda549756767ad42a0486cd2987e13eb28078ae00996076a2c4e52ec50e9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b3f754533c34684d3ebc8a6646c8698cca95b6836f9b9cf6bc80edcc1c888f19_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:ce1af97db3e2816184795c6d1fa3cfef25329df11482b2bf4441c40e51d21347_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:73b55b309bfcba54861b619a26745a67efb4271848e99db56af2536ceb0fa597_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9dd8eb511b9258dd6e6e2edf03a6e6d64c1bf8a5422c173cd0b0d9e1b2cd1734_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b43f4769ae4bea0d180d4be8183c92d1fe5aacce4287fc1462032f1783c42207_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b7d331a0edf44bcf0fe747365f092a69e1c1c7cd156d48781d40d41a3a0c8552_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:304b520b8986da52f9f1f175672f6acb79119085841fd0ff0fa9754e8f22b34a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:67d76b9cdf3b5be24e7d157bfe385f184c6abd429860ba6d2280f77265929f26_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:df5b6082f4f05bfef1b63ede7fdcb5b575e56bcf264bb21e71ea2dc98c884ce6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ea8623b6dde50f9b993f9823e27349650e5d80f3f4f37c6b9b79cbc08ffc6da1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:401e7eda5905ff108ac067119245fe3684e50e736737b350baa06ea6fb2b7174_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:445489e10735202ea518bbee1cd56545f0e7e66742712cf5006c4d4ef30fc1cd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a583347caae3aa7d703a2130fc1f57b9e81ea6a06bd33785d87f92596f1f6355_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d30bda3636af0792fa0b182e8c1f79f5198a293572b40eb28e90e8e536416719_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1a369e0372bdde7ee5ec7ad647d30e6fd9747904580cd025ef0e20e1309080b3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2d0b89c800f09fb923f249da6536b9d396a53311112c458973fa9aaffb9bbd77_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ca969364594a060f9adc621daa9d2af96fd265e32dff63699cb42aa60ec1a9e9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:f1b997f7c662c0c8e91be2d02d6605fdab614bb89039ad1f38d6cac2b4623ddf_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1f379914cc47321de26756b1fd2fb634ab93f0d50400467df35dd4303100ad1a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:748a768980651e5d15e4b06d8483c6ec6db7854844e2b7dd789ea0e5d0b42d70_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:922cfbcfa109c304f82be7edd274534d18f9e2c7fe036e9b078ef40dbaf5659a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f439945f38dba034123eeaffd05372162855f703ab5a939dfc40c8b6e68b6dc3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:515b64496798a09106a5a99cf322bb02cea22a7d1684653ed251ea15532a61f6_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6de46b3fa4c0a353f73b6dab1c6dd53546b38a7cf754063382a47a3487aecfef_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f41ea3ecd58d560a52e13cef8384f6197d49add48c01c432cd8971f53fe5a4b2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fafdde0ddc3752811000a0b64826ec60715a45f09b79aae8aae637b6a50f3c23_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:212637507016bc9b3317c3980c30b476867ebc90d1c0724f0178f445052da718_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5f148616ca51bcf1c30183e095a8b5a981a9be858254938ed45229e4b4ebfdd1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:9461ea9cf5c260411a69b6b39c5dd4048c592f234cc24d481561d90fffbaf1bd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b48c6f2691532175458342223ed6c744b4dfe2cb057d1abcdcf3980127791ce8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:2c1ca60eeda0aa20403364a3ba33d9ad349e98ae3c839bff106d4b3d59426d58_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4141802dad81ca0be90cb3e030f18156e4f129dd2dee7b40d4b4b2f63d7ce927_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4cb581ac92c27cae351d2021bf76d97b20da9a9db8f2b867df879a2917d052b3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:da3dc2f193bedf7af891b2123b2b25ab8ffc54ee21ce4ee4a05557b7175aef7a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:232a25a7c42589bb08f34e08eb3e609ccc7c1de4281c234bb59df3c763695339_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:77021ef3e969e39c28e863f22541819957f046f28a88ce0fb0f706381e8ffdf4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d024567af8fb35126a2084d9c0de93c5b349249dcbd202c0c5cfb7d2d05bcefd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:eff2753dce033753b4687d9eb031bafad6c3bc1e1dd941de90baa0322bf14496_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4a8e36032ebb3b81b4e2e854fda6217a58adeb78e133257689d118b00feb9d0f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4e99ed18cc738391a0b1f7fd6e5268dc1a2b2d0c235b96f5def3d9bc25bd0c4b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:acd10e1026c3bcbe1effdad4d96922661418e8660dbb0e8e97fb69b3df8a3578_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c84a3e6dfc4b3abe1c2f3e6f63018a8d45fa3333969ac2792dce86ed5dc5f7f6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1d83bebcaaf20c68ec4705bec480e45b4a69d8323d118a7fe4812b491ea940f0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:bbd338c6ca660031115a11f293b165aef23ad28150c6a8964dad403618cef28b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e9a218fb77c30af249580c4b11915d4876083f642c7388c6333f70b781bb9f17_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:fd8e0cb32df9a3eb7eecfb9d5356a136590223e69130193ad8a92f310465ecd8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:0de9a2d5418c0fadfc68e9f64335c23396fc3188b1ed7191e2e740e53aa1b29f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:2c6a648364c88588f7ed1c538eaaf850ad4ae8310b83cff95c11db695cf4f528_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:8a408e4ad9cf59aaf87b0c0c97d3e66c4339943d810da2703cb4d0a946ac036d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d4f83ef7cf93115c55d7053dcbe9cf980bf522cb4c3dce2feb95e6574657384c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:06849685ea1a02445fd85960975e0f4f0d39947420d0f381dd724b37f4f44994_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7ad3e41c51b206489d6de9809594d4407f0eb02df060111359880560088c9140_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a18cc97e985023b176af5daad9cfe50eee25bc7e5ef657d20c17aadda7a76c35_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:f3ebe18a671ed1e458d9c86184fad3fea2e8552d8be87b3f2bc83ca45f6eecc8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:29d61cf5ce7ecf8bd5e49c5d01b16a82819bbb345160b90ff46f0d936f1152dc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:34ec4d660b408030abf6f5c0858fcfc095d7548530e6bd4038009c55ecec3344_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5a947d842f80e6e70729d0195ea3fd77111aa4a564c82e9bd0614fbc715a85a0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:c6b897cbd33e4d897a44ff05e5a2f7093a5fe930fc249901baff8a28a015c408_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:20dcf9ed5dab0354410b6c14f8476980d2bea66f42bd64ae0c1e354e185bd820_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:559065936f9a9039c45cbd63a4dbeb4cd3f69e990eb7a878571971f6e94c936f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:79e01008c1f3a1ba2dc98f7ea3163c3874a5b204ca731d056b89ebaaf97bae50_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:c36158a99dbb4a03cc9581c46a7f0e84e3ce098fea15d5b3ff88e10d41d0eb1d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2c6e5834f6042b1a4301f47d8178b2e718a3a459745ffbc959e40cc660ada97c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:475ba06839391550b35bd29309fc939977a72d4262b99f129ef5fc964adcecc1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5470d37d9eb90f60a29221fe605551618af1037c555e7f82ee1c7c1b6b7de654_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c8ce750189b017ec94762b6691cb9a911f97f04927615f0c802149aa3f7282fa_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:1916354b8aed42783dbf3bb7a3be6ebba6f561aa7d8c8f41fd6e32f1e46b09e5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:93cd970355ff2c9cd65c6f051391a1dbccf543a1f4e79ebbe6b3f63ac4030ca5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9cfa1d58c7bc0f875b5b2d704afcc95c4321388c94202c7ecba217a12164e8c2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f21ecbf880d3fb65422bbd0c410aa47136526cdfe5b75fdbfd82e720530c9fec_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4c6a4ba7469a6e3736176c838dd09acca392d508ba2139bcde3d01a1ecd493b4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a21c60cfbdd3b771f448a09b89c09f0992008625caa9fa60c5f9cfdc7d49e457_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b6a1d9d0b74f769294c10ba1ba65fa36a43217a374f3e37a189fe3de1d33d737_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e192ef1c1c539e194a2c7aea2c1cce32c6bb01bba982d3f0f9354649f32d24bd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:03475c318b9a57df484c7be2cbf35f654487c3084efd389cf4f6ce0a0f845dae_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:974abdfcfb3399823b6531a50c8d09203167418b09f859229de602a55c6f43bc_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:aa3852b48c9efac7a7e87bb01593b4a8c7d9f996624154d5a34c836e2b126485_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e0e95daab3cde4412e5d3222236adacdb8283e65eb64572ed175b353adc4ea50_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:106fa9124ad7bfa7e2a7d6c68ebd812cf2bc82c55ac092c1a702217595fc93f1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:18317fde63976665f03833b7679bede00df0f32327c1d56a26afe112b4d26f6c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e068848e4408ea82c40cdf03f2e6c600a40c8743faf344e0b2630f12d79f2fe7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ed90b2768c731b0fb0d277a285164c8bd8cb531ee984be711f64bc503292e839_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0ea0939567de6bf628dd5ac96f7eb68d3b29f1819ab932296293504e99ae3390_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:45720e600e73a2d925662c4c6a7dc898e4c97e38bf9b6c708455167abf99b51e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9afcbae95f66db36e6ea832d41f02c8fa14ab3e79f52dd1878ea24b57565b547_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d4e9f8ad81006249c50770495829c63f9322d0214efc045a4a7b6b0955846f0f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:1d66fb102b391fb88b40efc0dc3b3935d6f4db31825ee4d878273e181585e0b5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:2a221eeae6e50cc04e9466e5777f829f58311b2506aa149094e5e31e0cbe6e09_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7f15db4d5cefd46fc71d1953fc5cd62630bb847c6966523c5ab3d6cc2e5f6a05_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:99a3124337bfd603542826a78e4068bfd7ffc9feac98bac54bd7b3f3384faf87_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:86260062116d03fe7c4ec9df2fde3ccabf315ebc380f61db472d334be90dc325_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:8f284d614d7fe9d7c0bb5ab076490a781f0922453650713dd6bd722a409f650d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a43770fac453ba7e59e8af0c2aff352471f81a1b5f34ba620d4555a16af464ba_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e3a8e74f008721239ea7c070e6f6def1e779b723863e5ca279702f81cdfc0f5f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:669084db9430a977c4370fd7949543c2e57e82da6db6d01c376b3c345f7c693f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:9c91c1adec653c87fbdac6f5755528a27a4ead82d740af2a5e5f38aa16789804_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a2ffcc7216ed314e39ac12c0cfb30d29a6a4267512cc24a8f59825967273a2b8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a950db91a853e2b6073fad294ea604d51e0623b8c34288af1a98752f79b873e8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3af31e33187cf904b7a3bbcf7cded17c69e345c73301563c60312d35d1b694b0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:42bcf4c037d6212103448703395c0ca44f36a89533e205f0965c2c111d218fc8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:7b9bc218875615eaea10e71de2ce1159bbc130dc9099eb71d9fe13d9a0f07179_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8af69064595a39874365e60cc66d5f6697f28df4f82f8e26b86eb3fe08eed8dc_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:43a9f7284fc596378453b6e3a6fa1eb553d403ee25492c8c10107aaa77d92412_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:9074d73e7164486f4e0bbcdcfa5f46529fab2937cc5531dd88b13b2fb433d6b6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:a6656391bbce0ef6c085dcb040dc623d737ee8c302638d0e952eb2cd6e9671ae_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b98987da700deeb50da293568dcab5cfa1ddc843e36ed4dc5fe6d0ac8b63c85e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:66a2823e0f80a885f64cdff57291c2d6af6fd0c117c2d033b372be28b0755b2b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:845d9b912f7dc3b56804668e652f7c6b711a3d064501785ef9fea0273f60063b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b94aad5462be3a96ad9d3a88d8aaa775e8d6446b7f8d1b8785de703d14875cf0_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f6ad6761f6dd00ae42d248741c778b31492259d891751c9dbdc6dc39c2960dcb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:7b31119b0f90aba00af66b6bf6e1d2f7248d3db7129a6fec071a9fba31dfd0e7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:93cc886509cfbf78ce38eec32119b47cca28aaf3b43a254a1deacdd86de5e877_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c4cfff6e697533c3a9323ba6ed15b74250ecbecf71123cfe49ad56708f505021_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ef759942f6399bbb13657a783a7648dbf7ec880e8f6d4ed64b69812f696fcc1b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:155ff7585ebff390dec5a0ee00bcea904cde275e165ac634b2083c1fec868a18_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6971b8fa9f04515d6e4d18a27982a2496a4efaaeff90e741f3248d31fe1961e0_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6d590f5de5ce957e2d21fbd86c08411dc90b6c2444fd43079a04e3acb35587f1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:718a4a859157646f240e5fa4e3f8ad5c5ac7e53373d8b5d0a45159f5eab2c9a7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:629f7a041cf101c337effebc71d27cebd4dbe4ac7f7eb58e93f872106f88426f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:7761842991965d184af3f11919c4a4524d285d69266f92bc01ddd1cc66195fba_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:9865d9323ac25a120e3dbf34644b7343e650cd04b201d65518940b49432f564b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:9f6c2d965dec4b6b13fa96bcaf0134bf2acf302e2a04fb6926075bc9e92de97d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:855b51d876eba214e06624567a2606ed0be538fa6db7e24fdd508a269e1ba2c7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b041548b2283b0b0837db6749c0da693f021d0510a5628bce91ff5be1fc83f71_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:c7fa529102a1f95a53afba3a07db55a3907123cd8bc01cc6e1c4afc3c41928c3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ef32e7c28a82efb0ff8edc4d2678e042afb2c378791a34ccdd9243eae5246d61_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:0b779b84bcdf0ea2821962e7df8f34696f23bfad88557c21ae5fefbce289acc2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:54847dfd1e87683efe51562e103367f952ea801cd409968b8b5e04ca0ce48bb7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c86b554d052e4c0f38d69b571d246c090f5843302d21fe0f2c7c06ddc604488_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:78d85dae433ada85e1fb57166d278887f652a03531326bce186c7d3b207df288_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:4c4ec9a44884b5d618f231cb65a9b69078c2d86c8f168d510441814357f9fbd7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:5bfc5d24081ed832066492f2542d2566f40aca433535ff6536307feaf416c727_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6717dfcf0c98ffe25190b97c977daafdfa53ca406572d81143430f4218a17382_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:fb7ecb21f68557f92a912f0cabea1719fd8969638e16f22c5c89d433168f3ade_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:6f80af3728d41b78b3e855ce438ca882452a785a0b794c374475e6634390f6bd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:7df0f2a7c3268c3fd166e4012ef20a9911d6d7be4ee9e260b2a8343a1a5c23d3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f26c33eae235ad613283bb3629ae031e06d95e4371b6ab35bfc95d6cd6eedc70_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ff72b14efa0c7c37a3795808564e00f60bee07de82fc22c7d1e0822893abeb8d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:15a34ce98242d87b27bcb7a2ff5f8a3426766e31e4aa8dd21280a94a0dd5de07_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1694ece44a326abafa983a7fb2b3f84f671941fdaa708c21159b2164bedc8fe7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:5316833a649816a20637f5815460cdea129cd9f304d66406c7d15210e09adc7a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:95a599547beb53655c1f6bcfe533196664371a94b5fea328543a5f90c1f4cfa7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:0c81a72caa0f5697779c8e808aae1c6da81c34d58ea22b7fc41535e5b047d4d4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:1b5092eff9d9daeea6ffcb7c40f04754c401744c8085b77b67f231cca7730818_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:7b0157dfb720632e557c0c1050c643c7a9dc9b36c5f1858a37e11604b04b795a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:915d7aa28dd103a665a72bba13375c72118885bc3867d07922425576d5372f71_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:27483fad6a2c4be85baf840f33c72d98357bb6a55e754051fff08820977c7a3f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:5bdbda0b9ae82292ab9dcd9c3907d42687418e591984ae30b53d93f422ca9d86_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:93069055bf2d16735b13a8ae1859af38b6b7b9fe3409806c30a2147689972023_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ef060678c540f10ecb261b29b6674be6d3830c7ed0e51f221256fb09130b4dcb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1d9d3b4b90eefd1714e4814e4c340d11a88f1208852b7c624fac4096ec3bae65_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:37afefb255d2e64fe5d72f6d32a3e4a55684b658b114dd341689ef0dd4cefb9b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6033b93ce5c2f73213bd89e9709038829a2739e238a1f827cdebdcac8c39dc91_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6fa75960064a732c4e25407c9c2e8b75bd98feb5bb06c9cd70dac8023eb21c0e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:5eafd2fde7b9fce1b13109f4729396155f7ef07d73d51067b11f96661327453b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:825963b5f6aeaab80cc3c6a3c173b588263b6a9ed2e481c06d42a229d18b40b8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9c24887a448382a80d554684df4280c49a3c6ab89fa9164d547d0ccd25c5b0d2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e423c9ccfc07b48c6ac2cc4369a6fd61e9b8c420a08f64d69e9a35b887874793_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:0ce9b759a50e8562b80a2466a194f70d0728ae93717dadedba3aca34712f14e6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:814fd188f5a532065135552df55e4c55fbf9952ba35f93ec6f4f22a4da2a43aa_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b87d5c52b3da29503ae5089fb3422ebbf5ab02840c486b19678a9c65f04a9e7b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:e7ed0864902433356021a2f30c65020370c3062889f7e5838be60d0ddb098ec5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1622e137e2fcea249115c062de3bb6e0a099ff4f4545ed1c98ae2109eeadcc71_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4a66bbbcf3b973ae35749d7d4a1987a561a57d16b154c0471092a2f242912e98_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:51a7d1ff4fd4ac2325da2064724449847c4aac05dadbc97f30d93d89bf887b1a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:f1743346567b7c2f4101128ba81ad4b3b00a40f3a97a465df9e1b895a08cb8a7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:852af33a0803094bcfd34f452e8490f95fff66d6e2028423cfff0a01f201457e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:9848cc582e21d833e5d5ce00a0655abf37173bccbf944e192510b3373510d81c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a97d77c1235d10228e36d47b304a14c05a10944904685f344953da18f2d30866_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e5cb819739007737f750a96605f14991efb3195f13c906efc64db87934389379_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:3d594065a138374b4efe911a3e4619baf1d888272607e83e4f614e8c3e48d2f0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:7e2fdd43861a1be04f8f6cdf2fe2651d1f7ad194d7a43326e8d65d7757ee3d7d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:08fef794d449fdc5f89da613254f8d8cc2512bffcd5a8f289a7bd8cce9f8660f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:9e43e41968b797593eb5d4823f8e1e7babc642c3ec308673ee1640198f12c234_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:2ab98db3bd54d97694587693c196944eedb77866bf2dc9fa70e6d186c0eadb34_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:cb11c30ff4bbdad9e25e12e2960d754cdfaa7af1507b07e74e21aa31a45b0390_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:107a0f20bc821c4dc4eeb05f29cdd1c0601db4b66f5a3245272098dc41ae7c5d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:38f286396ef7e0557eff8cc665ca46c4248e2b060aa9b170873e13eb691b207b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:5d3eff686a6a64f96a79d31f8cc6a88b17171973f4718d3da82e0dfd456436c4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:903ae03948c7e68b1eef1b1dc2f7d8718693e3149eed21862cf1fcfa13482dba_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:0fb76970c4ef89824f28a0993f2a21f5c91aab7bdf23d6d045da48d9c4d176ab_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:37898fbe4cf22592901521c29bc10ff1f3b8df7a200d64e9c94d037e8cc38e60_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:c4393a9eae01a0bb31f85f8a6cc609f80a8c2e7b7c4372c21bcfb91492ec78a4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:dd74aefdaae0c24dca43a36548e371ce292af5423751718b1a6480224d5e5680_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:500ce3a45214ea5bf17b0c7d0ebd33f75183db7bc04d30f7d0a25a225f494cc5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:6e201b3e5b45494f8ecd6d607bac314cc10b419d4f3a695c1aa9824b6eb9b8bc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:9772d2c999317adac02475b2448f24acc49cabb83c7727e9e478642dcb7e9794_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:d8d22b7e59cb411c3f1fbac22af12b78fcaada8e56313b2f5ac89806152ae825_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:5d1773de9a1eaf4b18081c968f3d1c3ab35af0333dd8ccf599c30a5336b40ccd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:93415b427bdd9185565c26901edda6e5d0e5b7bfa013605de8ee206716141c4c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:be9f4891181cd1b58aa9a3fa7a0d26dc3a382e9dda02744b06a1cd7d806ed6cf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fac44a7144ca9e888a74db83f6eeda24224d05238af0f8cb54627b74148f51a9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:20544ed1aea9d8b483ac6dd9655a0d108b80121b7011406e0a59de4c93060dd9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:29f0f10ec928c8face73cd03bad8478ab4b8386f0df20ee2482102f870f198c3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:adc31a12f2eb578e7bf135bb0931aba306487174c7e8e71f6d3d8661aad8c350_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:cc2921b6468b77227e9f210589f07cf458eced2ef0260582d0a1a4b8f9b7a613_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:156540860fbd6556102cc1abb3762e6595d374fceeeb7745d92655aa3fa74551_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:426c0e5e5885ee0450f36a93fea6f733637011c5f5c97ea2c790e0edab5d7cbb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:abea604212336f8e3cdeb786913ca33cf0843f3eb7be0d1aab681a005e6c9417_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f58646a44ac2716d6842af49e48f13b6c0a58ffde7202cf6004f479658ecb048_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:484ea3e99fe746668ca7fed6862b095326bfb8f26cc79c0bd4de143083b0dad6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d2cf9eb8a6b0528509e571a8ab3710bdb6b40abb5f19d797a9097524d2e3cb7e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:def75e5d102cae679cece8fb7e7cf26631d9aaee782319bceffef95fe76308db_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f6a4b9d3d3792cf016df0f539b41c2d33d4cfe3a85f87b8b1a2215c703a13d83_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:17d73f64095d650a84959f826da3009d844f209c39a9cf55460b842a08968fc9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:382ba71516ae6c2ce3670b92bb206e5bdaf5dd0519b2f1a6fcb417b99f0ccb13_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bb9cd5df0da433f514a256dc92610219d22962f8e9fdddc4a1d6bdda45174287_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:da71d08bba2b937f4111e6d773765da8379043335d83e600743608bc4c3b7580_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0761be83c6edba07296a17b61838c3720666dfad633f9edbe9643c1cca008a8c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:23021b0b3a60c43895c17a9d27eb53fb5cde7b9ba6ac7a5d81d1723d804ecfbc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4c802a4f273a7d7752c93b18c27e264cd373dd989797d1f9b970ae368bfbed90_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b41f90c9d31171dff6834e9c7b72ac295f7e0058eff6f5dc7480d7c4797b9700_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:192a0e7b36c1fe8b6b70e6504e12a59ecae23ef83d563ad4c8cca3ab5b2cdbe5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:39a6978585f0e1c57d7460a4fdd668a238e126c2ce7e599ad9e847bb55783249_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:851b15fc576a1939eac61342bfc75875d4029dccacbd57bef1b12ec784523bc5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:dbb87a87d86cf4186ac9c4e546048bd07eb4e4b3734935a152ecbb60bcbdc1ec_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:2c372fc451a83f382e57e1e63de0f0b10f0479e665c2e1d39b20c8bd2d84f51a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:881e89459149105fad3a737087f34ba6a0bed3d933bb73e4d1943a36d21a1f55_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:cea296a2222cfeabbdce7a42996be42db39f3d89321f93ffe705c0c01e7b5b30_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:ee35c6aa82fa9353c63acb0455e5196e946f423be7418de921beb7433bc27dd3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:64c68a2c39cedd586eb70141b21d19092d16303738072987e6a33a208dc1ff43_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:77d5bcf195bccd0d556e17803f4c5273010543366112916c8e9e4189b5f68627_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:98e7b50a5fb4fe900b08a52bfe5f1af0f189bceab97ce106ca4550e0fa5bf487_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ca76d72ac426b6a7fcf59fb99a3fabee6c5ad3e0095e75dec3a06194fda37740_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:07406356bc5aa39e2d130e94946ac1ff2346d3570819af5d1a228b3e927b3df4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:628d272cb4ef7a625677252fec78b4f6d7daaae10f3fa21e9e605fa294ff9ef7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:784c9da7c826f43b21b798e18d89f696ff3c0d6c999353336d1709149e3ed6e0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:806bb2fe904f03bdd46f5e7fd0da4e8c27badc7a363a034a896bb3c9331c565f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:09ab73ac9c9dae1e080a70737bd6f8c927d47404850ab85cdadcf2be42dd0b1b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:3ad634a5d007320ce93be80165b01aeeb25319a7458cd465aa4732518460855a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:71f3b158f659a76b705d4680a0f81d930f6f622546c903aa2bac8548382d232e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:cb741e1ce964c52ad3d7c373dcb2b2cf0292fae1c857f71cbec4485e0b1e3270_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:23b98311440ae92c9df288db4cb9336e442724af99c860289733d6c35dc07192_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4337bba1939749aef224134e01759014ce11a2ed05926c790c0eae870fd9b8dc_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:505907905f0d1476c5dbcbe7592c9d70ea91df7adc38e9618d2c48355ece4783_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:bc326e66fe857b4090cd0e717a9976857d63a5538890171adc420d47946b2c95_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:84abc2301d2fe7fefe78aa5dc90ddda63737ac2c8c47778b898a91738c6d69a6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:93f2305b36ca634a2b8fbbeb4bfdc1a5c868e791430d389f0e0326ca839920f7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:ca16e72147f9d94306abb1464485feff4a03a4922d5025d4b7250cab7ccc7732_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:653bdf880528e317bebac6f7aacff23ebab11af5bfa931af13a8d8e7b2745eb0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ba86e60cabbbf3c8845a60ba559d1a38d5370ec7ecddeba662ef01fb083030b0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ce35c93fca376e03d1d08e22b8146860e5711773b17f35e32a87bdf93338b182_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4aa1df7eacf95d9408d5016f5715b38ee4ecd340d9a66bcd55cb345d98de466d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:87ef275495cae4c69268a6375eb5e07d9895913b019bf1a73dcc5043b3a24a30_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:8daa3769a103ab420b8b43c68ed6d4d90a845bb23a358c62d38cf679511d6fdb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:18e0db16b10f2edaa9919257d37587d7df3c4c62cb88b8db38cda65e509a0492_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:1e12af727903c112c263bd301b9abd522da36fbe64e195f8a4d4fe19d34e9c6e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:ca613da143b223316bbfabe5c1618d5de77817057a47f8430b9541151b79f654_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4486fbb2570877848c2997a50aeaf427cdcf5f8a2656b3212c263d8ce0d8cce1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7e83a01469262e046bc98732e0e7ce4d71af991288d31155a9379d967ffb52fd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9d999175269f2e59feec60b202253ece2c27add1d003f80c0e40eae8d2621f8a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9f31f2da3caeba8ef97368c1ebdd3fb1df9aa911df241460d27fbecd2cfc9da8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1638b6de2276e53fd93970eecb2bebc56c34ffc099eda9bfcb02dfd10eb07be7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:22cd25be6169ebb1dfe48722f3b4c6133f14c5d4f6db6ef5c7c5c9f976b25901_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:646993f2432d9a7cf3d8d56e3caa5abb77fab65d4dd40a01ea68bc59e68ad082_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bb4b4fa70f8193a7cc49e278475052e1c053e1dca44298f02cf8a0c1bb95c740_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1076cb5e72c6e457760fddde4d94257042f5b0ebd7076a8713499bdbf4943c8d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:3c749018959822c9a7c67fc3f28f62236f1791b999901577445838c8f78947fb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4aa259c5fe5a5f92f61775e842ee7aa66fa29d6b75c2b67cccc8900b08b8e96d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:5fe33023e5387e6836b35074fdc002ca7d7c85c6c6cc95f6f645b1a7a3651b93_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:02aa2709ab8f16d997dff85d05909bd7b67ec3e4cf91d50b285f17532d8a625b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4aad374a238a0306aa63cbde5a29bb75d5b80d2c691558a1b384cc6b1de706ce_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:786af9a1f3e4f873aedc740637bd197272f21553304b987476b2e462b0dacfc4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c449bc96c47df9f808b4e89c06facf7eeaf44761485077311aea32ea1342f5e6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:9beab497bfb41b47b9f8599920563efcb58961c2a8166225f1935f45657843b4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:af7cc2cf62f672d6a00016c116f3c66b72b64fa0d05e7753c8e4b6e628a3a082_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:3a1c445bea72192dc031e4755bd063fecc4fc9139484f54d8d54af26dc755f45_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:6ff31d9e340619aff002ff35ad43b6131042cfd943dc0deb54f19721eefa1c14_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:227e8c82c210cd100cd7aa3b8c5bb39b3ff31a4bb6ad78bb7134c122dd9b02a6_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a7587160377c6622944f5dd49380ee9565d49bc02da4c5b631342a037835c574_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:2793040a3ccbef82e3d074bf0597a8bfc5b5927658a8bf4148b5b0675d6fb3a2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:835edd6d6766e17d868f7f6d283005b2ed2d38cca7fbad1c5b36f63c385b8e2e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b635f689b42b827ad12ec312500ac2582c022eebc7776bac97532bd61ac31cce_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:1099ddf483c4cfe64f687fdbe5587648756fb5b9a3d01538724b2ea2fd5ca6e2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:30dc9e1dd4b35944e21e40ad23583cb9d14be00172a0195dcc95bf8e01e34e1b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ac4fa9eddf99f4581573d52e741f0eca595c9e5bec12cb177f0eacc7150a46a8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ee30d6c3b56fb533d299a7a432618a1b2c83b1d9d72b2c58768c07c349fe95c8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5aece9cbc711608ad1dffc12ade865996984d714f5e64fc894bcc3985fa9c521_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:adb1d854f6dc5e70aa0f33164a3ded5a715ba0ccf894efadd73c7c4d661f0b21_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c0983bc8863c23ae680915339797991b26c17fbf4782caddc071a60c17992266_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:cc90303d2e2d0a5818706672d1aab7847450b9d2cd991d7638451829fbf26163_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1485611739af941f4e368aac9cb95ee105aee87258e5d872d51d7f74291a8e20_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:45d8a8c4703462edf967071e89e08d8d9e495d69245ad8b6ba2d6e80f579eba9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:584f6670245a288d5489cacce0e0cabb3c86bd6698f8118f49b8e3ccdfb47c39_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:5a29aea0e28d0ced0bf50bd3dac2bb6f6edce5ca6ef373f3d097e668a9e8cf35_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:3aaedfdd81b32cd2c67a0d39f819fc49ee2d31176496e043bd4d85efbd594481_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:97e6f95d96f347f03dbaf58cd6c7bf6c926546c1991cd83b5065fe0cafed2586_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a8b9d35e2ec9f2026a2ddf034e9f3ab2a9ea622924960f7d673564dc33ab6224_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:df1a7c4c835c59041b8c16e11580362d846ceb9b3334b8aafd36d3140b58d063_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:4d3251d46cfd8adf16ce49e35007a998689b714615bb66a12e0dcfeb896d8397_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8426d041e12f43a2b78791227c0f805afd75de6e306cf8bdc718f0f76651d75a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:aabd98101d18f4f5352d03547cc2cf784bf37f962b9c875059d6365a3371dd72_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b9c93d7e3ae198d025eb43e5c2caeda4198462ffaf407270dfc7119316ff5f98_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:b6c870af5b455dc9fc17314802f45c9ebf2bec19810ff75b4e157d96a94e6575_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:d2003914164b0f04ddde9b10d27ada74e57c26beb7ad06dac093098903909907_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:16a4f25c37894fe7ce7a943322dee37d8419bae36e7c7ca7b4e73dbccf8372e8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1b17792f997e30b1d5bf73388b68de6604e4235b0a10e5dc37955f8ff2077801_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:29871a94fc618bf280a7c38280ec0642c766838bac34a9ace503378a67f4638d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:fcfb0cf49134add5d8298b1fc1f52ab3eb924efc2bf40ad077c3def948b3ed8e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3144944813148f5acd4234b279b5569e5bc8942f390c76a5a88789fda81afc56_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e44901d545ce00d89aacf5b5afbe68663cb157adfd23f4b280f13e978c7a972f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:18b95158ab8c6470ea281f81f5f1dd2c0d1c198be78d3007b02f5a7937ade62d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:31bd9ee7e75b32542cf78d1cb12d254a93cf9623e00e5649c016bbf32b8dee04_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5b53eb46cbfbf25649fe3bedfe285e197f65cb55a057176d057e90bb65cf6562_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:bc8727121110bb8a6d9957f7871a6369e1512bb9cdf47a6d23ce12812d84a791_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:0747fad048dba8c93662ced1c2b1a18b7f9f75bbfe0740caaeebb9eff3acc30d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4a22ea1747135e6bd85bc59db41d17d0b4e761e29330e7e3666bf4d42a47649d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:bee322f686572e00dc5c6d7076de1db0034a26cbe44e0f9276b394718d6c191f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:df9ade514c7f2a80c4ea829e2f1890dcdd6a4acaeda829d3620e7d3874de77e9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:859e9211c265355892dc4aa19b7d845b985be40bb8f098702aef50f84c3e5eea_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:c2e28f6a9e1de3185753cd7fd47a51ed01cbd49697cc452448adbc961fe71003_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:c5ae19ec61f3c9cdae0db38b1aaa03838d421f9d4473fda4e52255cae97a2fdb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:e654a7604401da1deff9d8baedf0f7567831fe5f86f75e06fea3e5d140bb579e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:0640a6e0ebe2a6982708f326bc721c2c754eff2afdca443499843b111f223e39_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:5eb8c786a348343042687f659f7cf8b066efc3c4ed8764ecf36dc6e49a468cea_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:83237f13a3a3e051643bc1aa46838b87be13126c0e52404940351a2324008e68_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e67d6086ada10c96051bcbf4eb7414c407832de86a8e2d89364ae0d85a883982_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:9ddc6bf41dfb204e9241c57de41e0a6e1ab1c3f8ce2ef1a90573bb7365ab2bed_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b025b5d368618a31c64189f1a5f9b3db0b24068306117647796f00a22f6dc4ac_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:de35e280f4e50a18f2616dfc561db85b315425ff20bbfd4e19d5f64f93f3d0ba_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:f0368d0d3968189f10cfcbb972046bf09ad18a7a1a747887c239b75a1988344f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:21757065fc31856133fdfc4d459a993262239af0d2d242a6b55800bac866ef02_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3b08be9a543ddd200f66178d51c0f165c380cbc845a1be672b85e9dbe2db9f12_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:8e9d4820353602730cc0e808b2cf6ffc20ff80ce06915e40027815e9046555e9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f7a9a92412fca24faebcb8a574cac92c985d1392f1544e71fa26bea80314289a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:119315e723ff4b153d8f756357706bb4cd1ec5a160a7b173e359d733c680469f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:808301750b17198c8c7f5b2b71e6bef9a7e3d788ededb9a5f79e1b13e64fbc82_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:89ae8aa54d64f62a73557d413c3f146bfcca1c237a52bd57f0ae87ba8c8fff2e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:feecd842ada0c39c783faf280d103523668de8d16d43dc22f74f262f2a4aaba1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:595fd9e735db5032c9bd3a668135d99b6df650c250b294c4f8b11d67f990df79_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ce4371bf509e06e886c5ebd42312eaed3ed31fe6b8de91284f4681ccad199329_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:4662806bef8ccd703086edb7d1eb0c99f785927b1f30f227bb438829db52e532_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:d06875a7d480abe6e062be719a9d6ee0900180e659c09e2243df36e3ed55db07_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:2f6efec846cb1babc0dacf51b67634e83cad5e0f4700f5db54f8c356b0df8119_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:46a86c6ddb9f5bc798b43735eb0cf9d515091549680e43cd2993ba1b07bc052d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:aecbb57cc9a6d72de8520437e911255e51c97e4c40b55ef207fa98fa7c9dac9b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:9c8b022e6bfe80bd4998f177c0fc25e4a5d224a6dde99157f21de5d08f18e4a7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ab6a31d53e6e8a5a0b67f4020a52faa7fd3ce35160189aade3e958559b467dcf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:cb8394ff8b96398f8db5bfa7725c260d343774ec319fc1e3917dc19fb51c9b9a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d82a2ea6aa1515bd56aa55ea999f91e9f688e480d615fe53bfa2c74c1071eb82_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1af22f98af2fae1429e53c988267710578a3a092524eff5032e0c8f397a6a953_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:2ad01a7c2e75bb850686d59dbf73937ea69505657c2f2a55c10e4fc17ed83f82_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:95334d618727e811d16206a6f99991e93dde4bc8ed26766da848ea879093d736_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d460b99f6d0595fc76b4e85203f96a8a809cb709e22f4d8f819f99bc3e817688_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3b1986a8dabfaf0988f12820e1a199cfd0db684ac4e8d956ccce6eb8bf1146d3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:8568a6a6dc94a45bc8feadb7ff1cccfcacd176d276568ab96f4942aeebd4938f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:e24967262f34a1bb405c1010688b4a1ca1c8271787a1c8f5d8b86cf94429e6ae_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f2f71ca77685bcb4618502f0da4f242d48cf2473f0c7e439582e98f15bd0004d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:23400e78f2af2eff9dbed7a4da3000fee627509e5d4c87742aa87f8be1229a36_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:64863687e7fde678af49d370c9fdd5045d47dc2c3b921b179dfe0b392aa4b447_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:70935aad01a4c3b9c041d22554f4d8feef7038bca871fe1d84c6b74d4d830814_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:91ef5f2ef8cd345731b53ec5e044c30e14438f1935c74b5eca2436aa35e5a7c3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:071766cc6bb41db5220aa5173ef5d576f032ee1e8dd9868deabeba36f7798342_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:5a9fd7861ac77020db7532e72a52571c48c4f62164c1c5390cc55771b93894e9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:adc440a9129c3c9baf62a3f961179c843f6e68a06cef4f64a64e2a8cf7493d8d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f8f501653da6427153aa72340ac8238e79459759136d64d2ba6f8ae03184c436_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:023893e6a4a14842645d23171ad5562940fe5a25e681eb8afa278cf154f60a5a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:1d5ee360957a5cbcdbd54e71dd9ad1e0ee1a37f994e80081a07c289fe1be7c61_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:298f6b16fd4c32caa2d49c5ce1374d7d2037b3681f74e2bf7ecd0afb80c0e436_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f6048c371739ad69e9219e8ebe2045a246ec4ff01bd289bf630c45ecf006f52e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:2c96cb9ede1464bcdb2aa65b23d5c317050c99a9c7674b217301a84734b7fd88_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:31235aa238bc0662e8f3efdf393f9ca7699016dbe1261bce0ce37675afbc5054_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:698f820f8b9ba7d04cad32dbaf6420ac0e1ff5ae0a1d10f81e867a123dad0a60_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:6cd2462bf7a3f58f79de73fc8ed717092569862dbeedb6c72999a8ece328260b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3e602466b3dc3fc4c7879bd90a34a96878e5df827fa7664dac632199b2805464_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5839764d395594b922ad989a3fcc5bab129eb919d2430442390cdd7e95229219_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9913891ed84afd601b5bd646398f266f6970b7e3e164f423ecf561afbddf6f9a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:f236ad01ec1299b4a5e4b174ad698412bba0f090d7316672f230abadd209940c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:0c1f5188f4e79b0c508dbef9f9f6fa5c658aec17a66dcb14b23008d112aeb6a0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3d27787b58896192ef0b2da74861207bf188e5632c0d7b06ddac476ef558175e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:55402c1e07f5de8bae74f8fc9a579c2403cd12e65f9b6714c4d6b57ed42b4250_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:975fe9a014b7d9c4339bb34d0bdfc862b4a4de19b4e02b5b55a484ab99f31bbd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:142d516609c278895aa3302ba638724fb63ecfcfd232e1fc6571f5856aa4e034_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:28bb93cbe40b57c179ed088e45de698a93dd1c0c14d6ebd098439a412478d314_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:441602150d0bce7f8941a293e3a803bed75953986e93dac3eeee50848204728d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d92da8068e3440429fcd5a5b9f178dad1a0bb14fa3bee4849a99bfcc6674e37b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:55315b85da730c2bde56b7d08c4caaad5db5bfcdc2e9f21286ec48e58fb1c64b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6f2c19276901be4850c3d9f502da1365d84dad18e3e1327159af41877432c41a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d4092b12df304edca57e47dc5ee77e4e9006297763ec2e2371ab3856f94e4654_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:f9e46d3228ddf05919d0115f274f94f8afdb5e65c54fe6b17514e7a3b04d351d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5e06c7a4f4f0b3829c21710249546680ff1b7e7d541e30b556dfa69aeb7a5ef9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6ff5ecb5b92ac2d9b1498f86211b19e22627002d788647062ca604ba9ac8d7b0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c2c203df15e000f53388a84d8ab5affa78c4210861fcd0a28fce99c0ed86009a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:f080c488e219c5b862ea88e3ee48bf866c186caf803403d7605ff3afa5d5daac_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:4e6bff26378ddf7b42fbb27566ff9f47095cb5fcd74a26dbb1604725dab7c1cc_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:63efd9d23d66a2e7c754d1b921016177edec08aca034786be697c6ade7310e71_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:b15dbac78b5deda1493f959c14b14ff5344b982c4373471b13ab2f3829d520f0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d101f7ea169ee12e824370400ef6a94e0cbd48aeca6fe0ad4777b9bdc87d80aa_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:05692fc0d27f1bd3a0feba7c0eff4237ef52878ca37166d92a89aaf190972aac_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3805505b579ad8be8620a53e792410bedcb7e1716f3d6401e76c8bb179d8aae6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:47c1d91d614addb733f775406e764502e556f4a7414dd1a2060d3065f6c3c120_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:58650c0ce9725ed10e3646acdc76a72c4d3abda025bcb735ac2eee42ea261e3f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:4778a088ee10ef3ba59f3323ccccf942000e3d2bb8b0bc201822f7cef74909b6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:599fdac73334d243b4d362b2a752f184f303aec12e4426ff08b1b4a6fca0380b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b1ab8a122e88ee201853c669525590b6f73a60803d1772536e76c56531fa0041_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c231527dcedf3606bfa162c0026b0b037d41a908d6be2418f4250e234dc66023_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:83c6087954a19cc11c7042079ec3ca528c8a18678928c3ad9ed8b22ff07df36b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:209a01330e1894300123bfbcafc53948760feb80e0c7c81e521ea7abef269d69_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:013535daeaa7ceeaa565545a98d942396a07089a96937e4960a1fc0d44a4629d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:40fddb8896fcca216855ef34f2c8f0c6cbe3a59c6bdf4c3c751f69b57a63ce4e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c3f081c38876339613b7a641b30adb9c7f3e67d446151c892a65256ac274a472_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d6f330926e3962b0b73bb4b6a11a1b40cb0cacfdbe9fc0eb4ceeeaeb3bde758b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3f2283bea8d5c54ad689787a7c269022b04624d2b1ac830330a79d30364ffd47_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:476af4f8d17ec9fa6bdfbfbac2904244c4d51432b67f111ef0cf4a37ace9a86a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:a609dc606bfe95a904dd8c6abc0cac79316f17618d8b676512fe1b4e5412ba01_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e5b754105ab8d7cb9b581d3c4dea8a295919bec3ec645aac468b5f3267e0d7f0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7f92fb1c1dd18f03677ed953c82ff87011d8c15f1bcfd8c22cb7a877950bd063_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:d759dbeb39460193f8361524fcca202fb9f634d65d35f19fde1a187cd7230608_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f0544c40f7c610e45782d6a757343822cee131b745ae6ab4aad4b878994ce8eb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f5ec95c285270e35a77f89f8da39a51c5d29fae1ac277053eda82e250c715f91_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:191a27f89fa6ec450c37168a65ea66bae9ef862bd2b40c1e8d561b41db842591_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:905e494751d1e26c98857f7ec4f41b4321344f9e86d710186d9e9bf410f6e983_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d35affa9bfe2127cbed058251d47570d65b00a8045748fe1e97670797e8cae2d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:e82a015ff030ba177167a713df193d74480998d946b593a00c799330894702f6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:97a3a8951c456ee0c88a42cf7114a3225a3dce594b470b0b8f57f45c62efc1ae_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:b49317158bf5eb1940a35be96a959bfdb8beeef52e993bff41fcfd974b12dca4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:e616c0d47555235cc1c7e275538b48fd10b842cd11c831a4dc719afe4dfc5092_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:ec827ba35ddaa01c257247ce4f06ae733289364530f6b2c2d5b12a3b2959762b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4f5c8e59a54b30a9f38f1955c6d1474bd24bec33c52800338118973cb6f3e251_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:63fcc02b58dfa0bf549c199736bbbad1e764ab86d9375a6545ae1a7bc360f247_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:9264eec1243f98c37a0843baa36e78b1a88dbdd2bf602156d5f7ff4bce1cf223_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:cafe32e3ff4aabbb6243fc984431babd77e2ed05bb3c4abc621add33c5a69481_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3d6f997f5a6832459bbe5365b533f601dde3872be09c1e96b3b2fc21951f6adf_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a76abfdfb6be2616ba39fb25137dbb49dc56427081d9025f2825a3ce8e5a3928_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b540e70dfd87ad1e2e400e129a6b495617f9d57e54c1e54b09030cae11653d03_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e7c9dd297067d256671a0e06f9985a3624240158a1f4e2b97567409199ec453b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:49f6f4761d886208cc262f1f8e23ddcc0c05d5b4566f6cdc8abcb1a328c8c5ce_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:836c9a619a35d6b8d4929a78b96d0641434b880ca98f44df45f0edf7b69a1d48_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b4ffd4fcb95ed73bc3689988214a2e4210233143e0ba4f123ceb4c2ca14821b5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d4062c740ace239409c182e4c52858e384384faeb0f3d98486e0534f8dc19702_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:29b0d64444b1081a568d8c9354e79b60ddb1c3286f9b6dea3ab69023c11f3436_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4ed2d42fdc6e8fa9d3d08152849754d1827dd54ed86be4507d75f5c90bdde542_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:c1f38fa9fb729b6c497353127feaa36375749fa07f91020e8634838d58628878_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ef794a3bd52be528ba81c6964af2fbfeff03b1aa3d17ac36fdb97f124abfebfd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2518415bbe069935e8229d141d4a8a50285c408d1be2af467c458a324120154b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:b096377e0704a959a0ec41484825436b00d3d0887e49eacd59d88bda87e38b03_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c1b30a9d1f6908316a829b3084df67b9b8bf5043fa46060996cf259c50f62090_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ec9171ee21d867fd61004535db96e98f4dee9dd6f3fe86b719301cb1b0202a79_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:07f056306c1122527032aff7486e5fc75147f48c708c0c0abef7d570cdfa78d8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4314b0a4d5a82abd583de659e5033d0680dce2b535ebd3ae4dc1776e741bb214_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:5bd5ca703480895af05ce052c3f9f738672e989cd38e905cd17bbc378cae05dc_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:db97ffa52f99127907d41b6bf460299c3fff8adb69d64bd92ad371941364c374_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:16374008403825338098f7aaf57f74a2982a75355834552bf29246a9ff4e0b7d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:770cacd7e4e04a786a2e55a3cd9ec21048131c8eefb7baa4225e73a09f0f0901_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a240e71d7418d6f9781219faa2ea9cd315b7091b1a70d6032f81de2ca3c53aa7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a39da3d53b8b927594c3f5c3a5dfcea689f2b75091209c0cc36b18e1426fab20_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:34cd79b95f2ce098b064859e38785231def795d2804c05bf7542520e9d8b596e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:354b40ed867003c42975780f9db1320302500f4ea6c5ab14a0d0ae70b537192e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ba52f6036566829553d0039a99ab677c0e40b2a14bb3d26ca470c526489e4574_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f3eaef7985effa7f09545ee19442623c7aab7245597a4a1d18f6b02a7a8f77f5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:154143883875b88eb144b77d13d5e9f750cd8e020af720a7bc6a2e6dc252a260_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6fa758fb6577cd18e48fb9280192be46dc724a8cd02b54459a5d6a3cb3d06fa7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:80e191f5faa2991cf3bc7033691c4966f1a07953e4941ad8730ae7c6444c05f4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:88ce4b91b2161c9b22f154f2a6903f801e26f15115ac874c549e8644cc5e734f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3386c9093b00f29600b1807ec97b1a6c935ef7a6578de01f9ed5f90fae6a5a35_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3646bf2e6bce49c01198dfb2a1f67371ad1f20b48cffbd7fd8f652cb9b215ae2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c50c48749c9fbe882410ff025799c6f450b063ab3e17dd1c4cbd2afa2b48fe13_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:dfaca907445b7213f3931be31fdde7480c22aafc0bd3b030d7ef9f0d84f5549c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3ba301cdb9ac46c11853c61812596ac905e94f15172df53cf352a693ea5a0a6a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6faeb6e3779cbdc86d4c7cf93e739c0585019e82587abe150f76c7cfb88cc417_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a0d6e3c4b32eda442fe231aaf1a77ea61125e0509287c381ecdec1615e6aa7cd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:bde28b18ee5b582b69683df3122f4f9a3a4aff757c2caa9fafcbcad878d05d3e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2492414954e0ca3e228d6d000733ae02c5d4d68d4b9f5e7f992e1a5a60cbffd5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4aa1f8159ae2b9b385bfb204298e1710c09123bb19bb5b94c2b93dd0419e06f4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:9a2fdc67ac81e408bb49170bf7a862a07998fd951ebfde9396ebcda40078d3d4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c952fd4490ac28f6bc2b39054312e85645c12d20e39ae631e35470267d8b73c4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:001807fafc7bfc5eafe92ba92c127488d378e1b36262f0f71cd4e4feef05598e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3c3f3a57f87c512568f858da90b13c39e9441a1910c48b9bb51cc2ba3e816b04_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:62e3145facaac381967de0461a3aef63b2b6afc466dfb4e185a35aa67142b6b3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ddd906a1e486837653341632e3ccd2d805ba2c7a7d7c26dae34022ec6a7ee90d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2f80d2b9f76b8633c9e6d309c5df7f251259b61a9a40a0364f2160707de313e2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:779d8d482e7ee453e8245219a0e21d84bfa1080819b31fb9f5de38f49bf3d724_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d44b76b43d8d5303fa38a3b8698076912be870c7a901c41a68f59426cd41b39f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f5bc9a28cb8d0bbae97b39548ab6688a31dfe2b23b8d3a52da3bb397f6aa8b31_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:195460691d14dc4f518717e3678a9ea780eb548fea8904c5bd4e2d554b81233c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:29acb2429041bbf17eb0f3faa0da84c1c5655df8a425755c1263fc16911d667b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:20dc4b1b9ab504d4192bda76eace70933c264628c091ccb4ac78faf01104f356_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:366b95ac0f170d8c1c969b41f3c624026593ebe8bfbb466c5f7109e1a6ceb1cf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:32acad5511e808b1b3a80aa96458ed7f1800b4f19aebc9edc4f85ec3613b8ab7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:dc009efb6f6e9d60b022ab94d84d47fb169d2dfdf9680f4f24b40ac0a4ad396d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:77abc31290209253ce09838a292be7351c02d5a7367859c430a5b3d97cef7f31_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e4cf03a101a115d398aac9c645ef400b9366d4bbf189de664ccbf782db4ef5b9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8a9471f7c51a026fc621dcff7715fbc9620603aac2c2e4454e60e0f579527e62_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9c1b85cadf719072db5b5abf0b93b3556a74a67efbb88d7903bab7b6e988fadd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a454b939762af9397d7d5043d1e6070279e1a1c4240b2fc808f0e53872bc237e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:b0802c5220abce4c73b650e105e42d0c1a57c5248c4f55819e15053c59f2680a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:677d190589cf02f414cb0cf4a31041b02ed8d706afb433bed1420d6f35d7a44d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:af0aa63d5b375590ffdee42f4a7f00a4610e33c20ac7f3b23242a24ff43d141a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b2e943bd3add974a8511a316f526d92d0ac1e2a0755acdb49770728984abe2a4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:e433c5ea434c2261f40d623bdc22944c1ecd435c0ac08a41d36049c9bce1b604_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1e800e47a04f7f19c87bb79778586939b4bb2a32f5ce3790d796331ca93a9235_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2c0ca90b3662de85d7e595e76f678e419ea1f40990c51ba16bcd01438f0db553_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:607e95e44de20bbf0feccbd8bb58469928452e6e4f962ad088f452e0e7e6aa5e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ce154b3a8980274f592cd2d41da7a748f7c895f754a3fa7994eeea657684fb12_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:c00947fa5cc8fa1abc26adf7cf8acfd4336e1aac0f1007133b8c6440a8148a1d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:c9a5828c250033f2bf160b102a3722959210025d373b85ea69895c96fbfba833_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cd8048f17129cbbcb855587d48615ea6e574d12f2952c0b1b5aa3819cf453541_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cdf9da2745d57ceb97761e08b560f2de7a212f860362eea3fd445fe4f6f7c769_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:02b7af4ef7daa8499a24b02aea8a24c98960851864cf639e0b698b3844563a8b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:3f82d5da80747c147ab429d24e8e9791527f7cc89fb6a7435d0cf6d35cec8933_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9e4085498157bfd33b7bd7b212300fe58ce6d462854fdd8a597f288637503104_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a8775ca5ecd0065373034a37b6de3fd736045868a3b116aeb216637023aa9685_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:28986bf93efcbdf0c2012acf8513e958ae8b32db4b649b9355b1fcf66b35038b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:52990833d3dcdb340c68234412d3743070938573d0296ee45138b404054e311c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:92f7c8de428bcf236f2aecc0382d911bcf5f7f536bd09aa44f9019ca7627d116_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:fa6add264803c2adb838efabe0f0fd8f4d78b14bfea9c1e91cce957e17a77208_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:46910caf13bd60c69314b0a72b866a8342c1dcead811f01f91b1b1674ea1bcf1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:a7ab888801a85e65a01acf68805744b7f6a1ca713c329629370b0fe0a40c359d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ec97f4dc1d491cea9e81ead6ed959141f0ff2b36fd4fa623722020431cbee1dc_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f67e6ff190c45a81777e63b69812760e828838e338e1d27672d02b5544b3e682_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0a9880ede4b10a6328766c1d9b05f17c53faa4ac561a8e768f5fcdda9997f056_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:51f75fec0f0343d3f68e8d4810e7588475cb0955b4793db7347d3ff466cc7f78_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:74ec8a94d5cda524570b881e7a352604453026a0324010b7f4b3d0a898b5e457_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:fb67ab3a88d2c3f33925830b9c63584bf14b321adbeb2e752a039faaa0401c8c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:13cc747131cec81fd67e04409a69497d75a893f4b56adaaa3a1f77f1d0f3ae67_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:2236900dd28b8470cacf90c618bb50b05a0d1d66726afebbefddd2377283989e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:ef89f2da22f7b0c0f445b7e700b29cdf9ce229cfd7866ac6c7bd2ec367db3bc4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f5a6e48a72f6054924be3b81dde0cc0ddd95d7ea029e1d819553fa633c47632d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:49a6d800db550efd565f451e584b890e88b5c6ff8be6fa0e17c30bab2f9980a6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:cf42aee609494b7786b12443443b9bbccc8afe2658ff6c16cb5c86c05c95a30d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:eb13074eecb1627bef4ca2cb0dde1116ca08cba2adcafe089e898236bb37dbaa_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f96cd58eaec24e92cb84eba253aabc815becf9264136c2cc898d1424fc8c87fa_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:8597574b86410624f04ebb0fa280276db1ffc676a56fbc74425e16790013ee47_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:901d510199b2e6cc87c754af5a1c8ec564089441f85917043a80733c4c83a430_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:9bc218ed94e8e516b01c11f26bd9adc30251067492ee2a84f55b573c2d09f6fb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a951a17fbd50a051cde6c2fc4e863bd70e29485fcb085c4d0c977a0bfdda5ea6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:11487764cd999f6abe6bc5021312a0ad9449b14b2ecc6f7bb24bc0d7dc57db60_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:362cd0740085d7b9bdfd4d10706b04b4b92ea759697c57b340698ba7fee0e063_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ece30fffff9f1b1252e7063cb4ded0e669f661e123a02ae5bd966bfc5e3e1ed6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f0813c18a84c6a7570cd3f51826e81dd0cc164299173d05ccf7ed3d31be71961_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:b5291a1306ef132559dcf0405c4a15d2921133356d904aba886e2577030b1af2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:6fe441946297aa27d90fceb448adfe939cd74ca0d02ac818d9577735a8bb004c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:0003426c210d73355a8e23970e027c7412123a75d979052113f325edc288b478_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9315e7033cb22fd8229c7cfa7bc78b10583dfabcc54edb3ace0a3eb435394f9d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:b5291a1306ef132559dcf0405c4a15d2921133356d904aba886e2577030b1af2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:6fe441946297aa27d90fceb448adfe939cd74ca0d02ac818d9577735a8bb004c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:2198b31f6460daa49ac33aee124d664f8020228052df648ee79a2eacb155df0e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:f1ac1040078d827c434858ca528df96b41047b32c27ac522d11d6d269da755ff_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5a3cfe8da21c874d227a225313dc98a3b175e9b67dd90917a201d5be2c8b0d12_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:a119246a2ed145b6fc3ada68e546e729485a34fc869e3742ea1b01b9f853f1d4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:ac4b25b223b08c445aa875106114964745002e90908062d0c11b56e27ed9f8b6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b1fe363d1a527033081799943271457afbdac0cb23ff875a65a6292ce1f6cba7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:66cd3d5b1343fb7f7fd7a3922adbdca110368de4f696b91066252229dca3f16f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:7793b9facc62469acde7d6064a4c2f26d8482fd1a2205add60fe47541b3141e0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8fb627e3f8138d9ec3c3903373502ea0d3f83c1788641f016a9de4d7e41dafb4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:f239cce00d46794f91479cfa3c94a2edd14e206f85e684131fe857a80215fe6c_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 8.6,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:7d17650f80e7bf782a7a59fe0672f593cdf9dfde775b7153fa5a5c4ed8b86e2c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:bf046c55304478c82791a67ae0dfeff89af904d9b56cd63a29b261cd02633798_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e6165bb623041db07759616b297f0541fcc87dc3bbb91cc77399cebe96c1b647_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:f47af1eb3413e739f7e219ea89dfa0f09bc31f18a771e49ad36b32f8219d9112_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:34161b5f6663f9408d7ce5afd4525442f41332a9501f658238f3eb6568eaf3ab_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a4116b2262af10fc2c7fc40800501add9f5a9c671907f3eee75cbfaa37d47263_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a8dca289390dc8556a4cf3cda46e5cd45bae33fa2b1a88ca053626ca3e3339e8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b43e298d73fb723ce446344fac3e136b0d3347b38e7d199a09d2bfb85c231249_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1ec3135a01ee2bce646338cc6d71d35c8adce9f3603f0f07ce90dd88dbf3c4db_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:94c42af9dd8afefe53de729d8ec8b5f9103cdd7f80c96999b2863bfed030cfcd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a80acaac8c10d6cce0815ddcf0bc296013e97d2cf69d1eb6ac1b7f3b35b40d74_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:e4c52bbf17f055890cf9968da78045295f6e37e52e3f4be5807db679ff63b874_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:28f2daa782218c5fb085acb774bf1d8c13a208b8f29f4a12b372db2c446ada76_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2edfc9e18f365bf2ffecd7ad45b5693b493de472fe7abffe73ff4375bc6d2af1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ba51aa38b39b8f57d6908665938870cced5541b831756f4039047245e0f2a8a5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ca246a844bb6fb906816e4008c922a0470c82bfe6a736f3a926de3def6aa0597_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:07d09ce1d5c97a717dc1c0f540e21fbf7fc2ae0c27be6fd0869ce0dabc0591fc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:44e3c6d5b98dd6655d38e3523fb34ed46dc89e97ef8a86f908d72461cbca59d4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:81e7e1cb47cdbab3a46bf8bb0ebcdd218f46aaa94236ef250fef0fd143c9204c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c318da767c7ef1f2452bb631e2726084f48a640c962f8003467c72ff48225b56_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0b26257250fe3542640ce1a4f5ca71f90294c307eeb477f1d1e4d61e3ef233b2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0cbec11d17abd89ac4ff332c238f92fc49c19f3e1575c26c6654cf2668ca9e66_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:2554ae05f488567b3c752c16c59f852ecfcb90746a47d48bdd39825aede43c21_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:af26188e6f7326835340b99be42189550233a7bfc652375b0859cc058fbbd0a9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:31460b57b3986f0d6c84406eccd1801eb3a03d176fa510978311d46390828020_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:aa730767af15fab6facc460b6e418bbfb0555933b4a54b01d34cb83c1148b8ca_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:ab43b9177badda24d20e8830f375132854ad313b46e27ffddb8d68b6543d8007_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:ee7eff8564ad522223787fc270f1f4d4233359872c994981619f1c10b3dfcaf8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:0d809a095a0d86c0b149fa0e28f852c1633c2904d7bfa23b6900617ef7ffc2d3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:5c15dfcbab56f579ee265d4acf74778d154ce0185234810ea249d9b9e415052d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a95c36cb709d7f9fb89eb6aedcd7cebc104b90f8d9f1be6591981dc9f96af398_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:db9a343c67b6462259b3f300af5efe643b7637bbc88ba5aa65e06e4f573b0049_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:238158a2264b9688491743d5f7c97a3f152ea2fc4a1342fe4b0e63f618dc50e0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:6dde5ab62c9f5e35b853112e3c04a8c856ef9260318dad58352ae36c2d30bfb6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7309bb2119edca063c67c7b074e1d45d99866223dec53f9942fce421e2e76250_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c0803e9ceecf77a8b1425fb0634b40e4095bb9d899c5d5af84aa285527723d83_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0dd635595c420ee1672257b6326a193195b2d21945664e649b09c62ddcc25d7a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2cd23c69b8d88a73a2aa368cecbe1e8812efa47760bf16ee0629feca934369fa_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:4beb73d1a2c279b310fad6789fff0ae70cbe18a79813819b1da9c2c5b6959aac_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:dbf382ce2e7158ff2483336643ede99b2a4fe4cc888af72e92e19ab864c62291_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:303ed90fddf42d1a5ec3ad7eb1df833003ad750f4cea17710870382a0f8c720e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c358b8a12046693741c5e88afa14a25e066ec9e51b84e22935c19dbf34ac5455_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d98dff9a03e2bc6564757afd151092cc5bec438c678f5fe5e402365bc6bbfb03_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:fa2d95a06de233147317ad93109aa809f5487e74748550e40f4189e8aeb5f50c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:943aba9a3a70cabfc2b0c94450b39ab3fbfd92f12629a2e175ad89251addc2ec_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a7c31f5ce80372bc4c63b60f9741352565eea006601522e25f03ce902e35564c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ae2f0cbe29206ae3ed5275bd7a0b101dac0e3bdd5520493ad4bb360e2267ca20_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:b9cc7a6280455a8a36e26494744d9ba540689594f8a1d8f625cd1811eec2b0b4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:54c3ecb1fecd80a81cd667f5edb968c62381bd2ddb659255cfd861dc0a8e0a9e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7deb4e0cac2bc3989fa828677e4717eb75f1bdd8223dc638310d32c73219314e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8901061b783b8a41f447eaf32919989dfd24bc13b1ef61b36f1132d66f64288d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:921aaba9517c1b00e09159d4539d47a55c543b1c7ce3c789e6e333ec133b5406_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0dccc414a5a3efd474a9eaeb61b6a2130f652c97b8b71592c7cc52827ae149c8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6c1df1bd921b4b6fb22f9db19a2c69ef5fd98d231fff3869a22442b36dec0ffa_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:eef901a0f37823970eacc110d194b81a6c679aa3dee5fd0d350b66ebb53a1542_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ff539434c8d3bf3c3a64f040a5f7ad702ded9290ff0a894a03fd45fef9fe42d9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fd88ff4734a68d6a95733ac650eccd70d1c4d23967f32b3ef8de08cea8bb05a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:8b02d7c27cfbb38d19b1456282d58e14c8d64efdba25a6238606f66610e5e9de_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a4b3b74bd3e1a9a1c81f040810325ed6bee59e0fb708c9589439fc9c734805b3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:bc92d21475ba5fd3d2292c5f386328bbbd237b92ab7288d3709229ece5b811e1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:360c5f509936d41297633704930574fb8fdcca27e98d1614ff81dadfadab4926_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:5fde232e29f5707caa6bb5219f108a563ae59bbc5d2818e368a5b9e472a1a2c7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6f1a30e659ad462113e1f481855cc292a760900cb5c05e669b5baa0b05a15277_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e2a33d8b21d3c833d9de1d6472e958b67ae7c6583e326b90ba51a2e1992d4924_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:1a6641eccc288ff48bda2311e1356ae244308345fc4c6e8bbeda2ed8b9f85eda_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3491a7f01d29b8ef97e0d28cf1258c37979ba8941d8bfc79c62bb7ad871e1f19_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:86a9b3d8064057e95ea8935b94edd85042eb86751e79f7a9783b9601b88d8ebb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f4f10a1f9554ad0aaa4fb9dbc97dc9d6b1b27af1ca3810731468b0c458b86a98_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:b06c2047e92976665952f3b0352b0c5bf8b5a2e6ba00b5a5468663fbb0309e1f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cc10468c6882a877f993ac4f6ef5f29e7069f99d6b3ceef528c8d7069ed362f8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d682c5746679d8dd8534b3d9c4b913880ef9d5713b7febaa3c7573fe7900b61b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fbbf71963f1f9fe061819fd07e90df13d27347f2854720be55d4ee453b6b60f0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:515147b779e1fe06b9b510177519d413a679552ed6c2ecf4b0ca8816a1e1ff6e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:f1fc196ec3db364df254fda90a46e6b12bd50d50c01f2996f970ff8f9c1ea1f8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:4dbc09f5c1c4011c13a1f461025da298ce289912d98627fc6d08ffe1a30a2a2e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:d3436d8f8316db7b836d1146932a1f8de35edb75644eb0c9f0e3af334aab8f87_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:1eba9990cf84de01e1ba504b9b852c48cbaee1eebe2c564977d1419177bad652_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:cbd46373b97caeca24a3b22de19a294091f3d5e294f2931f01d786ef566867f6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:09824ee3a4038855e2956ea2d70a72b5d1e4a9ecd9a323dfe27eab6df7de5c1f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:8d89ffb1ab74d5e02fcc13d2a00d5e1fcca30720d987c140544e061ca7fc6629_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a8b44c2c0bed6ec652301ea4090bc62c990130150a8c1378a06fdb3f9a7b848c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:d2005b9ade6f74ee3df518d9f124b8acfa909d0dbd34c1c3b9e044c0556fb268_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:c0d0de4014902209309d97c189f02ef66292b254edba7e02d26549e3ee24d7eb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:f673fdfb5f29159fce99cb0ce47a31fdae2f57533aa49b84228ec7fe03274aba_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:07afc1a6c00649e6f56a64a75a345ed3ec97e28976ac09d362bc44412fa6b67c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:54319cca65ce76d81bd7a392eb841bffc14867bdc1ae341bf8ee6f84d10c867d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:445ffb4c0d9ca84e2c57333adca83f863428819a7732111b204da9f57bad9826_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:cf571aeea198dd0b07a42f12727db8ac78fc7d40eb5d1ce47c0e521f84142ee0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:80bce123dd0a3488a9cac662d578f451608252e8144ee8158cc877c02c3f9d0b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:89a69823162109668d5562e46ec004b719bb60cab26872234730c458dfa697ec_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:53babfe25e9258b6e8564df67e1d465c9f144976af5be7b30d95b0dd910f6101_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:733f6a4a3f1a1ce7f0495e2ccd8f492ce3378e2f2ac1d6f618869bc0460bd341_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:0bd4e71e9d22f6c16130426710bba8abbb82b0510cdcc9eb6cc74a412021c45a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:34fe2d2d5972de86aca83a9affd601cb1c4564fb1939f4dbbee3dbedc2bddf9c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4e01b88be4742c25c24977471d81262f8f0f391ccd5c49250b306e726e1d32e6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:dbb1ac39b132a5d539fdd7f13df09e84eacb8460fd7e0097d562ef079ae2c677_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:1ae054478a86182135ca308fc3f18c49da06734b34fa897f74544644474c7807_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:3b7157d6c737fa70532d96c62fa68e35fe547eedc6c50580cb89f4ce9fff4fe8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:152e3c57d0bcd719bf1e20ef7d43ccadaf30939c8c9899a2ce115a55ad7be983_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1abc468fd1a09c4b30e624ef4cd9257c2d104db17dbcf19a5bb8323682271ea1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6e535ada8c1768a2411ffa684bc624afaca15618b2d1a8a6c50f0b97be52668c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d46b24f503b741f3c919cf2f30409342310e3b2d6110b043128ae5d496219c96_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:12c1eb19b65af75175b1708f0049bb3eeb16c8c9a632957f5f97a5419246c7c7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:36103549903651a18d5c1c25d07dc98ce058140cd2b8d6e80cb0f1a940a277fb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c6fa0940709c377171ed6f553729935a9bf1bc5abb7c47f919d3b0fdbab3fd74_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f421d2c61baf1f196a5386d02b56b72593ab557a99c1ac61fd99d324a8bba3f9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:01b50335d5ef7515c859414036920594a5fa5b0039f5191aab1f16d291f3514e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:98a06124ecb76ea1e4d88de6b1532b2c8c6a7f554d1d25b946258b2d2e274649_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:cd6a54657188c7a1c0147c72b9d7ea326de2d7332eaa2c049ce4e02807177bc1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:ff2c7571055602c2cf719149d742d2e7cf308f1a077c420205bcdb2afff13c00_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:455f935e22bc0a892237c11e22b9bebc4840c26c61510d43827563312ec71fd9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:8b30cda549756767ad42a0486cd2987e13eb28078ae00996076a2c4e52ec50e9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b3f754533c34684d3ebc8a6646c8698cca95b6836f9b9cf6bc80edcc1c888f19_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:ce1af97db3e2816184795c6d1fa3cfef25329df11482b2bf4441c40e51d21347_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:73b55b309bfcba54861b619a26745a67efb4271848e99db56af2536ceb0fa597_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9dd8eb511b9258dd6e6e2edf03a6e6d64c1bf8a5422c173cd0b0d9e1b2cd1734_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b43f4769ae4bea0d180d4be8183c92d1fe5aacce4287fc1462032f1783c42207_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b7d331a0edf44bcf0fe747365f092a69e1c1c7cd156d48781d40d41a3a0c8552_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:304b520b8986da52f9f1f175672f6acb79119085841fd0ff0fa9754e8f22b34a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:67d76b9cdf3b5be24e7d157bfe385f184c6abd429860ba6d2280f77265929f26_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:df5b6082f4f05bfef1b63ede7fdcb5b575e56bcf264bb21e71ea2dc98c884ce6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ea8623b6dde50f9b993f9823e27349650e5d80f3f4f37c6b9b79cbc08ffc6da1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:401e7eda5905ff108ac067119245fe3684e50e736737b350baa06ea6fb2b7174_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:445489e10735202ea518bbee1cd56545f0e7e66742712cf5006c4d4ef30fc1cd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a583347caae3aa7d703a2130fc1f57b9e81ea6a06bd33785d87f92596f1f6355_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d30bda3636af0792fa0b182e8c1f79f5198a293572b40eb28e90e8e536416719_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1a369e0372bdde7ee5ec7ad647d30e6fd9747904580cd025ef0e20e1309080b3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2d0b89c800f09fb923f249da6536b9d396a53311112c458973fa9aaffb9bbd77_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ca969364594a060f9adc621daa9d2af96fd265e32dff63699cb42aa60ec1a9e9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:f1b997f7c662c0c8e91be2d02d6605fdab614bb89039ad1f38d6cac2b4623ddf_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1f379914cc47321de26756b1fd2fb634ab93f0d50400467df35dd4303100ad1a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:748a768980651e5d15e4b06d8483c6ec6db7854844e2b7dd789ea0e5d0b42d70_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:922cfbcfa109c304f82be7edd274534d18f9e2c7fe036e9b078ef40dbaf5659a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f439945f38dba034123eeaffd05372162855f703ab5a939dfc40c8b6e68b6dc3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:515b64496798a09106a5a99cf322bb02cea22a7d1684653ed251ea15532a61f6_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6de46b3fa4c0a353f73b6dab1c6dd53546b38a7cf754063382a47a3487aecfef_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f41ea3ecd58d560a52e13cef8384f6197d49add48c01c432cd8971f53fe5a4b2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fafdde0ddc3752811000a0b64826ec60715a45f09b79aae8aae637b6a50f3c23_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:212637507016bc9b3317c3980c30b476867ebc90d1c0724f0178f445052da718_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5f148616ca51bcf1c30183e095a8b5a981a9be858254938ed45229e4b4ebfdd1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:9461ea9cf5c260411a69b6b39c5dd4048c592f234cc24d481561d90fffbaf1bd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b48c6f2691532175458342223ed6c744b4dfe2cb057d1abcdcf3980127791ce8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:2c1ca60eeda0aa20403364a3ba33d9ad349e98ae3c839bff106d4b3d59426d58_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4141802dad81ca0be90cb3e030f18156e4f129dd2dee7b40d4b4b2f63d7ce927_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4cb581ac92c27cae351d2021bf76d97b20da9a9db8f2b867df879a2917d052b3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:da3dc2f193bedf7af891b2123b2b25ab8ffc54ee21ce4ee4a05557b7175aef7a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:232a25a7c42589bb08f34e08eb3e609ccc7c1de4281c234bb59df3c763695339_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:77021ef3e969e39c28e863f22541819957f046f28a88ce0fb0f706381e8ffdf4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d024567af8fb35126a2084d9c0de93c5b349249dcbd202c0c5cfb7d2d05bcefd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:eff2753dce033753b4687d9eb031bafad6c3bc1e1dd941de90baa0322bf14496_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4a8e36032ebb3b81b4e2e854fda6217a58adeb78e133257689d118b00feb9d0f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4e99ed18cc738391a0b1f7fd6e5268dc1a2b2d0c235b96f5def3d9bc25bd0c4b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:acd10e1026c3bcbe1effdad4d96922661418e8660dbb0e8e97fb69b3df8a3578_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c84a3e6dfc4b3abe1c2f3e6f63018a8d45fa3333969ac2792dce86ed5dc5f7f6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1d83bebcaaf20c68ec4705bec480e45b4a69d8323d118a7fe4812b491ea940f0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:bbd338c6ca660031115a11f293b165aef23ad28150c6a8964dad403618cef28b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e9a218fb77c30af249580c4b11915d4876083f642c7388c6333f70b781bb9f17_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:fd8e0cb32df9a3eb7eecfb9d5356a136590223e69130193ad8a92f310465ecd8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:0de9a2d5418c0fadfc68e9f64335c23396fc3188b1ed7191e2e740e53aa1b29f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:2c6a648364c88588f7ed1c538eaaf850ad4ae8310b83cff95c11db695cf4f528_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:8a408e4ad9cf59aaf87b0c0c97d3e66c4339943d810da2703cb4d0a946ac036d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d4f83ef7cf93115c55d7053dcbe9cf980bf522cb4c3dce2feb95e6574657384c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:06849685ea1a02445fd85960975e0f4f0d39947420d0f381dd724b37f4f44994_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7ad3e41c51b206489d6de9809594d4407f0eb02df060111359880560088c9140_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a18cc97e985023b176af5daad9cfe50eee25bc7e5ef657d20c17aadda7a76c35_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:f3ebe18a671ed1e458d9c86184fad3fea2e8552d8be87b3f2bc83ca45f6eecc8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:29d61cf5ce7ecf8bd5e49c5d01b16a82819bbb345160b90ff46f0d936f1152dc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:34ec4d660b408030abf6f5c0858fcfc095d7548530e6bd4038009c55ecec3344_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5a947d842f80e6e70729d0195ea3fd77111aa4a564c82e9bd0614fbc715a85a0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:c6b897cbd33e4d897a44ff05e5a2f7093a5fe930fc249901baff8a28a015c408_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:20dcf9ed5dab0354410b6c14f8476980d2bea66f42bd64ae0c1e354e185bd820_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:559065936f9a9039c45cbd63a4dbeb4cd3f69e990eb7a878571971f6e94c936f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:79e01008c1f3a1ba2dc98f7ea3163c3874a5b204ca731d056b89ebaaf97bae50_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:c36158a99dbb4a03cc9581c46a7f0e84e3ce098fea15d5b3ff88e10d41d0eb1d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2c6e5834f6042b1a4301f47d8178b2e718a3a459745ffbc959e40cc660ada97c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:475ba06839391550b35bd29309fc939977a72d4262b99f129ef5fc964adcecc1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5470d37d9eb90f60a29221fe605551618af1037c555e7f82ee1c7c1b6b7de654_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c8ce750189b017ec94762b6691cb9a911f97f04927615f0c802149aa3f7282fa_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:1916354b8aed42783dbf3bb7a3be6ebba6f561aa7d8c8f41fd6e32f1e46b09e5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:93cd970355ff2c9cd65c6f051391a1dbccf543a1f4e79ebbe6b3f63ac4030ca5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9cfa1d58c7bc0f875b5b2d704afcc95c4321388c94202c7ecba217a12164e8c2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f21ecbf880d3fb65422bbd0c410aa47136526cdfe5b75fdbfd82e720530c9fec_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4c6a4ba7469a6e3736176c838dd09acca392d508ba2139bcde3d01a1ecd493b4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a21c60cfbdd3b771f448a09b89c09f0992008625caa9fa60c5f9cfdc7d49e457_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b6a1d9d0b74f769294c10ba1ba65fa36a43217a374f3e37a189fe3de1d33d737_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e192ef1c1c539e194a2c7aea2c1cce32c6bb01bba982d3f0f9354649f32d24bd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:03475c318b9a57df484c7be2cbf35f654487c3084efd389cf4f6ce0a0f845dae_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:974abdfcfb3399823b6531a50c8d09203167418b09f859229de602a55c6f43bc_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:aa3852b48c9efac7a7e87bb01593b4a8c7d9f996624154d5a34c836e2b126485_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e0e95daab3cde4412e5d3222236adacdb8283e65eb64572ed175b353adc4ea50_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:106fa9124ad7bfa7e2a7d6c68ebd812cf2bc82c55ac092c1a702217595fc93f1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:18317fde63976665f03833b7679bede00df0f32327c1d56a26afe112b4d26f6c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e068848e4408ea82c40cdf03f2e6c600a40c8743faf344e0b2630f12d79f2fe7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ed90b2768c731b0fb0d277a285164c8bd8cb531ee984be711f64bc503292e839_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0ea0939567de6bf628dd5ac96f7eb68d3b29f1819ab932296293504e99ae3390_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:45720e600e73a2d925662c4c6a7dc898e4c97e38bf9b6c708455167abf99b51e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9afcbae95f66db36e6ea832d41f02c8fa14ab3e79f52dd1878ea24b57565b547_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d4e9f8ad81006249c50770495829c63f9322d0214efc045a4a7b6b0955846f0f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:1d66fb102b391fb88b40efc0dc3b3935d6f4db31825ee4d878273e181585e0b5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:2a221eeae6e50cc04e9466e5777f829f58311b2506aa149094e5e31e0cbe6e09_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7f15db4d5cefd46fc71d1953fc5cd62630bb847c6966523c5ab3d6cc2e5f6a05_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:99a3124337bfd603542826a78e4068bfd7ffc9feac98bac54bd7b3f3384faf87_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:86260062116d03fe7c4ec9df2fde3ccabf315ebc380f61db472d334be90dc325_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:8f284d614d7fe9d7c0bb5ab076490a781f0922453650713dd6bd722a409f650d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a43770fac453ba7e59e8af0c2aff352471f81a1b5f34ba620d4555a16af464ba_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e3a8e74f008721239ea7c070e6f6def1e779b723863e5ca279702f81cdfc0f5f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:669084db9430a977c4370fd7949543c2e57e82da6db6d01c376b3c345f7c693f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:9c91c1adec653c87fbdac6f5755528a27a4ead82d740af2a5e5f38aa16789804_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a2ffcc7216ed314e39ac12c0cfb30d29a6a4267512cc24a8f59825967273a2b8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a950db91a853e2b6073fad294ea604d51e0623b8c34288af1a98752f79b873e8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3af31e33187cf904b7a3bbcf7cded17c69e345c73301563c60312d35d1b694b0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:42bcf4c037d6212103448703395c0ca44f36a89533e205f0965c2c111d218fc8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:7b9bc218875615eaea10e71de2ce1159bbc130dc9099eb71d9fe13d9a0f07179_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8af69064595a39874365e60cc66d5f6697f28df4f82f8e26b86eb3fe08eed8dc_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:43a9f7284fc596378453b6e3a6fa1eb553d403ee25492c8c10107aaa77d92412_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:9074d73e7164486f4e0bbcdcfa5f46529fab2937cc5531dd88b13b2fb433d6b6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:a6656391bbce0ef6c085dcb040dc623d737ee8c302638d0e952eb2cd6e9671ae_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b98987da700deeb50da293568dcab5cfa1ddc843e36ed4dc5fe6d0ac8b63c85e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:66a2823e0f80a885f64cdff57291c2d6af6fd0c117c2d033b372be28b0755b2b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:845d9b912f7dc3b56804668e652f7c6b711a3d064501785ef9fea0273f60063b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b94aad5462be3a96ad9d3a88d8aaa775e8d6446b7f8d1b8785de703d14875cf0_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f6ad6761f6dd00ae42d248741c778b31492259d891751c9dbdc6dc39c2960dcb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:7b31119b0f90aba00af66b6bf6e1d2f7248d3db7129a6fec071a9fba31dfd0e7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:93cc886509cfbf78ce38eec32119b47cca28aaf3b43a254a1deacdd86de5e877_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c4cfff6e697533c3a9323ba6ed15b74250ecbecf71123cfe49ad56708f505021_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ef759942f6399bbb13657a783a7648dbf7ec880e8f6d4ed64b69812f696fcc1b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:155ff7585ebff390dec5a0ee00bcea904cde275e165ac634b2083c1fec868a18_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6971b8fa9f04515d6e4d18a27982a2496a4efaaeff90e741f3248d31fe1961e0_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6d590f5de5ce957e2d21fbd86c08411dc90b6c2444fd43079a04e3acb35587f1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:718a4a859157646f240e5fa4e3f8ad5c5ac7e53373d8b5d0a45159f5eab2c9a7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:629f7a041cf101c337effebc71d27cebd4dbe4ac7f7eb58e93f872106f88426f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:7761842991965d184af3f11919c4a4524d285d69266f92bc01ddd1cc66195fba_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:9865d9323ac25a120e3dbf34644b7343e650cd04b201d65518940b49432f564b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:9f6c2d965dec4b6b13fa96bcaf0134bf2acf302e2a04fb6926075bc9e92de97d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:855b51d876eba214e06624567a2606ed0be538fa6db7e24fdd508a269e1ba2c7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b041548b2283b0b0837db6749c0da693f021d0510a5628bce91ff5be1fc83f71_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:c7fa529102a1f95a53afba3a07db55a3907123cd8bc01cc6e1c4afc3c41928c3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ef32e7c28a82efb0ff8edc4d2678e042afb2c378791a34ccdd9243eae5246d61_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:0b779b84bcdf0ea2821962e7df8f34696f23bfad88557c21ae5fefbce289acc2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:54847dfd1e87683efe51562e103367f952ea801cd409968b8b5e04ca0ce48bb7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c86b554d052e4c0f38d69b571d246c090f5843302d21fe0f2c7c06ddc604488_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:78d85dae433ada85e1fb57166d278887f652a03531326bce186c7d3b207df288_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:4c4ec9a44884b5d618f231cb65a9b69078c2d86c8f168d510441814357f9fbd7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:5bfc5d24081ed832066492f2542d2566f40aca433535ff6536307feaf416c727_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6717dfcf0c98ffe25190b97c977daafdfa53ca406572d81143430f4218a17382_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:fb7ecb21f68557f92a912f0cabea1719fd8969638e16f22c5c89d433168f3ade_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:6f80af3728d41b78b3e855ce438ca882452a785a0b794c374475e6634390f6bd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:7df0f2a7c3268c3fd166e4012ef20a9911d6d7be4ee9e260b2a8343a1a5c23d3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f26c33eae235ad613283bb3629ae031e06d95e4371b6ab35bfc95d6cd6eedc70_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ff72b14efa0c7c37a3795808564e00f60bee07de82fc22c7d1e0822893abeb8d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:15a34ce98242d87b27bcb7a2ff5f8a3426766e31e4aa8dd21280a94a0dd5de07_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1694ece44a326abafa983a7fb2b3f84f671941fdaa708c21159b2164bedc8fe7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:5316833a649816a20637f5815460cdea129cd9f304d66406c7d15210e09adc7a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:95a599547beb53655c1f6bcfe533196664371a94b5fea328543a5f90c1f4cfa7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:0c81a72caa0f5697779c8e808aae1c6da81c34d58ea22b7fc41535e5b047d4d4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:1b5092eff9d9daeea6ffcb7c40f04754c401744c8085b77b67f231cca7730818_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:7b0157dfb720632e557c0c1050c643c7a9dc9b36c5f1858a37e11604b04b795a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:915d7aa28dd103a665a72bba13375c72118885bc3867d07922425576d5372f71_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:27483fad6a2c4be85baf840f33c72d98357bb6a55e754051fff08820977c7a3f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:5bdbda0b9ae82292ab9dcd9c3907d42687418e591984ae30b53d93f422ca9d86_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:93069055bf2d16735b13a8ae1859af38b6b7b9fe3409806c30a2147689972023_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ef060678c540f10ecb261b29b6674be6d3830c7ed0e51f221256fb09130b4dcb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1d9d3b4b90eefd1714e4814e4c340d11a88f1208852b7c624fac4096ec3bae65_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:37afefb255d2e64fe5d72f6d32a3e4a55684b658b114dd341689ef0dd4cefb9b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6033b93ce5c2f73213bd89e9709038829a2739e238a1f827cdebdcac8c39dc91_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6fa75960064a732c4e25407c9c2e8b75bd98feb5bb06c9cd70dac8023eb21c0e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:5eafd2fde7b9fce1b13109f4729396155f7ef07d73d51067b11f96661327453b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:825963b5f6aeaab80cc3c6a3c173b588263b6a9ed2e481c06d42a229d18b40b8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9c24887a448382a80d554684df4280c49a3c6ab89fa9164d547d0ccd25c5b0d2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e423c9ccfc07b48c6ac2cc4369a6fd61e9b8c420a08f64d69e9a35b887874793_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:0ce9b759a50e8562b80a2466a194f70d0728ae93717dadedba3aca34712f14e6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:814fd188f5a532065135552df55e4c55fbf9952ba35f93ec6f4f22a4da2a43aa_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b87d5c52b3da29503ae5089fb3422ebbf5ab02840c486b19678a9c65f04a9e7b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:e7ed0864902433356021a2f30c65020370c3062889f7e5838be60d0ddb098ec5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1622e137e2fcea249115c062de3bb6e0a099ff4f4545ed1c98ae2109eeadcc71_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4a66bbbcf3b973ae35749d7d4a1987a561a57d16b154c0471092a2f242912e98_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:51a7d1ff4fd4ac2325da2064724449847c4aac05dadbc97f30d93d89bf887b1a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:f1743346567b7c2f4101128ba81ad4b3b00a40f3a97a465df9e1b895a08cb8a7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:852af33a0803094bcfd34f452e8490f95fff66d6e2028423cfff0a01f201457e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:9848cc582e21d833e5d5ce00a0655abf37173bccbf944e192510b3373510d81c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a97d77c1235d10228e36d47b304a14c05a10944904685f344953da18f2d30866_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e5cb819739007737f750a96605f14991efb3195f13c906efc64db87934389379_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:3d594065a138374b4efe911a3e4619baf1d888272607e83e4f614e8c3e48d2f0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:7e2fdd43861a1be04f8f6cdf2fe2651d1f7ad194d7a43326e8d65d7757ee3d7d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:08fef794d449fdc5f89da613254f8d8cc2512bffcd5a8f289a7bd8cce9f8660f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:9e43e41968b797593eb5d4823f8e1e7babc642c3ec308673ee1640198f12c234_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:2ab98db3bd54d97694587693c196944eedb77866bf2dc9fa70e6d186c0eadb34_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:cb11c30ff4bbdad9e25e12e2960d754cdfaa7af1507b07e74e21aa31a45b0390_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:107a0f20bc821c4dc4eeb05f29cdd1c0601db4b66f5a3245272098dc41ae7c5d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:38f286396ef7e0557eff8cc665ca46c4248e2b060aa9b170873e13eb691b207b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:5d3eff686a6a64f96a79d31f8cc6a88b17171973f4718d3da82e0dfd456436c4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:903ae03948c7e68b1eef1b1dc2f7d8718693e3149eed21862cf1fcfa13482dba_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:0fb76970c4ef89824f28a0993f2a21f5c91aab7bdf23d6d045da48d9c4d176ab_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:37898fbe4cf22592901521c29bc10ff1f3b8df7a200d64e9c94d037e8cc38e60_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:c4393a9eae01a0bb31f85f8a6cc609f80a8c2e7b7c4372c21bcfb91492ec78a4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:dd74aefdaae0c24dca43a36548e371ce292af5423751718b1a6480224d5e5680_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:500ce3a45214ea5bf17b0c7d0ebd33f75183db7bc04d30f7d0a25a225f494cc5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:6e201b3e5b45494f8ecd6d607bac314cc10b419d4f3a695c1aa9824b6eb9b8bc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:9772d2c999317adac02475b2448f24acc49cabb83c7727e9e478642dcb7e9794_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:d8d22b7e59cb411c3f1fbac22af12b78fcaada8e56313b2f5ac89806152ae825_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:5d1773de9a1eaf4b18081c968f3d1c3ab35af0333dd8ccf599c30a5336b40ccd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:93415b427bdd9185565c26901edda6e5d0e5b7bfa013605de8ee206716141c4c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:be9f4891181cd1b58aa9a3fa7a0d26dc3a382e9dda02744b06a1cd7d806ed6cf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fac44a7144ca9e888a74db83f6eeda24224d05238af0f8cb54627b74148f51a9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:20544ed1aea9d8b483ac6dd9655a0d108b80121b7011406e0a59de4c93060dd9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:29f0f10ec928c8face73cd03bad8478ab4b8386f0df20ee2482102f870f198c3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:adc31a12f2eb578e7bf135bb0931aba306487174c7e8e71f6d3d8661aad8c350_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:cc2921b6468b77227e9f210589f07cf458eced2ef0260582d0a1a4b8f9b7a613_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:156540860fbd6556102cc1abb3762e6595d374fceeeb7745d92655aa3fa74551_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:426c0e5e5885ee0450f36a93fea6f733637011c5f5c97ea2c790e0edab5d7cbb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:abea604212336f8e3cdeb786913ca33cf0843f3eb7be0d1aab681a005e6c9417_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f58646a44ac2716d6842af49e48f13b6c0a58ffde7202cf6004f479658ecb048_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:484ea3e99fe746668ca7fed6862b095326bfb8f26cc79c0bd4de143083b0dad6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d2cf9eb8a6b0528509e571a8ab3710bdb6b40abb5f19d797a9097524d2e3cb7e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:def75e5d102cae679cece8fb7e7cf26631d9aaee782319bceffef95fe76308db_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f6a4b9d3d3792cf016df0f539b41c2d33d4cfe3a85f87b8b1a2215c703a13d83_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:17d73f64095d650a84959f826da3009d844f209c39a9cf55460b842a08968fc9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:382ba71516ae6c2ce3670b92bb206e5bdaf5dd0519b2f1a6fcb417b99f0ccb13_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bb9cd5df0da433f514a256dc92610219d22962f8e9fdddc4a1d6bdda45174287_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:da71d08bba2b937f4111e6d773765da8379043335d83e600743608bc4c3b7580_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0761be83c6edba07296a17b61838c3720666dfad633f9edbe9643c1cca008a8c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:23021b0b3a60c43895c17a9d27eb53fb5cde7b9ba6ac7a5d81d1723d804ecfbc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4c802a4f273a7d7752c93b18c27e264cd373dd989797d1f9b970ae368bfbed90_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b41f90c9d31171dff6834e9c7b72ac295f7e0058eff6f5dc7480d7c4797b9700_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:192a0e7b36c1fe8b6b70e6504e12a59ecae23ef83d563ad4c8cca3ab5b2cdbe5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:39a6978585f0e1c57d7460a4fdd668a238e126c2ce7e599ad9e847bb55783249_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:851b15fc576a1939eac61342bfc75875d4029dccacbd57bef1b12ec784523bc5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:dbb87a87d86cf4186ac9c4e546048bd07eb4e4b3734935a152ecbb60bcbdc1ec_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:2c372fc451a83f382e57e1e63de0f0b10f0479e665c2e1d39b20c8bd2d84f51a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:881e89459149105fad3a737087f34ba6a0bed3d933bb73e4d1943a36d21a1f55_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:cea296a2222cfeabbdce7a42996be42db39f3d89321f93ffe705c0c01e7b5b30_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:ee35c6aa82fa9353c63acb0455e5196e946f423be7418de921beb7433bc27dd3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:64c68a2c39cedd586eb70141b21d19092d16303738072987e6a33a208dc1ff43_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:77d5bcf195bccd0d556e17803f4c5273010543366112916c8e9e4189b5f68627_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:98e7b50a5fb4fe900b08a52bfe5f1af0f189bceab97ce106ca4550e0fa5bf487_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ca76d72ac426b6a7fcf59fb99a3fabee6c5ad3e0095e75dec3a06194fda37740_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:07406356bc5aa39e2d130e94946ac1ff2346d3570819af5d1a228b3e927b3df4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:628d272cb4ef7a625677252fec78b4f6d7daaae10f3fa21e9e605fa294ff9ef7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:784c9da7c826f43b21b798e18d89f696ff3c0d6c999353336d1709149e3ed6e0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:806bb2fe904f03bdd46f5e7fd0da4e8c27badc7a363a034a896bb3c9331c565f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:09ab73ac9c9dae1e080a70737bd6f8c927d47404850ab85cdadcf2be42dd0b1b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:3ad634a5d007320ce93be80165b01aeeb25319a7458cd465aa4732518460855a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:71f3b158f659a76b705d4680a0f81d930f6f622546c903aa2bac8548382d232e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:cb741e1ce964c52ad3d7c373dcb2b2cf0292fae1c857f71cbec4485e0b1e3270_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:23b98311440ae92c9df288db4cb9336e442724af99c860289733d6c35dc07192_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4337bba1939749aef224134e01759014ce11a2ed05926c790c0eae870fd9b8dc_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:505907905f0d1476c5dbcbe7592c9d70ea91df7adc38e9618d2c48355ece4783_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:bc326e66fe857b4090cd0e717a9976857d63a5538890171adc420d47946b2c95_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:84abc2301d2fe7fefe78aa5dc90ddda63737ac2c8c47778b898a91738c6d69a6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:93f2305b36ca634a2b8fbbeb4bfdc1a5c868e791430d389f0e0326ca839920f7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:ca16e72147f9d94306abb1464485feff4a03a4922d5025d4b7250cab7ccc7732_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:653bdf880528e317bebac6f7aacff23ebab11af5bfa931af13a8d8e7b2745eb0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ba86e60cabbbf3c8845a60ba559d1a38d5370ec7ecddeba662ef01fb083030b0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ce35c93fca376e03d1d08e22b8146860e5711773b17f35e32a87bdf93338b182_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4aa1df7eacf95d9408d5016f5715b38ee4ecd340d9a66bcd55cb345d98de466d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:87ef275495cae4c69268a6375eb5e07d9895913b019bf1a73dcc5043b3a24a30_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:8daa3769a103ab420b8b43c68ed6d4d90a845bb23a358c62d38cf679511d6fdb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:18e0db16b10f2edaa9919257d37587d7df3c4c62cb88b8db38cda65e509a0492_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:1e12af727903c112c263bd301b9abd522da36fbe64e195f8a4d4fe19d34e9c6e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:ca613da143b223316bbfabe5c1618d5de77817057a47f8430b9541151b79f654_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4486fbb2570877848c2997a50aeaf427cdcf5f8a2656b3212c263d8ce0d8cce1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7e83a01469262e046bc98732e0e7ce4d71af991288d31155a9379d967ffb52fd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9d999175269f2e59feec60b202253ece2c27add1d003f80c0e40eae8d2621f8a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9f31f2da3caeba8ef97368c1ebdd3fb1df9aa911df241460d27fbecd2cfc9da8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1638b6de2276e53fd93970eecb2bebc56c34ffc099eda9bfcb02dfd10eb07be7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:22cd25be6169ebb1dfe48722f3b4c6133f14c5d4f6db6ef5c7c5c9f976b25901_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:646993f2432d9a7cf3d8d56e3caa5abb77fab65d4dd40a01ea68bc59e68ad082_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bb4b4fa70f8193a7cc49e278475052e1c053e1dca44298f02cf8a0c1bb95c740_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1076cb5e72c6e457760fddde4d94257042f5b0ebd7076a8713499bdbf4943c8d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:3c749018959822c9a7c67fc3f28f62236f1791b999901577445838c8f78947fb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4aa259c5fe5a5f92f61775e842ee7aa66fa29d6b75c2b67cccc8900b08b8e96d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:5fe33023e5387e6836b35074fdc002ca7d7c85c6c6cc95f6f645b1a7a3651b93_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:02aa2709ab8f16d997dff85d05909bd7b67ec3e4cf91d50b285f17532d8a625b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4aad374a238a0306aa63cbde5a29bb75d5b80d2c691558a1b384cc6b1de706ce_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:786af9a1f3e4f873aedc740637bd197272f21553304b987476b2e462b0dacfc4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c449bc96c47df9f808b4e89c06facf7eeaf44761485077311aea32ea1342f5e6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:9beab497bfb41b47b9f8599920563efcb58961c2a8166225f1935f45657843b4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:af7cc2cf62f672d6a00016c116f3c66b72b64fa0d05e7753c8e4b6e628a3a082_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:3a1c445bea72192dc031e4755bd063fecc4fc9139484f54d8d54af26dc755f45_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:6ff31d9e340619aff002ff35ad43b6131042cfd943dc0deb54f19721eefa1c14_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:227e8c82c210cd100cd7aa3b8c5bb39b3ff31a4bb6ad78bb7134c122dd9b02a6_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a7587160377c6622944f5dd49380ee9565d49bc02da4c5b631342a037835c574_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:2793040a3ccbef82e3d074bf0597a8bfc5b5927658a8bf4148b5b0675d6fb3a2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:835edd6d6766e17d868f7f6d283005b2ed2d38cca7fbad1c5b36f63c385b8e2e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b635f689b42b827ad12ec312500ac2582c022eebc7776bac97532bd61ac31cce_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:1099ddf483c4cfe64f687fdbe5587648756fb5b9a3d01538724b2ea2fd5ca6e2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:30dc9e1dd4b35944e21e40ad23583cb9d14be00172a0195dcc95bf8e01e34e1b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ac4fa9eddf99f4581573d52e741f0eca595c9e5bec12cb177f0eacc7150a46a8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ee30d6c3b56fb533d299a7a432618a1b2c83b1d9d72b2c58768c07c349fe95c8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5aece9cbc711608ad1dffc12ade865996984d714f5e64fc894bcc3985fa9c521_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:adb1d854f6dc5e70aa0f33164a3ded5a715ba0ccf894efadd73c7c4d661f0b21_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c0983bc8863c23ae680915339797991b26c17fbf4782caddc071a60c17992266_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:cc90303d2e2d0a5818706672d1aab7847450b9d2cd991d7638451829fbf26163_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1485611739af941f4e368aac9cb95ee105aee87258e5d872d51d7f74291a8e20_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:45d8a8c4703462edf967071e89e08d8d9e495d69245ad8b6ba2d6e80f579eba9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:584f6670245a288d5489cacce0e0cabb3c86bd6698f8118f49b8e3ccdfb47c39_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:5a29aea0e28d0ced0bf50bd3dac2bb6f6edce5ca6ef373f3d097e668a9e8cf35_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:3aaedfdd81b32cd2c67a0d39f819fc49ee2d31176496e043bd4d85efbd594481_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:97e6f95d96f347f03dbaf58cd6c7bf6c926546c1991cd83b5065fe0cafed2586_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a8b9d35e2ec9f2026a2ddf034e9f3ab2a9ea622924960f7d673564dc33ab6224_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:df1a7c4c835c59041b8c16e11580362d846ceb9b3334b8aafd36d3140b58d063_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:4d3251d46cfd8adf16ce49e35007a998689b714615bb66a12e0dcfeb896d8397_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8426d041e12f43a2b78791227c0f805afd75de6e306cf8bdc718f0f76651d75a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:aabd98101d18f4f5352d03547cc2cf784bf37f962b9c875059d6365a3371dd72_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b9c93d7e3ae198d025eb43e5c2caeda4198462ffaf407270dfc7119316ff5f98_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:b6c870af5b455dc9fc17314802f45c9ebf2bec19810ff75b4e157d96a94e6575_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:d2003914164b0f04ddde9b10d27ada74e57c26beb7ad06dac093098903909907_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:16a4f25c37894fe7ce7a943322dee37d8419bae36e7c7ca7b4e73dbccf8372e8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1b17792f997e30b1d5bf73388b68de6604e4235b0a10e5dc37955f8ff2077801_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:29871a94fc618bf280a7c38280ec0642c766838bac34a9ace503378a67f4638d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:fcfb0cf49134add5d8298b1fc1f52ab3eb924efc2bf40ad077c3def948b3ed8e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3144944813148f5acd4234b279b5569e5bc8942f390c76a5a88789fda81afc56_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e44901d545ce00d89aacf5b5afbe68663cb157adfd23f4b280f13e978c7a972f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:18b95158ab8c6470ea281f81f5f1dd2c0d1c198be78d3007b02f5a7937ade62d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:31bd9ee7e75b32542cf78d1cb12d254a93cf9623e00e5649c016bbf32b8dee04_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5b53eb46cbfbf25649fe3bedfe285e197f65cb55a057176d057e90bb65cf6562_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:bc8727121110bb8a6d9957f7871a6369e1512bb9cdf47a6d23ce12812d84a791_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:0747fad048dba8c93662ced1c2b1a18b7f9f75bbfe0740caaeebb9eff3acc30d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4a22ea1747135e6bd85bc59db41d17d0b4e761e29330e7e3666bf4d42a47649d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:bee322f686572e00dc5c6d7076de1db0034a26cbe44e0f9276b394718d6c191f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:df9ade514c7f2a80c4ea829e2f1890dcdd6a4acaeda829d3620e7d3874de77e9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:859e9211c265355892dc4aa19b7d845b985be40bb8f098702aef50f84c3e5eea_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:c2e28f6a9e1de3185753cd7fd47a51ed01cbd49697cc452448adbc961fe71003_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:c5ae19ec61f3c9cdae0db38b1aaa03838d421f9d4473fda4e52255cae97a2fdb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:e654a7604401da1deff9d8baedf0f7567831fe5f86f75e06fea3e5d140bb579e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:0640a6e0ebe2a6982708f326bc721c2c754eff2afdca443499843b111f223e39_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:5eb8c786a348343042687f659f7cf8b066efc3c4ed8764ecf36dc6e49a468cea_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:83237f13a3a3e051643bc1aa46838b87be13126c0e52404940351a2324008e68_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e67d6086ada10c96051bcbf4eb7414c407832de86a8e2d89364ae0d85a883982_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:9ddc6bf41dfb204e9241c57de41e0a6e1ab1c3f8ce2ef1a90573bb7365ab2bed_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b025b5d368618a31c64189f1a5f9b3db0b24068306117647796f00a22f6dc4ac_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:de35e280f4e50a18f2616dfc561db85b315425ff20bbfd4e19d5f64f93f3d0ba_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:f0368d0d3968189f10cfcbb972046bf09ad18a7a1a747887c239b75a1988344f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:21757065fc31856133fdfc4d459a993262239af0d2d242a6b55800bac866ef02_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3b08be9a543ddd200f66178d51c0f165c380cbc845a1be672b85e9dbe2db9f12_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:8e9d4820353602730cc0e808b2cf6ffc20ff80ce06915e40027815e9046555e9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f7a9a92412fca24faebcb8a574cac92c985d1392f1544e71fa26bea80314289a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:119315e723ff4b153d8f756357706bb4cd1ec5a160a7b173e359d733c680469f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:808301750b17198c8c7f5b2b71e6bef9a7e3d788ededb9a5f79e1b13e64fbc82_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:89ae8aa54d64f62a73557d413c3f146bfcca1c237a52bd57f0ae87ba8c8fff2e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:feecd842ada0c39c783faf280d103523668de8d16d43dc22f74f262f2a4aaba1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:595fd9e735db5032c9bd3a668135d99b6df650c250b294c4f8b11d67f990df79_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ce4371bf509e06e886c5ebd42312eaed3ed31fe6b8de91284f4681ccad199329_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:4662806bef8ccd703086edb7d1eb0c99f785927b1f30f227bb438829db52e532_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:d06875a7d480abe6e062be719a9d6ee0900180e659c09e2243df36e3ed55db07_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:2f6efec846cb1babc0dacf51b67634e83cad5e0f4700f5db54f8c356b0df8119_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:46a86c6ddb9f5bc798b43735eb0cf9d515091549680e43cd2993ba1b07bc052d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:aecbb57cc9a6d72de8520437e911255e51c97e4c40b55ef207fa98fa7c9dac9b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:9c8b022e6bfe80bd4998f177c0fc25e4a5d224a6dde99157f21de5d08f18e4a7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ab6a31d53e6e8a5a0b67f4020a52faa7fd3ce35160189aade3e958559b467dcf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:cb8394ff8b96398f8db5bfa7725c260d343774ec319fc1e3917dc19fb51c9b9a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d82a2ea6aa1515bd56aa55ea999f91e9f688e480d615fe53bfa2c74c1071eb82_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1af22f98af2fae1429e53c988267710578a3a092524eff5032e0c8f397a6a953_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:2ad01a7c2e75bb850686d59dbf73937ea69505657c2f2a55c10e4fc17ed83f82_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:95334d618727e811d16206a6f99991e93dde4bc8ed26766da848ea879093d736_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d460b99f6d0595fc76b4e85203f96a8a809cb709e22f4d8f819f99bc3e817688_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3b1986a8dabfaf0988f12820e1a199cfd0db684ac4e8d956ccce6eb8bf1146d3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:8568a6a6dc94a45bc8feadb7ff1cccfcacd176d276568ab96f4942aeebd4938f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:e24967262f34a1bb405c1010688b4a1ca1c8271787a1c8f5d8b86cf94429e6ae_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f2f71ca77685bcb4618502f0da4f242d48cf2473f0c7e439582e98f15bd0004d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:23400e78f2af2eff9dbed7a4da3000fee627509e5d4c87742aa87f8be1229a36_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:64863687e7fde678af49d370c9fdd5045d47dc2c3b921b179dfe0b392aa4b447_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:70935aad01a4c3b9c041d22554f4d8feef7038bca871fe1d84c6b74d4d830814_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:91ef5f2ef8cd345731b53ec5e044c30e14438f1935c74b5eca2436aa35e5a7c3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:071766cc6bb41db5220aa5173ef5d576f032ee1e8dd9868deabeba36f7798342_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:5a9fd7861ac77020db7532e72a52571c48c4f62164c1c5390cc55771b93894e9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:adc440a9129c3c9baf62a3f961179c843f6e68a06cef4f64a64e2a8cf7493d8d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f8f501653da6427153aa72340ac8238e79459759136d64d2ba6f8ae03184c436_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:023893e6a4a14842645d23171ad5562940fe5a25e681eb8afa278cf154f60a5a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:1d5ee360957a5cbcdbd54e71dd9ad1e0ee1a37f994e80081a07c289fe1be7c61_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:298f6b16fd4c32caa2d49c5ce1374d7d2037b3681f74e2bf7ecd0afb80c0e436_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f6048c371739ad69e9219e8ebe2045a246ec4ff01bd289bf630c45ecf006f52e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:2c96cb9ede1464bcdb2aa65b23d5c317050c99a9c7674b217301a84734b7fd88_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:31235aa238bc0662e8f3efdf393f9ca7699016dbe1261bce0ce37675afbc5054_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:698f820f8b9ba7d04cad32dbaf6420ac0e1ff5ae0a1d10f81e867a123dad0a60_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:6cd2462bf7a3f58f79de73fc8ed717092569862dbeedb6c72999a8ece328260b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3e602466b3dc3fc4c7879bd90a34a96878e5df827fa7664dac632199b2805464_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5839764d395594b922ad989a3fcc5bab129eb919d2430442390cdd7e95229219_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9913891ed84afd601b5bd646398f266f6970b7e3e164f423ecf561afbddf6f9a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:f236ad01ec1299b4a5e4b174ad698412bba0f090d7316672f230abadd209940c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:0c1f5188f4e79b0c508dbef9f9f6fa5c658aec17a66dcb14b23008d112aeb6a0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3d27787b58896192ef0b2da74861207bf188e5632c0d7b06ddac476ef558175e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:55402c1e07f5de8bae74f8fc9a579c2403cd12e65f9b6714c4d6b57ed42b4250_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:975fe9a014b7d9c4339bb34d0bdfc862b4a4de19b4e02b5b55a484ab99f31bbd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:142d516609c278895aa3302ba638724fb63ecfcfd232e1fc6571f5856aa4e034_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:28bb93cbe40b57c179ed088e45de698a93dd1c0c14d6ebd098439a412478d314_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:441602150d0bce7f8941a293e3a803bed75953986e93dac3eeee50848204728d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d92da8068e3440429fcd5a5b9f178dad1a0bb14fa3bee4849a99bfcc6674e37b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:55315b85da730c2bde56b7d08c4caaad5db5bfcdc2e9f21286ec48e58fb1c64b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6f2c19276901be4850c3d9f502da1365d84dad18e3e1327159af41877432c41a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d4092b12df304edca57e47dc5ee77e4e9006297763ec2e2371ab3856f94e4654_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:f9e46d3228ddf05919d0115f274f94f8afdb5e65c54fe6b17514e7a3b04d351d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5e06c7a4f4f0b3829c21710249546680ff1b7e7d541e30b556dfa69aeb7a5ef9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6ff5ecb5b92ac2d9b1498f86211b19e22627002d788647062ca604ba9ac8d7b0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c2c203df15e000f53388a84d8ab5affa78c4210861fcd0a28fce99c0ed86009a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:f080c488e219c5b862ea88e3ee48bf866c186caf803403d7605ff3afa5d5daac_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:4e6bff26378ddf7b42fbb27566ff9f47095cb5fcd74a26dbb1604725dab7c1cc_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:63efd9d23d66a2e7c754d1b921016177edec08aca034786be697c6ade7310e71_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:b15dbac78b5deda1493f959c14b14ff5344b982c4373471b13ab2f3829d520f0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d101f7ea169ee12e824370400ef6a94e0cbd48aeca6fe0ad4777b9bdc87d80aa_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:05692fc0d27f1bd3a0feba7c0eff4237ef52878ca37166d92a89aaf190972aac_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3805505b579ad8be8620a53e792410bedcb7e1716f3d6401e76c8bb179d8aae6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:47c1d91d614addb733f775406e764502e556f4a7414dd1a2060d3065f6c3c120_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:58650c0ce9725ed10e3646acdc76a72c4d3abda025bcb735ac2eee42ea261e3f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:4778a088ee10ef3ba59f3323ccccf942000e3d2bb8b0bc201822f7cef74909b6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:599fdac73334d243b4d362b2a752f184f303aec12e4426ff08b1b4a6fca0380b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b1ab8a122e88ee201853c669525590b6f73a60803d1772536e76c56531fa0041_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c231527dcedf3606bfa162c0026b0b037d41a908d6be2418f4250e234dc66023_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:83c6087954a19cc11c7042079ec3ca528c8a18678928c3ad9ed8b22ff07df36b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:209a01330e1894300123bfbcafc53948760feb80e0c7c81e521ea7abef269d69_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:013535daeaa7ceeaa565545a98d942396a07089a96937e4960a1fc0d44a4629d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:40fddb8896fcca216855ef34f2c8f0c6cbe3a59c6bdf4c3c751f69b57a63ce4e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c3f081c38876339613b7a641b30adb9c7f3e67d446151c892a65256ac274a472_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d6f330926e3962b0b73bb4b6a11a1b40cb0cacfdbe9fc0eb4ceeeaeb3bde758b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3f2283bea8d5c54ad689787a7c269022b04624d2b1ac830330a79d30364ffd47_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:476af4f8d17ec9fa6bdfbfbac2904244c4d51432b67f111ef0cf4a37ace9a86a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:a609dc606bfe95a904dd8c6abc0cac79316f17618d8b676512fe1b4e5412ba01_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e5b754105ab8d7cb9b581d3c4dea8a295919bec3ec645aac468b5f3267e0d7f0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7f92fb1c1dd18f03677ed953c82ff87011d8c15f1bcfd8c22cb7a877950bd063_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:d759dbeb39460193f8361524fcca202fb9f634d65d35f19fde1a187cd7230608_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f0544c40f7c610e45782d6a757343822cee131b745ae6ab4aad4b878994ce8eb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f5ec95c285270e35a77f89f8da39a51c5d29fae1ac277053eda82e250c715f91_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:191a27f89fa6ec450c37168a65ea66bae9ef862bd2b40c1e8d561b41db842591_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:905e494751d1e26c98857f7ec4f41b4321344f9e86d710186d9e9bf410f6e983_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d35affa9bfe2127cbed058251d47570d65b00a8045748fe1e97670797e8cae2d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:e82a015ff030ba177167a713df193d74480998d946b593a00c799330894702f6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:97a3a8951c456ee0c88a42cf7114a3225a3dce594b470b0b8f57f45c62efc1ae_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:b49317158bf5eb1940a35be96a959bfdb8beeef52e993bff41fcfd974b12dca4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:e616c0d47555235cc1c7e275538b48fd10b842cd11c831a4dc719afe4dfc5092_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:ec827ba35ddaa01c257247ce4f06ae733289364530f6b2c2d5b12a3b2959762b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4f5c8e59a54b30a9f38f1955c6d1474bd24bec33c52800338118973cb6f3e251_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:63fcc02b58dfa0bf549c199736bbbad1e764ab86d9375a6545ae1a7bc360f247_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:9264eec1243f98c37a0843baa36e78b1a88dbdd2bf602156d5f7ff4bce1cf223_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:cafe32e3ff4aabbb6243fc984431babd77e2ed05bb3c4abc621add33c5a69481_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3d6f997f5a6832459bbe5365b533f601dde3872be09c1e96b3b2fc21951f6adf_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a76abfdfb6be2616ba39fb25137dbb49dc56427081d9025f2825a3ce8e5a3928_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b540e70dfd87ad1e2e400e129a6b495617f9d57e54c1e54b09030cae11653d03_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e7c9dd297067d256671a0e06f9985a3624240158a1f4e2b97567409199ec453b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:49f6f4761d886208cc262f1f8e23ddcc0c05d5b4566f6cdc8abcb1a328c8c5ce_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:836c9a619a35d6b8d4929a78b96d0641434b880ca98f44df45f0edf7b69a1d48_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b4ffd4fcb95ed73bc3689988214a2e4210233143e0ba4f123ceb4c2ca14821b5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d4062c740ace239409c182e4c52858e384384faeb0f3d98486e0534f8dc19702_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:29b0d64444b1081a568d8c9354e79b60ddb1c3286f9b6dea3ab69023c11f3436_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4ed2d42fdc6e8fa9d3d08152849754d1827dd54ed86be4507d75f5c90bdde542_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:c1f38fa9fb729b6c497353127feaa36375749fa07f91020e8634838d58628878_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ef794a3bd52be528ba81c6964af2fbfeff03b1aa3d17ac36fdb97f124abfebfd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2518415bbe069935e8229d141d4a8a50285c408d1be2af467c458a324120154b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:b096377e0704a959a0ec41484825436b00d3d0887e49eacd59d88bda87e38b03_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c1b30a9d1f6908316a829b3084df67b9b8bf5043fa46060996cf259c50f62090_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ec9171ee21d867fd61004535db96e98f4dee9dd6f3fe86b719301cb1b0202a79_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:07f056306c1122527032aff7486e5fc75147f48c708c0c0abef7d570cdfa78d8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4314b0a4d5a82abd583de659e5033d0680dce2b535ebd3ae4dc1776e741bb214_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:5bd5ca703480895af05ce052c3f9f738672e989cd38e905cd17bbc378cae05dc_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:db97ffa52f99127907d41b6bf460299c3fff8adb69d64bd92ad371941364c374_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:16374008403825338098f7aaf57f74a2982a75355834552bf29246a9ff4e0b7d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:770cacd7e4e04a786a2e55a3cd9ec21048131c8eefb7baa4225e73a09f0f0901_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a240e71d7418d6f9781219faa2ea9cd315b7091b1a70d6032f81de2ca3c53aa7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a39da3d53b8b927594c3f5c3a5dfcea689f2b75091209c0cc36b18e1426fab20_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:34cd79b95f2ce098b064859e38785231def795d2804c05bf7542520e9d8b596e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:354b40ed867003c42975780f9db1320302500f4ea6c5ab14a0d0ae70b537192e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ba52f6036566829553d0039a99ab677c0e40b2a14bb3d26ca470c526489e4574_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f3eaef7985effa7f09545ee19442623c7aab7245597a4a1d18f6b02a7a8f77f5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:154143883875b88eb144b77d13d5e9f750cd8e020af720a7bc6a2e6dc252a260_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6fa758fb6577cd18e48fb9280192be46dc724a8cd02b54459a5d6a3cb3d06fa7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:80e191f5faa2991cf3bc7033691c4966f1a07953e4941ad8730ae7c6444c05f4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:88ce4b91b2161c9b22f154f2a6903f801e26f15115ac874c549e8644cc5e734f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3386c9093b00f29600b1807ec97b1a6c935ef7a6578de01f9ed5f90fae6a5a35_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3646bf2e6bce49c01198dfb2a1f67371ad1f20b48cffbd7fd8f652cb9b215ae2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c50c48749c9fbe882410ff025799c6f450b063ab3e17dd1c4cbd2afa2b48fe13_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:dfaca907445b7213f3931be31fdde7480c22aafc0bd3b030d7ef9f0d84f5549c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3ba301cdb9ac46c11853c61812596ac905e94f15172df53cf352a693ea5a0a6a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6faeb6e3779cbdc86d4c7cf93e739c0585019e82587abe150f76c7cfb88cc417_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a0d6e3c4b32eda442fe231aaf1a77ea61125e0509287c381ecdec1615e6aa7cd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:bde28b18ee5b582b69683df3122f4f9a3a4aff757c2caa9fafcbcad878d05d3e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2492414954e0ca3e228d6d000733ae02c5d4d68d4b9f5e7f992e1a5a60cbffd5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4aa1f8159ae2b9b385bfb204298e1710c09123bb19bb5b94c2b93dd0419e06f4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:9a2fdc67ac81e408bb49170bf7a862a07998fd951ebfde9396ebcda40078d3d4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c952fd4490ac28f6bc2b39054312e85645c12d20e39ae631e35470267d8b73c4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:001807fafc7bfc5eafe92ba92c127488d378e1b36262f0f71cd4e4feef05598e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3c3f3a57f87c512568f858da90b13c39e9441a1910c48b9bb51cc2ba3e816b04_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:62e3145facaac381967de0461a3aef63b2b6afc466dfb4e185a35aa67142b6b3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ddd906a1e486837653341632e3ccd2d805ba2c7a7d7c26dae34022ec6a7ee90d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2f80d2b9f76b8633c9e6d309c5df7f251259b61a9a40a0364f2160707de313e2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:779d8d482e7ee453e8245219a0e21d84bfa1080819b31fb9f5de38f49bf3d724_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d44b76b43d8d5303fa38a3b8698076912be870c7a901c41a68f59426cd41b39f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f5bc9a28cb8d0bbae97b39548ab6688a31dfe2b23b8d3a52da3bb397f6aa8b31_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:195460691d14dc4f518717e3678a9ea780eb548fea8904c5bd4e2d554b81233c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:29acb2429041bbf17eb0f3faa0da84c1c5655df8a425755c1263fc16911d667b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:20dc4b1b9ab504d4192bda76eace70933c264628c091ccb4ac78faf01104f356_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:366b95ac0f170d8c1c969b41f3c624026593ebe8bfbb466c5f7109e1a6ceb1cf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:32acad5511e808b1b3a80aa96458ed7f1800b4f19aebc9edc4f85ec3613b8ab7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:dc009efb6f6e9d60b022ab94d84d47fb169d2dfdf9680f4f24b40ac0a4ad396d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:77abc31290209253ce09838a292be7351c02d5a7367859c430a5b3d97cef7f31_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e4cf03a101a115d398aac9c645ef400b9366d4bbf189de664ccbf782db4ef5b9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8a9471f7c51a026fc621dcff7715fbc9620603aac2c2e4454e60e0f579527e62_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9c1b85cadf719072db5b5abf0b93b3556a74a67efbb88d7903bab7b6e988fadd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a454b939762af9397d7d5043d1e6070279e1a1c4240b2fc808f0e53872bc237e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:b0802c5220abce4c73b650e105e42d0c1a57c5248c4f55819e15053c59f2680a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:677d190589cf02f414cb0cf4a31041b02ed8d706afb433bed1420d6f35d7a44d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:af0aa63d5b375590ffdee42f4a7f00a4610e33c20ac7f3b23242a24ff43d141a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b2e943bd3add974a8511a316f526d92d0ac1e2a0755acdb49770728984abe2a4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:e433c5ea434c2261f40d623bdc22944c1ecd435c0ac08a41d36049c9bce1b604_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1e800e47a04f7f19c87bb79778586939b4bb2a32f5ce3790d796331ca93a9235_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2c0ca90b3662de85d7e595e76f678e419ea1f40990c51ba16bcd01438f0db553_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:607e95e44de20bbf0feccbd8bb58469928452e6e4f962ad088f452e0e7e6aa5e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ce154b3a8980274f592cd2d41da7a748f7c895f754a3fa7994eeea657684fb12_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:c00947fa5cc8fa1abc26adf7cf8acfd4336e1aac0f1007133b8c6440a8148a1d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:c9a5828c250033f2bf160b102a3722959210025d373b85ea69895c96fbfba833_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cd8048f17129cbbcb855587d48615ea6e574d12f2952c0b1b5aa3819cf453541_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cdf9da2745d57ceb97761e08b560f2de7a212f860362eea3fd445fe4f6f7c769_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:02b7af4ef7daa8499a24b02aea8a24c98960851864cf639e0b698b3844563a8b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:3f82d5da80747c147ab429d24e8e9791527f7cc89fb6a7435d0cf6d35cec8933_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9e4085498157bfd33b7bd7b212300fe58ce6d462854fdd8a597f288637503104_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a8775ca5ecd0065373034a37b6de3fd736045868a3b116aeb216637023aa9685_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:28986bf93efcbdf0c2012acf8513e958ae8b32db4b649b9355b1fcf66b35038b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:52990833d3dcdb340c68234412d3743070938573d0296ee45138b404054e311c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:92f7c8de428bcf236f2aecc0382d911bcf5f7f536bd09aa44f9019ca7627d116_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:fa6add264803c2adb838efabe0f0fd8f4d78b14bfea9c1e91cce957e17a77208_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:46910caf13bd60c69314b0a72b866a8342c1dcead811f01f91b1b1674ea1bcf1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:a7ab888801a85e65a01acf68805744b7f6a1ca713c329629370b0fe0a40c359d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ec97f4dc1d491cea9e81ead6ed959141f0ff2b36fd4fa623722020431cbee1dc_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f67e6ff190c45a81777e63b69812760e828838e338e1d27672d02b5544b3e682_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0a9880ede4b10a6328766c1d9b05f17c53faa4ac561a8e768f5fcdda9997f056_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:51f75fec0f0343d3f68e8d4810e7588475cb0955b4793db7347d3ff466cc7f78_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:74ec8a94d5cda524570b881e7a352604453026a0324010b7f4b3d0a898b5e457_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:fb67ab3a88d2c3f33925830b9c63584bf14b321adbeb2e752a039faaa0401c8c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:13cc747131cec81fd67e04409a69497d75a893f4b56adaaa3a1f77f1d0f3ae67_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:2236900dd28b8470cacf90c618bb50b05a0d1d66726afebbefddd2377283989e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:ef89f2da22f7b0c0f445b7e700b29cdf9ce229cfd7866ac6c7bd2ec367db3bc4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f5a6e48a72f6054924be3b81dde0cc0ddd95d7ea029e1d819553fa633c47632d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:49a6d800db550efd565f451e584b890e88b5c6ff8be6fa0e17c30bab2f9980a6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:cf42aee609494b7786b12443443b9bbccc8afe2658ff6c16cb5c86c05c95a30d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:eb13074eecb1627bef4ca2cb0dde1116ca08cba2adcafe089e898236bb37dbaa_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f96cd58eaec24e92cb84eba253aabc815becf9264136c2cc898d1424fc8c87fa_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:8597574b86410624f04ebb0fa280276db1ffc676a56fbc74425e16790013ee47_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:901d510199b2e6cc87c754af5a1c8ec564089441f85917043a80733c4c83a430_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:9bc218ed94e8e516b01c11f26bd9adc30251067492ee2a84f55b573c2d09f6fb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a951a17fbd50a051cde6c2fc4e863bd70e29485fcb085c4d0c977a0bfdda5ea6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:11487764cd999f6abe6bc5021312a0ad9449b14b2ecc6f7bb24bc0d7dc57db60_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:362cd0740085d7b9bdfd4d10706b04b4b92ea759697c57b340698ba7fee0e063_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ece30fffff9f1b1252e7063cb4ded0e669f661e123a02ae5bd966bfc5e3e1ed6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f0813c18a84c6a7570cd3f51826e81dd0cc164299173d05ccf7ed3d31be71961_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:b5291a1306ef132559dcf0405c4a15d2921133356d904aba886e2577030b1af2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:6fe441946297aa27d90fceb448adfe939cd74ca0d02ac818d9577735a8bb004c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:0003426c210d73355a8e23970e027c7412123a75d979052113f325edc288b478_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9315e7033cb22fd8229c7cfa7bc78b10583dfabcc54edb3ace0a3eb435394f9d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:b5291a1306ef132559dcf0405c4a15d2921133356d904aba886e2577030b1af2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:6fe441946297aa27d90fceb448adfe939cd74ca0d02ac818d9577735a8bb004c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:2198b31f6460daa49ac33aee124d664f8020228052df648ee79a2eacb155df0e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:f1ac1040078d827c434858ca528df96b41047b32c27ac522d11d6d269da755ff_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5a3cfe8da21c874d227a225313dc98a3b175e9b67dd90917a201d5be2c8b0d12_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:a119246a2ed145b6fc3ada68e546e729485a34fc869e3742ea1b01b9f853f1d4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:ac4b25b223b08c445aa875106114964745002e90908062d0c11b56e27ed9f8b6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b1fe363d1a527033081799943271457afbdac0cb23ff875a65a6292ce1f6cba7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:66cd3d5b1343fb7f7fd7a3922adbdca110368de4f696b91066252229dca3f16f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:7793b9facc62469acde7d6064a4c2f26d8482fd1a2205add60fe47541b3141e0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8fb627e3f8138d9ec3c3903373502ea0d3f83c1788641f016a9de4d7e41dafb4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:f239cce00d46794f91479cfa3c94a2edd14e206f85e684131fe857a80215fe6c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "cmd/go: cmd/go: Arbitrary file write via malicious pkg-config directive"
},
{
"cve": "CVE-2025-61732",
"discovery_date": "2026-02-05T05:00:47.678207+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:07d09ce1d5c97a717dc1c0f540e21fbf7fc2ae0c27be6fd0869ce0dabc0591fc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:44e3c6d5b98dd6655d38e3523fb34ed46dc89e97ef8a86f908d72461cbca59d4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:81e7e1cb47cdbab3a46bf8bb0ebcdd218f46aaa94236ef250fef0fd143c9204c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c318da767c7ef1f2452bb631e2726084f48a640c962f8003467c72ff48225b56_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:0c81a72caa0f5697779c8e808aae1c6da81c34d58ea22b7fc41535e5b047d4d4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:1b5092eff9d9daeea6ffcb7c40f04754c401744c8085b77b67f231cca7730818_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:7b0157dfb720632e557c0c1050c643c7a9dc9b36c5f1858a37e11604b04b795a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:915d7aa28dd103a665a72bba13375c72118885bc3867d07922425576d5372f71_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:64c68a2c39cedd586eb70141b21d19092d16303738072987e6a33a208dc1ff43_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:77d5bcf195bccd0d556e17803f4c5273010543366112916c8e9e4189b5f68627_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:98e7b50a5fb4fe900b08a52bfe5f1af0f189bceab97ce106ca4550e0fa5bf487_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ca76d72ac426b6a7fcf59fb99a3fabee6c5ad3e0095e75dec3a06194fda37740_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1638b6de2276e53fd93970eecb2bebc56c34ffc099eda9bfcb02dfd10eb07be7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:22cd25be6169ebb1dfe48722f3b4c6133f14c5d4f6db6ef5c7c5c9f976b25901_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:646993f2432d9a7cf3d8d56e3caa5abb77fab65d4dd40a01ea68bc59e68ad082_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bb4b4fa70f8193a7cc49e278475052e1c053e1dca44298f02cf8a0c1bb95c740_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:b6c870af5b455dc9fc17314802f45c9ebf2bec19810ff75b4e157d96a94e6575_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:d2003914164b0f04ddde9b10d27ada74e57c26beb7ad06dac093098903909907_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:29871a94fc618bf280a7c38280ec0642c766838bac34a9ace503378a67f4638d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:fcfb0cf49134add5d8298b1fc1f52ab3eb924efc2bf40ad077c3def948b3ed8e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3144944813148f5acd4234b279b5569e5bc8942f390c76a5a88789fda81afc56_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e44901d545ce00d89aacf5b5afbe68663cb157adfd23f4b280f13e978c7a972f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:18b95158ab8c6470ea281f81f5f1dd2c0d1c198be78d3007b02f5a7937ade62d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:31bd9ee7e75b32542cf78d1cb12d254a93cf9623e00e5649c016bbf32b8dee04_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5b53eb46cbfbf25649fe3bedfe285e197f65cb55a057176d057e90bb65cf6562_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:bc8727121110bb8a6d9957f7871a6369e1512bb9cdf47a6d23ce12812d84a791_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:23400e78f2af2eff9dbed7a4da3000fee627509e5d4c87742aa87f8be1229a36_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:64863687e7fde678af49d370c9fdd5045d47dc2c3b921b179dfe0b392aa4b447_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:70935aad01a4c3b9c041d22554f4d8feef7038bca871fe1d84c6b74d4d830814_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:91ef5f2ef8cd345731b53ec5e044c30e14438f1935c74b5eca2436aa35e5a7c3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:4778a088ee10ef3ba59f3323ccccf942000e3d2bb8b0bc201822f7cef74909b6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:599fdac73334d243b4d362b2a752f184f303aec12e4426ff08b1b4a6fca0380b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b1ab8a122e88ee201853c669525590b6f73a60803d1772536e76c56531fa0041_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c231527dcedf3606bfa162c0026b0b037d41a908d6be2418f4250e234dc66023_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2437016"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Go\u0027s \u0027cgo tool\u0027. This vulnerability arises from a discrepancy in how Go and C/C++ comments are parsed, which allows for malicious code to be hidden within comments and then \"smuggled\" into the compiled `cgo` binary. An attacker could exploit this to embed and execute arbitrary code, potentially leading to significant system compromise.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "cmd/cgo: Go cgo: Code smuggling due to comment parsing discrepancy",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an Important vulnerability in the `cmd/cgo` component of the Go toolchain. A parsing discrepancy between Go and C/C++ comments could allow for code smuggling into the resulting `cgo` binary. This primarily affects systems where untrusted Go modules utilizing `cgo` are built, impacting Red Hat Enterprise Linux and OpenShift Container Platform.",
"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": [
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:7d17650f80e7bf782a7a59fe0672f593cdf9dfde775b7153fa5a5c4ed8b86e2c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:bf046c55304478c82791a67ae0dfeff89af904d9b56cd63a29b261cd02633798_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e6165bb623041db07759616b297f0541fcc87dc3bbb91cc77399cebe96c1b647_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:f47af1eb3413e739f7e219ea89dfa0f09bc31f18a771e49ad36b32f8219d9112_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:34161b5f6663f9408d7ce5afd4525442f41332a9501f658238f3eb6568eaf3ab_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a4116b2262af10fc2c7fc40800501add9f5a9c671907f3eee75cbfaa37d47263_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a8dca289390dc8556a4cf3cda46e5cd45bae33fa2b1a88ca053626ca3e3339e8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b43e298d73fb723ce446344fac3e136b0d3347b38e7d199a09d2bfb85c231249_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1ec3135a01ee2bce646338cc6d71d35c8adce9f3603f0f07ce90dd88dbf3c4db_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:94c42af9dd8afefe53de729d8ec8b5f9103cdd7f80c96999b2863bfed030cfcd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a80acaac8c10d6cce0815ddcf0bc296013e97d2cf69d1eb6ac1b7f3b35b40d74_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:e4c52bbf17f055890cf9968da78045295f6e37e52e3f4be5807db679ff63b874_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:28f2daa782218c5fb085acb774bf1d8c13a208b8f29f4a12b372db2c446ada76_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2edfc9e18f365bf2ffecd7ad45b5693b493de472fe7abffe73ff4375bc6d2af1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ba51aa38b39b8f57d6908665938870cced5541b831756f4039047245e0f2a8a5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ca246a844bb6fb906816e4008c922a0470c82bfe6a736f3a926de3def6aa0597_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0b26257250fe3542640ce1a4f5ca71f90294c307eeb477f1d1e4d61e3ef233b2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0cbec11d17abd89ac4ff332c238f92fc49c19f3e1575c26c6654cf2668ca9e66_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:2554ae05f488567b3c752c16c59f852ecfcb90746a47d48bdd39825aede43c21_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:af26188e6f7326835340b99be42189550233a7bfc652375b0859cc058fbbd0a9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:31460b57b3986f0d6c84406eccd1801eb3a03d176fa510978311d46390828020_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:aa730767af15fab6facc460b6e418bbfb0555933b4a54b01d34cb83c1148b8ca_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:ab43b9177badda24d20e8830f375132854ad313b46e27ffddb8d68b6543d8007_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:ee7eff8564ad522223787fc270f1f4d4233359872c994981619f1c10b3dfcaf8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:0d809a095a0d86c0b149fa0e28f852c1633c2904d7bfa23b6900617ef7ffc2d3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:5c15dfcbab56f579ee265d4acf74778d154ce0185234810ea249d9b9e415052d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a95c36cb709d7f9fb89eb6aedcd7cebc104b90f8d9f1be6591981dc9f96af398_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:db9a343c67b6462259b3f300af5efe643b7637bbc88ba5aa65e06e4f573b0049_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:238158a2264b9688491743d5f7c97a3f152ea2fc4a1342fe4b0e63f618dc50e0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:6dde5ab62c9f5e35b853112e3c04a8c856ef9260318dad58352ae36c2d30bfb6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7309bb2119edca063c67c7b074e1d45d99866223dec53f9942fce421e2e76250_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c0803e9ceecf77a8b1425fb0634b40e4095bb9d899c5d5af84aa285527723d83_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0dd635595c420ee1672257b6326a193195b2d21945664e649b09c62ddcc25d7a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2cd23c69b8d88a73a2aa368cecbe1e8812efa47760bf16ee0629feca934369fa_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:4beb73d1a2c279b310fad6789fff0ae70cbe18a79813819b1da9c2c5b6959aac_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:dbf382ce2e7158ff2483336643ede99b2a4fe4cc888af72e92e19ab864c62291_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:303ed90fddf42d1a5ec3ad7eb1df833003ad750f4cea17710870382a0f8c720e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c358b8a12046693741c5e88afa14a25e066ec9e51b84e22935c19dbf34ac5455_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d98dff9a03e2bc6564757afd151092cc5bec438c678f5fe5e402365bc6bbfb03_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:fa2d95a06de233147317ad93109aa809f5487e74748550e40f4189e8aeb5f50c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:943aba9a3a70cabfc2b0c94450b39ab3fbfd92f12629a2e175ad89251addc2ec_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a7c31f5ce80372bc4c63b60f9741352565eea006601522e25f03ce902e35564c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ae2f0cbe29206ae3ed5275bd7a0b101dac0e3bdd5520493ad4bb360e2267ca20_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:b9cc7a6280455a8a36e26494744d9ba540689594f8a1d8f625cd1811eec2b0b4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:54c3ecb1fecd80a81cd667f5edb968c62381bd2ddb659255cfd861dc0a8e0a9e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7deb4e0cac2bc3989fa828677e4717eb75f1bdd8223dc638310d32c73219314e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8901061b783b8a41f447eaf32919989dfd24bc13b1ef61b36f1132d66f64288d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:921aaba9517c1b00e09159d4539d47a55c543b1c7ce3c789e6e333ec133b5406_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0dccc414a5a3efd474a9eaeb61b6a2130f652c97b8b71592c7cc52827ae149c8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6c1df1bd921b4b6fb22f9db19a2c69ef5fd98d231fff3869a22442b36dec0ffa_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:eef901a0f37823970eacc110d194b81a6c679aa3dee5fd0d350b66ebb53a1542_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ff539434c8d3bf3c3a64f040a5f7ad702ded9290ff0a894a03fd45fef9fe42d9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fd88ff4734a68d6a95733ac650eccd70d1c4d23967f32b3ef8de08cea8bb05a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:8b02d7c27cfbb38d19b1456282d58e14c8d64efdba25a6238606f66610e5e9de_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a4b3b74bd3e1a9a1c81f040810325ed6bee59e0fb708c9589439fc9c734805b3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:bc92d21475ba5fd3d2292c5f386328bbbd237b92ab7288d3709229ece5b811e1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:360c5f509936d41297633704930574fb8fdcca27e98d1614ff81dadfadab4926_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:5fde232e29f5707caa6bb5219f108a563ae59bbc5d2818e368a5b9e472a1a2c7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6f1a30e659ad462113e1f481855cc292a760900cb5c05e669b5baa0b05a15277_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e2a33d8b21d3c833d9de1d6472e958b67ae7c6583e326b90ba51a2e1992d4924_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:1a6641eccc288ff48bda2311e1356ae244308345fc4c6e8bbeda2ed8b9f85eda_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3491a7f01d29b8ef97e0d28cf1258c37979ba8941d8bfc79c62bb7ad871e1f19_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:86a9b3d8064057e95ea8935b94edd85042eb86751e79f7a9783b9601b88d8ebb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f4f10a1f9554ad0aaa4fb9dbc97dc9d6b1b27af1ca3810731468b0c458b86a98_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:b06c2047e92976665952f3b0352b0c5bf8b5a2e6ba00b5a5468663fbb0309e1f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cc10468c6882a877f993ac4f6ef5f29e7069f99d6b3ceef528c8d7069ed362f8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d682c5746679d8dd8534b3d9c4b913880ef9d5713b7febaa3c7573fe7900b61b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fbbf71963f1f9fe061819fd07e90df13d27347f2854720be55d4ee453b6b60f0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:515147b779e1fe06b9b510177519d413a679552ed6c2ecf4b0ca8816a1e1ff6e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:f1fc196ec3db364df254fda90a46e6b12bd50d50c01f2996f970ff8f9c1ea1f8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:4dbc09f5c1c4011c13a1f461025da298ce289912d98627fc6d08ffe1a30a2a2e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:d3436d8f8316db7b836d1146932a1f8de35edb75644eb0c9f0e3af334aab8f87_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:1eba9990cf84de01e1ba504b9b852c48cbaee1eebe2c564977d1419177bad652_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:cbd46373b97caeca24a3b22de19a294091f3d5e294f2931f01d786ef566867f6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:09824ee3a4038855e2956ea2d70a72b5d1e4a9ecd9a323dfe27eab6df7de5c1f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:8d89ffb1ab74d5e02fcc13d2a00d5e1fcca30720d987c140544e061ca7fc6629_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a8b44c2c0bed6ec652301ea4090bc62c990130150a8c1378a06fdb3f9a7b848c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:d2005b9ade6f74ee3df518d9f124b8acfa909d0dbd34c1c3b9e044c0556fb268_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:c0d0de4014902209309d97c189f02ef66292b254edba7e02d26549e3ee24d7eb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:f673fdfb5f29159fce99cb0ce47a31fdae2f57533aa49b84228ec7fe03274aba_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:07afc1a6c00649e6f56a64a75a345ed3ec97e28976ac09d362bc44412fa6b67c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:54319cca65ce76d81bd7a392eb841bffc14867bdc1ae341bf8ee6f84d10c867d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:445ffb4c0d9ca84e2c57333adca83f863428819a7732111b204da9f57bad9826_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:cf571aeea198dd0b07a42f12727db8ac78fc7d40eb5d1ce47c0e521f84142ee0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:80bce123dd0a3488a9cac662d578f451608252e8144ee8158cc877c02c3f9d0b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:89a69823162109668d5562e46ec004b719bb60cab26872234730c458dfa697ec_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:53babfe25e9258b6e8564df67e1d465c9f144976af5be7b30d95b0dd910f6101_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:733f6a4a3f1a1ce7f0495e2ccd8f492ce3378e2f2ac1d6f618869bc0460bd341_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:0bd4e71e9d22f6c16130426710bba8abbb82b0510cdcc9eb6cc74a412021c45a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:34fe2d2d5972de86aca83a9affd601cb1c4564fb1939f4dbbee3dbedc2bddf9c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4e01b88be4742c25c24977471d81262f8f0f391ccd5c49250b306e726e1d32e6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:dbb1ac39b132a5d539fdd7f13df09e84eacb8460fd7e0097d562ef079ae2c677_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:1ae054478a86182135ca308fc3f18c49da06734b34fa897f74544644474c7807_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:3b7157d6c737fa70532d96c62fa68e35fe547eedc6c50580cb89f4ce9fff4fe8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:152e3c57d0bcd719bf1e20ef7d43ccadaf30939c8c9899a2ce115a55ad7be983_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1abc468fd1a09c4b30e624ef4cd9257c2d104db17dbcf19a5bb8323682271ea1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6e535ada8c1768a2411ffa684bc624afaca15618b2d1a8a6c50f0b97be52668c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d46b24f503b741f3c919cf2f30409342310e3b2d6110b043128ae5d496219c96_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:12c1eb19b65af75175b1708f0049bb3eeb16c8c9a632957f5f97a5419246c7c7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:36103549903651a18d5c1c25d07dc98ce058140cd2b8d6e80cb0f1a940a277fb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c6fa0940709c377171ed6f553729935a9bf1bc5abb7c47f919d3b0fdbab3fd74_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f421d2c61baf1f196a5386d02b56b72593ab557a99c1ac61fd99d324a8bba3f9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:01b50335d5ef7515c859414036920594a5fa5b0039f5191aab1f16d291f3514e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:98a06124ecb76ea1e4d88de6b1532b2c8c6a7f554d1d25b946258b2d2e274649_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:cd6a54657188c7a1c0147c72b9d7ea326de2d7332eaa2c049ce4e02807177bc1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:ff2c7571055602c2cf719149d742d2e7cf308f1a077c420205bcdb2afff13c00_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:455f935e22bc0a892237c11e22b9bebc4840c26c61510d43827563312ec71fd9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:8b30cda549756767ad42a0486cd2987e13eb28078ae00996076a2c4e52ec50e9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b3f754533c34684d3ebc8a6646c8698cca95b6836f9b9cf6bc80edcc1c888f19_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:ce1af97db3e2816184795c6d1fa3cfef25329df11482b2bf4441c40e51d21347_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:73b55b309bfcba54861b619a26745a67efb4271848e99db56af2536ceb0fa597_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9dd8eb511b9258dd6e6e2edf03a6e6d64c1bf8a5422c173cd0b0d9e1b2cd1734_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b43f4769ae4bea0d180d4be8183c92d1fe5aacce4287fc1462032f1783c42207_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b7d331a0edf44bcf0fe747365f092a69e1c1c7cd156d48781d40d41a3a0c8552_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:304b520b8986da52f9f1f175672f6acb79119085841fd0ff0fa9754e8f22b34a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:67d76b9cdf3b5be24e7d157bfe385f184c6abd429860ba6d2280f77265929f26_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:df5b6082f4f05bfef1b63ede7fdcb5b575e56bcf264bb21e71ea2dc98c884ce6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ea8623b6dde50f9b993f9823e27349650e5d80f3f4f37c6b9b79cbc08ffc6da1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:401e7eda5905ff108ac067119245fe3684e50e736737b350baa06ea6fb2b7174_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:445489e10735202ea518bbee1cd56545f0e7e66742712cf5006c4d4ef30fc1cd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a583347caae3aa7d703a2130fc1f57b9e81ea6a06bd33785d87f92596f1f6355_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d30bda3636af0792fa0b182e8c1f79f5198a293572b40eb28e90e8e536416719_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1a369e0372bdde7ee5ec7ad647d30e6fd9747904580cd025ef0e20e1309080b3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2d0b89c800f09fb923f249da6536b9d396a53311112c458973fa9aaffb9bbd77_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ca969364594a060f9adc621daa9d2af96fd265e32dff63699cb42aa60ec1a9e9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:f1b997f7c662c0c8e91be2d02d6605fdab614bb89039ad1f38d6cac2b4623ddf_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1f379914cc47321de26756b1fd2fb634ab93f0d50400467df35dd4303100ad1a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:748a768980651e5d15e4b06d8483c6ec6db7854844e2b7dd789ea0e5d0b42d70_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:922cfbcfa109c304f82be7edd274534d18f9e2c7fe036e9b078ef40dbaf5659a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f439945f38dba034123eeaffd05372162855f703ab5a939dfc40c8b6e68b6dc3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:515b64496798a09106a5a99cf322bb02cea22a7d1684653ed251ea15532a61f6_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6de46b3fa4c0a353f73b6dab1c6dd53546b38a7cf754063382a47a3487aecfef_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f41ea3ecd58d560a52e13cef8384f6197d49add48c01c432cd8971f53fe5a4b2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fafdde0ddc3752811000a0b64826ec60715a45f09b79aae8aae637b6a50f3c23_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:212637507016bc9b3317c3980c30b476867ebc90d1c0724f0178f445052da718_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5f148616ca51bcf1c30183e095a8b5a981a9be858254938ed45229e4b4ebfdd1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:9461ea9cf5c260411a69b6b39c5dd4048c592f234cc24d481561d90fffbaf1bd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b48c6f2691532175458342223ed6c744b4dfe2cb057d1abcdcf3980127791ce8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:2c1ca60eeda0aa20403364a3ba33d9ad349e98ae3c839bff106d4b3d59426d58_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4141802dad81ca0be90cb3e030f18156e4f129dd2dee7b40d4b4b2f63d7ce927_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4cb581ac92c27cae351d2021bf76d97b20da9a9db8f2b867df879a2917d052b3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:da3dc2f193bedf7af891b2123b2b25ab8ffc54ee21ce4ee4a05557b7175aef7a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:232a25a7c42589bb08f34e08eb3e609ccc7c1de4281c234bb59df3c763695339_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:77021ef3e969e39c28e863f22541819957f046f28a88ce0fb0f706381e8ffdf4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d024567af8fb35126a2084d9c0de93c5b349249dcbd202c0c5cfb7d2d05bcefd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:eff2753dce033753b4687d9eb031bafad6c3bc1e1dd941de90baa0322bf14496_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4a8e36032ebb3b81b4e2e854fda6217a58adeb78e133257689d118b00feb9d0f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4e99ed18cc738391a0b1f7fd6e5268dc1a2b2d0c235b96f5def3d9bc25bd0c4b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:acd10e1026c3bcbe1effdad4d96922661418e8660dbb0e8e97fb69b3df8a3578_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c84a3e6dfc4b3abe1c2f3e6f63018a8d45fa3333969ac2792dce86ed5dc5f7f6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1d83bebcaaf20c68ec4705bec480e45b4a69d8323d118a7fe4812b491ea940f0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:bbd338c6ca660031115a11f293b165aef23ad28150c6a8964dad403618cef28b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e9a218fb77c30af249580c4b11915d4876083f642c7388c6333f70b781bb9f17_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:fd8e0cb32df9a3eb7eecfb9d5356a136590223e69130193ad8a92f310465ecd8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:0de9a2d5418c0fadfc68e9f64335c23396fc3188b1ed7191e2e740e53aa1b29f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:2c6a648364c88588f7ed1c538eaaf850ad4ae8310b83cff95c11db695cf4f528_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:8a408e4ad9cf59aaf87b0c0c97d3e66c4339943d810da2703cb4d0a946ac036d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d4f83ef7cf93115c55d7053dcbe9cf980bf522cb4c3dce2feb95e6574657384c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:06849685ea1a02445fd85960975e0f4f0d39947420d0f381dd724b37f4f44994_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7ad3e41c51b206489d6de9809594d4407f0eb02df060111359880560088c9140_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a18cc97e985023b176af5daad9cfe50eee25bc7e5ef657d20c17aadda7a76c35_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:f3ebe18a671ed1e458d9c86184fad3fea2e8552d8be87b3f2bc83ca45f6eecc8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:29d61cf5ce7ecf8bd5e49c5d01b16a82819bbb345160b90ff46f0d936f1152dc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:34ec4d660b408030abf6f5c0858fcfc095d7548530e6bd4038009c55ecec3344_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5a947d842f80e6e70729d0195ea3fd77111aa4a564c82e9bd0614fbc715a85a0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:c6b897cbd33e4d897a44ff05e5a2f7093a5fe930fc249901baff8a28a015c408_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:20dcf9ed5dab0354410b6c14f8476980d2bea66f42bd64ae0c1e354e185bd820_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:559065936f9a9039c45cbd63a4dbeb4cd3f69e990eb7a878571971f6e94c936f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:79e01008c1f3a1ba2dc98f7ea3163c3874a5b204ca731d056b89ebaaf97bae50_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:c36158a99dbb4a03cc9581c46a7f0e84e3ce098fea15d5b3ff88e10d41d0eb1d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2c6e5834f6042b1a4301f47d8178b2e718a3a459745ffbc959e40cc660ada97c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:475ba06839391550b35bd29309fc939977a72d4262b99f129ef5fc964adcecc1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5470d37d9eb90f60a29221fe605551618af1037c555e7f82ee1c7c1b6b7de654_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c8ce750189b017ec94762b6691cb9a911f97f04927615f0c802149aa3f7282fa_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:1916354b8aed42783dbf3bb7a3be6ebba6f561aa7d8c8f41fd6e32f1e46b09e5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:93cd970355ff2c9cd65c6f051391a1dbccf543a1f4e79ebbe6b3f63ac4030ca5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9cfa1d58c7bc0f875b5b2d704afcc95c4321388c94202c7ecba217a12164e8c2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f21ecbf880d3fb65422bbd0c410aa47136526cdfe5b75fdbfd82e720530c9fec_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4c6a4ba7469a6e3736176c838dd09acca392d508ba2139bcde3d01a1ecd493b4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a21c60cfbdd3b771f448a09b89c09f0992008625caa9fa60c5f9cfdc7d49e457_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b6a1d9d0b74f769294c10ba1ba65fa36a43217a374f3e37a189fe3de1d33d737_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e192ef1c1c539e194a2c7aea2c1cce32c6bb01bba982d3f0f9354649f32d24bd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:03475c318b9a57df484c7be2cbf35f654487c3084efd389cf4f6ce0a0f845dae_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:974abdfcfb3399823b6531a50c8d09203167418b09f859229de602a55c6f43bc_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:aa3852b48c9efac7a7e87bb01593b4a8c7d9f996624154d5a34c836e2b126485_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e0e95daab3cde4412e5d3222236adacdb8283e65eb64572ed175b353adc4ea50_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:106fa9124ad7bfa7e2a7d6c68ebd812cf2bc82c55ac092c1a702217595fc93f1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:18317fde63976665f03833b7679bede00df0f32327c1d56a26afe112b4d26f6c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e068848e4408ea82c40cdf03f2e6c600a40c8743faf344e0b2630f12d79f2fe7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ed90b2768c731b0fb0d277a285164c8bd8cb531ee984be711f64bc503292e839_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0ea0939567de6bf628dd5ac96f7eb68d3b29f1819ab932296293504e99ae3390_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:45720e600e73a2d925662c4c6a7dc898e4c97e38bf9b6c708455167abf99b51e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9afcbae95f66db36e6ea832d41f02c8fa14ab3e79f52dd1878ea24b57565b547_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d4e9f8ad81006249c50770495829c63f9322d0214efc045a4a7b6b0955846f0f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:1d66fb102b391fb88b40efc0dc3b3935d6f4db31825ee4d878273e181585e0b5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:2a221eeae6e50cc04e9466e5777f829f58311b2506aa149094e5e31e0cbe6e09_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7f15db4d5cefd46fc71d1953fc5cd62630bb847c6966523c5ab3d6cc2e5f6a05_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:99a3124337bfd603542826a78e4068bfd7ffc9feac98bac54bd7b3f3384faf87_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:86260062116d03fe7c4ec9df2fde3ccabf315ebc380f61db472d334be90dc325_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:8f284d614d7fe9d7c0bb5ab076490a781f0922453650713dd6bd722a409f650d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a43770fac453ba7e59e8af0c2aff352471f81a1b5f34ba620d4555a16af464ba_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e3a8e74f008721239ea7c070e6f6def1e779b723863e5ca279702f81cdfc0f5f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:669084db9430a977c4370fd7949543c2e57e82da6db6d01c376b3c345f7c693f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:9c91c1adec653c87fbdac6f5755528a27a4ead82d740af2a5e5f38aa16789804_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a2ffcc7216ed314e39ac12c0cfb30d29a6a4267512cc24a8f59825967273a2b8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a950db91a853e2b6073fad294ea604d51e0623b8c34288af1a98752f79b873e8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3af31e33187cf904b7a3bbcf7cded17c69e345c73301563c60312d35d1b694b0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:42bcf4c037d6212103448703395c0ca44f36a89533e205f0965c2c111d218fc8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:7b9bc218875615eaea10e71de2ce1159bbc130dc9099eb71d9fe13d9a0f07179_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8af69064595a39874365e60cc66d5f6697f28df4f82f8e26b86eb3fe08eed8dc_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:43a9f7284fc596378453b6e3a6fa1eb553d403ee25492c8c10107aaa77d92412_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:9074d73e7164486f4e0bbcdcfa5f46529fab2937cc5531dd88b13b2fb433d6b6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:a6656391bbce0ef6c085dcb040dc623d737ee8c302638d0e952eb2cd6e9671ae_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b98987da700deeb50da293568dcab5cfa1ddc843e36ed4dc5fe6d0ac8b63c85e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:66a2823e0f80a885f64cdff57291c2d6af6fd0c117c2d033b372be28b0755b2b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:845d9b912f7dc3b56804668e652f7c6b711a3d064501785ef9fea0273f60063b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b94aad5462be3a96ad9d3a88d8aaa775e8d6446b7f8d1b8785de703d14875cf0_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f6ad6761f6dd00ae42d248741c778b31492259d891751c9dbdc6dc39c2960dcb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:7b31119b0f90aba00af66b6bf6e1d2f7248d3db7129a6fec071a9fba31dfd0e7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:93cc886509cfbf78ce38eec32119b47cca28aaf3b43a254a1deacdd86de5e877_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c4cfff6e697533c3a9323ba6ed15b74250ecbecf71123cfe49ad56708f505021_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ef759942f6399bbb13657a783a7648dbf7ec880e8f6d4ed64b69812f696fcc1b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:155ff7585ebff390dec5a0ee00bcea904cde275e165ac634b2083c1fec868a18_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6971b8fa9f04515d6e4d18a27982a2496a4efaaeff90e741f3248d31fe1961e0_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6d590f5de5ce957e2d21fbd86c08411dc90b6c2444fd43079a04e3acb35587f1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:718a4a859157646f240e5fa4e3f8ad5c5ac7e53373d8b5d0a45159f5eab2c9a7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:629f7a041cf101c337effebc71d27cebd4dbe4ac7f7eb58e93f872106f88426f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:7761842991965d184af3f11919c4a4524d285d69266f92bc01ddd1cc66195fba_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:9865d9323ac25a120e3dbf34644b7343e650cd04b201d65518940b49432f564b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:9f6c2d965dec4b6b13fa96bcaf0134bf2acf302e2a04fb6926075bc9e92de97d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:855b51d876eba214e06624567a2606ed0be538fa6db7e24fdd508a269e1ba2c7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b041548b2283b0b0837db6749c0da693f021d0510a5628bce91ff5be1fc83f71_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:c7fa529102a1f95a53afba3a07db55a3907123cd8bc01cc6e1c4afc3c41928c3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ef32e7c28a82efb0ff8edc4d2678e042afb2c378791a34ccdd9243eae5246d61_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:0b779b84bcdf0ea2821962e7df8f34696f23bfad88557c21ae5fefbce289acc2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:54847dfd1e87683efe51562e103367f952ea801cd409968b8b5e04ca0ce48bb7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c86b554d052e4c0f38d69b571d246c090f5843302d21fe0f2c7c06ddc604488_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:78d85dae433ada85e1fb57166d278887f652a03531326bce186c7d3b207df288_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:4c4ec9a44884b5d618f231cb65a9b69078c2d86c8f168d510441814357f9fbd7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:5bfc5d24081ed832066492f2542d2566f40aca433535ff6536307feaf416c727_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6717dfcf0c98ffe25190b97c977daafdfa53ca406572d81143430f4218a17382_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:fb7ecb21f68557f92a912f0cabea1719fd8969638e16f22c5c89d433168f3ade_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:6f80af3728d41b78b3e855ce438ca882452a785a0b794c374475e6634390f6bd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:7df0f2a7c3268c3fd166e4012ef20a9911d6d7be4ee9e260b2a8343a1a5c23d3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f26c33eae235ad613283bb3629ae031e06d95e4371b6ab35bfc95d6cd6eedc70_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ff72b14efa0c7c37a3795808564e00f60bee07de82fc22c7d1e0822893abeb8d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:15a34ce98242d87b27bcb7a2ff5f8a3426766e31e4aa8dd21280a94a0dd5de07_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1694ece44a326abafa983a7fb2b3f84f671941fdaa708c21159b2164bedc8fe7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:5316833a649816a20637f5815460cdea129cd9f304d66406c7d15210e09adc7a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:95a599547beb53655c1f6bcfe533196664371a94b5fea328543a5f90c1f4cfa7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:27483fad6a2c4be85baf840f33c72d98357bb6a55e754051fff08820977c7a3f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:5bdbda0b9ae82292ab9dcd9c3907d42687418e591984ae30b53d93f422ca9d86_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:93069055bf2d16735b13a8ae1859af38b6b7b9fe3409806c30a2147689972023_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ef060678c540f10ecb261b29b6674be6d3830c7ed0e51f221256fb09130b4dcb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1d9d3b4b90eefd1714e4814e4c340d11a88f1208852b7c624fac4096ec3bae65_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:37afefb255d2e64fe5d72f6d32a3e4a55684b658b114dd341689ef0dd4cefb9b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6033b93ce5c2f73213bd89e9709038829a2739e238a1f827cdebdcac8c39dc91_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6fa75960064a732c4e25407c9c2e8b75bd98feb5bb06c9cd70dac8023eb21c0e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:5eafd2fde7b9fce1b13109f4729396155f7ef07d73d51067b11f96661327453b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:825963b5f6aeaab80cc3c6a3c173b588263b6a9ed2e481c06d42a229d18b40b8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9c24887a448382a80d554684df4280c49a3c6ab89fa9164d547d0ccd25c5b0d2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e423c9ccfc07b48c6ac2cc4369a6fd61e9b8c420a08f64d69e9a35b887874793_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:0ce9b759a50e8562b80a2466a194f70d0728ae93717dadedba3aca34712f14e6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:814fd188f5a532065135552df55e4c55fbf9952ba35f93ec6f4f22a4da2a43aa_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b87d5c52b3da29503ae5089fb3422ebbf5ab02840c486b19678a9c65f04a9e7b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:e7ed0864902433356021a2f30c65020370c3062889f7e5838be60d0ddb098ec5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1622e137e2fcea249115c062de3bb6e0a099ff4f4545ed1c98ae2109eeadcc71_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4a66bbbcf3b973ae35749d7d4a1987a561a57d16b154c0471092a2f242912e98_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:51a7d1ff4fd4ac2325da2064724449847c4aac05dadbc97f30d93d89bf887b1a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:f1743346567b7c2f4101128ba81ad4b3b00a40f3a97a465df9e1b895a08cb8a7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:852af33a0803094bcfd34f452e8490f95fff66d6e2028423cfff0a01f201457e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:9848cc582e21d833e5d5ce00a0655abf37173bccbf944e192510b3373510d81c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a97d77c1235d10228e36d47b304a14c05a10944904685f344953da18f2d30866_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e5cb819739007737f750a96605f14991efb3195f13c906efc64db87934389379_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:3d594065a138374b4efe911a3e4619baf1d888272607e83e4f614e8c3e48d2f0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:7e2fdd43861a1be04f8f6cdf2fe2651d1f7ad194d7a43326e8d65d7757ee3d7d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:08fef794d449fdc5f89da613254f8d8cc2512bffcd5a8f289a7bd8cce9f8660f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:9e43e41968b797593eb5d4823f8e1e7babc642c3ec308673ee1640198f12c234_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:2ab98db3bd54d97694587693c196944eedb77866bf2dc9fa70e6d186c0eadb34_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:cb11c30ff4bbdad9e25e12e2960d754cdfaa7af1507b07e74e21aa31a45b0390_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:107a0f20bc821c4dc4eeb05f29cdd1c0601db4b66f5a3245272098dc41ae7c5d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:38f286396ef7e0557eff8cc665ca46c4248e2b060aa9b170873e13eb691b207b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:5d3eff686a6a64f96a79d31f8cc6a88b17171973f4718d3da82e0dfd456436c4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:903ae03948c7e68b1eef1b1dc2f7d8718693e3149eed21862cf1fcfa13482dba_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:0fb76970c4ef89824f28a0993f2a21f5c91aab7bdf23d6d045da48d9c4d176ab_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:37898fbe4cf22592901521c29bc10ff1f3b8df7a200d64e9c94d037e8cc38e60_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:c4393a9eae01a0bb31f85f8a6cc609f80a8c2e7b7c4372c21bcfb91492ec78a4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:dd74aefdaae0c24dca43a36548e371ce292af5423751718b1a6480224d5e5680_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:500ce3a45214ea5bf17b0c7d0ebd33f75183db7bc04d30f7d0a25a225f494cc5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:6e201b3e5b45494f8ecd6d607bac314cc10b419d4f3a695c1aa9824b6eb9b8bc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:9772d2c999317adac02475b2448f24acc49cabb83c7727e9e478642dcb7e9794_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:d8d22b7e59cb411c3f1fbac22af12b78fcaada8e56313b2f5ac89806152ae825_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:5d1773de9a1eaf4b18081c968f3d1c3ab35af0333dd8ccf599c30a5336b40ccd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:93415b427bdd9185565c26901edda6e5d0e5b7bfa013605de8ee206716141c4c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:be9f4891181cd1b58aa9a3fa7a0d26dc3a382e9dda02744b06a1cd7d806ed6cf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fac44a7144ca9e888a74db83f6eeda24224d05238af0f8cb54627b74148f51a9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:20544ed1aea9d8b483ac6dd9655a0d108b80121b7011406e0a59de4c93060dd9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:29f0f10ec928c8face73cd03bad8478ab4b8386f0df20ee2482102f870f198c3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:adc31a12f2eb578e7bf135bb0931aba306487174c7e8e71f6d3d8661aad8c350_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:cc2921b6468b77227e9f210589f07cf458eced2ef0260582d0a1a4b8f9b7a613_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:156540860fbd6556102cc1abb3762e6595d374fceeeb7745d92655aa3fa74551_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:426c0e5e5885ee0450f36a93fea6f733637011c5f5c97ea2c790e0edab5d7cbb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:abea604212336f8e3cdeb786913ca33cf0843f3eb7be0d1aab681a005e6c9417_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f58646a44ac2716d6842af49e48f13b6c0a58ffde7202cf6004f479658ecb048_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:484ea3e99fe746668ca7fed6862b095326bfb8f26cc79c0bd4de143083b0dad6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d2cf9eb8a6b0528509e571a8ab3710bdb6b40abb5f19d797a9097524d2e3cb7e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:def75e5d102cae679cece8fb7e7cf26631d9aaee782319bceffef95fe76308db_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f6a4b9d3d3792cf016df0f539b41c2d33d4cfe3a85f87b8b1a2215c703a13d83_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:17d73f64095d650a84959f826da3009d844f209c39a9cf55460b842a08968fc9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:382ba71516ae6c2ce3670b92bb206e5bdaf5dd0519b2f1a6fcb417b99f0ccb13_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bb9cd5df0da433f514a256dc92610219d22962f8e9fdddc4a1d6bdda45174287_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:da71d08bba2b937f4111e6d773765da8379043335d83e600743608bc4c3b7580_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0761be83c6edba07296a17b61838c3720666dfad633f9edbe9643c1cca008a8c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:23021b0b3a60c43895c17a9d27eb53fb5cde7b9ba6ac7a5d81d1723d804ecfbc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4c802a4f273a7d7752c93b18c27e264cd373dd989797d1f9b970ae368bfbed90_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b41f90c9d31171dff6834e9c7b72ac295f7e0058eff6f5dc7480d7c4797b9700_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:192a0e7b36c1fe8b6b70e6504e12a59ecae23ef83d563ad4c8cca3ab5b2cdbe5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:39a6978585f0e1c57d7460a4fdd668a238e126c2ce7e599ad9e847bb55783249_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:851b15fc576a1939eac61342bfc75875d4029dccacbd57bef1b12ec784523bc5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:dbb87a87d86cf4186ac9c4e546048bd07eb4e4b3734935a152ecbb60bcbdc1ec_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:2c372fc451a83f382e57e1e63de0f0b10f0479e665c2e1d39b20c8bd2d84f51a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:881e89459149105fad3a737087f34ba6a0bed3d933bb73e4d1943a36d21a1f55_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:cea296a2222cfeabbdce7a42996be42db39f3d89321f93ffe705c0c01e7b5b30_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:ee35c6aa82fa9353c63acb0455e5196e946f423be7418de921beb7433bc27dd3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:07406356bc5aa39e2d130e94946ac1ff2346d3570819af5d1a228b3e927b3df4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:628d272cb4ef7a625677252fec78b4f6d7daaae10f3fa21e9e605fa294ff9ef7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:784c9da7c826f43b21b798e18d89f696ff3c0d6c999353336d1709149e3ed6e0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:806bb2fe904f03bdd46f5e7fd0da4e8c27badc7a363a034a896bb3c9331c565f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:09ab73ac9c9dae1e080a70737bd6f8c927d47404850ab85cdadcf2be42dd0b1b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:3ad634a5d007320ce93be80165b01aeeb25319a7458cd465aa4732518460855a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:71f3b158f659a76b705d4680a0f81d930f6f622546c903aa2bac8548382d232e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:cb741e1ce964c52ad3d7c373dcb2b2cf0292fae1c857f71cbec4485e0b1e3270_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:23b98311440ae92c9df288db4cb9336e442724af99c860289733d6c35dc07192_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4337bba1939749aef224134e01759014ce11a2ed05926c790c0eae870fd9b8dc_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:505907905f0d1476c5dbcbe7592c9d70ea91df7adc38e9618d2c48355ece4783_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:bc326e66fe857b4090cd0e717a9976857d63a5538890171adc420d47946b2c95_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:84abc2301d2fe7fefe78aa5dc90ddda63737ac2c8c47778b898a91738c6d69a6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:93f2305b36ca634a2b8fbbeb4bfdc1a5c868e791430d389f0e0326ca839920f7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:ca16e72147f9d94306abb1464485feff4a03a4922d5025d4b7250cab7ccc7732_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:653bdf880528e317bebac6f7aacff23ebab11af5bfa931af13a8d8e7b2745eb0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ba86e60cabbbf3c8845a60ba559d1a38d5370ec7ecddeba662ef01fb083030b0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ce35c93fca376e03d1d08e22b8146860e5711773b17f35e32a87bdf93338b182_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4aa1df7eacf95d9408d5016f5715b38ee4ecd340d9a66bcd55cb345d98de466d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:87ef275495cae4c69268a6375eb5e07d9895913b019bf1a73dcc5043b3a24a30_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:8daa3769a103ab420b8b43c68ed6d4d90a845bb23a358c62d38cf679511d6fdb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:18e0db16b10f2edaa9919257d37587d7df3c4c62cb88b8db38cda65e509a0492_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:1e12af727903c112c263bd301b9abd522da36fbe64e195f8a4d4fe19d34e9c6e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:ca613da143b223316bbfabe5c1618d5de77817057a47f8430b9541151b79f654_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4486fbb2570877848c2997a50aeaf427cdcf5f8a2656b3212c263d8ce0d8cce1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7e83a01469262e046bc98732e0e7ce4d71af991288d31155a9379d967ffb52fd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9d999175269f2e59feec60b202253ece2c27add1d003f80c0e40eae8d2621f8a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9f31f2da3caeba8ef97368c1ebdd3fb1df9aa911df241460d27fbecd2cfc9da8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1076cb5e72c6e457760fddde4d94257042f5b0ebd7076a8713499bdbf4943c8d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:3c749018959822c9a7c67fc3f28f62236f1791b999901577445838c8f78947fb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4aa259c5fe5a5f92f61775e842ee7aa66fa29d6b75c2b67cccc8900b08b8e96d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:5fe33023e5387e6836b35074fdc002ca7d7c85c6c6cc95f6f645b1a7a3651b93_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:02aa2709ab8f16d997dff85d05909bd7b67ec3e4cf91d50b285f17532d8a625b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4aad374a238a0306aa63cbde5a29bb75d5b80d2c691558a1b384cc6b1de706ce_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:786af9a1f3e4f873aedc740637bd197272f21553304b987476b2e462b0dacfc4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c449bc96c47df9f808b4e89c06facf7eeaf44761485077311aea32ea1342f5e6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:9beab497bfb41b47b9f8599920563efcb58961c2a8166225f1935f45657843b4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:af7cc2cf62f672d6a00016c116f3c66b72b64fa0d05e7753c8e4b6e628a3a082_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:3a1c445bea72192dc031e4755bd063fecc4fc9139484f54d8d54af26dc755f45_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:6ff31d9e340619aff002ff35ad43b6131042cfd943dc0deb54f19721eefa1c14_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:227e8c82c210cd100cd7aa3b8c5bb39b3ff31a4bb6ad78bb7134c122dd9b02a6_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a7587160377c6622944f5dd49380ee9565d49bc02da4c5b631342a037835c574_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:2793040a3ccbef82e3d074bf0597a8bfc5b5927658a8bf4148b5b0675d6fb3a2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:835edd6d6766e17d868f7f6d283005b2ed2d38cca7fbad1c5b36f63c385b8e2e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b635f689b42b827ad12ec312500ac2582c022eebc7776bac97532bd61ac31cce_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:1099ddf483c4cfe64f687fdbe5587648756fb5b9a3d01538724b2ea2fd5ca6e2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:30dc9e1dd4b35944e21e40ad23583cb9d14be00172a0195dcc95bf8e01e34e1b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ac4fa9eddf99f4581573d52e741f0eca595c9e5bec12cb177f0eacc7150a46a8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ee30d6c3b56fb533d299a7a432618a1b2c83b1d9d72b2c58768c07c349fe95c8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5aece9cbc711608ad1dffc12ade865996984d714f5e64fc894bcc3985fa9c521_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:adb1d854f6dc5e70aa0f33164a3ded5a715ba0ccf894efadd73c7c4d661f0b21_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c0983bc8863c23ae680915339797991b26c17fbf4782caddc071a60c17992266_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:cc90303d2e2d0a5818706672d1aab7847450b9d2cd991d7638451829fbf26163_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1485611739af941f4e368aac9cb95ee105aee87258e5d872d51d7f74291a8e20_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:45d8a8c4703462edf967071e89e08d8d9e495d69245ad8b6ba2d6e80f579eba9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:584f6670245a288d5489cacce0e0cabb3c86bd6698f8118f49b8e3ccdfb47c39_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:5a29aea0e28d0ced0bf50bd3dac2bb6f6edce5ca6ef373f3d097e668a9e8cf35_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:3aaedfdd81b32cd2c67a0d39f819fc49ee2d31176496e043bd4d85efbd594481_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:97e6f95d96f347f03dbaf58cd6c7bf6c926546c1991cd83b5065fe0cafed2586_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a8b9d35e2ec9f2026a2ddf034e9f3ab2a9ea622924960f7d673564dc33ab6224_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:df1a7c4c835c59041b8c16e11580362d846ceb9b3334b8aafd36d3140b58d063_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:4d3251d46cfd8adf16ce49e35007a998689b714615bb66a12e0dcfeb896d8397_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8426d041e12f43a2b78791227c0f805afd75de6e306cf8bdc718f0f76651d75a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:aabd98101d18f4f5352d03547cc2cf784bf37f962b9c875059d6365a3371dd72_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b9c93d7e3ae198d025eb43e5c2caeda4198462ffaf407270dfc7119316ff5f98_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:16a4f25c37894fe7ce7a943322dee37d8419bae36e7c7ca7b4e73dbccf8372e8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1b17792f997e30b1d5bf73388b68de6604e4235b0a10e5dc37955f8ff2077801_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:0747fad048dba8c93662ced1c2b1a18b7f9f75bbfe0740caaeebb9eff3acc30d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4a22ea1747135e6bd85bc59db41d17d0b4e761e29330e7e3666bf4d42a47649d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:bee322f686572e00dc5c6d7076de1db0034a26cbe44e0f9276b394718d6c191f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:df9ade514c7f2a80c4ea829e2f1890dcdd6a4acaeda829d3620e7d3874de77e9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:859e9211c265355892dc4aa19b7d845b985be40bb8f098702aef50f84c3e5eea_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:c2e28f6a9e1de3185753cd7fd47a51ed01cbd49697cc452448adbc961fe71003_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:c5ae19ec61f3c9cdae0db38b1aaa03838d421f9d4473fda4e52255cae97a2fdb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:e654a7604401da1deff9d8baedf0f7567831fe5f86f75e06fea3e5d140bb579e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:0640a6e0ebe2a6982708f326bc721c2c754eff2afdca443499843b111f223e39_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:5eb8c786a348343042687f659f7cf8b066efc3c4ed8764ecf36dc6e49a468cea_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:83237f13a3a3e051643bc1aa46838b87be13126c0e52404940351a2324008e68_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e67d6086ada10c96051bcbf4eb7414c407832de86a8e2d89364ae0d85a883982_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:9ddc6bf41dfb204e9241c57de41e0a6e1ab1c3f8ce2ef1a90573bb7365ab2bed_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b025b5d368618a31c64189f1a5f9b3db0b24068306117647796f00a22f6dc4ac_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:de35e280f4e50a18f2616dfc561db85b315425ff20bbfd4e19d5f64f93f3d0ba_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:f0368d0d3968189f10cfcbb972046bf09ad18a7a1a747887c239b75a1988344f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:21757065fc31856133fdfc4d459a993262239af0d2d242a6b55800bac866ef02_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3b08be9a543ddd200f66178d51c0f165c380cbc845a1be672b85e9dbe2db9f12_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:8e9d4820353602730cc0e808b2cf6ffc20ff80ce06915e40027815e9046555e9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f7a9a92412fca24faebcb8a574cac92c985d1392f1544e71fa26bea80314289a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:119315e723ff4b153d8f756357706bb4cd1ec5a160a7b173e359d733c680469f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:808301750b17198c8c7f5b2b71e6bef9a7e3d788ededb9a5f79e1b13e64fbc82_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:89ae8aa54d64f62a73557d413c3f146bfcca1c237a52bd57f0ae87ba8c8fff2e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:feecd842ada0c39c783faf280d103523668de8d16d43dc22f74f262f2a4aaba1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:595fd9e735db5032c9bd3a668135d99b6df650c250b294c4f8b11d67f990df79_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ce4371bf509e06e886c5ebd42312eaed3ed31fe6b8de91284f4681ccad199329_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:4662806bef8ccd703086edb7d1eb0c99f785927b1f30f227bb438829db52e532_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:d06875a7d480abe6e062be719a9d6ee0900180e659c09e2243df36e3ed55db07_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:2f6efec846cb1babc0dacf51b67634e83cad5e0f4700f5db54f8c356b0df8119_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:46a86c6ddb9f5bc798b43735eb0cf9d515091549680e43cd2993ba1b07bc052d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:aecbb57cc9a6d72de8520437e911255e51c97e4c40b55ef207fa98fa7c9dac9b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:9c8b022e6bfe80bd4998f177c0fc25e4a5d224a6dde99157f21de5d08f18e4a7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ab6a31d53e6e8a5a0b67f4020a52faa7fd3ce35160189aade3e958559b467dcf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:cb8394ff8b96398f8db5bfa7725c260d343774ec319fc1e3917dc19fb51c9b9a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d82a2ea6aa1515bd56aa55ea999f91e9f688e480d615fe53bfa2c74c1071eb82_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1af22f98af2fae1429e53c988267710578a3a092524eff5032e0c8f397a6a953_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:2ad01a7c2e75bb850686d59dbf73937ea69505657c2f2a55c10e4fc17ed83f82_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:95334d618727e811d16206a6f99991e93dde4bc8ed26766da848ea879093d736_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d460b99f6d0595fc76b4e85203f96a8a809cb709e22f4d8f819f99bc3e817688_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3b1986a8dabfaf0988f12820e1a199cfd0db684ac4e8d956ccce6eb8bf1146d3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:8568a6a6dc94a45bc8feadb7ff1cccfcacd176d276568ab96f4942aeebd4938f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:e24967262f34a1bb405c1010688b4a1ca1c8271787a1c8f5d8b86cf94429e6ae_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f2f71ca77685bcb4618502f0da4f242d48cf2473f0c7e439582e98f15bd0004d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:071766cc6bb41db5220aa5173ef5d576f032ee1e8dd9868deabeba36f7798342_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:5a9fd7861ac77020db7532e72a52571c48c4f62164c1c5390cc55771b93894e9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:adc440a9129c3c9baf62a3f961179c843f6e68a06cef4f64a64e2a8cf7493d8d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f8f501653da6427153aa72340ac8238e79459759136d64d2ba6f8ae03184c436_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:023893e6a4a14842645d23171ad5562940fe5a25e681eb8afa278cf154f60a5a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:1d5ee360957a5cbcdbd54e71dd9ad1e0ee1a37f994e80081a07c289fe1be7c61_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:298f6b16fd4c32caa2d49c5ce1374d7d2037b3681f74e2bf7ecd0afb80c0e436_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f6048c371739ad69e9219e8ebe2045a246ec4ff01bd289bf630c45ecf006f52e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:2c96cb9ede1464bcdb2aa65b23d5c317050c99a9c7674b217301a84734b7fd88_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:31235aa238bc0662e8f3efdf393f9ca7699016dbe1261bce0ce37675afbc5054_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:698f820f8b9ba7d04cad32dbaf6420ac0e1ff5ae0a1d10f81e867a123dad0a60_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:6cd2462bf7a3f58f79de73fc8ed717092569862dbeedb6c72999a8ece328260b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3e602466b3dc3fc4c7879bd90a34a96878e5df827fa7664dac632199b2805464_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5839764d395594b922ad989a3fcc5bab129eb919d2430442390cdd7e95229219_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9913891ed84afd601b5bd646398f266f6970b7e3e164f423ecf561afbddf6f9a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:f236ad01ec1299b4a5e4b174ad698412bba0f090d7316672f230abadd209940c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:0c1f5188f4e79b0c508dbef9f9f6fa5c658aec17a66dcb14b23008d112aeb6a0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3d27787b58896192ef0b2da74861207bf188e5632c0d7b06ddac476ef558175e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:55402c1e07f5de8bae74f8fc9a579c2403cd12e65f9b6714c4d6b57ed42b4250_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:975fe9a014b7d9c4339bb34d0bdfc862b4a4de19b4e02b5b55a484ab99f31bbd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:142d516609c278895aa3302ba638724fb63ecfcfd232e1fc6571f5856aa4e034_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:28bb93cbe40b57c179ed088e45de698a93dd1c0c14d6ebd098439a412478d314_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:441602150d0bce7f8941a293e3a803bed75953986e93dac3eeee50848204728d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d92da8068e3440429fcd5a5b9f178dad1a0bb14fa3bee4849a99bfcc6674e37b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:55315b85da730c2bde56b7d08c4caaad5db5bfcdc2e9f21286ec48e58fb1c64b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6f2c19276901be4850c3d9f502da1365d84dad18e3e1327159af41877432c41a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d4092b12df304edca57e47dc5ee77e4e9006297763ec2e2371ab3856f94e4654_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:f9e46d3228ddf05919d0115f274f94f8afdb5e65c54fe6b17514e7a3b04d351d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5e06c7a4f4f0b3829c21710249546680ff1b7e7d541e30b556dfa69aeb7a5ef9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6ff5ecb5b92ac2d9b1498f86211b19e22627002d788647062ca604ba9ac8d7b0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c2c203df15e000f53388a84d8ab5affa78c4210861fcd0a28fce99c0ed86009a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:f080c488e219c5b862ea88e3ee48bf866c186caf803403d7605ff3afa5d5daac_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:4e6bff26378ddf7b42fbb27566ff9f47095cb5fcd74a26dbb1604725dab7c1cc_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:63efd9d23d66a2e7c754d1b921016177edec08aca034786be697c6ade7310e71_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:b15dbac78b5deda1493f959c14b14ff5344b982c4373471b13ab2f3829d520f0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d101f7ea169ee12e824370400ef6a94e0cbd48aeca6fe0ad4777b9bdc87d80aa_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:05692fc0d27f1bd3a0feba7c0eff4237ef52878ca37166d92a89aaf190972aac_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3805505b579ad8be8620a53e792410bedcb7e1716f3d6401e76c8bb179d8aae6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:47c1d91d614addb733f775406e764502e556f4a7414dd1a2060d3065f6c3c120_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:58650c0ce9725ed10e3646acdc76a72c4d3abda025bcb735ac2eee42ea261e3f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:83c6087954a19cc11c7042079ec3ca528c8a18678928c3ad9ed8b22ff07df36b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:209a01330e1894300123bfbcafc53948760feb80e0c7c81e521ea7abef269d69_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:013535daeaa7ceeaa565545a98d942396a07089a96937e4960a1fc0d44a4629d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:40fddb8896fcca216855ef34f2c8f0c6cbe3a59c6bdf4c3c751f69b57a63ce4e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c3f081c38876339613b7a641b30adb9c7f3e67d446151c892a65256ac274a472_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d6f330926e3962b0b73bb4b6a11a1b40cb0cacfdbe9fc0eb4ceeeaeb3bde758b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3f2283bea8d5c54ad689787a7c269022b04624d2b1ac830330a79d30364ffd47_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:476af4f8d17ec9fa6bdfbfbac2904244c4d51432b67f111ef0cf4a37ace9a86a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:a609dc606bfe95a904dd8c6abc0cac79316f17618d8b676512fe1b4e5412ba01_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e5b754105ab8d7cb9b581d3c4dea8a295919bec3ec645aac468b5f3267e0d7f0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7f92fb1c1dd18f03677ed953c82ff87011d8c15f1bcfd8c22cb7a877950bd063_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:d759dbeb39460193f8361524fcca202fb9f634d65d35f19fde1a187cd7230608_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f0544c40f7c610e45782d6a757343822cee131b745ae6ab4aad4b878994ce8eb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f5ec95c285270e35a77f89f8da39a51c5d29fae1ac277053eda82e250c715f91_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:191a27f89fa6ec450c37168a65ea66bae9ef862bd2b40c1e8d561b41db842591_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:905e494751d1e26c98857f7ec4f41b4321344f9e86d710186d9e9bf410f6e983_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d35affa9bfe2127cbed058251d47570d65b00a8045748fe1e97670797e8cae2d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:e82a015ff030ba177167a713df193d74480998d946b593a00c799330894702f6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:97a3a8951c456ee0c88a42cf7114a3225a3dce594b470b0b8f57f45c62efc1ae_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:b49317158bf5eb1940a35be96a959bfdb8beeef52e993bff41fcfd974b12dca4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:e616c0d47555235cc1c7e275538b48fd10b842cd11c831a4dc719afe4dfc5092_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:ec827ba35ddaa01c257247ce4f06ae733289364530f6b2c2d5b12a3b2959762b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4f5c8e59a54b30a9f38f1955c6d1474bd24bec33c52800338118973cb6f3e251_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:63fcc02b58dfa0bf549c199736bbbad1e764ab86d9375a6545ae1a7bc360f247_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:9264eec1243f98c37a0843baa36e78b1a88dbdd2bf602156d5f7ff4bce1cf223_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:cafe32e3ff4aabbb6243fc984431babd77e2ed05bb3c4abc621add33c5a69481_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3d6f997f5a6832459bbe5365b533f601dde3872be09c1e96b3b2fc21951f6adf_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a76abfdfb6be2616ba39fb25137dbb49dc56427081d9025f2825a3ce8e5a3928_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b540e70dfd87ad1e2e400e129a6b495617f9d57e54c1e54b09030cae11653d03_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e7c9dd297067d256671a0e06f9985a3624240158a1f4e2b97567409199ec453b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:49f6f4761d886208cc262f1f8e23ddcc0c05d5b4566f6cdc8abcb1a328c8c5ce_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:836c9a619a35d6b8d4929a78b96d0641434b880ca98f44df45f0edf7b69a1d48_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b4ffd4fcb95ed73bc3689988214a2e4210233143e0ba4f123ceb4c2ca14821b5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d4062c740ace239409c182e4c52858e384384faeb0f3d98486e0534f8dc19702_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:29b0d64444b1081a568d8c9354e79b60ddb1c3286f9b6dea3ab69023c11f3436_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4ed2d42fdc6e8fa9d3d08152849754d1827dd54ed86be4507d75f5c90bdde542_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:c1f38fa9fb729b6c497353127feaa36375749fa07f91020e8634838d58628878_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ef794a3bd52be528ba81c6964af2fbfeff03b1aa3d17ac36fdb97f124abfebfd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2518415bbe069935e8229d141d4a8a50285c408d1be2af467c458a324120154b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:b096377e0704a959a0ec41484825436b00d3d0887e49eacd59d88bda87e38b03_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c1b30a9d1f6908316a829b3084df67b9b8bf5043fa46060996cf259c50f62090_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ec9171ee21d867fd61004535db96e98f4dee9dd6f3fe86b719301cb1b0202a79_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:07f056306c1122527032aff7486e5fc75147f48c708c0c0abef7d570cdfa78d8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4314b0a4d5a82abd583de659e5033d0680dce2b535ebd3ae4dc1776e741bb214_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:5bd5ca703480895af05ce052c3f9f738672e989cd38e905cd17bbc378cae05dc_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:db97ffa52f99127907d41b6bf460299c3fff8adb69d64bd92ad371941364c374_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:16374008403825338098f7aaf57f74a2982a75355834552bf29246a9ff4e0b7d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:770cacd7e4e04a786a2e55a3cd9ec21048131c8eefb7baa4225e73a09f0f0901_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a240e71d7418d6f9781219faa2ea9cd315b7091b1a70d6032f81de2ca3c53aa7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a39da3d53b8b927594c3f5c3a5dfcea689f2b75091209c0cc36b18e1426fab20_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:34cd79b95f2ce098b064859e38785231def795d2804c05bf7542520e9d8b596e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:354b40ed867003c42975780f9db1320302500f4ea6c5ab14a0d0ae70b537192e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ba52f6036566829553d0039a99ab677c0e40b2a14bb3d26ca470c526489e4574_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f3eaef7985effa7f09545ee19442623c7aab7245597a4a1d18f6b02a7a8f77f5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:154143883875b88eb144b77d13d5e9f750cd8e020af720a7bc6a2e6dc252a260_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6fa758fb6577cd18e48fb9280192be46dc724a8cd02b54459a5d6a3cb3d06fa7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:80e191f5faa2991cf3bc7033691c4966f1a07953e4941ad8730ae7c6444c05f4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:88ce4b91b2161c9b22f154f2a6903f801e26f15115ac874c549e8644cc5e734f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3386c9093b00f29600b1807ec97b1a6c935ef7a6578de01f9ed5f90fae6a5a35_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3646bf2e6bce49c01198dfb2a1f67371ad1f20b48cffbd7fd8f652cb9b215ae2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c50c48749c9fbe882410ff025799c6f450b063ab3e17dd1c4cbd2afa2b48fe13_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:dfaca907445b7213f3931be31fdde7480c22aafc0bd3b030d7ef9f0d84f5549c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3ba301cdb9ac46c11853c61812596ac905e94f15172df53cf352a693ea5a0a6a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6faeb6e3779cbdc86d4c7cf93e739c0585019e82587abe150f76c7cfb88cc417_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a0d6e3c4b32eda442fe231aaf1a77ea61125e0509287c381ecdec1615e6aa7cd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:bde28b18ee5b582b69683df3122f4f9a3a4aff757c2caa9fafcbcad878d05d3e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2492414954e0ca3e228d6d000733ae02c5d4d68d4b9f5e7f992e1a5a60cbffd5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4aa1f8159ae2b9b385bfb204298e1710c09123bb19bb5b94c2b93dd0419e06f4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:9a2fdc67ac81e408bb49170bf7a862a07998fd951ebfde9396ebcda40078d3d4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c952fd4490ac28f6bc2b39054312e85645c12d20e39ae631e35470267d8b73c4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:001807fafc7bfc5eafe92ba92c127488d378e1b36262f0f71cd4e4feef05598e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3c3f3a57f87c512568f858da90b13c39e9441a1910c48b9bb51cc2ba3e816b04_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:62e3145facaac381967de0461a3aef63b2b6afc466dfb4e185a35aa67142b6b3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ddd906a1e486837653341632e3ccd2d805ba2c7a7d7c26dae34022ec6a7ee90d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2f80d2b9f76b8633c9e6d309c5df7f251259b61a9a40a0364f2160707de313e2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:779d8d482e7ee453e8245219a0e21d84bfa1080819b31fb9f5de38f49bf3d724_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d44b76b43d8d5303fa38a3b8698076912be870c7a901c41a68f59426cd41b39f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f5bc9a28cb8d0bbae97b39548ab6688a31dfe2b23b8d3a52da3bb397f6aa8b31_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:195460691d14dc4f518717e3678a9ea780eb548fea8904c5bd4e2d554b81233c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:29acb2429041bbf17eb0f3faa0da84c1c5655df8a425755c1263fc16911d667b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:20dc4b1b9ab504d4192bda76eace70933c264628c091ccb4ac78faf01104f356_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:366b95ac0f170d8c1c969b41f3c624026593ebe8bfbb466c5f7109e1a6ceb1cf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:32acad5511e808b1b3a80aa96458ed7f1800b4f19aebc9edc4f85ec3613b8ab7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:dc009efb6f6e9d60b022ab94d84d47fb169d2dfdf9680f4f24b40ac0a4ad396d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:77abc31290209253ce09838a292be7351c02d5a7367859c430a5b3d97cef7f31_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e4cf03a101a115d398aac9c645ef400b9366d4bbf189de664ccbf782db4ef5b9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8a9471f7c51a026fc621dcff7715fbc9620603aac2c2e4454e60e0f579527e62_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9c1b85cadf719072db5b5abf0b93b3556a74a67efbb88d7903bab7b6e988fadd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a454b939762af9397d7d5043d1e6070279e1a1c4240b2fc808f0e53872bc237e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:b0802c5220abce4c73b650e105e42d0c1a57c5248c4f55819e15053c59f2680a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:677d190589cf02f414cb0cf4a31041b02ed8d706afb433bed1420d6f35d7a44d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:af0aa63d5b375590ffdee42f4a7f00a4610e33c20ac7f3b23242a24ff43d141a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b2e943bd3add974a8511a316f526d92d0ac1e2a0755acdb49770728984abe2a4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:e433c5ea434c2261f40d623bdc22944c1ecd435c0ac08a41d36049c9bce1b604_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1e800e47a04f7f19c87bb79778586939b4bb2a32f5ce3790d796331ca93a9235_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2c0ca90b3662de85d7e595e76f678e419ea1f40990c51ba16bcd01438f0db553_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:607e95e44de20bbf0feccbd8bb58469928452e6e4f962ad088f452e0e7e6aa5e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ce154b3a8980274f592cd2d41da7a748f7c895f754a3fa7994eeea657684fb12_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:c00947fa5cc8fa1abc26adf7cf8acfd4336e1aac0f1007133b8c6440a8148a1d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:c9a5828c250033f2bf160b102a3722959210025d373b85ea69895c96fbfba833_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cd8048f17129cbbcb855587d48615ea6e574d12f2952c0b1b5aa3819cf453541_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cdf9da2745d57ceb97761e08b560f2de7a212f860362eea3fd445fe4f6f7c769_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:02b7af4ef7daa8499a24b02aea8a24c98960851864cf639e0b698b3844563a8b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:3f82d5da80747c147ab429d24e8e9791527f7cc89fb6a7435d0cf6d35cec8933_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9e4085498157bfd33b7bd7b212300fe58ce6d462854fdd8a597f288637503104_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a8775ca5ecd0065373034a37b6de3fd736045868a3b116aeb216637023aa9685_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:28986bf93efcbdf0c2012acf8513e958ae8b32db4b649b9355b1fcf66b35038b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:52990833d3dcdb340c68234412d3743070938573d0296ee45138b404054e311c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:92f7c8de428bcf236f2aecc0382d911bcf5f7f536bd09aa44f9019ca7627d116_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:fa6add264803c2adb838efabe0f0fd8f4d78b14bfea9c1e91cce957e17a77208_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:46910caf13bd60c69314b0a72b866a8342c1dcead811f01f91b1b1674ea1bcf1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:a7ab888801a85e65a01acf68805744b7f6a1ca713c329629370b0fe0a40c359d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ec97f4dc1d491cea9e81ead6ed959141f0ff2b36fd4fa623722020431cbee1dc_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f67e6ff190c45a81777e63b69812760e828838e338e1d27672d02b5544b3e682_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0a9880ede4b10a6328766c1d9b05f17c53faa4ac561a8e768f5fcdda9997f056_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:51f75fec0f0343d3f68e8d4810e7588475cb0955b4793db7347d3ff466cc7f78_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:74ec8a94d5cda524570b881e7a352604453026a0324010b7f4b3d0a898b5e457_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:fb67ab3a88d2c3f33925830b9c63584bf14b321adbeb2e752a039faaa0401c8c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:13cc747131cec81fd67e04409a69497d75a893f4b56adaaa3a1f77f1d0f3ae67_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:2236900dd28b8470cacf90c618bb50b05a0d1d66726afebbefddd2377283989e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:ef89f2da22f7b0c0f445b7e700b29cdf9ce229cfd7866ac6c7bd2ec367db3bc4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f5a6e48a72f6054924be3b81dde0cc0ddd95d7ea029e1d819553fa633c47632d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:49a6d800db550efd565f451e584b890e88b5c6ff8be6fa0e17c30bab2f9980a6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:cf42aee609494b7786b12443443b9bbccc8afe2658ff6c16cb5c86c05c95a30d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:eb13074eecb1627bef4ca2cb0dde1116ca08cba2adcafe089e898236bb37dbaa_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f96cd58eaec24e92cb84eba253aabc815becf9264136c2cc898d1424fc8c87fa_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:8597574b86410624f04ebb0fa280276db1ffc676a56fbc74425e16790013ee47_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:901d510199b2e6cc87c754af5a1c8ec564089441f85917043a80733c4c83a430_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:9bc218ed94e8e516b01c11f26bd9adc30251067492ee2a84f55b573c2d09f6fb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a951a17fbd50a051cde6c2fc4e863bd70e29485fcb085c4d0c977a0bfdda5ea6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:11487764cd999f6abe6bc5021312a0ad9449b14b2ecc6f7bb24bc0d7dc57db60_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:362cd0740085d7b9bdfd4d10706b04b4b92ea759697c57b340698ba7fee0e063_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ece30fffff9f1b1252e7063cb4ded0e669f661e123a02ae5bd966bfc5e3e1ed6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f0813c18a84c6a7570cd3f51826e81dd0cc164299173d05ccf7ed3d31be71961_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:b5291a1306ef132559dcf0405c4a15d2921133356d904aba886e2577030b1af2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:6fe441946297aa27d90fceb448adfe939cd74ca0d02ac818d9577735a8bb004c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:0003426c210d73355a8e23970e027c7412123a75d979052113f325edc288b478_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9315e7033cb22fd8229c7cfa7bc78b10583dfabcc54edb3ace0a3eb435394f9d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:b5291a1306ef132559dcf0405c4a15d2921133356d904aba886e2577030b1af2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:6fe441946297aa27d90fceb448adfe939cd74ca0d02ac818d9577735a8bb004c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:2198b31f6460daa49ac33aee124d664f8020228052df648ee79a2eacb155df0e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:f1ac1040078d827c434858ca528df96b41047b32c27ac522d11d6d269da755ff_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5a3cfe8da21c874d227a225313dc98a3b175e9b67dd90917a201d5be2c8b0d12_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:a119246a2ed145b6fc3ada68e546e729485a34fc869e3742ea1b01b9f853f1d4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:ac4b25b223b08c445aa875106114964745002e90908062d0c11b56e27ed9f8b6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b1fe363d1a527033081799943271457afbdac0cb23ff875a65a6292ce1f6cba7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:66cd3d5b1343fb7f7fd7a3922adbdca110368de4f696b91066252229dca3f16f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:7793b9facc62469acde7d6064a4c2f26d8482fd1a2205add60fe47541b3141e0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8fb627e3f8138d9ec3c3903373502ea0d3f83c1788641f016a9de4d7e41dafb4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:f239cce00d46794f91479cfa3c94a2edd14e206f85e684131fe857a80215fe6c_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:07d09ce1d5c97a717dc1c0f540e21fbf7fc2ae0c27be6fd0869ce0dabc0591fc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:44e3c6d5b98dd6655d38e3523fb34ed46dc89e97ef8a86f908d72461cbca59d4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:81e7e1cb47cdbab3a46bf8bb0ebcdd218f46aaa94236ef250fef0fd143c9204c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c318da767c7ef1f2452bb631e2726084f48a640c962f8003467c72ff48225b56_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:0c81a72caa0f5697779c8e808aae1c6da81c34d58ea22b7fc41535e5b047d4d4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:1b5092eff9d9daeea6ffcb7c40f04754c401744c8085b77b67f231cca7730818_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:7b0157dfb720632e557c0c1050c643c7a9dc9b36c5f1858a37e11604b04b795a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:915d7aa28dd103a665a72bba13375c72118885bc3867d07922425576d5372f71_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:64c68a2c39cedd586eb70141b21d19092d16303738072987e6a33a208dc1ff43_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:77d5bcf195bccd0d556e17803f4c5273010543366112916c8e9e4189b5f68627_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:98e7b50a5fb4fe900b08a52bfe5f1af0f189bceab97ce106ca4550e0fa5bf487_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ca76d72ac426b6a7fcf59fb99a3fabee6c5ad3e0095e75dec3a06194fda37740_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1638b6de2276e53fd93970eecb2bebc56c34ffc099eda9bfcb02dfd10eb07be7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:22cd25be6169ebb1dfe48722f3b4c6133f14c5d4f6db6ef5c7c5c9f976b25901_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:646993f2432d9a7cf3d8d56e3caa5abb77fab65d4dd40a01ea68bc59e68ad082_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bb4b4fa70f8193a7cc49e278475052e1c053e1dca44298f02cf8a0c1bb95c740_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:b6c870af5b455dc9fc17314802f45c9ebf2bec19810ff75b4e157d96a94e6575_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:d2003914164b0f04ddde9b10d27ada74e57c26beb7ad06dac093098903909907_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:29871a94fc618bf280a7c38280ec0642c766838bac34a9ace503378a67f4638d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:fcfb0cf49134add5d8298b1fc1f52ab3eb924efc2bf40ad077c3def948b3ed8e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3144944813148f5acd4234b279b5569e5bc8942f390c76a5a88789fda81afc56_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e44901d545ce00d89aacf5b5afbe68663cb157adfd23f4b280f13e978c7a972f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:18b95158ab8c6470ea281f81f5f1dd2c0d1c198be78d3007b02f5a7937ade62d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:31bd9ee7e75b32542cf78d1cb12d254a93cf9623e00e5649c016bbf32b8dee04_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5b53eb46cbfbf25649fe3bedfe285e197f65cb55a057176d057e90bb65cf6562_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:bc8727121110bb8a6d9957f7871a6369e1512bb9cdf47a6d23ce12812d84a791_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:23400e78f2af2eff9dbed7a4da3000fee627509e5d4c87742aa87f8be1229a36_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:64863687e7fde678af49d370c9fdd5045d47dc2c3b921b179dfe0b392aa4b447_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:70935aad01a4c3b9c041d22554f4d8feef7038bca871fe1d84c6b74d4d830814_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:91ef5f2ef8cd345731b53ec5e044c30e14438f1935c74b5eca2436aa35e5a7c3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:4778a088ee10ef3ba59f3323ccccf942000e3d2bb8b0bc201822f7cef74909b6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:599fdac73334d243b4d362b2a752f184f303aec12e4426ff08b1b4a6fca0380b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b1ab8a122e88ee201853c669525590b6f73a60803d1772536e76c56531fa0041_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c231527dcedf3606bfa162c0026b0b037d41a908d6be2418f4250e234dc66023_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61732"
},
{
"category": "external",
"summary": "RHBZ#2437016",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437016"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61732",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61732"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61732",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61732"
},
{
"category": "external",
"summary": "https://go.dev/cl/734220",
"url": "https://go.dev/cl/734220"
},
{
"category": "external",
"summary": "https://go.dev/issue/76697",
"url": "https://go.dev/issue/76697"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk",
"url": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4433",
"url": "https://pkg.go.dev/vuln/GO-2026-4433"
}
],
"release_date": "2026-02-05T03:42:26.392000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-01T03:47:45+00:00",
"details": "For OpenShift Container Platform 4.17 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.17/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:51723b1449a55cd6489cd60689b42d4c53ceb6956765ff51087fa90f806ac65d\n\n (For s390x architecture)\n The image digest is sha256:e463f5f9a9cb41a172c0fafcd34e48fcfa24f92dc4ddf7b1ab0c8ad909233d0c\n\n (For ppc64le architecture)\n The image digest is sha256:4736dafe11d3ac46f8f6126de474c7030a59e75636d023f20048c6894d783338\n\n (For aarch64 architecture)\n The image digest is sha256:b78fb9415afb4d73e22c9d8f7ec9de1729023913a11ce4c85bae1e0e71560daf\n\nAll OpenShift Container Platform 4.17 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.17/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:7d17650f80e7bf782a7a59fe0672f593cdf9dfde775b7153fa5a5c4ed8b86e2c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:bf046c55304478c82791a67ae0dfeff89af904d9b56cd63a29b261cd02633798_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e6165bb623041db07759616b297f0541fcc87dc3bbb91cc77399cebe96c1b647_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:f47af1eb3413e739f7e219ea89dfa0f09bc31f18a771e49ad36b32f8219d9112_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:34161b5f6663f9408d7ce5afd4525442f41332a9501f658238f3eb6568eaf3ab_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a4116b2262af10fc2c7fc40800501add9f5a9c671907f3eee75cbfaa37d47263_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a8dca289390dc8556a4cf3cda46e5cd45bae33fa2b1a88ca053626ca3e3339e8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b43e298d73fb723ce446344fac3e136b0d3347b38e7d199a09d2bfb85c231249_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1ec3135a01ee2bce646338cc6d71d35c8adce9f3603f0f07ce90dd88dbf3c4db_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:94c42af9dd8afefe53de729d8ec8b5f9103cdd7f80c96999b2863bfed030cfcd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a80acaac8c10d6cce0815ddcf0bc296013e97d2cf69d1eb6ac1b7f3b35b40d74_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:e4c52bbf17f055890cf9968da78045295f6e37e52e3f4be5807db679ff63b874_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:28f2daa782218c5fb085acb774bf1d8c13a208b8f29f4a12b372db2c446ada76_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2edfc9e18f365bf2ffecd7ad45b5693b493de472fe7abffe73ff4375bc6d2af1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ba51aa38b39b8f57d6908665938870cced5541b831756f4039047245e0f2a8a5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ca246a844bb6fb906816e4008c922a0470c82bfe6a736f3a926de3def6aa0597_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0b26257250fe3542640ce1a4f5ca71f90294c307eeb477f1d1e4d61e3ef233b2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0cbec11d17abd89ac4ff332c238f92fc49c19f3e1575c26c6654cf2668ca9e66_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:2554ae05f488567b3c752c16c59f852ecfcb90746a47d48bdd39825aede43c21_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:af26188e6f7326835340b99be42189550233a7bfc652375b0859cc058fbbd0a9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:31460b57b3986f0d6c84406eccd1801eb3a03d176fa510978311d46390828020_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:aa730767af15fab6facc460b6e418bbfb0555933b4a54b01d34cb83c1148b8ca_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:ab43b9177badda24d20e8830f375132854ad313b46e27ffddb8d68b6543d8007_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:ee7eff8564ad522223787fc270f1f4d4233359872c994981619f1c10b3dfcaf8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:0d809a095a0d86c0b149fa0e28f852c1633c2904d7bfa23b6900617ef7ffc2d3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:5c15dfcbab56f579ee265d4acf74778d154ce0185234810ea249d9b9e415052d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a95c36cb709d7f9fb89eb6aedcd7cebc104b90f8d9f1be6591981dc9f96af398_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:db9a343c67b6462259b3f300af5efe643b7637bbc88ba5aa65e06e4f573b0049_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:238158a2264b9688491743d5f7c97a3f152ea2fc4a1342fe4b0e63f618dc50e0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:6dde5ab62c9f5e35b853112e3c04a8c856ef9260318dad58352ae36c2d30bfb6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7309bb2119edca063c67c7b074e1d45d99866223dec53f9942fce421e2e76250_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c0803e9ceecf77a8b1425fb0634b40e4095bb9d899c5d5af84aa285527723d83_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0dd635595c420ee1672257b6326a193195b2d21945664e649b09c62ddcc25d7a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2cd23c69b8d88a73a2aa368cecbe1e8812efa47760bf16ee0629feca934369fa_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:4beb73d1a2c279b310fad6789fff0ae70cbe18a79813819b1da9c2c5b6959aac_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:dbf382ce2e7158ff2483336643ede99b2a4fe4cc888af72e92e19ab864c62291_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:303ed90fddf42d1a5ec3ad7eb1df833003ad750f4cea17710870382a0f8c720e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c358b8a12046693741c5e88afa14a25e066ec9e51b84e22935c19dbf34ac5455_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d98dff9a03e2bc6564757afd151092cc5bec438c678f5fe5e402365bc6bbfb03_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:fa2d95a06de233147317ad93109aa809f5487e74748550e40f4189e8aeb5f50c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:943aba9a3a70cabfc2b0c94450b39ab3fbfd92f12629a2e175ad89251addc2ec_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a7c31f5ce80372bc4c63b60f9741352565eea006601522e25f03ce902e35564c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ae2f0cbe29206ae3ed5275bd7a0b101dac0e3bdd5520493ad4bb360e2267ca20_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:b9cc7a6280455a8a36e26494744d9ba540689594f8a1d8f625cd1811eec2b0b4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:54c3ecb1fecd80a81cd667f5edb968c62381bd2ddb659255cfd861dc0a8e0a9e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7deb4e0cac2bc3989fa828677e4717eb75f1bdd8223dc638310d32c73219314e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8901061b783b8a41f447eaf32919989dfd24bc13b1ef61b36f1132d66f64288d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:921aaba9517c1b00e09159d4539d47a55c543b1c7ce3c789e6e333ec133b5406_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0dccc414a5a3efd474a9eaeb61b6a2130f652c97b8b71592c7cc52827ae149c8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6c1df1bd921b4b6fb22f9db19a2c69ef5fd98d231fff3869a22442b36dec0ffa_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:eef901a0f37823970eacc110d194b81a6c679aa3dee5fd0d350b66ebb53a1542_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ff539434c8d3bf3c3a64f040a5f7ad702ded9290ff0a894a03fd45fef9fe42d9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fd88ff4734a68d6a95733ac650eccd70d1c4d23967f32b3ef8de08cea8bb05a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:8b02d7c27cfbb38d19b1456282d58e14c8d64efdba25a6238606f66610e5e9de_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a4b3b74bd3e1a9a1c81f040810325ed6bee59e0fb708c9589439fc9c734805b3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:bc92d21475ba5fd3d2292c5f386328bbbd237b92ab7288d3709229ece5b811e1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:360c5f509936d41297633704930574fb8fdcca27e98d1614ff81dadfadab4926_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:5fde232e29f5707caa6bb5219f108a563ae59bbc5d2818e368a5b9e472a1a2c7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6f1a30e659ad462113e1f481855cc292a760900cb5c05e669b5baa0b05a15277_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e2a33d8b21d3c833d9de1d6472e958b67ae7c6583e326b90ba51a2e1992d4924_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:1a6641eccc288ff48bda2311e1356ae244308345fc4c6e8bbeda2ed8b9f85eda_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3491a7f01d29b8ef97e0d28cf1258c37979ba8941d8bfc79c62bb7ad871e1f19_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:86a9b3d8064057e95ea8935b94edd85042eb86751e79f7a9783b9601b88d8ebb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f4f10a1f9554ad0aaa4fb9dbc97dc9d6b1b27af1ca3810731468b0c458b86a98_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:b06c2047e92976665952f3b0352b0c5bf8b5a2e6ba00b5a5468663fbb0309e1f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cc10468c6882a877f993ac4f6ef5f29e7069f99d6b3ceef528c8d7069ed362f8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d682c5746679d8dd8534b3d9c4b913880ef9d5713b7febaa3c7573fe7900b61b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fbbf71963f1f9fe061819fd07e90df13d27347f2854720be55d4ee453b6b60f0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:515147b779e1fe06b9b510177519d413a679552ed6c2ecf4b0ca8816a1e1ff6e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:f1fc196ec3db364df254fda90a46e6b12bd50d50c01f2996f970ff8f9c1ea1f8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:4dbc09f5c1c4011c13a1f461025da298ce289912d98627fc6d08ffe1a30a2a2e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:d3436d8f8316db7b836d1146932a1f8de35edb75644eb0c9f0e3af334aab8f87_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:1eba9990cf84de01e1ba504b9b852c48cbaee1eebe2c564977d1419177bad652_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:cbd46373b97caeca24a3b22de19a294091f3d5e294f2931f01d786ef566867f6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:09824ee3a4038855e2956ea2d70a72b5d1e4a9ecd9a323dfe27eab6df7de5c1f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:8d89ffb1ab74d5e02fcc13d2a00d5e1fcca30720d987c140544e061ca7fc6629_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a8b44c2c0bed6ec652301ea4090bc62c990130150a8c1378a06fdb3f9a7b848c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:d2005b9ade6f74ee3df518d9f124b8acfa909d0dbd34c1c3b9e044c0556fb268_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:c0d0de4014902209309d97c189f02ef66292b254edba7e02d26549e3ee24d7eb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:f673fdfb5f29159fce99cb0ce47a31fdae2f57533aa49b84228ec7fe03274aba_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:07afc1a6c00649e6f56a64a75a345ed3ec97e28976ac09d362bc44412fa6b67c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:54319cca65ce76d81bd7a392eb841bffc14867bdc1ae341bf8ee6f84d10c867d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:445ffb4c0d9ca84e2c57333adca83f863428819a7732111b204da9f57bad9826_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:cf571aeea198dd0b07a42f12727db8ac78fc7d40eb5d1ce47c0e521f84142ee0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:80bce123dd0a3488a9cac662d578f451608252e8144ee8158cc877c02c3f9d0b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:89a69823162109668d5562e46ec004b719bb60cab26872234730c458dfa697ec_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:53babfe25e9258b6e8564df67e1d465c9f144976af5be7b30d95b0dd910f6101_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:733f6a4a3f1a1ce7f0495e2ccd8f492ce3378e2f2ac1d6f618869bc0460bd341_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:0bd4e71e9d22f6c16130426710bba8abbb82b0510cdcc9eb6cc74a412021c45a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:34fe2d2d5972de86aca83a9affd601cb1c4564fb1939f4dbbee3dbedc2bddf9c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4e01b88be4742c25c24977471d81262f8f0f391ccd5c49250b306e726e1d32e6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:dbb1ac39b132a5d539fdd7f13df09e84eacb8460fd7e0097d562ef079ae2c677_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:1ae054478a86182135ca308fc3f18c49da06734b34fa897f74544644474c7807_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:3b7157d6c737fa70532d96c62fa68e35fe547eedc6c50580cb89f4ce9fff4fe8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:152e3c57d0bcd719bf1e20ef7d43ccadaf30939c8c9899a2ce115a55ad7be983_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1abc468fd1a09c4b30e624ef4cd9257c2d104db17dbcf19a5bb8323682271ea1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6e535ada8c1768a2411ffa684bc624afaca15618b2d1a8a6c50f0b97be52668c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d46b24f503b741f3c919cf2f30409342310e3b2d6110b043128ae5d496219c96_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:12c1eb19b65af75175b1708f0049bb3eeb16c8c9a632957f5f97a5419246c7c7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:36103549903651a18d5c1c25d07dc98ce058140cd2b8d6e80cb0f1a940a277fb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c6fa0940709c377171ed6f553729935a9bf1bc5abb7c47f919d3b0fdbab3fd74_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f421d2c61baf1f196a5386d02b56b72593ab557a99c1ac61fd99d324a8bba3f9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:01b50335d5ef7515c859414036920594a5fa5b0039f5191aab1f16d291f3514e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:98a06124ecb76ea1e4d88de6b1532b2c8c6a7f554d1d25b946258b2d2e274649_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:cd6a54657188c7a1c0147c72b9d7ea326de2d7332eaa2c049ce4e02807177bc1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:ff2c7571055602c2cf719149d742d2e7cf308f1a077c420205bcdb2afff13c00_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:455f935e22bc0a892237c11e22b9bebc4840c26c61510d43827563312ec71fd9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:8b30cda549756767ad42a0486cd2987e13eb28078ae00996076a2c4e52ec50e9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b3f754533c34684d3ebc8a6646c8698cca95b6836f9b9cf6bc80edcc1c888f19_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:ce1af97db3e2816184795c6d1fa3cfef25329df11482b2bf4441c40e51d21347_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:73b55b309bfcba54861b619a26745a67efb4271848e99db56af2536ceb0fa597_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9dd8eb511b9258dd6e6e2edf03a6e6d64c1bf8a5422c173cd0b0d9e1b2cd1734_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b43f4769ae4bea0d180d4be8183c92d1fe5aacce4287fc1462032f1783c42207_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b7d331a0edf44bcf0fe747365f092a69e1c1c7cd156d48781d40d41a3a0c8552_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:304b520b8986da52f9f1f175672f6acb79119085841fd0ff0fa9754e8f22b34a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:67d76b9cdf3b5be24e7d157bfe385f184c6abd429860ba6d2280f77265929f26_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:df5b6082f4f05bfef1b63ede7fdcb5b575e56bcf264bb21e71ea2dc98c884ce6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ea8623b6dde50f9b993f9823e27349650e5d80f3f4f37c6b9b79cbc08ffc6da1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:401e7eda5905ff108ac067119245fe3684e50e736737b350baa06ea6fb2b7174_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:445489e10735202ea518bbee1cd56545f0e7e66742712cf5006c4d4ef30fc1cd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a583347caae3aa7d703a2130fc1f57b9e81ea6a06bd33785d87f92596f1f6355_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d30bda3636af0792fa0b182e8c1f79f5198a293572b40eb28e90e8e536416719_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1a369e0372bdde7ee5ec7ad647d30e6fd9747904580cd025ef0e20e1309080b3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2d0b89c800f09fb923f249da6536b9d396a53311112c458973fa9aaffb9bbd77_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ca969364594a060f9adc621daa9d2af96fd265e32dff63699cb42aa60ec1a9e9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:f1b997f7c662c0c8e91be2d02d6605fdab614bb89039ad1f38d6cac2b4623ddf_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1f379914cc47321de26756b1fd2fb634ab93f0d50400467df35dd4303100ad1a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:748a768980651e5d15e4b06d8483c6ec6db7854844e2b7dd789ea0e5d0b42d70_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:922cfbcfa109c304f82be7edd274534d18f9e2c7fe036e9b078ef40dbaf5659a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f439945f38dba034123eeaffd05372162855f703ab5a939dfc40c8b6e68b6dc3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:515b64496798a09106a5a99cf322bb02cea22a7d1684653ed251ea15532a61f6_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6de46b3fa4c0a353f73b6dab1c6dd53546b38a7cf754063382a47a3487aecfef_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f41ea3ecd58d560a52e13cef8384f6197d49add48c01c432cd8971f53fe5a4b2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fafdde0ddc3752811000a0b64826ec60715a45f09b79aae8aae637b6a50f3c23_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:212637507016bc9b3317c3980c30b476867ebc90d1c0724f0178f445052da718_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5f148616ca51bcf1c30183e095a8b5a981a9be858254938ed45229e4b4ebfdd1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:9461ea9cf5c260411a69b6b39c5dd4048c592f234cc24d481561d90fffbaf1bd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b48c6f2691532175458342223ed6c744b4dfe2cb057d1abcdcf3980127791ce8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:2c1ca60eeda0aa20403364a3ba33d9ad349e98ae3c839bff106d4b3d59426d58_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4141802dad81ca0be90cb3e030f18156e4f129dd2dee7b40d4b4b2f63d7ce927_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4cb581ac92c27cae351d2021bf76d97b20da9a9db8f2b867df879a2917d052b3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:da3dc2f193bedf7af891b2123b2b25ab8ffc54ee21ce4ee4a05557b7175aef7a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:232a25a7c42589bb08f34e08eb3e609ccc7c1de4281c234bb59df3c763695339_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:77021ef3e969e39c28e863f22541819957f046f28a88ce0fb0f706381e8ffdf4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d024567af8fb35126a2084d9c0de93c5b349249dcbd202c0c5cfb7d2d05bcefd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:eff2753dce033753b4687d9eb031bafad6c3bc1e1dd941de90baa0322bf14496_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4a8e36032ebb3b81b4e2e854fda6217a58adeb78e133257689d118b00feb9d0f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4e99ed18cc738391a0b1f7fd6e5268dc1a2b2d0c235b96f5def3d9bc25bd0c4b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:acd10e1026c3bcbe1effdad4d96922661418e8660dbb0e8e97fb69b3df8a3578_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c84a3e6dfc4b3abe1c2f3e6f63018a8d45fa3333969ac2792dce86ed5dc5f7f6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1d83bebcaaf20c68ec4705bec480e45b4a69d8323d118a7fe4812b491ea940f0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:bbd338c6ca660031115a11f293b165aef23ad28150c6a8964dad403618cef28b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e9a218fb77c30af249580c4b11915d4876083f642c7388c6333f70b781bb9f17_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:fd8e0cb32df9a3eb7eecfb9d5356a136590223e69130193ad8a92f310465ecd8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:0de9a2d5418c0fadfc68e9f64335c23396fc3188b1ed7191e2e740e53aa1b29f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:2c6a648364c88588f7ed1c538eaaf850ad4ae8310b83cff95c11db695cf4f528_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:8a408e4ad9cf59aaf87b0c0c97d3e66c4339943d810da2703cb4d0a946ac036d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d4f83ef7cf93115c55d7053dcbe9cf980bf522cb4c3dce2feb95e6574657384c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:06849685ea1a02445fd85960975e0f4f0d39947420d0f381dd724b37f4f44994_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7ad3e41c51b206489d6de9809594d4407f0eb02df060111359880560088c9140_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a18cc97e985023b176af5daad9cfe50eee25bc7e5ef657d20c17aadda7a76c35_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:f3ebe18a671ed1e458d9c86184fad3fea2e8552d8be87b3f2bc83ca45f6eecc8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:29d61cf5ce7ecf8bd5e49c5d01b16a82819bbb345160b90ff46f0d936f1152dc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:34ec4d660b408030abf6f5c0858fcfc095d7548530e6bd4038009c55ecec3344_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5a947d842f80e6e70729d0195ea3fd77111aa4a564c82e9bd0614fbc715a85a0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:c6b897cbd33e4d897a44ff05e5a2f7093a5fe930fc249901baff8a28a015c408_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:20dcf9ed5dab0354410b6c14f8476980d2bea66f42bd64ae0c1e354e185bd820_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:559065936f9a9039c45cbd63a4dbeb4cd3f69e990eb7a878571971f6e94c936f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:79e01008c1f3a1ba2dc98f7ea3163c3874a5b204ca731d056b89ebaaf97bae50_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:c36158a99dbb4a03cc9581c46a7f0e84e3ce098fea15d5b3ff88e10d41d0eb1d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2c6e5834f6042b1a4301f47d8178b2e718a3a459745ffbc959e40cc660ada97c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:475ba06839391550b35bd29309fc939977a72d4262b99f129ef5fc964adcecc1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5470d37d9eb90f60a29221fe605551618af1037c555e7f82ee1c7c1b6b7de654_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c8ce750189b017ec94762b6691cb9a911f97f04927615f0c802149aa3f7282fa_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:1916354b8aed42783dbf3bb7a3be6ebba6f561aa7d8c8f41fd6e32f1e46b09e5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:93cd970355ff2c9cd65c6f051391a1dbccf543a1f4e79ebbe6b3f63ac4030ca5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9cfa1d58c7bc0f875b5b2d704afcc95c4321388c94202c7ecba217a12164e8c2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f21ecbf880d3fb65422bbd0c410aa47136526cdfe5b75fdbfd82e720530c9fec_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4c6a4ba7469a6e3736176c838dd09acca392d508ba2139bcde3d01a1ecd493b4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a21c60cfbdd3b771f448a09b89c09f0992008625caa9fa60c5f9cfdc7d49e457_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b6a1d9d0b74f769294c10ba1ba65fa36a43217a374f3e37a189fe3de1d33d737_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e192ef1c1c539e194a2c7aea2c1cce32c6bb01bba982d3f0f9354649f32d24bd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:03475c318b9a57df484c7be2cbf35f654487c3084efd389cf4f6ce0a0f845dae_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:974abdfcfb3399823b6531a50c8d09203167418b09f859229de602a55c6f43bc_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:aa3852b48c9efac7a7e87bb01593b4a8c7d9f996624154d5a34c836e2b126485_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e0e95daab3cde4412e5d3222236adacdb8283e65eb64572ed175b353adc4ea50_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:106fa9124ad7bfa7e2a7d6c68ebd812cf2bc82c55ac092c1a702217595fc93f1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:18317fde63976665f03833b7679bede00df0f32327c1d56a26afe112b4d26f6c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e068848e4408ea82c40cdf03f2e6c600a40c8743faf344e0b2630f12d79f2fe7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ed90b2768c731b0fb0d277a285164c8bd8cb531ee984be711f64bc503292e839_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0ea0939567de6bf628dd5ac96f7eb68d3b29f1819ab932296293504e99ae3390_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:45720e600e73a2d925662c4c6a7dc898e4c97e38bf9b6c708455167abf99b51e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9afcbae95f66db36e6ea832d41f02c8fa14ab3e79f52dd1878ea24b57565b547_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d4e9f8ad81006249c50770495829c63f9322d0214efc045a4a7b6b0955846f0f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:1d66fb102b391fb88b40efc0dc3b3935d6f4db31825ee4d878273e181585e0b5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:2a221eeae6e50cc04e9466e5777f829f58311b2506aa149094e5e31e0cbe6e09_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7f15db4d5cefd46fc71d1953fc5cd62630bb847c6966523c5ab3d6cc2e5f6a05_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:99a3124337bfd603542826a78e4068bfd7ffc9feac98bac54bd7b3f3384faf87_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:86260062116d03fe7c4ec9df2fde3ccabf315ebc380f61db472d334be90dc325_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:8f284d614d7fe9d7c0bb5ab076490a781f0922453650713dd6bd722a409f650d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a43770fac453ba7e59e8af0c2aff352471f81a1b5f34ba620d4555a16af464ba_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e3a8e74f008721239ea7c070e6f6def1e779b723863e5ca279702f81cdfc0f5f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:669084db9430a977c4370fd7949543c2e57e82da6db6d01c376b3c345f7c693f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:9c91c1adec653c87fbdac6f5755528a27a4ead82d740af2a5e5f38aa16789804_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a2ffcc7216ed314e39ac12c0cfb30d29a6a4267512cc24a8f59825967273a2b8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a950db91a853e2b6073fad294ea604d51e0623b8c34288af1a98752f79b873e8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3af31e33187cf904b7a3bbcf7cded17c69e345c73301563c60312d35d1b694b0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:42bcf4c037d6212103448703395c0ca44f36a89533e205f0965c2c111d218fc8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:7b9bc218875615eaea10e71de2ce1159bbc130dc9099eb71d9fe13d9a0f07179_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8af69064595a39874365e60cc66d5f6697f28df4f82f8e26b86eb3fe08eed8dc_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:43a9f7284fc596378453b6e3a6fa1eb553d403ee25492c8c10107aaa77d92412_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:9074d73e7164486f4e0bbcdcfa5f46529fab2937cc5531dd88b13b2fb433d6b6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:a6656391bbce0ef6c085dcb040dc623d737ee8c302638d0e952eb2cd6e9671ae_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b98987da700deeb50da293568dcab5cfa1ddc843e36ed4dc5fe6d0ac8b63c85e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:66a2823e0f80a885f64cdff57291c2d6af6fd0c117c2d033b372be28b0755b2b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:845d9b912f7dc3b56804668e652f7c6b711a3d064501785ef9fea0273f60063b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b94aad5462be3a96ad9d3a88d8aaa775e8d6446b7f8d1b8785de703d14875cf0_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f6ad6761f6dd00ae42d248741c778b31492259d891751c9dbdc6dc39c2960dcb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:7b31119b0f90aba00af66b6bf6e1d2f7248d3db7129a6fec071a9fba31dfd0e7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:93cc886509cfbf78ce38eec32119b47cca28aaf3b43a254a1deacdd86de5e877_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c4cfff6e697533c3a9323ba6ed15b74250ecbecf71123cfe49ad56708f505021_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ef759942f6399bbb13657a783a7648dbf7ec880e8f6d4ed64b69812f696fcc1b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:155ff7585ebff390dec5a0ee00bcea904cde275e165ac634b2083c1fec868a18_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6971b8fa9f04515d6e4d18a27982a2496a4efaaeff90e741f3248d31fe1961e0_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6d590f5de5ce957e2d21fbd86c08411dc90b6c2444fd43079a04e3acb35587f1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:718a4a859157646f240e5fa4e3f8ad5c5ac7e53373d8b5d0a45159f5eab2c9a7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:629f7a041cf101c337effebc71d27cebd4dbe4ac7f7eb58e93f872106f88426f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:7761842991965d184af3f11919c4a4524d285d69266f92bc01ddd1cc66195fba_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:9865d9323ac25a120e3dbf34644b7343e650cd04b201d65518940b49432f564b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:9f6c2d965dec4b6b13fa96bcaf0134bf2acf302e2a04fb6926075bc9e92de97d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:855b51d876eba214e06624567a2606ed0be538fa6db7e24fdd508a269e1ba2c7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b041548b2283b0b0837db6749c0da693f021d0510a5628bce91ff5be1fc83f71_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:c7fa529102a1f95a53afba3a07db55a3907123cd8bc01cc6e1c4afc3c41928c3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ef32e7c28a82efb0ff8edc4d2678e042afb2c378791a34ccdd9243eae5246d61_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:0b779b84bcdf0ea2821962e7df8f34696f23bfad88557c21ae5fefbce289acc2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:54847dfd1e87683efe51562e103367f952ea801cd409968b8b5e04ca0ce48bb7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c86b554d052e4c0f38d69b571d246c090f5843302d21fe0f2c7c06ddc604488_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:78d85dae433ada85e1fb57166d278887f652a03531326bce186c7d3b207df288_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:4c4ec9a44884b5d618f231cb65a9b69078c2d86c8f168d510441814357f9fbd7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:5bfc5d24081ed832066492f2542d2566f40aca433535ff6536307feaf416c727_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6717dfcf0c98ffe25190b97c977daafdfa53ca406572d81143430f4218a17382_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:fb7ecb21f68557f92a912f0cabea1719fd8969638e16f22c5c89d433168f3ade_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:6f80af3728d41b78b3e855ce438ca882452a785a0b794c374475e6634390f6bd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:7df0f2a7c3268c3fd166e4012ef20a9911d6d7be4ee9e260b2a8343a1a5c23d3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f26c33eae235ad613283bb3629ae031e06d95e4371b6ab35bfc95d6cd6eedc70_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ff72b14efa0c7c37a3795808564e00f60bee07de82fc22c7d1e0822893abeb8d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:15a34ce98242d87b27bcb7a2ff5f8a3426766e31e4aa8dd21280a94a0dd5de07_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1694ece44a326abafa983a7fb2b3f84f671941fdaa708c21159b2164bedc8fe7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:5316833a649816a20637f5815460cdea129cd9f304d66406c7d15210e09adc7a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:95a599547beb53655c1f6bcfe533196664371a94b5fea328543a5f90c1f4cfa7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:27483fad6a2c4be85baf840f33c72d98357bb6a55e754051fff08820977c7a3f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:5bdbda0b9ae82292ab9dcd9c3907d42687418e591984ae30b53d93f422ca9d86_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:93069055bf2d16735b13a8ae1859af38b6b7b9fe3409806c30a2147689972023_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ef060678c540f10ecb261b29b6674be6d3830c7ed0e51f221256fb09130b4dcb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1d9d3b4b90eefd1714e4814e4c340d11a88f1208852b7c624fac4096ec3bae65_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:37afefb255d2e64fe5d72f6d32a3e4a55684b658b114dd341689ef0dd4cefb9b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6033b93ce5c2f73213bd89e9709038829a2739e238a1f827cdebdcac8c39dc91_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6fa75960064a732c4e25407c9c2e8b75bd98feb5bb06c9cd70dac8023eb21c0e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:5eafd2fde7b9fce1b13109f4729396155f7ef07d73d51067b11f96661327453b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:825963b5f6aeaab80cc3c6a3c173b588263b6a9ed2e481c06d42a229d18b40b8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9c24887a448382a80d554684df4280c49a3c6ab89fa9164d547d0ccd25c5b0d2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e423c9ccfc07b48c6ac2cc4369a6fd61e9b8c420a08f64d69e9a35b887874793_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:0ce9b759a50e8562b80a2466a194f70d0728ae93717dadedba3aca34712f14e6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:814fd188f5a532065135552df55e4c55fbf9952ba35f93ec6f4f22a4da2a43aa_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b87d5c52b3da29503ae5089fb3422ebbf5ab02840c486b19678a9c65f04a9e7b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:e7ed0864902433356021a2f30c65020370c3062889f7e5838be60d0ddb098ec5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1622e137e2fcea249115c062de3bb6e0a099ff4f4545ed1c98ae2109eeadcc71_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4a66bbbcf3b973ae35749d7d4a1987a561a57d16b154c0471092a2f242912e98_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:51a7d1ff4fd4ac2325da2064724449847c4aac05dadbc97f30d93d89bf887b1a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:f1743346567b7c2f4101128ba81ad4b3b00a40f3a97a465df9e1b895a08cb8a7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:852af33a0803094bcfd34f452e8490f95fff66d6e2028423cfff0a01f201457e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:9848cc582e21d833e5d5ce00a0655abf37173bccbf944e192510b3373510d81c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a97d77c1235d10228e36d47b304a14c05a10944904685f344953da18f2d30866_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e5cb819739007737f750a96605f14991efb3195f13c906efc64db87934389379_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:3d594065a138374b4efe911a3e4619baf1d888272607e83e4f614e8c3e48d2f0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:7e2fdd43861a1be04f8f6cdf2fe2651d1f7ad194d7a43326e8d65d7757ee3d7d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:08fef794d449fdc5f89da613254f8d8cc2512bffcd5a8f289a7bd8cce9f8660f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:9e43e41968b797593eb5d4823f8e1e7babc642c3ec308673ee1640198f12c234_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:2ab98db3bd54d97694587693c196944eedb77866bf2dc9fa70e6d186c0eadb34_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:cb11c30ff4bbdad9e25e12e2960d754cdfaa7af1507b07e74e21aa31a45b0390_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:107a0f20bc821c4dc4eeb05f29cdd1c0601db4b66f5a3245272098dc41ae7c5d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:38f286396ef7e0557eff8cc665ca46c4248e2b060aa9b170873e13eb691b207b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:5d3eff686a6a64f96a79d31f8cc6a88b17171973f4718d3da82e0dfd456436c4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:903ae03948c7e68b1eef1b1dc2f7d8718693e3149eed21862cf1fcfa13482dba_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:0fb76970c4ef89824f28a0993f2a21f5c91aab7bdf23d6d045da48d9c4d176ab_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:37898fbe4cf22592901521c29bc10ff1f3b8df7a200d64e9c94d037e8cc38e60_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:c4393a9eae01a0bb31f85f8a6cc609f80a8c2e7b7c4372c21bcfb91492ec78a4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:dd74aefdaae0c24dca43a36548e371ce292af5423751718b1a6480224d5e5680_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:500ce3a45214ea5bf17b0c7d0ebd33f75183db7bc04d30f7d0a25a225f494cc5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:6e201b3e5b45494f8ecd6d607bac314cc10b419d4f3a695c1aa9824b6eb9b8bc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:9772d2c999317adac02475b2448f24acc49cabb83c7727e9e478642dcb7e9794_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:d8d22b7e59cb411c3f1fbac22af12b78fcaada8e56313b2f5ac89806152ae825_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:5d1773de9a1eaf4b18081c968f3d1c3ab35af0333dd8ccf599c30a5336b40ccd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:93415b427bdd9185565c26901edda6e5d0e5b7bfa013605de8ee206716141c4c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:be9f4891181cd1b58aa9a3fa7a0d26dc3a382e9dda02744b06a1cd7d806ed6cf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fac44a7144ca9e888a74db83f6eeda24224d05238af0f8cb54627b74148f51a9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:20544ed1aea9d8b483ac6dd9655a0d108b80121b7011406e0a59de4c93060dd9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:29f0f10ec928c8face73cd03bad8478ab4b8386f0df20ee2482102f870f198c3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:adc31a12f2eb578e7bf135bb0931aba306487174c7e8e71f6d3d8661aad8c350_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:cc2921b6468b77227e9f210589f07cf458eced2ef0260582d0a1a4b8f9b7a613_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:156540860fbd6556102cc1abb3762e6595d374fceeeb7745d92655aa3fa74551_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:426c0e5e5885ee0450f36a93fea6f733637011c5f5c97ea2c790e0edab5d7cbb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:abea604212336f8e3cdeb786913ca33cf0843f3eb7be0d1aab681a005e6c9417_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f58646a44ac2716d6842af49e48f13b6c0a58ffde7202cf6004f479658ecb048_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:484ea3e99fe746668ca7fed6862b095326bfb8f26cc79c0bd4de143083b0dad6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d2cf9eb8a6b0528509e571a8ab3710bdb6b40abb5f19d797a9097524d2e3cb7e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:def75e5d102cae679cece8fb7e7cf26631d9aaee782319bceffef95fe76308db_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f6a4b9d3d3792cf016df0f539b41c2d33d4cfe3a85f87b8b1a2215c703a13d83_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:17d73f64095d650a84959f826da3009d844f209c39a9cf55460b842a08968fc9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:382ba71516ae6c2ce3670b92bb206e5bdaf5dd0519b2f1a6fcb417b99f0ccb13_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bb9cd5df0da433f514a256dc92610219d22962f8e9fdddc4a1d6bdda45174287_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:da71d08bba2b937f4111e6d773765da8379043335d83e600743608bc4c3b7580_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0761be83c6edba07296a17b61838c3720666dfad633f9edbe9643c1cca008a8c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:23021b0b3a60c43895c17a9d27eb53fb5cde7b9ba6ac7a5d81d1723d804ecfbc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4c802a4f273a7d7752c93b18c27e264cd373dd989797d1f9b970ae368bfbed90_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b41f90c9d31171dff6834e9c7b72ac295f7e0058eff6f5dc7480d7c4797b9700_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:192a0e7b36c1fe8b6b70e6504e12a59ecae23ef83d563ad4c8cca3ab5b2cdbe5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:39a6978585f0e1c57d7460a4fdd668a238e126c2ce7e599ad9e847bb55783249_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:851b15fc576a1939eac61342bfc75875d4029dccacbd57bef1b12ec784523bc5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:dbb87a87d86cf4186ac9c4e546048bd07eb4e4b3734935a152ecbb60bcbdc1ec_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:2c372fc451a83f382e57e1e63de0f0b10f0479e665c2e1d39b20c8bd2d84f51a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:881e89459149105fad3a737087f34ba6a0bed3d933bb73e4d1943a36d21a1f55_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:cea296a2222cfeabbdce7a42996be42db39f3d89321f93ffe705c0c01e7b5b30_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:ee35c6aa82fa9353c63acb0455e5196e946f423be7418de921beb7433bc27dd3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:07406356bc5aa39e2d130e94946ac1ff2346d3570819af5d1a228b3e927b3df4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:628d272cb4ef7a625677252fec78b4f6d7daaae10f3fa21e9e605fa294ff9ef7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:784c9da7c826f43b21b798e18d89f696ff3c0d6c999353336d1709149e3ed6e0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:806bb2fe904f03bdd46f5e7fd0da4e8c27badc7a363a034a896bb3c9331c565f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:09ab73ac9c9dae1e080a70737bd6f8c927d47404850ab85cdadcf2be42dd0b1b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:3ad634a5d007320ce93be80165b01aeeb25319a7458cd465aa4732518460855a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:71f3b158f659a76b705d4680a0f81d930f6f622546c903aa2bac8548382d232e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:cb741e1ce964c52ad3d7c373dcb2b2cf0292fae1c857f71cbec4485e0b1e3270_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:23b98311440ae92c9df288db4cb9336e442724af99c860289733d6c35dc07192_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4337bba1939749aef224134e01759014ce11a2ed05926c790c0eae870fd9b8dc_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:505907905f0d1476c5dbcbe7592c9d70ea91df7adc38e9618d2c48355ece4783_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:bc326e66fe857b4090cd0e717a9976857d63a5538890171adc420d47946b2c95_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:84abc2301d2fe7fefe78aa5dc90ddda63737ac2c8c47778b898a91738c6d69a6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:93f2305b36ca634a2b8fbbeb4bfdc1a5c868e791430d389f0e0326ca839920f7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:ca16e72147f9d94306abb1464485feff4a03a4922d5025d4b7250cab7ccc7732_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:653bdf880528e317bebac6f7aacff23ebab11af5bfa931af13a8d8e7b2745eb0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ba86e60cabbbf3c8845a60ba559d1a38d5370ec7ecddeba662ef01fb083030b0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ce35c93fca376e03d1d08e22b8146860e5711773b17f35e32a87bdf93338b182_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4aa1df7eacf95d9408d5016f5715b38ee4ecd340d9a66bcd55cb345d98de466d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:87ef275495cae4c69268a6375eb5e07d9895913b019bf1a73dcc5043b3a24a30_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:8daa3769a103ab420b8b43c68ed6d4d90a845bb23a358c62d38cf679511d6fdb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:18e0db16b10f2edaa9919257d37587d7df3c4c62cb88b8db38cda65e509a0492_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:1e12af727903c112c263bd301b9abd522da36fbe64e195f8a4d4fe19d34e9c6e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:ca613da143b223316bbfabe5c1618d5de77817057a47f8430b9541151b79f654_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4486fbb2570877848c2997a50aeaf427cdcf5f8a2656b3212c263d8ce0d8cce1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7e83a01469262e046bc98732e0e7ce4d71af991288d31155a9379d967ffb52fd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9d999175269f2e59feec60b202253ece2c27add1d003f80c0e40eae8d2621f8a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9f31f2da3caeba8ef97368c1ebdd3fb1df9aa911df241460d27fbecd2cfc9da8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1076cb5e72c6e457760fddde4d94257042f5b0ebd7076a8713499bdbf4943c8d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:3c749018959822c9a7c67fc3f28f62236f1791b999901577445838c8f78947fb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4aa259c5fe5a5f92f61775e842ee7aa66fa29d6b75c2b67cccc8900b08b8e96d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:5fe33023e5387e6836b35074fdc002ca7d7c85c6c6cc95f6f645b1a7a3651b93_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:02aa2709ab8f16d997dff85d05909bd7b67ec3e4cf91d50b285f17532d8a625b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4aad374a238a0306aa63cbde5a29bb75d5b80d2c691558a1b384cc6b1de706ce_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:786af9a1f3e4f873aedc740637bd197272f21553304b987476b2e462b0dacfc4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c449bc96c47df9f808b4e89c06facf7eeaf44761485077311aea32ea1342f5e6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:9beab497bfb41b47b9f8599920563efcb58961c2a8166225f1935f45657843b4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:af7cc2cf62f672d6a00016c116f3c66b72b64fa0d05e7753c8e4b6e628a3a082_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:3a1c445bea72192dc031e4755bd063fecc4fc9139484f54d8d54af26dc755f45_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:6ff31d9e340619aff002ff35ad43b6131042cfd943dc0deb54f19721eefa1c14_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:227e8c82c210cd100cd7aa3b8c5bb39b3ff31a4bb6ad78bb7134c122dd9b02a6_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a7587160377c6622944f5dd49380ee9565d49bc02da4c5b631342a037835c574_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:2793040a3ccbef82e3d074bf0597a8bfc5b5927658a8bf4148b5b0675d6fb3a2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:835edd6d6766e17d868f7f6d283005b2ed2d38cca7fbad1c5b36f63c385b8e2e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b635f689b42b827ad12ec312500ac2582c022eebc7776bac97532bd61ac31cce_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:1099ddf483c4cfe64f687fdbe5587648756fb5b9a3d01538724b2ea2fd5ca6e2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:30dc9e1dd4b35944e21e40ad23583cb9d14be00172a0195dcc95bf8e01e34e1b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ac4fa9eddf99f4581573d52e741f0eca595c9e5bec12cb177f0eacc7150a46a8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ee30d6c3b56fb533d299a7a432618a1b2c83b1d9d72b2c58768c07c349fe95c8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5aece9cbc711608ad1dffc12ade865996984d714f5e64fc894bcc3985fa9c521_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:adb1d854f6dc5e70aa0f33164a3ded5a715ba0ccf894efadd73c7c4d661f0b21_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c0983bc8863c23ae680915339797991b26c17fbf4782caddc071a60c17992266_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:cc90303d2e2d0a5818706672d1aab7847450b9d2cd991d7638451829fbf26163_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1485611739af941f4e368aac9cb95ee105aee87258e5d872d51d7f74291a8e20_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:45d8a8c4703462edf967071e89e08d8d9e495d69245ad8b6ba2d6e80f579eba9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:584f6670245a288d5489cacce0e0cabb3c86bd6698f8118f49b8e3ccdfb47c39_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:5a29aea0e28d0ced0bf50bd3dac2bb6f6edce5ca6ef373f3d097e668a9e8cf35_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:3aaedfdd81b32cd2c67a0d39f819fc49ee2d31176496e043bd4d85efbd594481_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:97e6f95d96f347f03dbaf58cd6c7bf6c926546c1991cd83b5065fe0cafed2586_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a8b9d35e2ec9f2026a2ddf034e9f3ab2a9ea622924960f7d673564dc33ab6224_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:df1a7c4c835c59041b8c16e11580362d846ceb9b3334b8aafd36d3140b58d063_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:4d3251d46cfd8adf16ce49e35007a998689b714615bb66a12e0dcfeb896d8397_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8426d041e12f43a2b78791227c0f805afd75de6e306cf8bdc718f0f76651d75a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:aabd98101d18f4f5352d03547cc2cf784bf37f962b9c875059d6365a3371dd72_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b9c93d7e3ae198d025eb43e5c2caeda4198462ffaf407270dfc7119316ff5f98_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:16a4f25c37894fe7ce7a943322dee37d8419bae36e7c7ca7b4e73dbccf8372e8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1b17792f997e30b1d5bf73388b68de6604e4235b0a10e5dc37955f8ff2077801_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:0747fad048dba8c93662ced1c2b1a18b7f9f75bbfe0740caaeebb9eff3acc30d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4a22ea1747135e6bd85bc59db41d17d0b4e761e29330e7e3666bf4d42a47649d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:bee322f686572e00dc5c6d7076de1db0034a26cbe44e0f9276b394718d6c191f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:df9ade514c7f2a80c4ea829e2f1890dcdd6a4acaeda829d3620e7d3874de77e9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:859e9211c265355892dc4aa19b7d845b985be40bb8f098702aef50f84c3e5eea_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:c2e28f6a9e1de3185753cd7fd47a51ed01cbd49697cc452448adbc961fe71003_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:c5ae19ec61f3c9cdae0db38b1aaa03838d421f9d4473fda4e52255cae97a2fdb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:e654a7604401da1deff9d8baedf0f7567831fe5f86f75e06fea3e5d140bb579e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:0640a6e0ebe2a6982708f326bc721c2c754eff2afdca443499843b111f223e39_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:5eb8c786a348343042687f659f7cf8b066efc3c4ed8764ecf36dc6e49a468cea_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:83237f13a3a3e051643bc1aa46838b87be13126c0e52404940351a2324008e68_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e67d6086ada10c96051bcbf4eb7414c407832de86a8e2d89364ae0d85a883982_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:9ddc6bf41dfb204e9241c57de41e0a6e1ab1c3f8ce2ef1a90573bb7365ab2bed_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b025b5d368618a31c64189f1a5f9b3db0b24068306117647796f00a22f6dc4ac_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:de35e280f4e50a18f2616dfc561db85b315425ff20bbfd4e19d5f64f93f3d0ba_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:f0368d0d3968189f10cfcbb972046bf09ad18a7a1a747887c239b75a1988344f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:21757065fc31856133fdfc4d459a993262239af0d2d242a6b55800bac866ef02_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3b08be9a543ddd200f66178d51c0f165c380cbc845a1be672b85e9dbe2db9f12_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:8e9d4820353602730cc0e808b2cf6ffc20ff80ce06915e40027815e9046555e9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f7a9a92412fca24faebcb8a574cac92c985d1392f1544e71fa26bea80314289a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:119315e723ff4b153d8f756357706bb4cd1ec5a160a7b173e359d733c680469f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:808301750b17198c8c7f5b2b71e6bef9a7e3d788ededb9a5f79e1b13e64fbc82_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:89ae8aa54d64f62a73557d413c3f146bfcca1c237a52bd57f0ae87ba8c8fff2e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:feecd842ada0c39c783faf280d103523668de8d16d43dc22f74f262f2a4aaba1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:595fd9e735db5032c9bd3a668135d99b6df650c250b294c4f8b11d67f990df79_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ce4371bf509e06e886c5ebd42312eaed3ed31fe6b8de91284f4681ccad199329_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:4662806bef8ccd703086edb7d1eb0c99f785927b1f30f227bb438829db52e532_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:d06875a7d480abe6e062be719a9d6ee0900180e659c09e2243df36e3ed55db07_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:2f6efec846cb1babc0dacf51b67634e83cad5e0f4700f5db54f8c356b0df8119_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:46a86c6ddb9f5bc798b43735eb0cf9d515091549680e43cd2993ba1b07bc052d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:aecbb57cc9a6d72de8520437e911255e51c97e4c40b55ef207fa98fa7c9dac9b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:9c8b022e6bfe80bd4998f177c0fc25e4a5d224a6dde99157f21de5d08f18e4a7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ab6a31d53e6e8a5a0b67f4020a52faa7fd3ce35160189aade3e958559b467dcf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:cb8394ff8b96398f8db5bfa7725c260d343774ec319fc1e3917dc19fb51c9b9a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d82a2ea6aa1515bd56aa55ea999f91e9f688e480d615fe53bfa2c74c1071eb82_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1af22f98af2fae1429e53c988267710578a3a092524eff5032e0c8f397a6a953_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:2ad01a7c2e75bb850686d59dbf73937ea69505657c2f2a55c10e4fc17ed83f82_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:95334d618727e811d16206a6f99991e93dde4bc8ed26766da848ea879093d736_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d460b99f6d0595fc76b4e85203f96a8a809cb709e22f4d8f819f99bc3e817688_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3b1986a8dabfaf0988f12820e1a199cfd0db684ac4e8d956ccce6eb8bf1146d3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:8568a6a6dc94a45bc8feadb7ff1cccfcacd176d276568ab96f4942aeebd4938f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:e24967262f34a1bb405c1010688b4a1ca1c8271787a1c8f5d8b86cf94429e6ae_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f2f71ca77685bcb4618502f0da4f242d48cf2473f0c7e439582e98f15bd0004d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:071766cc6bb41db5220aa5173ef5d576f032ee1e8dd9868deabeba36f7798342_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:5a9fd7861ac77020db7532e72a52571c48c4f62164c1c5390cc55771b93894e9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:adc440a9129c3c9baf62a3f961179c843f6e68a06cef4f64a64e2a8cf7493d8d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f8f501653da6427153aa72340ac8238e79459759136d64d2ba6f8ae03184c436_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:023893e6a4a14842645d23171ad5562940fe5a25e681eb8afa278cf154f60a5a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:1d5ee360957a5cbcdbd54e71dd9ad1e0ee1a37f994e80081a07c289fe1be7c61_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:298f6b16fd4c32caa2d49c5ce1374d7d2037b3681f74e2bf7ecd0afb80c0e436_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f6048c371739ad69e9219e8ebe2045a246ec4ff01bd289bf630c45ecf006f52e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:2c96cb9ede1464bcdb2aa65b23d5c317050c99a9c7674b217301a84734b7fd88_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:31235aa238bc0662e8f3efdf393f9ca7699016dbe1261bce0ce37675afbc5054_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:698f820f8b9ba7d04cad32dbaf6420ac0e1ff5ae0a1d10f81e867a123dad0a60_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:6cd2462bf7a3f58f79de73fc8ed717092569862dbeedb6c72999a8ece328260b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3e602466b3dc3fc4c7879bd90a34a96878e5df827fa7664dac632199b2805464_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5839764d395594b922ad989a3fcc5bab129eb919d2430442390cdd7e95229219_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9913891ed84afd601b5bd646398f266f6970b7e3e164f423ecf561afbddf6f9a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:f236ad01ec1299b4a5e4b174ad698412bba0f090d7316672f230abadd209940c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:0c1f5188f4e79b0c508dbef9f9f6fa5c658aec17a66dcb14b23008d112aeb6a0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3d27787b58896192ef0b2da74861207bf188e5632c0d7b06ddac476ef558175e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:55402c1e07f5de8bae74f8fc9a579c2403cd12e65f9b6714c4d6b57ed42b4250_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:975fe9a014b7d9c4339bb34d0bdfc862b4a4de19b4e02b5b55a484ab99f31bbd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:142d516609c278895aa3302ba638724fb63ecfcfd232e1fc6571f5856aa4e034_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:28bb93cbe40b57c179ed088e45de698a93dd1c0c14d6ebd098439a412478d314_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:441602150d0bce7f8941a293e3a803bed75953986e93dac3eeee50848204728d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d92da8068e3440429fcd5a5b9f178dad1a0bb14fa3bee4849a99bfcc6674e37b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:55315b85da730c2bde56b7d08c4caaad5db5bfcdc2e9f21286ec48e58fb1c64b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6f2c19276901be4850c3d9f502da1365d84dad18e3e1327159af41877432c41a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d4092b12df304edca57e47dc5ee77e4e9006297763ec2e2371ab3856f94e4654_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:f9e46d3228ddf05919d0115f274f94f8afdb5e65c54fe6b17514e7a3b04d351d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5e06c7a4f4f0b3829c21710249546680ff1b7e7d541e30b556dfa69aeb7a5ef9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6ff5ecb5b92ac2d9b1498f86211b19e22627002d788647062ca604ba9ac8d7b0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c2c203df15e000f53388a84d8ab5affa78c4210861fcd0a28fce99c0ed86009a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:f080c488e219c5b862ea88e3ee48bf866c186caf803403d7605ff3afa5d5daac_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:4e6bff26378ddf7b42fbb27566ff9f47095cb5fcd74a26dbb1604725dab7c1cc_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:63efd9d23d66a2e7c754d1b921016177edec08aca034786be697c6ade7310e71_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:b15dbac78b5deda1493f959c14b14ff5344b982c4373471b13ab2f3829d520f0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d101f7ea169ee12e824370400ef6a94e0cbd48aeca6fe0ad4777b9bdc87d80aa_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:05692fc0d27f1bd3a0feba7c0eff4237ef52878ca37166d92a89aaf190972aac_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3805505b579ad8be8620a53e792410bedcb7e1716f3d6401e76c8bb179d8aae6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:47c1d91d614addb733f775406e764502e556f4a7414dd1a2060d3065f6c3c120_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:58650c0ce9725ed10e3646acdc76a72c4d3abda025bcb735ac2eee42ea261e3f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:83c6087954a19cc11c7042079ec3ca528c8a18678928c3ad9ed8b22ff07df36b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:209a01330e1894300123bfbcafc53948760feb80e0c7c81e521ea7abef269d69_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:013535daeaa7ceeaa565545a98d942396a07089a96937e4960a1fc0d44a4629d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:40fddb8896fcca216855ef34f2c8f0c6cbe3a59c6bdf4c3c751f69b57a63ce4e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c3f081c38876339613b7a641b30adb9c7f3e67d446151c892a65256ac274a472_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d6f330926e3962b0b73bb4b6a11a1b40cb0cacfdbe9fc0eb4ceeeaeb3bde758b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3f2283bea8d5c54ad689787a7c269022b04624d2b1ac830330a79d30364ffd47_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:476af4f8d17ec9fa6bdfbfbac2904244c4d51432b67f111ef0cf4a37ace9a86a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:a609dc606bfe95a904dd8c6abc0cac79316f17618d8b676512fe1b4e5412ba01_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e5b754105ab8d7cb9b581d3c4dea8a295919bec3ec645aac468b5f3267e0d7f0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7f92fb1c1dd18f03677ed953c82ff87011d8c15f1bcfd8c22cb7a877950bd063_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:d759dbeb39460193f8361524fcca202fb9f634d65d35f19fde1a187cd7230608_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f0544c40f7c610e45782d6a757343822cee131b745ae6ab4aad4b878994ce8eb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f5ec95c285270e35a77f89f8da39a51c5d29fae1ac277053eda82e250c715f91_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:191a27f89fa6ec450c37168a65ea66bae9ef862bd2b40c1e8d561b41db842591_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:905e494751d1e26c98857f7ec4f41b4321344f9e86d710186d9e9bf410f6e983_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d35affa9bfe2127cbed058251d47570d65b00a8045748fe1e97670797e8cae2d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:e82a015ff030ba177167a713df193d74480998d946b593a00c799330894702f6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:97a3a8951c456ee0c88a42cf7114a3225a3dce594b470b0b8f57f45c62efc1ae_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:b49317158bf5eb1940a35be96a959bfdb8beeef52e993bff41fcfd974b12dca4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:e616c0d47555235cc1c7e275538b48fd10b842cd11c831a4dc719afe4dfc5092_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:ec827ba35ddaa01c257247ce4f06ae733289364530f6b2c2d5b12a3b2959762b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4f5c8e59a54b30a9f38f1955c6d1474bd24bec33c52800338118973cb6f3e251_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:63fcc02b58dfa0bf549c199736bbbad1e764ab86d9375a6545ae1a7bc360f247_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:9264eec1243f98c37a0843baa36e78b1a88dbdd2bf602156d5f7ff4bce1cf223_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:cafe32e3ff4aabbb6243fc984431babd77e2ed05bb3c4abc621add33c5a69481_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3d6f997f5a6832459bbe5365b533f601dde3872be09c1e96b3b2fc21951f6adf_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a76abfdfb6be2616ba39fb25137dbb49dc56427081d9025f2825a3ce8e5a3928_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b540e70dfd87ad1e2e400e129a6b495617f9d57e54c1e54b09030cae11653d03_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e7c9dd297067d256671a0e06f9985a3624240158a1f4e2b97567409199ec453b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:49f6f4761d886208cc262f1f8e23ddcc0c05d5b4566f6cdc8abcb1a328c8c5ce_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:836c9a619a35d6b8d4929a78b96d0641434b880ca98f44df45f0edf7b69a1d48_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b4ffd4fcb95ed73bc3689988214a2e4210233143e0ba4f123ceb4c2ca14821b5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d4062c740ace239409c182e4c52858e384384faeb0f3d98486e0534f8dc19702_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:29b0d64444b1081a568d8c9354e79b60ddb1c3286f9b6dea3ab69023c11f3436_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4ed2d42fdc6e8fa9d3d08152849754d1827dd54ed86be4507d75f5c90bdde542_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:c1f38fa9fb729b6c497353127feaa36375749fa07f91020e8634838d58628878_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ef794a3bd52be528ba81c6964af2fbfeff03b1aa3d17ac36fdb97f124abfebfd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2518415bbe069935e8229d141d4a8a50285c408d1be2af467c458a324120154b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:b096377e0704a959a0ec41484825436b00d3d0887e49eacd59d88bda87e38b03_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c1b30a9d1f6908316a829b3084df67b9b8bf5043fa46060996cf259c50f62090_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ec9171ee21d867fd61004535db96e98f4dee9dd6f3fe86b719301cb1b0202a79_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:07f056306c1122527032aff7486e5fc75147f48c708c0c0abef7d570cdfa78d8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4314b0a4d5a82abd583de659e5033d0680dce2b535ebd3ae4dc1776e741bb214_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:5bd5ca703480895af05ce052c3f9f738672e989cd38e905cd17bbc378cae05dc_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:db97ffa52f99127907d41b6bf460299c3fff8adb69d64bd92ad371941364c374_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:16374008403825338098f7aaf57f74a2982a75355834552bf29246a9ff4e0b7d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:770cacd7e4e04a786a2e55a3cd9ec21048131c8eefb7baa4225e73a09f0f0901_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a240e71d7418d6f9781219faa2ea9cd315b7091b1a70d6032f81de2ca3c53aa7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a39da3d53b8b927594c3f5c3a5dfcea689f2b75091209c0cc36b18e1426fab20_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:34cd79b95f2ce098b064859e38785231def795d2804c05bf7542520e9d8b596e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:354b40ed867003c42975780f9db1320302500f4ea6c5ab14a0d0ae70b537192e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ba52f6036566829553d0039a99ab677c0e40b2a14bb3d26ca470c526489e4574_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f3eaef7985effa7f09545ee19442623c7aab7245597a4a1d18f6b02a7a8f77f5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:154143883875b88eb144b77d13d5e9f750cd8e020af720a7bc6a2e6dc252a260_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6fa758fb6577cd18e48fb9280192be46dc724a8cd02b54459a5d6a3cb3d06fa7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:80e191f5faa2991cf3bc7033691c4966f1a07953e4941ad8730ae7c6444c05f4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:88ce4b91b2161c9b22f154f2a6903f801e26f15115ac874c549e8644cc5e734f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3386c9093b00f29600b1807ec97b1a6c935ef7a6578de01f9ed5f90fae6a5a35_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3646bf2e6bce49c01198dfb2a1f67371ad1f20b48cffbd7fd8f652cb9b215ae2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c50c48749c9fbe882410ff025799c6f450b063ab3e17dd1c4cbd2afa2b48fe13_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:dfaca907445b7213f3931be31fdde7480c22aafc0bd3b030d7ef9f0d84f5549c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3ba301cdb9ac46c11853c61812596ac905e94f15172df53cf352a693ea5a0a6a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6faeb6e3779cbdc86d4c7cf93e739c0585019e82587abe150f76c7cfb88cc417_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a0d6e3c4b32eda442fe231aaf1a77ea61125e0509287c381ecdec1615e6aa7cd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:bde28b18ee5b582b69683df3122f4f9a3a4aff757c2caa9fafcbcad878d05d3e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2492414954e0ca3e228d6d000733ae02c5d4d68d4b9f5e7f992e1a5a60cbffd5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4aa1f8159ae2b9b385bfb204298e1710c09123bb19bb5b94c2b93dd0419e06f4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:9a2fdc67ac81e408bb49170bf7a862a07998fd951ebfde9396ebcda40078d3d4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c952fd4490ac28f6bc2b39054312e85645c12d20e39ae631e35470267d8b73c4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:001807fafc7bfc5eafe92ba92c127488d378e1b36262f0f71cd4e4feef05598e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3c3f3a57f87c512568f858da90b13c39e9441a1910c48b9bb51cc2ba3e816b04_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:62e3145facaac381967de0461a3aef63b2b6afc466dfb4e185a35aa67142b6b3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ddd906a1e486837653341632e3ccd2d805ba2c7a7d7c26dae34022ec6a7ee90d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2f80d2b9f76b8633c9e6d309c5df7f251259b61a9a40a0364f2160707de313e2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:779d8d482e7ee453e8245219a0e21d84bfa1080819b31fb9f5de38f49bf3d724_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d44b76b43d8d5303fa38a3b8698076912be870c7a901c41a68f59426cd41b39f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f5bc9a28cb8d0bbae97b39548ab6688a31dfe2b23b8d3a52da3bb397f6aa8b31_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:195460691d14dc4f518717e3678a9ea780eb548fea8904c5bd4e2d554b81233c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:29acb2429041bbf17eb0f3faa0da84c1c5655df8a425755c1263fc16911d667b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:20dc4b1b9ab504d4192bda76eace70933c264628c091ccb4ac78faf01104f356_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:366b95ac0f170d8c1c969b41f3c624026593ebe8bfbb466c5f7109e1a6ceb1cf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:32acad5511e808b1b3a80aa96458ed7f1800b4f19aebc9edc4f85ec3613b8ab7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:dc009efb6f6e9d60b022ab94d84d47fb169d2dfdf9680f4f24b40ac0a4ad396d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:77abc31290209253ce09838a292be7351c02d5a7367859c430a5b3d97cef7f31_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e4cf03a101a115d398aac9c645ef400b9366d4bbf189de664ccbf782db4ef5b9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8a9471f7c51a026fc621dcff7715fbc9620603aac2c2e4454e60e0f579527e62_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9c1b85cadf719072db5b5abf0b93b3556a74a67efbb88d7903bab7b6e988fadd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a454b939762af9397d7d5043d1e6070279e1a1c4240b2fc808f0e53872bc237e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:b0802c5220abce4c73b650e105e42d0c1a57c5248c4f55819e15053c59f2680a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:677d190589cf02f414cb0cf4a31041b02ed8d706afb433bed1420d6f35d7a44d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:af0aa63d5b375590ffdee42f4a7f00a4610e33c20ac7f3b23242a24ff43d141a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b2e943bd3add974a8511a316f526d92d0ac1e2a0755acdb49770728984abe2a4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:e433c5ea434c2261f40d623bdc22944c1ecd435c0ac08a41d36049c9bce1b604_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1e800e47a04f7f19c87bb79778586939b4bb2a32f5ce3790d796331ca93a9235_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2c0ca90b3662de85d7e595e76f678e419ea1f40990c51ba16bcd01438f0db553_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:607e95e44de20bbf0feccbd8bb58469928452e6e4f962ad088f452e0e7e6aa5e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ce154b3a8980274f592cd2d41da7a748f7c895f754a3fa7994eeea657684fb12_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:c00947fa5cc8fa1abc26adf7cf8acfd4336e1aac0f1007133b8c6440a8148a1d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:c9a5828c250033f2bf160b102a3722959210025d373b85ea69895c96fbfba833_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cd8048f17129cbbcb855587d48615ea6e574d12f2952c0b1b5aa3819cf453541_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cdf9da2745d57ceb97761e08b560f2de7a212f860362eea3fd445fe4f6f7c769_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:02b7af4ef7daa8499a24b02aea8a24c98960851864cf639e0b698b3844563a8b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:3f82d5da80747c147ab429d24e8e9791527f7cc89fb6a7435d0cf6d35cec8933_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9e4085498157bfd33b7bd7b212300fe58ce6d462854fdd8a597f288637503104_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a8775ca5ecd0065373034a37b6de3fd736045868a3b116aeb216637023aa9685_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:28986bf93efcbdf0c2012acf8513e958ae8b32db4b649b9355b1fcf66b35038b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:52990833d3dcdb340c68234412d3743070938573d0296ee45138b404054e311c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:92f7c8de428bcf236f2aecc0382d911bcf5f7f536bd09aa44f9019ca7627d116_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:fa6add264803c2adb838efabe0f0fd8f4d78b14bfea9c1e91cce957e17a77208_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:46910caf13bd60c69314b0a72b866a8342c1dcead811f01f91b1b1674ea1bcf1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:a7ab888801a85e65a01acf68805744b7f6a1ca713c329629370b0fe0a40c359d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ec97f4dc1d491cea9e81ead6ed959141f0ff2b36fd4fa623722020431cbee1dc_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f67e6ff190c45a81777e63b69812760e828838e338e1d27672d02b5544b3e682_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0a9880ede4b10a6328766c1d9b05f17c53faa4ac561a8e768f5fcdda9997f056_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:51f75fec0f0343d3f68e8d4810e7588475cb0955b4793db7347d3ff466cc7f78_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:74ec8a94d5cda524570b881e7a352604453026a0324010b7f4b3d0a898b5e457_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:fb67ab3a88d2c3f33925830b9c63584bf14b321adbeb2e752a039faaa0401c8c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:13cc747131cec81fd67e04409a69497d75a893f4b56adaaa3a1f77f1d0f3ae67_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:2236900dd28b8470cacf90c618bb50b05a0d1d66726afebbefddd2377283989e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:ef89f2da22f7b0c0f445b7e700b29cdf9ce229cfd7866ac6c7bd2ec367db3bc4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f5a6e48a72f6054924be3b81dde0cc0ddd95d7ea029e1d819553fa633c47632d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:49a6d800db550efd565f451e584b890e88b5c6ff8be6fa0e17c30bab2f9980a6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:cf42aee609494b7786b12443443b9bbccc8afe2658ff6c16cb5c86c05c95a30d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:eb13074eecb1627bef4ca2cb0dde1116ca08cba2adcafe089e898236bb37dbaa_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f96cd58eaec24e92cb84eba253aabc815becf9264136c2cc898d1424fc8c87fa_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:8597574b86410624f04ebb0fa280276db1ffc676a56fbc74425e16790013ee47_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:901d510199b2e6cc87c754af5a1c8ec564089441f85917043a80733c4c83a430_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:9bc218ed94e8e516b01c11f26bd9adc30251067492ee2a84f55b573c2d09f6fb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a951a17fbd50a051cde6c2fc4e863bd70e29485fcb085c4d0c977a0bfdda5ea6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:11487764cd999f6abe6bc5021312a0ad9449b14b2ecc6f7bb24bc0d7dc57db60_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:362cd0740085d7b9bdfd4d10706b04b4b92ea759697c57b340698ba7fee0e063_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ece30fffff9f1b1252e7063cb4ded0e669f661e123a02ae5bd966bfc5e3e1ed6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f0813c18a84c6a7570cd3f51826e81dd0cc164299173d05ccf7ed3d31be71961_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:b5291a1306ef132559dcf0405c4a15d2921133356d904aba886e2577030b1af2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:6fe441946297aa27d90fceb448adfe939cd74ca0d02ac818d9577735a8bb004c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:0003426c210d73355a8e23970e027c7412123a75d979052113f325edc288b478_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9315e7033cb22fd8229c7cfa7bc78b10583dfabcc54edb3ace0a3eb435394f9d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:b5291a1306ef132559dcf0405c4a15d2921133356d904aba886e2577030b1af2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:6fe441946297aa27d90fceb448adfe939cd74ca0d02ac818d9577735a8bb004c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:2198b31f6460daa49ac33aee124d664f8020228052df648ee79a2eacb155df0e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:f1ac1040078d827c434858ca528df96b41047b32c27ac522d11d6d269da755ff_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5a3cfe8da21c874d227a225313dc98a3b175e9b67dd90917a201d5be2c8b0d12_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:a119246a2ed145b6fc3ada68e546e729485a34fc869e3742ea1b01b9f853f1d4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:ac4b25b223b08c445aa875106114964745002e90908062d0c11b56e27ed9f8b6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b1fe363d1a527033081799943271457afbdac0cb23ff875a65a6292ce1f6cba7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:66cd3d5b1343fb7f7fd7a3922adbdca110368de4f696b91066252229dca3f16f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:7793b9facc62469acde7d6064a4c2f26d8482fd1a2205add60fe47541b3141e0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8fb627e3f8138d9ec3c3903373502ea0d3f83c1788641f016a9de4d7e41dafb4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:f239cce00d46794f91479cfa3c94a2edd14e206f85e684131fe857a80215fe6c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5907"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:7d17650f80e7bf782a7a59fe0672f593cdf9dfde775b7153fa5a5c4ed8b86e2c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:bf046c55304478c82791a67ae0dfeff89af904d9b56cd63a29b261cd02633798_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e6165bb623041db07759616b297f0541fcc87dc3bbb91cc77399cebe96c1b647_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:f47af1eb3413e739f7e219ea89dfa0f09bc31f18a771e49ad36b32f8219d9112_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:34161b5f6663f9408d7ce5afd4525442f41332a9501f658238f3eb6568eaf3ab_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a4116b2262af10fc2c7fc40800501add9f5a9c671907f3eee75cbfaa37d47263_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a8dca289390dc8556a4cf3cda46e5cd45bae33fa2b1a88ca053626ca3e3339e8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b43e298d73fb723ce446344fac3e136b0d3347b38e7d199a09d2bfb85c231249_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1ec3135a01ee2bce646338cc6d71d35c8adce9f3603f0f07ce90dd88dbf3c4db_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:94c42af9dd8afefe53de729d8ec8b5f9103cdd7f80c96999b2863bfed030cfcd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a80acaac8c10d6cce0815ddcf0bc296013e97d2cf69d1eb6ac1b7f3b35b40d74_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:e4c52bbf17f055890cf9968da78045295f6e37e52e3f4be5807db679ff63b874_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:28f2daa782218c5fb085acb774bf1d8c13a208b8f29f4a12b372db2c446ada76_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2edfc9e18f365bf2ffecd7ad45b5693b493de472fe7abffe73ff4375bc6d2af1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ba51aa38b39b8f57d6908665938870cced5541b831756f4039047245e0f2a8a5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ca246a844bb6fb906816e4008c922a0470c82bfe6a736f3a926de3def6aa0597_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:07d09ce1d5c97a717dc1c0f540e21fbf7fc2ae0c27be6fd0869ce0dabc0591fc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:44e3c6d5b98dd6655d38e3523fb34ed46dc89e97ef8a86f908d72461cbca59d4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:81e7e1cb47cdbab3a46bf8bb0ebcdd218f46aaa94236ef250fef0fd143c9204c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c318da767c7ef1f2452bb631e2726084f48a640c962f8003467c72ff48225b56_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0b26257250fe3542640ce1a4f5ca71f90294c307eeb477f1d1e4d61e3ef233b2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0cbec11d17abd89ac4ff332c238f92fc49c19f3e1575c26c6654cf2668ca9e66_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:2554ae05f488567b3c752c16c59f852ecfcb90746a47d48bdd39825aede43c21_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:af26188e6f7326835340b99be42189550233a7bfc652375b0859cc058fbbd0a9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:31460b57b3986f0d6c84406eccd1801eb3a03d176fa510978311d46390828020_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:aa730767af15fab6facc460b6e418bbfb0555933b4a54b01d34cb83c1148b8ca_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:ab43b9177badda24d20e8830f375132854ad313b46e27ffddb8d68b6543d8007_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:ee7eff8564ad522223787fc270f1f4d4233359872c994981619f1c10b3dfcaf8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:0d809a095a0d86c0b149fa0e28f852c1633c2904d7bfa23b6900617ef7ffc2d3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:5c15dfcbab56f579ee265d4acf74778d154ce0185234810ea249d9b9e415052d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a95c36cb709d7f9fb89eb6aedcd7cebc104b90f8d9f1be6591981dc9f96af398_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:db9a343c67b6462259b3f300af5efe643b7637bbc88ba5aa65e06e4f573b0049_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:238158a2264b9688491743d5f7c97a3f152ea2fc4a1342fe4b0e63f618dc50e0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:6dde5ab62c9f5e35b853112e3c04a8c856ef9260318dad58352ae36c2d30bfb6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7309bb2119edca063c67c7b074e1d45d99866223dec53f9942fce421e2e76250_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c0803e9ceecf77a8b1425fb0634b40e4095bb9d899c5d5af84aa285527723d83_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0dd635595c420ee1672257b6326a193195b2d21945664e649b09c62ddcc25d7a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2cd23c69b8d88a73a2aa368cecbe1e8812efa47760bf16ee0629feca934369fa_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:4beb73d1a2c279b310fad6789fff0ae70cbe18a79813819b1da9c2c5b6959aac_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:dbf382ce2e7158ff2483336643ede99b2a4fe4cc888af72e92e19ab864c62291_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:303ed90fddf42d1a5ec3ad7eb1df833003ad750f4cea17710870382a0f8c720e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c358b8a12046693741c5e88afa14a25e066ec9e51b84e22935c19dbf34ac5455_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d98dff9a03e2bc6564757afd151092cc5bec438c678f5fe5e402365bc6bbfb03_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:fa2d95a06de233147317ad93109aa809f5487e74748550e40f4189e8aeb5f50c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:943aba9a3a70cabfc2b0c94450b39ab3fbfd92f12629a2e175ad89251addc2ec_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a7c31f5ce80372bc4c63b60f9741352565eea006601522e25f03ce902e35564c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ae2f0cbe29206ae3ed5275bd7a0b101dac0e3bdd5520493ad4bb360e2267ca20_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:b9cc7a6280455a8a36e26494744d9ba540689594f8a1d8f625cd1811eec2b0b4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:54c3ecb1fecd80a81cd667f5edb968c62381bd2ddb659255cfd861dc0a8e0a9e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7deb4e0cac2bc3989fa828677e4717eb75f1bdd8223dc638310d32c73219314e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8901061b783b8a41f447eaf32919989dfd24bc13b1ef61b36f1132d66f64288d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:921aaba9517c1b00e09159d4539d47a55c543b1c7ce3c789e6e333ec133b5406_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0dccc414a5a3efd474a9eaeb61b6a2130f652c97b8b71592c7cc52827ae149c8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6c1df1bd921b4b6fb22f9db19a2c69ef5fd98d231fff3869a22442b36dec0ffa_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:eef901a0f37823970eacc110d194b81a6c679aa3dee5fd0d350b66ebb53a1542_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ff539434c8d3bf3c3a64f040a5f7ad702ded9290ff0a894a03fd45fef9fe42d9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fd88ff4734a68d6a95733ac650eccd70d1c4d23967f32b3ef8de08cea8bb05a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:8b02d7c27cfbb38d19b1456282d58e14c8d64efdba25a6238606f66610e5e9de_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a4b3b74bd3e1a9a1c81f040810325ed6bee59e0fb708c9589439fc9c734805b3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:bc92d21475ba5fd3d2292c5f386328bbbd237b92ab7288d3709229ece5b811e1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:360c5f509936d41297633704930574fb8fdcca27e98d1614ff81dadfadab4926_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:5fde232e29f5707caa6bb5219f108a563ae59bbc5d2818e368a5b9e472a1a2c7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6f1a30e659ad462113e1f481855cc292a760900cb5c05e669b5baa0b05a15277_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e2a33d8b21d3c833d9de1d6472e958b67ae7c6583e326b90ba51a2e1992d4924_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:1a6641eccc288ff48bda2311e1356ae244308345fc4c6e8bbeda2ed8b9f85eda_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3491a7f01d29b8ef97e0d28cf1258c37979ba8941d8bfc79c62bb7ad871e1f19_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:86a9b3d8064057e95ea8935b94edd85042eb86751e79f7a9783b9601b88d8ebb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f4f10a1f9554ad0aaa4fb9dbc97dc9d6b1b27af1ca3810731468b0c458b86a98_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:b06c2047e92976665952f3b0352b0c5bf8b5a2e6ba00b5a5468663fbb0309e1f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cc10468c6882a877f993ac4f6ef5f29e7069f99d6b3ceef528c8d7069ed362f8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d682c5746679d8dd8534b3d9c4b913880ef9d5713b7febaa3c7573fe7900b61b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fbbf71963f1f9fe061819fd07e90df13d27347f2854720be55d4ee453b6b60f0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:515147b779e1fe06b9b510177519d413a679552ed6c2ecf4b0ca8816a1e1ff6e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:f1fc196ec3db364df254fda90a46e6b12bd50d50c01f2996f970ff8f9c1ea1f8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:4dbc09f5c1c4011c13a1f461025da298ce289912d98627fc6d08ffe1a30a2a2e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:d3436d8f8316db7b836d1146932a1f8de35edb75644eb0c9f0e3af334aab8f87_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:1eba9990cf84de01e1ba504b9b852c48cbaee1eebe2c564977d1419177bad652_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:cbd46373b97caeca24a3b22de19a294091f3d5e294f2931f01d786ef566867f6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:09824ee3a4038855e2956ea2d70a72b5d1e4a9ecd9a323dfe27eab6df7de5c1f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:8d89ffb1ab74d5e02fcc13d2a00d5e1fcca30720d987c140544e061ca7fc6629_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a8b44c2c0bed6ec652301ea4090bc62c990130150a8c1378a06fdb3f9a7b848c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:d2005b9ade6f74ee3df518d9f124b8acfa909d0dbd34c1c3b9e044c0556fb268_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:c0d0de4014902209309d97c189f02ef66292b254edba7e02d26549e3ee24d7eb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:f673fdfb5f29159fce99cb0ce47a31fdae2f57533aa49b84228ec7fe03274aba_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:07afc1a6c00649e6f56a64a75a345ed3ec97e28976ac09d362bc44412fa6b67c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:54319cca65ce76d81bd7a392eb841bffc14867bdc1ae341bf8ee6f84d10c867d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:445ffb4c0d9ca84e2c57333adca83f863428819a7732111b204da9f57bad9826_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:cf571aeea198dd0b07a42f12727db8ac78fc7d40eb5d1ce47c0e521f84142ee0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:80bce123dd0a3488a9cac662d578f451608252e8144ee8158cc877c02c3f9d0b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:89a69823162109668d5562e46ec004b719bb60cab26872234730c458dfa697ec_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:53babfe25e9258b6e8564df67e1d465c9f144976af5be7b30d95b0dd910f6101_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:733f6a4a3f1a1ce7f0495e2ccd8f492ce3378e2f2ac1d6f618869bc0460bd341_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:0bd4e71e9d22f6c16130426710bba8abbb82b0510cdcc9eb6cc74a412021c45a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:34fe2d2d5972de86aca83a9affd601cb1c4564fb1939f4dbbee3dbedc2bddf9c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4e01b88be4742c25c24977471d81262f8f0f391ccd5c49250b306e726e1d32e6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:dbb1ac39b132a5d539fdd7f13df09e84eacb8460fd7e0097d562ef079ae2c677_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:1ae054478a86182135ca308fc3f18c49da06734b34fa897f74544644474c7807_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:3b7157d6c737fa70532d96c62fa68e35fe547eedc6c50580cb89f4ce9fff4fe8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:152e3c57d0bcd719bf1e20ef7d43ccadaf30939c8c9899a2ce115a55ad7be983_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1abc468fd1a09c4b30e624ef4cd9257c2d104db17dbcf19a5bb8323682271ea1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6e535ada8c1768a2411ffa684bc624afaca15618b2d1a8a6c50f0b97be52668c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d46b24f503b741f3c919cf2f30409342310e3b2d6110b043128ae5d496219c96_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:12c1eb19b65af75175b1708f0049bb3eeb16c8c9a632957f5f97a5419246c7c7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:36103549903651a18d5c1c25d07dc98ce058140cd2b8d6e80cb0f1a940a277fb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c6fa0940709c377171ed6f553729935a9bf1bc5abb7c47f919d3b0fdbab3fd74_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f421d2c61baf1f196a5386d02b56b72593ab557a99c1ac61fd99d324a8bba3f9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:01b50335d5ef7515c859414036920594a5fa5b0039f5191aab1f16d291f3514e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:98a06124ecb76ea1e4d88de6b1532b2c8c6a7f554d1d25b946258b2d2e274649_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:cd6a54657188c7a1c0147c72b9d7ea326de2d7332eaa2c049ce4e02807177bc1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:ff2c7571055602c2cf719149d742d2e7cf308f1a077c420205bcdb2afff13c00_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:455f935e22bc0a892237c11e22b9bebc4840c26c61510d43827563312ec71fd9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:8b30cda549756767ad42a0486cd2987e13eb28078ae00996076a2c4e52ec50e9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b3f754533c34684d3ebc8a6646c8698cca95b6836f9b9cf6bc80edcc1c888f19_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:ce1af97db3e2816184795c6d1fa3cfef25329df11482b2bf4441c40e51d21347_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:73b55b309bfcba54861b619a26745a67efb4271848e99db56af2536ceb0fa597_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9dd8eb511b9258dd6e6e2edf03a6e6d64c1bf8a5422c173cd0b0d9e1b2cd1734_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b43f4769ae4bea0d180d4be8183c92d1fe5aacce4287fc1462032f1783c42207_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b7d331a0edf44bcf0fe747365f092a69e1c1c7cd156d48781d40d41a3a0c8552_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:304b520b8986da52f9f1f175672f6acb79119085841fd0ff0fa9754e8f22b34a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:67d76b9cdf3b5be24e7d157bfe385f184c6abd429860ba6d2280f77265929f26_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:df5b6082f4f05bfef1b63ede7fdcb5b575e56bcf264bb21e71ea2dc98c884ce6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ea8623b6dde50f9b993f9823e27349650e5d80f3f4f37c6b9b79cbc08ffc6da1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:401e7eda5905ff108ac067119245fe3684e50e736737b350baa06ea6fb2b7174_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:445489e10735202ea518bbee1cd56545f0e7e66742712cf5006c4d4ef30fc1cd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a583347caae3aa7d703a2130fc1f57b9e81ea6a06bd33785d87f92596f1f6355_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d30bda3636af0792fa0b182e8c1f79f5198a293572b40eb28e90e8e536416719_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1a369e0372bdde7ee5ec7ad647d30e6fd9747904580cd025ef0e20e1309080b3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2d0b89c800f09fb923f249da6536b9d396a53311112c458973fa9aaffb9bbd77_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ca969364594a060f9adc621daa9d2af96fd265e32dff63699cb42aa60ec1a9e9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:f1b997f7c662c0c8e91be2d02d6605fdab614bb89039ad1f38d6cac2b4623ddf_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1f379914cc47321de26756b1fd2fb634ab93f0d50400467df35dd4303100ad1a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:748a768980651e5d15e4b06d8483c6ec6db7854844e2b7dd789ea0e5d0b42d70_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:922cfbcfa109c304f82be7edd274534d18f9e2c7fe036e9b078ef40dbaf5659a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f439945f38dba034123eeaffd05372162855f703ab5a939dfc40c8b6e68b6dc3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:515b64496798a09106a5a99cf322bb02cea22a7d1684653ed251ea15532a61f6_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6de46b3fa4c0a353f73b6dab1c6dd53546b38a7cf754063382a47a3487aecfef_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f41ea3ecd58d560a52e13cef8384f6197d49add48c01c432cd8971f53fe5a4b2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fafdde0ddc3752811000a0b64826ec60715a45f09b79aae8aae637b6a50f3c23_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:212637507016bc9b3317c3980c30b476867ebc90d1c0724f0178f445052da718_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5f148616ca51bcf1c30183e095a8b5a981a9be858254938ed45229e4b4ebfdd1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:9461ea9cf5c260411a69b6b39c5dd4048c592f234cc24d481561d90fffbaf1bd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b48c6f2691532175458342223ed6c744b4dfe2cb057d1abcdcf3980127791ce8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:2c1ca60eeda0aa20403364a3ba33d9ad349e98ae3c839bff106d4b3d59426d58_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4141802dad81ca0be90cb3e030f18156e4f129dd2dee7b40d4b4b2f63d7ce927_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4cb581ac92c27cae351d2021bf76d97b20da9a9db8f2b867df879a2917d052b3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:da3dc2f193bedf7af891b2123b2b25ab8ffc54ee21ce4ee4a05557b7175aef7a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:232a25a7c42589bb08f34e08eb3e609ccc7c1de4281c234bb59df3c763695339_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:77021ef3e969e39c28e863f22541819957f046f28a88ce0fb0f706381e8ffdf4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d024567af8fb35126a2084d9c0de93c5b349249dcbd202c0c5cfb7d2d05bcefd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:eff2753dce033753b4687d9eb031bafad6c3bc1e1dd941de90baa0322bf14496_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4a8e36032ebb3b81b4e2e854fda6217a58adeb78e133257689d118b00feb9d0f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4e99ed18cc738391a0b1f7fd6e5268dc1a2b2d0c235b96f5def3d9bc25bd0c4b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:acd10e1026c3bcbe1effdad4d96922661418e8660dbb0e8e97fb69b3df8a3578_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c84a3e6dfc4b3abe1c2f3e6f63018a8d45fa3333969ac2792dce86ed5dc5f7f6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1d83bebcaaf20c68ec4705bec480e45b4a69d8323d118a7fe4812b491ea940f0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:bbd338c6ca660031115a11f293b165aef23ad28150c6a8964dad403618cef28b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e9a218fb77c30af249580c4b11915d4876083f642c7388c6333f70b781bb9f17_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:fd8e0cb32df9a3eb7eecfb9d5356a136590223e69130193ad8a92f310465ecd8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:0de9a2d5418c0fadfc68e9f64335c23396fc3188b1ed7191e2e740e53aa1b29f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:2c6a648364c88588f7ed1c538eaaf850ad4ae8310b83cff95c11db695cf4f528_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:8a408e4ad9cf59aaf87b0c0c97d3e66c4339943d810da2703cb4d0a946ac036d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d4f83ef7cf93115c55d7053dcbe9cf980bf522cb4c3dce2feb95e6574657384c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:06849685ea1a02445fd85960975e0f4f0d39947420d0f381dd724b37f4f44994_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7ad3e41c51b206489d6de9809594d4407f0eb02df060111359880560088c9140_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a18cc97e985023b176af5daad9cfe50eee25bc7e5ef657d20c17aadda7a76c35_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:f3ebe18a671ed1e458d9c86184fad3fea2e8552d8be87b3f2bc83ca45f6eecc8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:29d61cf5ce7ecf8bd5e49c5d01b16a82819bbb345160b90ff46f0d936f1152dc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:34ec4d660b408030abf6f5c0858fcfc095d7548530e6bd4038009c55ecec3344_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5a947d842f80e6e70729d0195ea3fd77111aa4a564c82e9bd0614fbc715a85a0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:c6b897cbd33e4d897a44ff05e5a2f7093a5fe930fc249901baff8a28a015c408_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:20dcf9ed5dab0354410b6c14f8476980d2bea66f42bd64ae0c1e354e185bd820_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:559065936f9a9039c45cbd63a4dbeb4cd3f69e990eb7a878571971f6e94c936f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:79e01008c1f3a1ba2dc98f7ea3163c3874a5b204ca731d056b89ebaaf97bae50_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:c36158a99dbb4a03cc9581c46a7f0e84e3ce098fea15d5b3ff88e10d41d0eb1d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2c6e5834f6042b1a4301f47d8178b2e718a3a459745ffbc959e40cc660ada97c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:475ba06839391550b35bd29309fc939977a72d4262b99f129ef5fc964adcecc1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5470d37d9eb90f60a29221fe605551618af1037c555e7f82ee1c7c1b6b7de654_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c8ce750189b017ec94762b6691cb9a911f97f04927615f0c802149aa3f7282fa_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:1916354b8aed42783dbf3bb7a3be6ebba6f561aa7d8c8f41fd6e32f1e46b09e5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:93cd970355ff2c9cd65c6f051391a1dbccf543a1f4e79ebbe6b3f63ac4030ca5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9cfa1d58c7bc0f875b5b2d704afcc95c4321388c94202c7ecba217a12164e8c2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f21ecbf880d3fb65422bbd0c410aa47136526cdfe5b75fdbfd82e720530c9fec_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4c6a4ba7469a6e3736176c838dd09acca392d508ba2139bcde3d01a1ecd493b4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a21c60cfbdd3b771f448a09b89c09f0992008625caa9fa60c5f9cfdc7d49e457_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b6a1d9d0b74f769294c10ba1ba65fa36a43217a374f3e37a189fe3de1d33d737_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e192ef1c1c539e194a2c7aea2c1cce32c6bb01bba982d3f0f9354649f32d24bd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:03475c318b9a57df484c7be2cbf35f654487c3084efd389cf4f6ce0a0f845dae_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:974abdfcfb3399823b6531a50c8d09203167418b09f859229de602a55c6f43bc_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:aa3852b48c9efac7a7e87bb01593b4a8c7d9f996624154d5a34c836e2b126485_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e0e95daab3cde4412e5d3222236adacdb8283e65eb64572ed175b353adc4ea50_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:106fa9124ad7bfa7e2a7d6c68ebd812cf2bc82c55ac092c1a702217595fc93f1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:18317fde63976665f03833b7679bede00df0f32327c1d56a26afe112b4d26f6c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e068848e4408ea82c40cdf03f2e6c600a40c8743faf344e0b2630f12d79f2fe7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ed90b2768c731b0fb0d277a285164c8bd8cb531ee984be711f64bc503292e839_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0ea0939567de6bf628dd5ac96f7eb68d3b29f1819ab932296293504e99ae3390_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:45720e600e73a2d925662c4c6a7dc898e4c97e38bf9b6c708455167abf99b51e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9afcbae95f66db36e6ea832d41f02c8fa14ab3e79f52dd1878ea24b57565b547_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d4e9f8ad81006249c50770495829c63f9322d0214efc045a4a7b6b0955846f0f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:1d66fb102b391fb88b40efc0dc3b3935d6f4db31825ee4d878273e181585e0b5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:2a221eeae6e50cc04e9466e5777f829f58311b2506aa149094e5e31e0cbe6e09_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7f15db4d5cefd46fc71d1953fc5cd62630bb847c6966523c5ab3d6cc2e5f6a05_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:99a3124337bfd603542826a78e4068bfd7ffc9feac98bac54bd7b3f3384faf87_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:86260062116d03fe7c4ec9df2fde3ccabf315ebc380f61db472d334be90dc325_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:8f284d614d7fe9d7c0bb5ab076490a781f0922453650713dd6bd722a409f650d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a43770fac453ba7e59e8af0c2aff352471f81a1b5f34ba620d4555a16af464ba_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e3a8e74f008721239ea7c070e6f6def1e779b723863e5ca279702f81cdfc0f5f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:669084db9430a977c4370fd7949543c2e57e82da6db6d01c376b3c345f7c693f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:9c91c1adec653c87fbdac6f5755528a27a4ead82d740af2a5e5f38aa16789804_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a2ffcc7216ed314e39ac12c0cfb30d29a6a4267512cc24a8f59825967273a2b8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a950db91a853e2b6073fad294ea604d51e0623b8c34288af1a98752f79b873e8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3af31e33187cf904b7a3bbcf7cded17c69e345c73301563c60312d35d1b694b0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:42bcf4c037d6212103448703395c0ca44f36a89533e205f0965c2c111d218fc8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:7b9bc218875615eaea10e71de2ce1159bbc130dc9099eb71d9fe13d9a0f07179_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8af69064595a39874365e60cc66d5f6697f28df4f82f8e26b86eb3fe08eed8dc_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:43a9f7284fc596378453b6e3a6fa1eb553d403ee25492c8c10107aaa77d92412_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:9074d73e7164486f4e0bbcdcfa5f46529fab2937cc5531dd88b13b2fb433d6b6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:a6656391bbce0ef6c085dcb040dc623d737ee8c302638d0e952eb2cd6e9671ae_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b98987da700deeb50da293568dcab5cfa1ddc843e36ed4dc5fe6d0ac8b63c85e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:66a2823e0f80a885f64cdff57291c2d6af6fd0c117c2d033b372be28b0755b2b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:845d9b912f7dc3b56804668e652f7c6b711a3d064501785ef9fea0273f60063b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b94aad5462be3a96ad9d3a88d8aaa775e8d6446b7f8d1b8785de703d14875cf0_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f6ad6761f6dd00ae42d248741c778b31492259d891751c9dbdc6dc39c2960dcb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:7b31119b0f90aba00af66b6bf6e1d2f7248d3db7129a6fec071a9fba31dfd0e7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:93cc886509cfbf78ce38eec32119b47cca28aaf3b43a254a1deacdd86de5e877_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c4cfff6e697533c3a9323ba6ed15b74250ecbecf71123cfe49ad56708f505021_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ef759942f6399bbb13657a783a7648dbf7ec880e8f6d4ed64b69812f696fcc1b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:155ff7585ebff390dec5a0ee00bcea904cde275e165ac634b2083c1fec868a18_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6971b8fa9f04515d6e4d18a27982a2496a4efaaeff90e741f3248d31fe1961e0_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6d590f5de5ce957e2d21fbd86c08411dc90b6c2444fd43079a04e3acb35587f1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:718a4a859157646f240e5fa4e3f8ad5c5ac7e53373d8b5d0a45159f5eab2c9a7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:629f7a041cf101c337effebc71d27cebd4dbe4ac7f7eb58e93f872106f88426f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:7761842991965d184af3f11919c4a4524d285d69266f92bc01ddd1cc66195fba_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:9865d9323ac25a120e3dbf34644b7343e650cd04b201d65518940b49432f564b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:9f6c2d965dec4b6b13fa96bcaf0134bf2acf302e2a04fb6926075bc9e92de97d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:855b51d876eba214e06624567a2606ed0be538fa6db7e24fdd508a269e1ba2c7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b041548b2283b0b0837db6749c0da693f021d0510a5628bce91ff5be1fc83f71_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:c7fa529102a1f95a53afba3a07db55a3907123cd8bc01cc6e1c4afc3c41928c3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ef32e7c28a82efb0ff8edc4d2678e042afb2c378791a34ccdd9243eae5246d61_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:0b779b84bcdf0ea2821962e7df8f34696f23bfad88557c21ae5fefbce289acc2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:54847dfd1e87683efe51562e103367f952ea801cd409968b8b5e04ca0ce48bb7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c86b554d052e4c0f38d69b571d246c090f5843302d21fe0f2c7c06ddc604488_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:78d85dae433ada85e1fb57166d278887f652a03531326bce186c7d3b207df288_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:4c4ec9a44884b5d618f231cb65a9b69078c2d86c8f168d510441814357f9fbd7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:5bfc5d24081ed832066492f2542d2566f40aca433535ff6536307feaf416c727_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6717dfcf0c98ffe25190b97c977daafdfa53ca406572d81143430f4218a17382_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:fb7ecb21f68557f92a912f0cabea1719fd8969638e16f22c5c89d433168f3ade_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:6f80af3728d41b78b3e855ce438ca882452a785a0b794c374475e6634390f6bd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:7df0f2a7c3268c3fd166e4012ef20a9911d6d7be4ee9e260b2a8343a1a5c23d3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f26c33eae235ad613283bb3629ae031e06d95e4371b6ab35bfc95d6cd6eedc70_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ff72b14efa0c7c37a3795808564e00f60bee07de82fc22c7d1e0822893abeb8d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:15a34ce98242d87b27bcb7a2ff5f8a3426766e31e4aa8dd21280a94a0dd5de07_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1694ece44a326abafa983a7fb2b3f84f671941fdaa708c21159b2164bedc8fe7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:5316833a649816a20637f5815460cdea129cd9f304d66406c7d15210e09adc7a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:95a599547beb53655c1f6bcfe533196664371a94b5fea328543a5f90c1f4cfa7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:0c81a72caa0f5697779c8e808aae1c6da81c34d58ea22b7fc41535e5b047d4d4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:1b5092eff9d9daeea6ffcb7c40f04754c401744c8085b77b67f231cca7730818_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:7b0157dfb720632e557c0c1050c643c7a9dc9b36c5f1858a37e11604b04b795a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:915d7aa28dd103a665a72bba13375c72118885bc3867d07922425576d5372f71_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:27483fad6a2c4be85baf840f33c72d98357bb6a55e754051fff08820977c7a3f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:5bdbda0b9ae82292ab9dcd9c3907d42687418e591984ae30b53d93f422ca9d86_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:93069055bf2d16735b13a8ae1859af38b6b7b9fe3409806c30a2147689972023_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ef060678c540f10ecb261b29b6674be6d3830c7ed0e51f221256fb09130b4dcb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1d9d3b4b90eefd1714e4814e4c340d11a88f1208852b7c624fac4096ec3bae65_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:37afefb255d2e64fe5d72f6d32a3e4a55684b658b114dd341689ef0dd4cefb9b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6033b93ce5c2f73213bd89e9709038829a2739e238a1f827cdebdcac8c39dc91_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6fa75960064a732c4e25407c9c2e8b75bd98feb5bb06c9cd70dac8023eb21c0e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:5eafd2fde7b9fce1b13109f4729396155f7ef07d73d51067b11f96661327453b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:825963b5f6aeaab80cc3c6a3c173b588263b6a9ed2e481c06d42a229d18b40b8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9c24887a448382a80d554684df4280c49a3c6ab89fa9164d547d0ccd25c5b0d2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e423c9ccfc07b48c6ac2cc4369a6fd61e9b8c420a08f64d69e9a35b887874793_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:0ce9b759a50e8562b80a2466a194f70d0728ae93717dadedba3aca34712f14e6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:814fd188f5a532065135552df55e4c55fbf9952ba35f93ec6f4f22a4da2a43aa_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b87d5c52b3da29503ae5089fb3422ebbf5ab02840c486b19678a9c65f04a9e7b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:e7ed0864902433356021a2f30c65020370c3062889f7e5838be60d0ddb098ec5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1622e137e2fcea249115c062de3bb6e0a099ff4f4545ed1c98ae2109eeadcc71_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4a66bbbcf3b973ae35749d7d4a1987a561a57d16b154c0471092a2f242912e98_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:51a7d1ff4fd4ac2325da2064724449847c4aac05dadbc97f30d93d89bf887b1a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:f1743346567b7c2f4101128ba81ad4b3b00a40f3a97a465df9e1b895a08cb8a7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:852af33a0803094bcfd34f452e8490f95fff66d6e2028423cfff0a01f201457e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:9848cc582e21d833e5d5ce00a0655abf37173bccbf944e192510b3373510d81c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a97d77c1235d10228e36d47b304a14c05a10944904685f344953da18f2d30866_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e5cb819739007737f750a96605f14991efb3195f13c906efc64db87934389379_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:3d594065a138374b4efe911a3e4619baf1d888272607e83e4f614e8c3e48d2f0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:7e2fdd43861a1be04f8f6cdf2fe2651d1f7ad194d7a43326e8d65d7757ee3d7d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:08fef794d449fdc5f89da613254f8d8cc2512bffcd5a8f289a7bd8cce9f8660f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:9e43e41968b797593eb5d4823f8e1e7babc642c3ec308673ee1640198f12c234_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:2ab98db3bd54d97694587693c196944eedb77866bf2dc9fa70e6d186c0eadb34_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:cb11c30ff4bbdad9e25e12e2960d754cdfaa7af1507b07e74e21aa31a45b0390_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:107a0f20bc821c4dc4eeb05f29cdd1c0601db4b66f5a3245272098dc41ae7c5d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:38f286396ef7e0557eff8cc665ca46c4248e2b060aa9b170873e13eb691b207b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:5d3eff686a6a64f96a79d31f8cc6a88b17171973f4718d3da82e0dfd456436c4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:903ae03948c7e68b1eef1b1dc2f7d8718693e3149eed21862cf1fcfa13482dba_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:0fb76970c4ef89824f28a0993f2a21f5c91aab7bdf23d6d045da48d9c4d176ab_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:37898fbe4cf22592901521c29bc10ff1f3b8df7a200d64e9c94d037e8cc38e60_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:c4393a9eae01a0bb31f85f8a6cc609f80a8c2e7b7c4372c21bcfb91492ec78a4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:dd74aefdaae0c24dca43a36548e371ce292af5423751718b1a6480224d5e5680_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:500ce3a45214ea5bf17b0c7d0ebd33f75183db7bc04d30f7d0a25a225f494cc5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:6e201b3e5b45494f8ecd6d607bac314cc10b419d4f3a695c1aa9824b6eb9b8bc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:9772d2c999317adac02475b2448f24acc49cabb83c7727e9e478642dcb7e9794_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:d8d22b7e59cb411c3f1fbac22af12b78fcaada8e56313b2f5ac89806152ae825_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:5d1773de9a1eaf4b18081c968f3d1c3ab35af0333dd8ccf599c30a5336b40ccd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:93415b427bdd9185565c26901edda6e5d0e5b7bfa013605de8ee206716141c4c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:be9f4891181cd1b58aa9a3fa7a0d26dc3a382e9dda02744b06a1cd7d806ed6cf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fac44a7144ca9e888a74db83f6eeda24224d05238af0f8cb54627b74148f51a9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:20544ed1aea9d8b483ac6dd9655a0d108b80121b7011406e0a59de4c93060dd9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:29f0f10ec928c8face73cd03bad8478ab4b8386f0df20ee2482102f870f198c3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:adc31a12f2eb578e7bf135bb0931aba306487174c7e8e71f6d3d8661aad8c350_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:cc2921b6468b77227e9f210589f07cf458eced2ef0260582d0a1a4b8f9b7a613_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:156540860fbd6556102cc1abb3762e6595d374fceeeb7745d92655aa3fa74551_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:426c0e5e5885ee0450f36a93fea6f733637011c5f5c97ea2c790e0edab5d7cbb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:abea604212336f8e3cdeb786913ca33cf0843f3eb7be0d1aab681a005e6c9417_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f58646a44ac2716d6842af49e48f13b6c0a58ffde7202cf6004f479658ecb048_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:484ea3e99fe746668ca7fed6862b095326bfb8f26cc79c0bd4de143083b0dad6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d2cf9eb8a6b0528509e571a8ab3710bdb6b40abb5f19d797a9097524d2e3cb7e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:def75e5d102cae679cece8fb7e7cf26631d9aaee782319bceffef95fe76308db_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f6a4b9d3d3792cf016df0f539b41c2d33d4cfe3a85f87b8b1a2215c703a13d83_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:17d73f64095d650a84959f826da3009d844f209c39a9cf55460b842a08968fc9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:382ba71516ae6c2ce3670b92bb206e5bdaf5dd0519b2f1a6fcb417b99f0ccb13_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bb9cd5df0da433f514a256dc92610219d22962f8e9fdddc4a1d6bdda45174287_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:da71d08bba2b937f4111e6d773765da8379043335d83e600743608bc4c3b7580_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0761be83c6edba07296a17b61838c3720666dfad633f9edbe9643c1cca008a8c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:23021b0b3a60c43895c17a9d27eb53fb5cde7b9ba6ac7a5d81d1723d804ecfbc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4c802a4f273a7d7752c93b18c27e264cd373dd989797d1f9b970ae368bfbed90_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b41f90c9d31171dff6834e9c7b72ac295f7e0058eff6f5dc7480d7c4797b9700_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:192a0e7b36c1fe8b6b70e6504e12a59ecae23ef83d563ad4c8cca3ab5b2cdbe5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:39a6978585f0e1c57d7460a4fdd668a238e126c2ce7e599ad9e847bb55783249_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:851b15fc576a1939eac61342bfc75875d4029dccacbd57bef1b12ec784523bc5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:dbb87a87d86cf4186ac9c4e546048bd07eb4e4b3734935a152ecbb60bcbdc1ec_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:2c372fc451a83f382e57e1e63de0f0b10f0479e665c2e1d39b20c8bd2d84f51a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:881e89459149105fad3a737087f34ba6a0bed3d933bb73e4d1943a36d21a1f55_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:cea296a2222cfeabbdce7a42996be42db39f3d89321f93ffe705c0c01e7b5b30_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:ee35c6aa82fa9353c63acb0455e5196e946f423be7418de921beb7433bc27dd3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:64c68a2c39cedd586eb70141b21d19092d16303738072987e6a33a208dc1ff43_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:77d5bcf195bccd0d556e17803f4c5273010543366112916c8e9e4189b5f68627_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:98e7b50a5fb4fe900b08a52bfe5f1af0f189bceab97ce106ca4550e0fa5bf487_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ca76d72ac426b6a7fcf59fb99a3fabee6c5ad3e0095e75dec3a06194fda37740_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:07406356bc5aa39e2d130e94946ac1ff2346d3570819af5d1a228b3e927b3df4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:628d272cb4ef7a625677252fec78b4f6d7daaae10f3fa21e9e605fa294ff9ef7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:784c9da7c826f43b21b798e18d89f696ff3c0d6c999353336d1709149e3ed6e0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:806bb2fe904f03bdd46f5e7fd0da4e8c27badc7a363a034a896bb3c9331c565f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:09ab73ac9c9dae1e080a70737bd6f8c927d47404850ab85cdadcf2be42dd0b1b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:3ad634a5d007320ce93be80165b01aeeb25319a7458cd465aa4732518460855a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:71f3b158f659a76b705d4680a0f81d930f6f622546c903aa2bac8548382d232e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:cb741e1ce964c52ad3d7c373dcb2b2cf0292fae1c857f71cbec4485e0b1e3270_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:23b98311440ae92c9df288db4cb9336e442724af99c860289733d6c35dc07192_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4337bba1939749aef224134e01759014ce11a2ed05926c790c0eae870fd9b8dc_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:505907905f0d1476c5dbcbe7592c9d70ea91df7adc38e9618d2c48355ece4783_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:bc326e66fe857b4090cd0e717a9976857d63a5538890171adc420d47946b2c95_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:84abc2301d2fe7fefe78aa5dc90ddda63737ac2c8c47778b898a91738c6d69a6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:93f2305b36ca634a2b8fbbeb4bfdc1a5c868e791430d389f0e0326ca839920f7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:ca16e72147f9d94306abb1464485feff4a03a4922d5025d4b7250cab7ccc7732_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:653bdf880528e317bebac6f7aacff23ebab11af5bfa931af13a8d8e7b2745eb0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ba86e60cabbbf3c8845a60ba559d1a38d5370ec7ecddeba662ef01fb083030b0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ce35c93fca376e03d1d08e22b8146860e5711773b17f35e32a87bdf93338b182_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4aa1df7eacf95d9408d5016f5715b38ee4ecd340d9a66bcd55cb345d98de466d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:87ef275495cae4c69268a6375eb5e07d9895913b019bf1a73dcc5043b3a24a30_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:8daa3769a103ab420b8b43c68ed6d4d90a845bb23a358c62d38cf679511d6fdb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:18e0db16b10f2edaa9919257d37587d7df3c4c62cb88b8db38cda65e509a0492_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:1e12af727903c112c263bd301b9abd522da36fbe64e195f8a4d4fe19d34e9c6e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:ca613da143b223316bbfabe5c1618d5de77817057a47f8430b9541151b79f654_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4486fbb2570877848c2997a50aeaf427cdcf5f8a2656b3212c263d8ce0d8cce1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7e83a01469262e046bc98732e0e7ce4d71af991288d31155a9379d967ffb52fd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9d999175269f2e59feec60b202253ece2c27add1d003f80c0e40eae8d2621f8a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9f31f2da3caeba8ef97368c1ebdd3fb1df9aa911df241460d27fbecd2cfc9da8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1638b6de2276e53fd93970eecb2bebc56c34ffc099eda9bfcb02dfd10eb07be7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:22cd25be6169ebb1dfe48722f3b4c6133f14c5d4f6db6ef5c7c5c9f976b25901_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:646993f2432d9a7cf3d8d56e3caa5abb77fab65d4dd40a01ea68bc59e68ad082_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bb4b4fa70f8193a7cc49e278475052e1c053e1dca44298f02cf8a0c1bb95c740_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1076cb5e72c6e457760fddde4d94257042f5b0ebd7076a8713499bdbf4943c8d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:3c749018959822c9a7c67fc3f28f62236f1791b999901577445838c8f78947fb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4aa259c5fe5a5f92f61775e842ee7aa66fa29d6b75c2b67cccc8900b08b8e96d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:5fe33023e5387e6836b35074fdc002ca7d7c85c6c6cc95f6f645b1a7a3651b93_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:02aa2709ab8f16d997dff85d05909bd7b67ec3e4cf91d50b285f17532d8a625b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4aad374a238a0306aa63cbde5a29bb75d5b80d2c691558a1b384cc6b1de706ce_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:786af9a1f3e4f873aedc740637bd197272f21553304b987476b2e462b0dacfc4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c449bc96c47df9f808b4e89c06facf7eeaf44761485077311aea32ea1342f5e6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:9beab497bfb41b47b9f8599920563efcb58961c2a8166225f1935f45657843b4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:af7cc2cf62f672d6a00016c116f3c66b72b64fa0d05e7753c8e4b6e628a3a082_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:3a1c445bea72192dc031e4755bd063fecc4fc9139484f54d8d54af26dc755f45_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:6ff31d9e340619aff002ff35ad43b6131042cfd943dc0deb54f19721eefa1c14_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:227e8c82c210cd100cd7aa3b8c5bb39b3ff31a4bb6ad78bb7134c122dd9b02a6_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a7587160377c6622944f5dd49380ee9565d49bc02da4c5b631342a037835c574_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:2793040a3ccbef82e3d074bf0597a8bfc5b5927658a8bf4148b5b0675d6fb3a2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:835edd6d6766e17d868f7f6d283005b2ed2d38cca7fbad1c5b36f63c385b8e2e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b635f689b42b827ad12ec312500ac2582c022eebc7776bac97532bd61ac31cce_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:1099ddf483c4cfe64f687fdbe5587648756fb5b9a3d01538724b2ea2fd5ca6e2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:30dc9e1dd4b35944e21e40ad23583cb9d14be00172a0195dcc95bf8e01e34e1b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ac4fa9eddf99f4581573d52e741f0eca595c9e5bec12cb177f0eacc7150a46a8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ee30d6c3b56fb533d299a7a432618a1b2c83b1d9d72b2c58768c07c349fe95c8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5aece9cbc711608ad1dffc12ade865996984d714f5e64fc894bcc3985fa9c521_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:adb1d854f6dc5e70aa0f33164a3ded5a715ba0ccf894efadd73c7c4d661f0b21_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c0983bc8863c23ae680915339797991b26c17fbf4782caddc071a60c17992266_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:cc90303d2e2d0a5818706672d1aab7847450b9d2cd991d7638451829fbf26163_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1485611739af941f4e368aac9cb95ee105aee87258e5d872d51d7f74291a8e20_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:45d8a8c4703462edf967071e89e08d8d9e495d69245ad8b6ba2d6e80f579eba9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:584f6670245a288d5489cacce0e0cabb3c86bd6698f8118f49b8e3ccdfb47c39_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:5a29aea0e28d0ced0bf50bd3dac2bb6f6edce5ca6ef373f3d097e668a9e8cf35_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:3aaedfdd81b32cd2c67a0d39f819fc49ee2d31176496e043bd4d85efbd594481_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:97e6f95d96f347f03dbaf58cd6c7bf6c926546c1991cd83b5065fe0cafed2586_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a8b9d35e2ec9f2026a2ddf034e9f3ab2a9ea622924960f7d673564dc33ab6224_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:df1a7c4c835c59041b8c16e11580362d846ceb9b3334b8aafd36d3140b58d063_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:4d3251d46cfd8adf16ce49e35007a998689b714615bb66a12e0dcfeb896d8397_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8426d041e12f43a2b78791227c0f805afd75de6e306cf8bdc718f0f76651d75a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:aabd98101d18f4f5352d03547cc2cf784bf37f962b9c875059d6365a3371dd72_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b9c93d7e3ae198d025eb43e5c2caeda4198462ffaf407270dfc7119316ff5f98_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:b6c870af5b455dc9fc17314802f45c9ebf2bec19810ff75b4e157d96a94e6575_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:d2003914164b0f04ddde9b10d27ada74e57c26beb7ad06dac093098903909907_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:16a4f25c37894fe7ce7a943322dee37d8419bae36e7c7ca7b4e73dbccf8372e8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1b17792f997e30b1d5bf73388b68de6604e4235b0a10e5dc37955f8ff2077801_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:29871a94fc618bf280a7c38280ec0642c766838bac34a9ace503378a67f4638d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:fcfb0cf49134add5d8298b1fc1f52ab3eb924efc2bf40ad077c3def948b3ed8e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3144944813148f5acd4234b279b5569e5bc8942f390c76a5a88789fda81afc56_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e44901d545ce00d89aacf5b5afbe68663cb157adfd23f4b280f13e978c7a972f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:18b95158ab8c6470ea281f81f5f1dd2c0d1c198be78d3007b02f5a7937ade62d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:31bd9ee7e75b32542cf78d1cb12d254a93cf9623e00e5649c016bbf32b8dee04_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5b53eb46cbfbf25649fe3bedfe285e197f65cb55a057176d057e90bb65cf6562_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:bc8727121110bb8a6d9957f7871a6369e1512bb9cdf47a6d23ce12812d84a791_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:0747fad048dba8c93662ced1c2b1a18b7f9f75bbfe0740caaeebb9eff3acc30d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4a22ea1747135e6bd85bc59db41d17d0b4e761e29330e7e3666bf4d42a47649d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:bee322f686572e00dc5c6d7076de1db0034a26cbe44e0f9276b394718d6c191f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:df9ade514c7f2a80c4ea829e2f1890dcdd6a4acaeda829d3620e7d3874de77e9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:859e9211c265355892dc4aa19b7d845b985be40bb8f098702aef50f84c3e5eea_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:c2e28f6a9e1de3185753cd7fd47a51ed01cbd49697cc452448adbc961fe71003_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:c5ae19ec61f3c9cdae0db38b1aaa03838d421f9d4473fda4e52255cae97a2fdb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:e654a7604401da1deff9d8baedf0f7567831fe5f86f75e06fea3e5d140bb579e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:0640a6e0ebe2a6982708f326bc721c2c754eff2afdca443499843b111f223e39_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:5eb8c786a348343042687f659f7cf8b066efc3c4ed8764ecf36dc6e49a468cea_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:83237f13a3a3e051643bc1aa46838b87be13126c0e52404940351a2324008e68_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e67d6086ada10c96051bcbf4eb7414c407832de86a8e2d89364ae0d85a883982_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:9ddc6bf41dfb204e9241c57de41e0a6e1ab1c3f8ce2ef1a90573bb7365ab2bed_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b025b5d368618a31c64189f1a5f9b3db0b24068306117647796f00a22f6dc4ac_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:de35e280f4e50a18f2616dfc561db85b315425ff20bbfd4e19d5f64f93f3d0ba_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:f0368d0d3968189f10cfcbb972046bf09ad18a7a1a747887c239b75a1988344f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:21757065fc31856133fdfc4d459a993262239af0d2d242a6b55800bac866ef02_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3b08be9a543ddd200f66178d51c0f165c380cbc845a1be672b85e9dbe2db9f12_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:8e9d4820353602730cc0e808b2cf6ffc20ff80ce06915e40027815e9046555e9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f7a9a92412fca24faebcb8a574cac92c985d1392f1544e71fa26bea80314289a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:119315e723ff4b153d8f756357706bb4cd1ec5a160a7b173e359d733c680469f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:808301750b17198c8c7f5b2b71e6bef9a7e3d788ededb9a5f79e1b13e64fbc82_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:89ae8aa54d64f62a73557d413c3f146bfcca1c237a52bd57f0ae87ba8c8fff2e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:feecd842ada0c39c783faf280d103523668de8d16d43dc22f74f262f2a4aaba1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:595fd9e735db5032c9bd3a668135d99b6df650c250b294c4f8b11d67f990df79_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ce4371bf509e06e886c5ebd42312eaed3ed31fe6b8de91284f4681ccad199329_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:4662806bef8ccd703086edb7d1eb0c99f785927b1f30f227bb438829db52e532_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:d06875a7d480abe6e062be719a9d6ee0900180e659c09e2243df36e3ed55db07_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:2f6efec846cb1babc0dacf51b67634e83cad5e0f4700f5db54f8c356b0df8119_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:46a86c6ddb9f5bc798b43735eb0cf9d515091549680e43cd2993ba1b07bc052d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:aecbb57cc9a6d72de8520437e911255e51c97e4c40b55ef207fa98fa7c9dac9b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:9c8b022e6bfe80bd4998f177c0fc25e4a5d224a6dde99157f21de5d08f18e4a7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ab6a31d53e6e8a5a0b67f4020a52faa7fd3ce35160189aade3e958559b467dcf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:cb8394ff8b96398f8db5bfa7725c260d343774ec319fc1e3917dc19fb51c9b9a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d82a2ea6aa1515bd56aa55ea999f91e9f688e480d615fe53bfa2c74c1071eb82_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1af22f98af2fae1429e53c988267710578a3a092524eff5032e0c8f397a6a953_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:2ad01a7c2e75bb850686d59dbf73937ea69505657c2f2a55c10e4fc17ed83f82_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:95334d618727e811d16206a6f99991e93dde4bc8ed26766da848ea879093d736_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d460b99f6d0595fc76b4e85203f96a8a809cb709e22f4d8f819f99bc3e817688_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3b1986a8dabfaf0988f12820e1a199cfd0db684ac4e8d956ccce6eb8bf1146d3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:8568a6a6dc94a45bc8feadb7ff1cccfcacd176d276568ab96f4942aeebd4938f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:e24967262f34a1bb405c1010688b4a1ca1c8271787a1c8f5d8b86cf94429e6ae_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f2f71ca77685bcb4618502f0da4f242d48cf2473f0c7e439582e98f15bd0004d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:23400e78f2af2eff9dbed7a4da3000fee627509e5d4c87742aa87f8be1229a36_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:64863687e7fde678af49d370c9fdd5045d47dc2c3b921b179dfe0b392aa4b447_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:70935aad01a4c3b9c041d22554f4d8feef7038bca871fe1d84c6b74d4d830814_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:91ef5f2ef8cd345731b53ec5e044c30e14438f1935c74b5eca2436aa35e5a7c3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:071766cc6bb41db5220aa5173ef5d576f032ee1e8dd9868deabeba36f7798342_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:5a9fd7861ac77020db7532e72a52571c48c4f62164c1c5390cc55771b93894e9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:adc440a9129c3c9baf62a3f961179c843f6e68a06cef4f64a64e2a8cf7493d8d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f8f501653da6427153aa72340ac8238e79459759136d64d2ba6f8ae03184c436_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:023893e6a4a14842645d23171ad5562940fe5a25e681eb8afa278cf154f60a5a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:1d5ee360957a5cbcdbd54e71dd9ad1e0ee1a37f994e80081a07c289fe1be7c61_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:298f6b16fd4c32caa2d49c5ce1374d7d2037b3681f74e2bf7ecd0afb80c0e436_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f6048c371739ad69e9219e8ebe2045a246ec4ff01bd289bf630c45ecf006f52e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:2c96cb9ede1464bcdb2aa65b23d5c317050c99a9c7674b217301a84734b7fd88_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:31235aa238bc0662e8f3efdf393f9ca7699016dbe1261bce0ce37675afbc5054_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:698f820f8b9ba7d04cad32dbaf6420ac0e1ff5ae0a1d10f81e867a123dad0a60_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:6cd2462bf7a3f58f79de73fc8ed717092569862dbeedb6c72999a8ece328260b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3e602466b3dc3fc4c7879bd90a34a96878e5df827fa7664dac632199b2805464_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5839764d395594b922ad989a3fcc5bab129eb919d2430442390cdd7e95229219_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9913891ed84afd601b5bd646398f266f6970b7e3e164f423ecf561afbddf6f9a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:f236ad01ec1299b4a5e4b174ad698412bba0f090d7316672f230abadd209940c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:0c1f5188f4e79b0c508dbef9f9f6fa5c658aec17a66dcb14b23008d112aeb6a0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3d27787b58896192ef0b2da74861207bf188e5632c0d7b06ddac476ef558175e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:55402c1e07f5de8bae74f8fc9a579c2403cd12e65f9b6714c4d6b57ed42b4250_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:975fe9a014b7d9c4339bb34d0bdfc862b4a4de19b4e02b5b55a484ab99f31bbd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:142d516609c278895aa3302ba638724fb63ecfcfd232e1fc6571f5856aa4e034_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:28bb93cbe40b57c179ed088e45de698a93dd1c0c14d6ebd098439a412478d314_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:441602150d0bce7f8941a293e3a803bed75953986e93dac3eeee50848204728d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d92da8068e3440429fcd5a5b9f178dad1a0bb14fa3bee4849a99bfcc6674e37b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:55315b85da730c2bde56b7d08c4caaad5db5bfcdc2e9f21286ec48e58fb1c64b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6f2c19276901be4850c3d9f502da1365d84dad18e3e1327159af41877432c41a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d4092b12df304edca57e47dc5ee77e4e9006297763ec2e2371ab3856f94e4654_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:f9e46d3228ddf05919d0115f274f94f8afdb5e65c54fe6b17514e7a3b04d351d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5e06c7a4f4f0b3829c21710249546680ff1b7e7d541e30b556dfa69aeb7a5ef9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6ff5ecb5b92ac2d9b1498f86211b19e22627002d788647062ca604ba9ac8d7b0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c2c203df15e000f53388a84d8ab5affa78c4210861fcd0a28fce99c0ed86009a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:f080c488e219c5b862ea88e3ee48bf866c186caf803403d7605ff3afa5d5daac_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:4e6bff26378ddf7b42fbb27566ff9f47095cb5fcd74a26dbb1604725dab7c1cc_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:63efd9d23d66a2e7c754d1b921016177edec08aca034786be697c6ade7310e71_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:b15dbac78b5deda1493f959c14b14ff5344b982c4373471b13ab2f3829d520f0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d101f7ea169ee12e824370400ef6a94e0cbd48aeca6fe0ad4777b9bdc87d80aa_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:05692fc0d27f1bd3a0feba7c0eff4237ef52878ca37166d92a89aaf190972aac_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3805505b579ad8be8620a53e792410bedcb7e1716f3d6401e76c8bb179d8aae6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:47c1d91d614addb733f775406e764502e556f4a7414dd1a2060d3065f6c3c120_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:58650c0ce9725ed10e3646acdc76a72c4d3abda025bcb735ac2eee42ea261e3f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:4778a088ee10ef3ba59f3323ccccf942000e3d2bb8b0bc201822f7cef74909b6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:599fdac73334d243b4d362b2a752f184f303aec12e4426ff08b1b4a6fca0380b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b1ab8a122e88ee201853c669525590b6f73a60803d1772536e76c56531fa0041_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c231527dcedf3606bfa162c0026b0b037d41a908d6be2418f4250e234dc66023_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:83c6087954a19cc11c7042079ec3ca528c8a18678928c3ad9ed8b22ff07df36b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:209a01330e1894300123bfbcafc53948760feb80e0c7c81e521ea7abef269d69_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:013535daeaa7ceeaa565545a98d942396a07089a96937e4960a1fc0d44a4629d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:40fddb8896fcca216855ef34f2c8f0c6cbe3a59c6bdf4c3c751f69b57a63ce4e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c3f081c38876339613b7a641b30adb9c7f3e67d446151c892a65256ac274a472_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d6f330926e3962b0b73bb4b6a11a1b40cb0cacfdbe9fc0eb4ceeeaeb3bde758b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3f2283bea8d5c54ad689787a7c269022b04624d2b1ac830330a79d30364ffd47_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:476af4f8d17ec9fa6bdfbfbac2904244c4d51432b67f111ef0cf4a37ace9a86a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:a609dc606bfe95a904dd8c6abc0cac79316f17618d8b676512fe1b4e5412ba01_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e5b754105ab8d7cb9b581d3c4dea8a295919bec3ec645aac468b5f3267e0d7f0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7f92fb1c1dd18f03677ed953c82ff87011d8c15f1bcfd8c22cb7a877950bd063_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:d759dbeb39460193f8361524fcca202fb9f634d65d35f19fde1a187cd7230608_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f0544c40f7c610e45782d6a757343822cee131b745ae6ab4aad4b878994ce8eb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f5ec95c285270e35a77f89f8da39a51c5d29fae1ac277053eda82e250c715f91_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:191a27f89fa6ec450c37168a65ea66bae9ef862bd2b40c1e8d561b41db842591_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:905e494751d1e26c98857f7ec4f41b4321344f9e86d710186d9e9bf410f6e983_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d35affa9bfe2127cbed058251d47570d65b00a8045748fe1e97670797e8cae2d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:e82a015ff030ba177167a713df193d74480998d946b593a00c799330894702f6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:97a3a8951c456ee0c88a42cf7114a3225a3dce594b470b0b8f57f45c62efc1ae_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:b49317158bf5eb1940a35be96a959bfdb8beeef52e993bff41fcfd974b12dca4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:e616c0d47555235cc1c7e275538b48fd10b842cd11c831a4dc719afe4dfc5092_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:ec827ba35ddaa01c257247ce4f06ae733289364530f6b2c2d5b12a3b2959762b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4f5c8e59a54b30a9f38f1955c6d1474bd24bec33c52800338118973cb6f3e251_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:63fcc02b58dfa0bf549c199736bbbad1e764ab86d9375a6545ae1a7bc360f247_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:9264eec1243f98c37a0843baa36e78b1a88dbdd2bf602156d5f7ff4bce1cf223_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:cafe32e3ff4aabbb6243fc984431babd77e2ed05bb3c4abc621add33c5a69481_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3d6f997f5a6832459bbe5365b533f601dde3872be09c1e96b3b2fc21951f6adf_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a76abfdfb6be2616ba39fb25137dbb49dc56427081d9025f2825a3ce8e5a3928_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b540e70dfd87ad1e2e400e129a6b495617f9d57e54c1e54b09030cae11653d03_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e7c9dd297067d256671a0e06f9985a3624240158a1f4e2b97567409199ec453b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:49f6f4761d886208cc262f1f8e23ddcc0c05d5b4566f6cdc8abcb1a328c8c5ce_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:836c9a619a35d6b8d4929a78b96d0641434b880ca98f44df45f0edf7b69a1d48_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b4ffd4fcb95ed73bc3689988214a2e4210233143e0ba4f123ceb4c2ca14821b5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d4062c740ace239409c182e4c52858e384384faeb0f3d98486e0534f8dc19702_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:29b0d64444b1081a568d8c9354e79b60ddb1c3286f9b6dea3ab69023c11f3436_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4ed2d42fdc6e8fa9d3d08152849754d1827dd54ed86be4507d75f5c90bdde542_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:c1f38fa9fb729b6c497353127feaa36375749fa07f91020e8634838d58628878_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ef794a3bd52be528ba81c6964af2fbfeff03b1aa3d17ac36fdb97f124abfebfd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2518415bbe069935e8229d141d4a8a50285c408d1be2af467c458a324120154b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:b096377e0704a959a0ec41484825436b00d3d0887e49eacd59d88bda87e38b03_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c1b30a9d1f6908316a829b3084df67b9b8bf5043fa46060996cf259c50f62090_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ec9171ee21d867fd61004535db96e98f4dee9dd6f3fe86b719301cb1b0202a79_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:07f056306c1122527032aff7486e5fc75147f48c708c0c0abef7d570cdfa78d8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4314b0a4d5a82abd583de659e5033d0680dce2b535ebd3ae4dc1776e741bb214_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:5bd5ca703480895af05ce052c3f9f738672e989cd38e905cd17bbc378cae05dc_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:db97ffa52f99127907d41b6bf460299c3fff8adb69d64bd92ad371941364c374_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:16374008403825338098f7aaf57f74a2982a75355834552bf29246a9ff4e0b7d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:770cacd7e4e04a786a2e55a3cd9ec21048131c8eefb7baa4225e73a09f0f0901_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a240e71d7418d6f9781219faa2ea9cd315b7091b1a70d6032f81de2ca3c53aa7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a39da3d53b8b927594c3f5c3a5dfcea689f2b75091209c0cc36b18e1426fab20_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:34cd79b95f2ce098b064859e38785231def795d2804c05bf7542520e9d8b596e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:354b40ed867003c42975780f9db1320302500f4ea6c5ab14a0d0ae70b537192e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ba52f6036566829553d0039a99ab677c0e40b2a14bb3d26ca470c526489e4574_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f3eaef7985effa7f09545ee19442623c7aab7245597a4a1d18f6b02a7a8f77f5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:154143883875b88eb144b77d13d5e9f750cd8e020af720a7bc6a2e6dc252a260_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6fa758fb6577cd18e48fb9280192be46dc724a8cd02b54459a5d6a3cb3d06fa7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:80e191f5faa2991cf3bc7033691c4966f1a07953e4941ad8730ae7c6444c05f4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:88ce4b91b2161c9b22f154f2a6903f801e26f15115ac874c549e8644cc5e734f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3386c9093b00f29600b1807ec97b1a6c935ef7a6578de01f9ed5f90fae6a5a35_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3646bf2e6bce49c01198dfb2a1f67371ad1f20b48cffbd7fd8f652cb9b215ae2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c50c48749c9fbe882410ff025799c6f450b063ab3e17dd1c4cbd2afa2b48fe13_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:dfaca907445b7213f3931be31fdde7480c22aafc0bd3b030d7ef9f0d84f5549c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3ba301cdb9ac46c11853c61812596ac905e94f15172df53cf352a693ea5a0a6a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6faeb6e3779cbdc86d4c7cf93e739c0585019e82587abe150f76c7cfb88cc417_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a0d6e3c4b32eda442fe231aaf1a77ea61125e0509287c381ecdec1615e6aa7cd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:bde28b18ee5b582b69683df3122f4f9a3a4aff757c2caa9fafcbcad878d05d3e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2492414954e0ca3e228d6d000733ae02c5d4d68d4b9f5e7f992e1a5a60cbffd5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4aa1f8159ae2b9b385bfb204298e1710c09123bb19bb5b94c2b93dd0419e06f4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:9a2fdc67ac81e408bb49170bf7a862a07998fd951ebfde9396ebcda40078d3d4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c952fd4490ac28f6bc2b39054312e85645c12d20e39ae631e35470267d8b73c4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:001807fafc7bfc5eafe92ba92c127488d378e1b36262f0f71cd4e4feef05598e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3c3f3a57f87c512568f858da90b13c39e9441a1910c48b9bb51cc2ba3e816b04_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:62e3145facaac381967de0461a3aef63b2b6afc466dfb4e185a35aa67142b6b3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ddd906a1e486837653341632e3ccd2d805ba2c7a7d7c26dae34022ec6a7ee90d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2f80d2b9f76b8633c9e6d309c5df7f251259b61a9a40a0364f2160707de313e2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:779d8d482e7ee453e8245219a0e21d84bfa1080819b31fb9f5de38f49bf3d724_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d44b76b43d8d5303fa38a3b8698076912be870c7a901c41a68f59426cd41b39f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f5bc9a28cb8d0bbae97b39548ab6688a31dfe2b23b8d3a52da3bb397f6aa8b31_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:195460691d14dc4f518717e3678a9ea780eb548fea8904c5bd4e2d554b81233c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:29acb2429041bbf17eb0f3faa0da84c1c5655df8a425755c1263fc16911d667b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:20dc4b1b9ab504d4192bda76eace70933c264628c091ccb4ac78faf01104f356_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:366b95ac0f170d8c1c969b41f3c624026593ebe8bfbb466c5f7109e1a6ceb1cf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:32acad5511e808b1b3a80aa96458ed7f1800b4f19aebc9edc4f85ec3613b8ab7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:dc009efb6f6e9d60b022ab94d84d47fb169d2dfdf9680f4f24b40ac0a4ad396d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:77abc31290209253ce09838a292be7351c02d5a7367859c430a5b3d97cef7f31_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e4cf03a101a115d398aac9c645ef400b9366d4bbf189de664ccbf782db4ef5b9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8a9471f7c51a026fc621dcff7715fbc9620603aac2c2e4454e60e0f579527e62_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9c1b85cadf719072db5b5abf0b93b3556a74a67efbb88d7903bab7b6e988fadd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a454b939762af9397d7d5043d1e6070279e1a1c4240b2fc808f0e53872bc237e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:b0802c5220abce4c73b650e105e42d0c1a57c5248c4f55819e15053c59f2680a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:677d190589cf02f414cb0cf4a31041b02ed8d706afb433bed1420d6f35d7a44d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:af0aa63d5b375590ffdee42f4a7f00a4610e33c20ac7f3b23242a24ff43d141a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b2e943bd3add974a8511a316f526d92d0ac1e2a0755acdb49770728984abe2a4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:e433c5ea434c2261f40d623bdc22944c1ecd435c0ac08a41d36049c9bce1b604_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1e800e47a04f7f19c87bb79778586939b4bb2a32f5ce3790d796331ca93a9235_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2c0ca90b3662de85d7e595e76f678e419ea1f40990c51ba16bcd01438f0db553_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:607e95e44de20bbf0feccbd8bb58469928452e6e4f962ad088f452e0e7e6aa5e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ce154b3a8980274f592cd2d41da7a748f7c895f754a3fa7994eeea657684fb12_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:c00947fa5cc8fa1abc26adf7cf8acfd4336e1aac0f1007133b8c6440a8148a1d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:c9a5828c250033f2bf160b102a3722959210025d373b85ea69895c96fbfba833_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cd8048f17129cbbcb855587d48615ea6e574d12f2952c0b1b5aa3819cf453541_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cdf9da2745d57ceb97761e08b560f2de7a212f860362eea3fd445fe4f6f7c769_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:02b7af4ef7daa8499a24b02aea8a24c98960851864cf639e0b698b3844563a8b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:3f82d5da80747c147ab429d24e8e9791527f7cc89fb6a7435d0cf6d35cec8933_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9e4085498157bfd33b7bd7b212300fe58ce6d462854fdd8a597f288637503104_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a8775ca5ecd0065373034a37b6de3fd736045868a3b116aeb216637023aa9685_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:28986bf93efcbdf0c2012acf8513e958ae8b32db4b649b9355b1fcf66b35038b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:52990833d3dcdb340c68234412d3743070938573d0296ee45138b404054e311c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:92f7c8de428bcf236f2aecc0382d911bcf5f7f536bd09aa44f9019ca7627d116_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:fa6add264803c2adb838efabe0f0fd8f4d78b14bfea9c1e91cce957e17a77208_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:46910caf13bd60c69314b0a72b866a8342c1dcead811f01f91b1b1674ea1bcf1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:a7ab888801a85e65a01acf68805744b7f6a1ca713c329629370b0fe0a40c359d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ec97f4dc1d491cea9e81ead6ed959141f0ff2b36fd4fa623722020431cbee1dc_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f67e6ff190c45a81777e63b69812760e828838e338e1d27672d02b5544b3e682_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0a9880ede4b10a6328766c1d9b05f17c53faa4ac561a8e768f5fcdda9997f056_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:51f75fec0f0343d3f68e8d4810e7588475cb0955b4793db7347d3ff466cc7f78_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:74ec8a94d5cda524570b881e7a352604453026a0324010b7f4b3d0a898b5e457_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:fb67ab3a88d2c3f33925830b9c63584bf14b321adbeb2e752a039faaa0401c8c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:13cc747131cec81fd67e04409a69497d75a893f4b56adaaa3a1f77f1d0f3ae67_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:2236900dd28b8470cacf90c618bb50b05a0d1d66726afebbefddd2377283989e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:ef89f2da22f7b0c0f445b7e700b29cdf9ce229cfd7866ac6c7bd2ec367db3bc4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f5a6e48a72f6054924be3b81dde0cc0ddd95d7ea029e1d819553fa633c47632d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:49a6d800db550efd565f451e584b890e88b5c6ff8be6fa0e17c30bab2f9980a6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:cf42aee609494b7786b12443443b9bbccc8afe2658ff6c16cb5c86c05c95a30d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:eb13074eecb1627bef4ca2cb0dde1116ca08cba2adcafe089e898236bb37dbaa_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f96cd58eaec24e92cb84eba253aabc815becf9264136c2cc898d1424fc8c87fa_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:8597574b86410624f04ebb0fa280276db1ffc676a56fbc74425e16790013ee47_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:901d510199b2e6cc87c754af5a1c8ec564089441f85917043a80733c4c83a430_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:9bc218ed94e8e516b01c11f26bd9adc30251067492ee2a84f55b573c2d09f6fb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a951a17fbd50a051cde6c2fc4e863bd70e29485fcb085c4d0c977a0bfdda5ea6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:11487764cd999f6abe6bc5021312a0ad9449b14b2ecc6f7bb24bc0d7dc57db60_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:362cd0740085d7b9bdfd4d10706b04b4b92ea759697c57b340698ba7fee0e063_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ece30fffff9f1b1252e7063cb4ded0e669f661e123a02ae5bd966bfc5e3e1ed6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f0813c18a84c6a7570cd3f51826e81dd0cc164299173d05ccf7ed3d31be71961_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:b5291a1306ef132559dcf0405c4a15d2921133356d904aba886e2577030b1af2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:6fe441946297aa27d90fceb448adfe939cd74ca0d02ac818d9577735a8bb004c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:0003426c210d73355a8e23970e027c7412123a75d979052113f325edc288b478_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9315e7033cb22fd8229c7cfa7bc78b10583dfabcc54edb3ace0a3eb435394f9d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:b5291a1306ef132559dcf0405c4a15d2921133356d904aba886e2577030b1af2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:6fe441946297aa27d90fceb448adfe939cd74ca0d02ac818d9577735a8bb004c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:2198b31f6460daa49ac33aee124d664f8020228052df648ee79a2eacb155df0e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:f1ac1040078d827c434858ca528df96b41047b32c27ac522d11d6d269da755ff_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5a3cfe8da21c874d227a225313dc98a3b175e9b67dd90917a201d5be2c8b0d12_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:a119246a2ed145b6fc3ada68e546e729485a34fc869e3742ea1b01b9f853f1d4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:ac4b25b223b08c445aa875106114964745002e90908062d0c11b56e27ed9f8b6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b1fe363d1a527033081799943271457afbdac0cb23ff875a65a6292ce1f6cba7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:66cd3d5b1343fb7f7fd7a3922adbdca110368de4f696b91066252229dca3f16f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:7793b9facc62469acde7d6064a4c2f26d8482fd1a2205add60fe47541b3141e0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8fb627e3f8138d9ec3c3903373502ea0d3f83c1788641f016a9de4d7e41dafb4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:f239cce00d46794f91479cfa3c94a2edd14e206f85e684131fe857a80215fe6c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "cmd/cgo: Go cgo: Code smuggling due to comment parsing discrepancy"
},
{
"cve": "CVE-2025-65637",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2025-12-04T19:00:54.313916+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:7d17650f80e7bf782a7a59fe0672f593cdf9dfde775b7153fa5a5c4ed8b86e2c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:bf046c55304478c82791a67ae0dfeff89af904d9b56cd63a29b261cd02633798_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e6165bb623041db07759616b297f0541fcc87dc3bbb91cc77399cebe96c1b647_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:f47af1eb3413e739f7e219ea89dfa0f09bc31f18a771e49ad36b32f8219d9112_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:34161b5f6663f9408d7ce5afd4525442f41332a9501f658238f3eb6568eaf3ab_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a4116b2262af10fc2c7fc40800501add9f5a9c671907f3eee75cbfaa37d47263_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a8dca289390dc8556a4cf3cda46e5cd45bae33fa2b1a88ca053626ca3e3339e8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b43e298d73fb723ce446344fac3e136b0d3347b38e7d199a09d2bfb85c231249_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1ec3135a01ee2bce646338cc6d71d35c8adce9f3603f0f07ce90dd88dbf3c4db_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:94c42af9dd8afefe53de729d8ec8b5f9103cdd7f80c96999b2863bfed030cfcd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a80acaac8c10d6cce0815ddcf0bc296013e97d2cf69d1eb6ac1b7f3b35b40d74_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:e4c52bbf17f055890cf9968da78045295f6e37e52e3f4be5807db679ff63b874_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:28f2daa782218c5fb085acb774bf1d8c13a208b8f29f4a12b372db2c446ada76_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2edfc9e18f365bf2ffecd7ad45b5693b493de472fe7abffe73ff4375bc6d2af1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ba51aa38b39b8f57d6908665938870cced5541b831756f4039047245e0f2a8a5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ca246a844bb6fb906816e4008c922a0470c82bfe6a736f3a926de3def6aa0597_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:07d09ce1d5c97a717dc1c0f540e21fbf7fc2ae0c27be6fd0869ce0dabc0591fc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:44e3c6d5b98dd6655d38e3523fb34ed46dc89e97ef8a86f908d72461cbca59d4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:81e7e1cb47cdbab3a46bf8bb0ebcdd218f46aaa94236ef250fef0fd143c9204c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c318da767c7ef1f2452bb631e2726084f48a640c962f8003467c72ff48225b56_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0b26257250fe3542640ce1a4f5ca71f90294c307eeb477f1d1e4d61e3ef233b2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0cbec11d17abd89ac4ff332c238f92fc49c19f3e1575c26c6654cf2668ca9e66_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:2554ae05f488567b3c752c16c59f852ecfcb90746a47d48bdd39825aede43c21_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:af26188e6f7326835340b99be42189550233a7bfc652375b0859cc058fbbd0a9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:31460b57b3986f0d6c84406eccd1801eb3a03d176fa510978311d46390828020_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:aa730767af15fab6facc460b6e418bbfb0555933b4a54b01d34cb83c1148b8ca_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:ab43b9177badda24d20e8830f375132854ad313b46e27ffddb8d68b6543d8007_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:ee7eff8564ad522223787fc270f1f4d4233359872c994981619f1c10b3dfcaf8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:0d809a095a0d86c0b149fa0e28f852c1633c2904d7bfa23b6900617ef7ffc2d3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:5c15dfcbab56f579ee265d4acf74778d154ce0185234810ea249d9b9e415052d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a95c36cb709d7f9fb89eb6aedcd7cebc104b90f8d9f1be6591981dc9f96af398_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:db9a343c67b6462259b3f300af5efe643b7637bbc88ba5aa65e06e4f573b0049_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:238158a2264b9688491743d5f7c97a3f152ea2fc4a1342fe4b0e63f618dc50e0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:6dde5ab62c9f5e35b853112e3c04a8c856ef9260318dad58352ae36c2d30bfb6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7309bb2119edca063c67c7b074e1d45d99866223dec53f9942fce421e2e76250_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c0803e9ceecf77a8b1425fb0634b40e4095bb9d899c5d5af84aa285527723d83_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0dd635595c420ee1672257b6326a193195b2d21945664e649b09c62ddcc25d7a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2cd23c69b8d88a73a2aa368cecbe1e8812efa47760bf16ee0629feca934369fa_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:4beb73d1a2c279b310fad6789fff0ae70cbe18a79813819b1da9c2c5b6959aac_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:dbf382ce2e7158ff2483336643ede99b2a4fe4cc888af72e92e19ab864c62291_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:303ed90fddf42d1a5ec3ad7eb1df833003ad750f4cea17710870382a0f8c720e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c358b8a12046693741c5e88afa14a25e066ec9e51b84e22935c19dbf34ac5455_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d98dff9a03e2bc6564757afd151092cc5bec438c678f5fe5e402365bc6bbfb03_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:fa2d95a06de233147317ad93109aa809f5487e74748550e40f4189e8aeb5f50c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:943aba9a3a70cabfc2b0c94450b39ab3fbfd92f12629a2e175ad89251addc2ec_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a7c31f5ce80372bc4c63b60f9741352565eea006601522e25f03ce902e35564c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ae2f0cbe29206ae3ed5275bd7a0b101dac0e3bdd5520493ad4bb360e2267ca20_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:b9cc7a6280455a8a36e26494744d9ba540689594f8a1d8f625cd1811eec2b0b4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:54c3ecb1fecd80a81cd667f5edb968c62381bd2ddb659255cfd861dc0a8e0a9e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7deb4e0cac2bc3989fa828677e4717eb75f1bdd8223dc638310d32c73219314e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8901061b783b8a41f447eaf32919989dfd24bc13b1ef61b36f1132d66f64288d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:921aaba9517c1b00e09159d4539d47a55c543b1c7ce3c789e6e333ec133b5406_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0dccc414a5a3efd474a9eaeb61b6a2130f652c97b8b71592c7cc52827ae149c8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6c1df1bd921b4b6fb22f9db19a2c69ef5fd98d231fff3869a22442b36dec0ffa_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:eef901a0f37823970eacc110d194b81a6c679aa3dee5fd0d350b66ebb53a1542_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ff539434c8d3bf3c3a64f040a5f7ad702ded9290ff0a894a03fd45fef9fe42d9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fd88ff4734a68d6a95733ac650eccd70d1c4d23967f32b3ef8de08cea8bb05a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:8b02d7c27cfbb38d19b1456282d58e14c8d64efdba25a6238606f66610e5e9de_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a4b3b74bd3e1a9a1c81f040810325ed6bee59e0fb708c9589439fc9c734805b3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:bc92d21475ba5fd3d2292c5f386328bbbd237b92ab7288d3709229ece5b811e1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:360c5f509936d41297633704930574fb8fdcca27e98d1614ff81dadfadab4926_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:5fde232e29f5707caa6bb5219f108a563ae59bbc5d2818e368a5b9e472a1a2c7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6f1a30e659ad462113e1f481855cc292a760900cb5c05e669b5baa0b05a15277_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e2a33d8b21d3c833d9de1d6472e958b67ae7c6583e326b90ba51a2e1992d4924_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:1a6641eccc288ff48bda2311e1356ae244308345fc4c6e8bbeda2ed8b9f85eda_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3491a7f01d29b8ef97e0d28cf1258c37979ba8941d8bfc79c62bb7ad871e1f19_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:86a9b3d8064057e95ea8935b94edd85042eb86751e79f7a9783b9601b88d8ebb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f4f10a1f9554ad0aaa4fb9dbc97dc9d6b1b27af1ca3810731468b0c458b86a98_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:b06c2047e92976665952f3b0352b0c5bf8b5a2e6ba00b5a5468663fbb0309e1f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cc10468c6882a877f993ac4f6ef5f29e7069f99d6b3ceef528c8d7069ed362f8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d682c5746679d8dd8534b3d9c4b913880ef9d5713b7febaa3c7573fe7900b61b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fbbf71963f1f9fe061819fd07e90df13d27347f2854720be55d4ee453b6b60f0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:515147b779e1fe06b9b510177519d413a679552ed6c2ecf4b0ca8816a1e1ff6e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:f1fc196ec3db364df254fda90a46e6b12bd50d50c01f2996f970ff8f9c1ea1f8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:4dbc09f5c1c4011c13a1f461025da298ce289912d98627fc6d08ffe1a30a2a2e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:d3436d8f8316db7b836d1146932a1f8de35edb75644eb0c9f0e3af334aab8f87_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:1eba9990cf84de01e1ba504b9b852c48cbaee1eebe2c564977d1419177bad652_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:cbd46373b97caeca24a3b22de19a294091f3d5e294f2931f01d786ef566867f6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:09824ee3a4038855e2956ea2d70a72b5d1e4a9ecd9a323dfe27eab6df7de5c1f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:8d89ffb1ab74d5e02fcc13d2a00d5e1fcca30720d987c140544e061ca7fc6629_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a8b44c2c0bed6ec652301ea4090bc62c990130150a8c1378a06fdb3f9a7b848c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:d2005b9ade6f74ee3df518d9f124b8acfa909d0dbd34c1c3b9e044c0556fb268_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:c0d0de4014902209309d97c189f02ef66292b254edba7e02d26549e3ee24d7eb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:f673fdfb5f29159fce99cb0ce47a31fdae2f57533aa49b84228ec7fe03274aba_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:07afc1a6c00649e6f56a64a75a345ed3ec97e28976ac09d362bc44412fa6b67c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:54319cca65ce76d81bd7a392eb841bffc14867bdc1ae341bf8ee6f84d10c867d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:445ffb4c0d9ca84e2c57333adca83f863428819a7732111b204da9f57bad9826_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:cf571aeea198dd0b07a42f12727db8ac78fc7d40eb5d1ce47c0e521f84142ee0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:80bce123dd0a3488a9cac662d578f451608252e8144ee8158cc877c02c3f9d0b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:89a69823162109668d5562e46ec004b719bb60cab26872234730c458dfa697ec_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:53babfe25e9258b6e8564df67e1d465c9f144976af5be7b30d95b0dd910f6101_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:733f6a4a3f1a1ce7f0495e2ccd8f492ce3378e2f2ac1d6f618869bc0460bd341_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:0bd4e71e9d22f6c16130426710bba8abbb82b0510cdcc9eb6cc74a412021c45a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:34fe2d2d5972de86aca83a9affd601cb1c4564fb1939f4dbbee3dbedc2bddf9c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4e01b88be4742c25c24977471d81262f8f0f391ccd5c49250b306e726e1d32e6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:dbb1ac39b132a5d539fdd7f13df09e84eacb8460fd7e0097d562ef079ae2c677_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:1ae054478a86182135ca308fc3f18c49da06734b34fa897f74544644474c7807_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:3b7157d6c737fa70532d96c62fa68e35fe547eedc6c50580cb89f4ce9fff4fe8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:152e3c57d0bcd719bf1e20ef7d43ccadaf30939c8c9899a2ce115a55ad7be983_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1abc468fd1a09c4b30e624ef4cd9257c2d104db17dbcf19a5bb8323682271ea1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6e535ada8c1768a2411ffa684bc624afaca15618b2d1a8a6c50f0b97be52668c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d46b24f503b741f3c919cf2f30409342310e3b2d6110b043128ae5d496219c96_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:12c1eb19b65af75175b1708f0049bb3eeb16c8c9a632957f5f97a5419246c7c7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:36103549903651a18d5c1c25d07dc98ce058140cd2b8d6e80cb0f1a940a277fb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c6fa0940709c377171ed6f553729935a9bf1bc5abb7c47f919d3b0fdbab3fd74_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f421d2c61baf1f196a5386d02b56b72593ab557a99c1ac61fd99d324a8bba3f9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:01b50335d5ef7515c859414036920594a5fa5b0039f5191aab1f16d291f3514e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:98a06124ecb76ea1e4d88de6b1532b2c8c6a7f554d1d25b946258b2d2e274649_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:cd6a54657188c7a1c0147c72b9d7ea326de2d7332eaa2c049ce4e02807177bc1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:ff2c7571055602c2cf719149d742d2e7cf308f1a077c420205bcdb2afff13c00_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:455f935e22bc0a892237c11e22b9bebc4840c26c61510d43827563312ec71fd9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:8b30cda549756767ad42a0486cd2987e13eb28078ae00996076a2c4e52ec50e9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b3f754533c34684d3ebc8a6646c8698cca95b6836f9b9cf6bc80edcc1c888f19_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:ce1af97db3e2816184795c6d1fa3cfef25329df11482b2bf4441c40e51d21347_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:73b55b309bfcba54861b619a26745a67efb4271848e99db56af2536ceb0fa597_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9dd8eb511b9258dd6e6e2edf03a6e6d64c1bf8a5422c173cd0b0d9e1b2cd1734_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b43f4769ae4bea0d180d4be8183c92d1fe5aacce4287fc1462032f1783c42207_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b7d331a0edf44bcf0fe747365f092a69e1c1c7cd156d48781d40d41a3a0c8552_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:304b520b8986da52f9f1f175672f6acb79119085841fd0ff0fa9754e8f22b34a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:67d76b9cdf3b5be24e7d157bfe385f184c6abd429860ba6d2280f77265929f26_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:df5b6082f4f05bfef1b63ede7fdcb5b575e56bcf264bb21e71ea2dc98c884ce6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ea8623b6dde50f9b993f9823e27349650e5d80f3f4f37c6b9b79cbc08ffc6da1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:401e7eda5905ff108ac067119245fe3684e50e736737b350baa06ea6fb2b7174_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:445489e10735202ea518bbee1cd56545f0e7e66742712cf5006c4d4ef30fc1cd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a583347caae3aa7d703a2130fc1f57b9e81ea6a06bd33785d87f92596f1f6355_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d30bda3636af0792fa0b182e8c1f79f5198a293572b40eb28e90e8e536416719_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1a369e0372bdde7ee5ec7ad647d30e6fd9747904580cd025ef0e20e1309080b3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2d0b89c800f09fb923f249da6536b9d396a53311112c458973fa9aaffb9bbd77_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ca969364594a060f9adc621daa9d2af96fd265e32dff63699cb42aa60ec1a9e9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:f1b997f7c662c0c8e91be2d02d6605fdab614bb89039ad1f38d6cac2b4623ddf_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1f379914cc47321de26756b1fd2fb634ab93f0d50400467df35dd4303100ad1a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:748a768980651e5d15e4b06d8483c6ec6db7854844e2b7dd789ea0e5d0b42d70_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:922cfbcfa109c304f82be7edd274534d18f9e2c7fe036e9b078ef40dbaf5659a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f439945f38dba034123eeaffd05372162855f703ab5a939dfc40c8b6e68b6dc3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:515b64496798a09106a5a99cf322bb02cea22a7d1684653ed251ea15532a61f6_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6de46b3fa4c0a353f73b6dab1c6dd53546b38a7cf754063382a47a3487aecfef_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f41ea3ecd58d560a52e13cef8384f6197d49add48c01c432cd8971f53fe5a4b2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fafdde0ddc3752811000a0b64826ec60715a45f09b79aae8aae637b6a50f3c23_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:212637507016bc9b3317c3980c30b476867ebc90d1c0724f0178f445052da718_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5f148616ca51bcf1c30183e095a8b5a981a9be858254938ed45229e4b4ebfdd1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:9461ea9cf5c260411a69b6b39c5dd4048c592f234cc24d481561d90fffbaf1bd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b48c6f2691532175458342223ed6c744b4dfe2cb057d1abcdcf3980127791ce8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:2c1ca60eeda0aa20403364a3ba33d9ad349e98ae3c839bff106d4b3d59426d58_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4141802dad81ca0be90cb3e030f18156e4f129dd2dee7b40d4b4b2f63d7ce927_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4cb581ac92c27cae351d2021bf76d97b20da9a9db8f2b867df879a2917d052b3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:da3dc2f193bedf7af891b2123b2b25ab8ffc54ee21ce4ee4a05557b7175aef7a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:232a25a7c42589bb08f34e08eb3e609ccc7c1de4281c234bb59df3c763695339_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:77021ef3e969e39c28e863f22541819957f046f28a88ce0fb0f706381e8ffdf4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d024567af8fb35126a2084d9c0de93c5b349249dcbd202c0c5cfb7d2d05bcefd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:eff2753dce033753b4687d9eb031bafad6c3bc1e1dd941de90baa0322bf14496_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4a8e36032ebb3b81b4e2e854fda6217a58adeb78e133257689d118b00feb9d0f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4e99ed18cc738391a0b1f7fd6e5268dc1a2b2d0c235b96f5def3d9bc25bd0c4b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:acd10e1026c3bcbe1effdad4d96922661418e8660dbb0e8e97fb69b3df8a3578_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c84a3e6dfc4b3abe1c2f3e6f63018a8d45fa3333969ac2792dce86ed5dc5f7f6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1d83bebcaaf20c68ec4705bec480e45b4a69d8323d118a7fe4812b491ea940f0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:bbd338c6ca660031115a11f293b165aef23ad28150c6a8964dad403618cef28b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e9a218fb77c30af249580c4b11915d4876083f642c7388c6333f70b781bb9f17_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:fd8e0cb32df9a3eb7eecfb9d5356a136590223e69130193ad8a92f310465ecd8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:0de9a2d5418c0fadfc68e9f64335c23396fc3188b1ed7191e2e740e53aa1b29f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:2c6a648364c88588f7ed1c538eaaf850ad4ae8310b83cff95c11db695cf4f528_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:8a408e4ad9cf59aaf87b0c0c97d3e66c4339943d810da2703cb4d0a946ac036d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d4f83ef7cf93115c55d7053dcbe9cf980bf522cb4c3dce2feb95e6574657384c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:06849685ea1a02445fd85960975e0f4f0d39947420d0f381dd724b37f4f44994_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7ad3e41c51b206489d6de9809594d4407f0eb02df060111359880560088c9140_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a18cc97e985023b176af5daad9cfe50eee25bc7e5ef657d20c17aadda7a76c35_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:f3ebe18a671ed1e458d9c86184fad3fea2e8552d8be87b3f2bc83ca45f6eecc8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:29d61cf5ce7ecf8bd5e49c5d01b16a82819bbb345160b90ff46f0d936f1152dc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:34ec4d660b408030abf6f5c0858fcfc095d7548530e6bd4038009c55ecec3344_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5a947d842f80e6e70729d0195ea3fd77111aa4a564c82e9bd0614fbc715a85a0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:c6b897cbd33e4d897a44ff05e5a2f7093a5fe930fc249901baff8a28a015c408_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:20dcf9ed5dab0354410b6c14f8476980d2bea66f42bd64ae0c1e354e185bd820_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:559065936f9a9039c45cbd63a4dbeb4cd3f69e990eb7a878571971f6e94c936f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:79e01008c1f3a1ba2dc98f7ea3163c3874a5b204ca731d056b89ebaaf97bae50_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:c36158a99dbb4a03cc9581c46a7f0e84e3ce098fea15d5b3ff88e10d41d0eb1d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2c6e5834f6042b1a4301f47d8178b2e718a3a459745ffbc959e40cc660ada97c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:475ba06839391550b35bd29309fc939977a72d4262b99f129ef5fc964adcecc1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5470d37d9eb90f60a29221fe605551618af1037c555e7f82ee1c7c1b6b7de654_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c8ce750189b017ec94762b6691cb9a911f97f04927615f0c802149aa3f7282fa_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:1916354b8aed42783dbf3bb7a3be6ebba6f561aa7d8c8f41fd6e32f1e46b09e5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:93cd970355ff2c9cd65c6f051391a1dbccf543a1f4e79ebbe6b3f63ac4030ca5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9cfa1d58c7bc0f875b5b2d704afcc95c4321388c94202c7ecba217a12164e8c2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f21ecbf880d3fb65422bbd0c410aa47136526cdfe5b75fdbfd82e720530c9fec_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4c6a4ba7469a6e3736176c838dd09acca392d508ba2139bcde3d01a1ecd493b4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a21c60cfbdd3b771f448a09b89c09f0992008625caa9fa60c5f9cfdc7d49e457_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b6a1d9d0b74f769294c10ba1ba65fa36a43217a374f3e37a189fe3de1d33d737_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e192ef1c1c539e194a2c7aea2c1cce32c6bb01bba982d3f0f9354649f32d24bd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:03475c318b9a57df484c7be2cbf35f654487c3084efd389cf4f6ce0a0f845dae_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:974abdfcfb3399823b6531a50c8d09203167418b09f859229de602a55c6f43bc_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:aa3852b48c9efac7a7e87bb01593b4a8c7d9f996624154d5a34c836e2b126485_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e0e95daab3cde4412e5d3222236adacdb8283e65eb64572ed175b353adc4ea50_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:106fa9124ad7bfa7e2a7d6c68ebd812cf2bc82c55ac092c1a702217595fc93f1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:18317fde63976665f03833b7679bede00df0f32327c1d56a26afe112b4d26f6c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e068848e4408ea82c40cdf03f2e6c600a40c8743faf344e0b2630f12d79f2fe7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ed90b2768c731b0fb0d277a285164c8bd8cb531ee984be711f64bc503292e839_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0ea0939567de6bf628dd5ac96f7eb68d3b29f1819ab932296293504e99ae3390_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:45720e600e73a2d925662c4c6a7dc898e4c97e38bf9b6c708455167abf99b51e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9afcbae95f66db36e6ea832d41f02c8fa14ab3e79f52dd1878ea24b57565b547_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d4e9f8ad81006249c50770495829c63f9322d0214efc045a4a7b6b0955846f0f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:1d66fb102b391fb88b40efc0dc3b3935d6f4db31825ee4d878273e181585e0b5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:2a221eeae6e50cc04e9466e5777f829f58311b2506aa149094e5e31e0cbe6e09_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7f15db4d5cefd46fc71d1953fc5cd62630bb847c6966523c5ab3d6cc2e5f6a05_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:99a3124337bfd603542826a78e4068bfd7ffc9feac98bac54bd7b3f3384faf87_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:669084db9430a977c4370fd7949543c2e57e82da6db6d01c376b3c345f7c693f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:9c91c1adec653c87fbdac6f5755528a27a4ead82d740af2a5e5f38aa16789804_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a2ffcc7216ed314e39ac12c0cfb30d29a6a4267512cc24a8f59825967273a2b8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a950db91a853e2b6073fad294ea604d51e0623b8c34288af1a98752f79b873e8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3af31e33187cf904b7a3bbcf7cded17c69e345c73301563c60312d35d1b694b0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:42bcf4c037d6212103448703395c0ca44f36a89533e205f0965c2c111d218fc8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:7b9bc218875615eaea10e71de2ce1159bbc130dc9099eb71d9fe13d9a0f07179_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8af69064595a39874365e60cc66d5f6697f28df4f82f8e26b86eb3fe08eed8dc_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:43a9f7284fc596378453b6e3a6fa1eb553d403ee25492c8c10107aaa77d92412_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:9074d73e7164486f4e0bbcdcfa5f46529fab2937cc5531dd88b13b2fb433d6b6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:a6656391bbce0ef6c085dcb040dc623d737ee8c302638d0e952eb2cd6e9671ae_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b98987da700deeb50da293568dcab5cfa1ddc843e36ed4dc5fe6d0ac8b63c85e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:66a2823e0f80a885f64cdff57291c2d6af6fd0c117c2d033b372be28b0755b2b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:845d9b912f7dc3b56804668e652f7c6b711a3d064501785ef9fea0273f60063b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b94aad5462be3a96ad9d3a88d8aaa775e8d6446b7f8d1b8785de703d14875cf0_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f6ad6761f6dd00ae42d248741c778b31492259d891751c9dbdc6dc39c2960dcb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:7b31119b0f90aba00af66b6bf6e1d2f7248d3db7129a6fec071a9fba31dfd0e7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:93cc886509cfbf78ce38eec32119b47cca28aaf3b43a254a1deacdd86de5e877_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c4cfff6e697533c3a9323ba6ed15b74250ecbecf71123cfe49ad56708f505021_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ef759942f6399bbb13657a783a7648dbf7ec880e8f6d4ed64b69812f696fcc1b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:155ff7585ebff390dec5a0ee00bcea904cde275e165ac634b2083c1fec868a18_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6971b8fa9f04515d6e4d18a27982a2496a4efaaeff90e741f3248d31fe1961e0_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6d590f5de5ce957e2d21fbd86c08411dc90b6c2444fd43079a04e3acb35587f1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:718a4a859157646f240e5fa4e3f8ad5c5ac7e53373d8b5d0a45159f5eab2c9a7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:629f7a041cf101c337effebc71d27cebd4dbe4ac7f7eb58e93f872106f88426f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:7761842991965d184af3f11919c4a4524d285d69266f92bc01ddd1cc66195fba_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:9865d9323ac25a120e3dbf34644b7343e650cd04b201d65518940b49432f564b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:9f6c2d965dec4b6b13fa96bcaf0134bf2acf302e2a04fb6926075bc9e92de97d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:855b51d876eba214e06624567a2606ed0be538fa6db7e24fdd508a269e1ba2c7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b041548b2283b0b0837db6749c0da693f021d0510a5628bce91ff5be1fc83f71_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:c7fa529102a1f95a53afba3a07db55a3907123cd8bc01cc6e1c4afc3c41928c3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ef32e7c28a82efb0ff8edc4d2678e042afb2c378791a34ccdd9243eae5246d61_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:0b779b84bcdf0ea2821962e7df8f34696f23bfad88557c21ae5fefbce289acc2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:54847dfd1e87683efe51562e103367f952ea801cd409968b8b5e04ca0ce48bb7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c86b554d052e4c0f38d69b571d246c090f5843302d21fe0f2c7c06ddc604488_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:78d85dae433ada85e1fb57166d278887f652a03531326bce186c7d3b207df288_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:4c4ec9a44884b5d618f231cb65a9b69078c2d86c8f168d510441814357f9fbd7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:5bfc5d24081ed832066492f2542d2566f40aca433535ff6536307feaf416c727_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6717dfcf0c98ffe25190b97c977daafdfa53ca406572d81143430f4218a17382_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:fb7ecb21f68557f92a912f0cabea1719fd8969638e16f22c5c89d433168f3ade_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:6f80af3728d41b78b3e855ce438ca882452a785a0b794c374475e6634390f6bd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:7df0f2a7c3268c3fd166e4012ef20a9911d6d7be4ee9e260b2a8343a1a5c23d3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f26c33eae235ad613283bb3629ae031e06d95e4371b6ab35bfc95d6cd6eedc70_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ff72b14efa0c7c37a3795808564e00f60bee07de82fc22c7d1e0822893abeb8d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:15a34ce98242d87b27bcb7a2ff5f8a3426766e31e4aa8dd21280a94a0dd5de07_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1694ece44a326abafa983a7fb2b3f84f671941fdaa708c21159b2164bedc8fe7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:5316833a649816a20637f5815460cdea129cd9f304d66406c7d15210e09adc7a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:95a599547beb53655c1f6bcfe533196664371a94b5fea328543a5f90c1f4cfa7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:0c81a72caa0f5697779c8e808aae1c6da81c34d58ea22b7fc41535e5b047d4d4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:1b5092eff9d9daeea6ffcb7c40f04754c401744c8085b77b67f231cca7730818_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:7b0157dfb720632e557c0c1050c643c7a9dc9b36c5f1858a37e11604b04b795a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:915d7aa28dd103a665a72bba13375c72118885bc3867d07922425576d5372f71_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:27483fad6a2c4be85baf840f33c72d98357bb6a55e754051fff08820977c7a3f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:5bdbda0b9ae82292ab9dcd9c3907d42687418e591984ae30b53d93f422ca9d86_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:93069055bf2d16735b13a8ae1859af38b6b7b9fe3409806c30a2147689972023_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ef060678c540f10ecb261b29b6674be6d3830c7ed0e51f221256fb09130b4dcb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1d9d3b4b90eefd1714e4814e4c340d11a88f1208852b7c624fac4096ec3bae65_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:37afefb255d2e64fe5d72f6d32a3e4a55684b658b114dd341689ef0dd4cefb9b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6033b93ce5c2f73213bd89e9709038829a2739e238a1f827cdebdcac8c39dc91_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6fa75960064a732c4e25407c9c2e8b75bd98feb5bb06c9cd70dac8023eb21c0e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:5eafd2fde7b9fce1b13109f4729396155f7ef07d73d51067b11f96661327453b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:825963b5f6aeaab80cc3c6a3c173b588263b6a9ed2e481c06d42a229d18b40b8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9c24887a448382a80d554684df4280c49a3c6ab89fa9164d547d0ccd25c5b0d2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e423c9ccfc07b48c6ac2cc4369a6fd61e9b8c420a08f64d69e9a35b887874793_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:0ce9b759a50e8562b80a2466a194f70d0728ae93717dadedba3aca34712f14e6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:814fd188f5a532065135552df55e4c55fbf9952ba35f93ec6f4f22a4da2a43aa_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b87d5c52b3da29503ae5089fb3422ebbf5ab02840c486b19678a9c65f04a9e7b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:e7ed0864902433356021a2f30c65020370c3062889f7e5838be60d0ddb098ec5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1622e137e2fcea249115c062de3bb6e0a099ff4f4545ed1c98ae2109eeadcc71_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4a66bbbcf3b973ae35749d7d4a1987a561a57d16b154c0471092a2f242912e98_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:51a7d1ff4fd4ac2325da2064724449847c4aac05dadbc97f30d93d89bf887b1a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:f1743346567b7c2f4101128ba81ad4b3b00a40f3a97a465df9e1b895a08cb8a7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:852af33a0803094bcfd34f452e8490f95fff66d6e2028423cfff0a01f201457e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:9848cc582e21d833e5d5ce00a0655abf37173bccbf944e192510b3373510d81c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a97d77c1235d10228e36d47b304a14c05a10944904685f344953da18f2d30866_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e5cb819739007737f750a96605f14991efb3195f13c906efc64db87934389379_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:3d594065a138374b4efe911a3e4619baf1d888272607e83e4f614e8c3e48d2f0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:7e2fdd43861a1be04f8f6cdf2fe2651d1f7ad194d7a43326e8d65d7757ee3d7d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:08fef794d449fdc5f89da613254f8d8cc2512bffcd5a8f289a7bd8cce9f8660f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:9e43e41968b797593eb5d4823f8e1e7babc642c3ec308673ee1640198f12c234_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:2ab98db3bd54d97694587693c196944eedb77866bf2dc9fa70e6d186c0eadb34_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:cb11c30ff4bbdad9e25e12e2960d754cdfaa7af1507b07e74e21aa31a45b0390_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:107a0f20bc821c4dc4eeb05f29cdd1c0601db4b66f5a3245272098dc41ae7c5d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:38f286396ef7e0557eff8cc665ca46c4248e2b060aa9b170873e13eb691b207b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:5d3eff686a6a64f96a79d31f8cc6a88b17171973f4718d3da82e0dfd456436c4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:903ae03948c7e68b1eef1b1dc2f7d8718693e3149eed21862cf1fcfa13482dba_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:0fb76970c4ef89824f28a0993f2a21f5c91aab7bdf23d6d045da48d9c4d176ab_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:37898fbe4cf22592901521c29bc10ff1f3b8df7a200d64e9c94d037e8cc38e60_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:c4393a9eae01a0bb31f85f8a6cc609f80a8c2e7b7c4372c21bcfb91492ec78a4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:dd74aefdaae0c24dca43a36548e371ce292af5423751718b1a6480224d5e5680_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:500ce3a45214ea5bf17b0c7d0ebd33f75183db7bc04d30f7d0a25a225f494cc5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:6e201b3e5b45494f8ecd6d607bac314cc10b419d4f3a695c1aa9824b6eb9b8bc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:9772d2c999317adac02475b2448f24acc49cabb83c7727e9e478642dcb7e9794_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:d8d22b7e59cb411c3f1fbac22af12b78fcaada8e56313b2f5ac89806152ae825_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:5d1773de9a1eaf4b18081c968f3d1c3ab35af0333dd8ccf599c30a5336b40ccd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:93415b427bdd9185565c26901edda6e5d0e5b7bfa013605de8ee206716141c4c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:be9f4891181cd1b58aa9a3fa7a0d26dc3a382e9dda02744b06a1cd7d806ed6cf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fac44a7144ca9e888a74db83f6eeda24224d05238af0f8cb54627b74148f51a9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:20544ed1aea9d8b483ac6dd9655a0d108b80121b7011406e0a59de4c93060dd9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:29f0f10ec928c8face73cd03bad8478ab4b8386f0df20ee2482102f870f198c3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:adc31a12f2eb578e7bf135bb0931aba306487174c7e8e71f6d3d8661aad8c350_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:cc2921b6468b77227e9f210589f07cf458eced2ef0260582d0a1a4b8f9b7a613_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:156540860fbd6556102cc1abb3762e6595d374fceeeb7745d92655aa3fa74551_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:426c0e5e5885ee0450f36a93fea6f733637011c5f5c97ea2c790e0edab5d7cbb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:abea604212336f8e3cdeb786913ca33cf0843f3eb7be0d1aab681a005e6c9417_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f58646a44ac2716d6842af49e48f13b6c0a58ffde7202cf6004f479658ecb048_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:484ea3e99fe746668ca7fed6862b095326bfb8f26cc79c0bd4de143083b0dad6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d2cf9eb8a6b0528509e571a8ab3710bdb6b40abb5f19d797a9097524d2e3cb7e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:def75e5d102cae679cece8fb7e7cf26631d9aaee782319bceffef95fe76308db_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f6a4b9d3d3792cf016df0f539b41c2d33d4cfe3a85f87b8b1a2215c703a13d83_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:17d73f64095d650a84959f826da3009d844f209c39a9cf55460b842a08968fc9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:382ba71516ae6c2ce3670b92bb206e5bdaf5dd0519b2f1a6fcb417b99f0ccb13_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bb9cd5df0da433f514a256dc92610219d22962f8e9fdddc4a1d6bdda45174287_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:da71d08bba2b937f4111e6d773765da8379043335d83e600743608bc4c3b7580_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0761be83c6edba07296a17b61838c3720666dfad633f9edbe9643c1cca008a8c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:23021b0b3a60c43895c17a9d27eb53fb5cde7b9ba6ac7a5d81d1723d804ecfbc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4c802a4f273a7d7752c93b18c27e264cd373dd989797d1f9b970ae368bfbed90_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b41f90c9d31171dff6834e9c7b72ac295f7e0058eff6f5dc7480d7c4797b9700_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:192a0e7b36c1fe8b6b70e6504e12a59ecae23ef83d563ad4c8cca3ab5b2cdbe5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:39a6978585f0e1c57d7460a4fdd668a238e126c2ce7e599ad9e847bb55783249_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:851b15fc576a1939eac61342bfc75875d4029dccacbd57bef1b12ec784523bc5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:dbb87a87d86cf4186ac9c4e546048bd07eb4e4b3734935a152ecbb60bcbdc1ec_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:2c372fc451a83f382e57e1e63de0f0b10f0479e665c2e1d39b20c8bd2d84f51a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:881e89459149105fad3a737087f34ba6a0bed3d933bb73e4d1943a36d21a1f55_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:cea296a2222cfeabbdce7a42996be42db39f3d89321f93ffe705c0c01e7b5b30_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:ee35c6aa82fa9353c63acb0455e5196e946f423be7418de921beb7433bc27dd3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:64c68a2c39cedd586eb70141b21d19092d16303738072987e6a33a208dc1ff43_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:77d5bcf195bccd0d556e17803f4c5273010543366112916c8e9e4189b5f68627_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:98e7b50a5fb4fe900b08a52bfe5f1af0f189bceab97ce106ca4550e0fa5bf487_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ca76d72ac426b6a7fcf59fb99a3fabee6c5ad3e0095e75dec3a06194fda37740_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:07406356bc5aa39e2d130e94946ac1ff2346d3570819af5d1a228b3e927b3df4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:628d272cb4ef7a625677252fec78b4f6d7daaae10f3fa21e9e605fa294ff9ef7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:784c9da7c826f43b21b798e18d89f696ff3c0d6c999353336d1709149e3ed6e0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:806bb2fe904f03bdd46f5e7fd0da4e8c27badc7a363a034a896bb3c9331c565f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:09ab73ac9c9dae1e080a70737bd6f8c927d47404850ab85cdadcf2be42dd0b1b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:3ad634a5d007320ce93be80165b01aeeb25319a7458cd465aa4732518460855a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:71f3b158f659a76b705d4680a0f81d930f6f622546c903aa2bac8548382d232e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:cb741e1ce964c52ad3d7c373dcb2b2cf0292fae1c857f71cbec4485e0b1e3270_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:23b98311440ae92c9df288db4cb9336e442724af99c860289733d6c35dc07192_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4337bba1939749aef224134e01759014ce11a2ed05926c790c0eae870fd9b8dc_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:505907905f0d1476c5dbcbe7592c9d70ea91df7adc38e9618d2c48355ece4783_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:bc326e66fe857b4090cd0e717a9976857d63a5538890171adc420d47946b2c95_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:84abc2301d2fe7fefe78aa5dc90ddda63737ac2c8c47778b898a91738c6d69a6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:93f2305b36ca634a2b8fbbeb4bfdc1a5c868e791430d389f0e0326ca839920f7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:ca16e72147f9d94306abb1464485feff4a03a4922d5025d4b7250cab7ccc7732_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:653bdf880528e317bebac6f7aacff23ebab11af5bfa931af13a8d8e7b2745eb0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ba86e60cabbbf3c8845a60ba559d1a38d5370ec7ecddeba662ef01fb083030b0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ce35c93fca376e03d1d08e22b8146860e5711773b17f35e32a87bdf93338b182_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4aa1df7eacf95d9408d5016f5715b38ee4ecd340d9a66bcd55cb345d98de466d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:87ef275495cae4c69268a6375eb5e07d9895913b019bf1a73dcc5043b3a24a30_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:8daa3769a103ab420b8b43c68ed6d4d90a845bb23a358c62d38cf679511d6fdb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:18e0db16b10f2edaa9919257d37587d7df3c4c62cb88b8db38cda65e509a0492_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:1e12af727903c112c263bd301b9abd522da36fbe64e195f8a4d4fe19d34e9c6e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:ca613da143b223316bbfabe5c1618d5de77817057a47f8430b9541151b79f654_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4486fbb2570877848c2997a50aeaf427cdcf5f8a2656b3212c263d8ce0d8cce1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7e83a01469262e046bc98732e0e7ce4d71af991288d31155a9379d967ffb52fd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9d999175269f2e59feec60b202253ece2c27add1d003f80c0e40eae8d2621f8a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9f31f2da3caeba8ef97368c1ebdd3fb1df9aa911df241460d27fbecd2cfc9da8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1638b6de2276e53fd93970eecb2bebc56c34ffc099eda9bfcb02dfd10eb07be7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:22cd25be6169ebb1dfe48722f3b4c6133f14c5d4f6db6ef5c7c5c9f976b25901_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:646993f2432d9a7cf3d8d56e3caa5abb77fab65d4dd40a01ea68bc59e68ad082_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bb4b4fa70f8193a7cc49e278475052e1c053e1dca44298f02cf8a0c1bb95c740_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1076cb5e72c6e457760fddde4d94257042f5b0ebd7076a8713499bdbf4943c8d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:3c749018959822c9a7c67fc3f28f62236f1791b999901577445838c8f78947fb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4aa259c5fe5a5f92f61775e842ee7aa66fa29d6b75c2b67cccc8900b08b8e96d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:5fe33023e5387e6836b35074fdc002ca7d7c85c6c6cc95f6f645b1a7a3651b93_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:02aa2709ab8f16d997dff85d05909bd7b67ec3e4cf91d50b285f17532d8a625b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4aad374a238a0306aa63cbde5a29bb75d5b80d2c691558a1b384cc6b1de706ce_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:786af9a1f3e4f873aedc740637bd197272f21553304b987476b2e462b0dacfc4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c449bc96c47df9f808b4e89c06facf7eeaf44761485077311aea32ea1342f5e6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:9beab497bfb41b47b9f8599920563efcb58961c2a8166225f1935f45657843b4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:af7cc2cf62f672d6a00016c116f3c66b72b64fa0d05e7753c8e4b6e628a3a082_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:3a1c445bea72192dc031e4755bd063fecc4fc9139484f54d8d54af26dc755f45_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:6ff31d9e340619aff002ff35ad43b6131042cfd943dc0deb54f19721eefa1c14_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:227e8c82c210cd100cd7aa3b8c5bb39b3ff31a4bb6ad78bb7134c122dd9b02a6_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a7587160377c6622944f5dd49380ee9565d49bc02da4c5b631342a037835c574_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:2793040a3ccbef82e3d074bf0597a8bfc5b5927658a8bf4148b5b0675d6fb3a2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:835edd6d6766e17d868f7f6d283005b2ed2d38cca7fbad1c5b36f63c385b8e2e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b635f689b42b827ad12ec312500ac2582c022eebc7776bac97532bd61ac31cce_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:1099ddf483c4cfe64f687fdbe5587648756fb5b9a3d01538724b2ea2fd5ca6e2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:30dc9e1dd4b35944e21e40ad23583cb9d14be00172a0195dcc95bf8e01e34e1b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ac4fa9eddf99f4581573d52e741f0eca595c9e5bec12cb177f0eacc7150a46a8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ee30d6c3b56fb533d299a7a432618a1b2c83b1d9d72b2c58768c07c349fe95c8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5aece9cbc711608ad1dffc12ade865996984d714f5e64fc894bcc3985fa9c521_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:adb1d854f6dc5e70aa0f33164a3ded5a715ba0ccf894efadd73c7c4d661f0b21_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c0983bc8863c23ae680915339797991b26c17fbf4782caddc071a60c17992266_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:cc90303d2e2d0a5818706672d1aab7847450b9d2cd991d7638451829fbf26163_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1485611739af941f4e368aac9cb95ee105aee87258e5d872d51d7f74291a8e20_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:45d8a8c4703462edf967071e89e08d8d9e495d69245ad8b6ba2d6e80f579eba9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:584f6670245a288d5489cacce0e0cabb3c86bd6698f8118f49b8e3ccdfb47c39_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:5a29aea0e28d0ced0bf50bd3dac2bb6f6edce5ca6ef373f3d097e668a9e8cf35_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:3aaedfdd81b32cd2c67a0d39f819fc49ee2d31176496e043bd4d85efbd594481_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:97e6f95d96f347f03dbaf58cd6c7bf6c926546c1991cd83b5065fe0cafed2586_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a8b9d35e2ec9f2026a2ddf034e9f3ab2a9ea622924960f7d673564dc33ab6224_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:df1a7c4c835c59041b8c16e11580362d846ceb9b3334b8aafd36d3140b58d063_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:4d3251d46cfd8adf16ce49e35007a998689b714615bb66a12e0dcfeb896d8397_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8426d041e12f43a2b78791227c0f805afd75de6e306cf8bdc718f0f76651d75a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:aabd98101d18f4f5352d03547cc2cf784bf37f962b9c875059d6365a3371dd72_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b9c93d7e3ae198d025eb43e5c2caeda4198462ffaf407270dfc7119316ff5f98_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:b6c870af5b455dc9fc17314802f45c9ebf2bec19810ff75b4e157d96a94e6575_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:d2003914164b0f04ddde9b10d27ada74e57c26beb7ad06dac093098903909907_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:16a4f25c37894fe7ce7a943322dee37d8419bae36e7c7ca7b4e73dbccf8372e8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1b17792f997e30b1d5bf73388b68de6604e4235b0a10e5dc37955f8ff2077801_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:29871a94fc618bf280a7c38280ec0642c766838bac34a9ace503378a67f4638d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:fcfb0cf49134add5d8298b1fc1f52ab3eb924efc2bf40ad077c3def948b3ed8e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3144944813148f5acd4234b279b5569e5bc8942f390c76a5a88789fda81afc56_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e44901d545ce00d89aacf5b5afbe68663cb157adfd23f4b280f13e978c7a972f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:18b95158ab8c6470ea281f81f5f1dd2c0d1c198be78d3007b02f5a7937ade62d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:31bd9ee7e75b32542cf78d1cb12d254a93cf9623e00e5649c016bbf32b8dee04_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5b53eb46cbfbf25649fe3bedfe285e197f65cb55a057176d057e90bb65cf6562_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:bc8727121110bb8a6d9957f7871a6369e1512bb9cdf47a6d23ce12812d84a791_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:0747fad048dba8c93662ced1c2b1a18b7f9f75bbfe0740caaeebb9eff3acc30d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4a22ea1747135e6bd85bc59db41d17d0b4e761e29330e7e3666bf4d42a47649d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:bee322f686572e00dc5c6d7076de1db0034a26cbe44e0f9276b394718d6c191f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:df9ade514c7f2a80c4ea829e2f1890dcdd6a4acaeda829d3620e7d3874de77e9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:859e9211c265355892dc4aa19b7d845b985be40bb8f098702aef50f84c3e5eea_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:c2e28f6a9e1de3185753cd7fd47a51ed01cbd49697cc452448adbc961fe71003_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:c5ae19ec61f3c9cdae0db38b1aaa03838d421f9d4473fda4e52255cae97a2fdb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:e654a7604401da1deff9d8baedf0f7567831fe5f86f75e06fea3e5d140bb579e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:0640a6e0ebe2a6982708f326bc721c2c754eff2afdca443499843b111f223e39_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:5eb8c786a348343042687f659f7cf8b066efc3c4ed8764ecf36dc6e49a468cea_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:83237f13a3a3e051643bc1aa46838b87be13126c0e52404940351a2324008e68_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e67d6086ada10c96051bcbf4eb7414c407832de86a8e2d89364ae0d85a883982_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:9ddc6bf41dfb204e9241c57de41e0a6e1ab1c3f8ce2ef1a90573bb7365ab2bed_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b025b5d368618a31c64189f1a5f9b3db0b24068306117647796f00a22f6dc4ac_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:de35e280f4e50a18f2616dfc561db85b315425ff20bbfd4e19d5f64f93f3d0ba_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:f0368d0d3968189f10cfcbb972046bf09ad18a7a1a747887c239b75a1988344f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:21757065fc31856133fdfc4d459a993262239af0d2d242a6b55800bac866ef02_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3b08be9a543ddd200f66178d51c0f165c380cbc845a1be672b85e9dbe2db9f12_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:8e9d4820353602730cc0e808b2cf6ffc20ff80ce06915e40027815e9046555e9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f7a9a92412fca24faebcb8a574cac92c985d1392f1544e71fa26bea80314289a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:119315e723ff4b153d8f756357706bb4cd1ec5a160a7b173e359d733c680469f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:808301750b17198c8c7f5b2b71e6bef9a7e3d788ededb9a5f79e1b13e64fbc82_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:89ae8aa54d64f62a73557d413c3f146bfcca1c237a52bd57f0ae87ba8c8fff2e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:feecd842ada0c39c783faf280d103523668de8d16d43dc22f74f262f2a4aaba1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:595fd9e735db5032c9bd3a668135d99b6df650c250b294c4f8b11d67f990df79_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ce4371bf509e06e886c5ebd42312eaed3ed31fe6b8de91284f4681ccad199329_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:4662806bef8ccd703086edb7d1eb0c99f785927b1f30f227bb438829db52e532_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:d06875a7d480abe6e062be719a9d6ee0900180e659c09e2243df36e3ed55db07_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:2f6efec846cb1babc0dacf51b67634e83cad5e0f4700f5db54f8c356b0df8119_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:46a86c6ddb9f5bc798b43735eb0cf9d515091549680e43cd2993ba1b07bc052d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:aecbb57cc9a6d72de8520437e911255e51c97e4c40b55ef207fa98fa7c9dac9b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:9c8b022e6bfe80bd4998f177c0fc25e4a5d224a6dde99157f21de5d08f18e4a7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ab6a31d53e6e8a5a0b67f4020a52faa7fd3ce35160189aade3e958559b467dcf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:cb8394ff8b96398f8db5bfa7725c260d343774ec319fc1e3917dc19fb51c9b9a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d82a2ea6aa1515bd56aa55ea999f91e9f688e480d615fe53bfa2c74c1071eb82_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1af22f98af2fae1429e53c988267710578a3a092524eff5032e0c8f397a6a953_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:2ad01a7c2e75bb850686d59dbf73937ea69505657c2f2a55c10e4fc17ed83f82_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:95334d618727e811d16206a6f99991e93dde4bc8ed26766da848ea879093d736_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d460b99f6d0595fc76b4e85203f96a8a809cb709e22f4d8f819f99bc3e817688_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3b1986a8dabfaf0988f12820e1a199cfd0db684ac4e8d956ccce6eb8bf1146d3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:8568a6a6dc94a45bc8feadb7ff1cccfcacd176d276568ab96f4942aeebd4938f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:e24967262f34a1bb405c1010688b4a1ca1c8271787a1c8f5d8b86cf94429e6ae_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f2f71ca77685bcb4618502f0da4f242d48cf2473f0c7e439582e98f15bd0004d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:23400e78f2af2eff9dbed7a4da3000fee627509e5d4c87742aa87f8be1229a36_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:64863687e7fde678af49d370c9fdd5045d47dc2c3b921b179dfe0b392aa4b447_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:70935aad01a4c3b9c041d22554f4d8feef7038bca871fe1d84c6b74d4d830814_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:91ef5f2ef8cd345731b53ec5e044c30e14438f1935c74b5eca2436aa35e5a7c3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:071766cc6bb41db5220aa5173ef5d576f032ee1e8dd9868deabeba36f7798342_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:5a9fd7861ac77020db7532e72a52571c48c4f62164c1c5390cc55771b93894e9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:adc440a9129c3c9baf62a3f961179c843f6e68a06cef4f64a64e2a8cf7493d8d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f8f501653da6427153aa72340ac8238e79459759136d64d2ba6f8ae03184c436_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:023893e6a4a14842645d23171ad5562940fe5a25e681eb8afa278cf154f60a5a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:1d5ee360957a5cbcdbd54e71dd9ad1e0ee1a37f994e80081a07c289fe1be7c61_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:298f6b16fd4c32caa2d49c5ce1374d7d2037b3681f74e2bf7ecd0afb80c0e436_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f6048c371739ad69e9219e8ebe2045a246ec4ff01bd289bf630c45ecf006f52e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:2c96cb9ede1464bcdb2aa65b23d5c317050c99a9c7674b217301a84734b7fd88_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:31235aa238bc0662e8f3efdf393f9ca7699016dbe1261bce0ce37675afbc5054_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:698f820f8b9ba7d04cad32dbaf6420ac0e1ff5ae0a1d10f81e867a123dad0a60_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:6cd2462bf7a3f58f79de73fc8ed717092569862dbeedb6c72999a8ece328260b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3e602466b3dc3fc4c7879bd90a34a96878e5df827fa7664dac632199b2805464_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5839764d395594b922ad989a3fcc5bab129eb919d2430442390cdd7e95229219_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9913891ed84afd601b5bd646398f266f6970b7e3e164f423ecf561afbddf6f9a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:f236ad01ec1299b4a5e4b174ad698412bba0f090d7316672f230abadd209940c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:0c1f5188f4e79b0c508dbef9f9f6fa5c658aec17a66dcb14b23008d112aeb6a0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3d27787b58896192ef0b2da74861207bf188e5632c0d7b06ddac476ef558175e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:55402c1e07f5de8bae74f8fc9a579c2403cd12e65f9b6714c4d6b57ed42b4250_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:975fe9a014b7d9c4339bb34d0bdfc862b4a4de19b4e02b5b55a484ab99f31bbd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:142d516609c278895aa3302ba638724fb63ecfcfd232e1fc6571f5856aa4e034_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:28bb93cbe40b57c179ed088e45de698a93dd1c0c14d6ebd098439a412478d314_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:441602150d0bce7f8941a293e3a803bed75953986e93dac3eeee50848204728d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d92da8068e3440429fcd5a5b9f178dad1a0bb14fa3bee4849a99bfcc6674e37b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:55315b85da730c2bde56b7d08c4caaad5db5bfcdc2e9f21286ec48e58fb1c64b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6f2c19276901be4850c3d9f502da1365d84dad18e3e1327159af41877432c41a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d4092b12df304edca57e47dc5ee77e4e9006297763ec2e2371ab3856f94e4654_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:f9e46d3228ddf05919d0115f274f94f8afdb5e65c54fe6b17514e7a3b04d351d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5e06c7a4f4f0b3829c21710249546680ff1b7e7d541e30b556dfa69aeb7a5ef9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6ff5ecb5b92ac2d9b1498f86211b19e22627002d788647062ca604ba9ac8d7b0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c2c203df15e000f53388a84d8ab5affa78c4210861fcd0a28fce99c0ed86009a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:f080c488e219c5b862ea88e3ee48bf866c186caf803403d7605ff3afa5d5daac_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:4e6bff26378ddf7b42fbb27566ff9f47095cb5fcd74a26dbb1604725dab7c1cc_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:63efd9d23d66a2e7c754d1b921016177edec08aca034786be697c6ade7310e71_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:b15dbac78b5deda1493f959c14b14ff5344b982c4373471b13ab2f3829d520f0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d101f7ea169ee12e824370400ef6a94e0cbd48aeca6fe0ad4777b9bdc87d80aa_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:05692fc0d27f1bd3a0feba7c0eff4237ef52878ca37166d92a89aaf190972aac_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3805505b579ad8be8620a53e792410bedcb7e1716f3d6401e76c8bb179d8aae6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:47c1d91d614addb733f775406e764502e556f4a7414dd1a2060d3065f6c3c120_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:58650c0ce9725ed10e3646acdc76a72c4d3abda025bcb735ac2eee42ea261e3f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:4778a088ee10ef3ba59f3323ccccf942000e3d2bb8b0bc201822f7cef74909b6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:599fdac73334d243b4d362b2a752f184f303aec12e4426ff08b1b4a6fca0380b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b1ab8a122e88ee201853c669525590b6f73a60803d1772536e76c56531fa0041_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c231527dcedf3606bfa162c0026b0b037d41a908d6be2418f4250e234dc66023_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:83c6087954a19cc11c7042079ec3ca528c8a18678928c3ad9ed8b22ff07df36b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:209a01330e1894300123bfbcafc53948760feb80e0c7c81e521ea7abef269d69_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:013535daeaa7ceeaa565545a98d942396a07089a96937e4960a1fc0d44a4629d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:40fddb8896fcca216855ef34f2c8f0c6cbe3a59c6bdf4c3c751f69b57a63ce4e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c3f081c38876339613b7a641b30adb9c7f3e67d446151c892a65256ac274a472_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d6f330926e3962b0b73bb4b6a11a1b40cb0cacfdbe9fc0eb4ceeeaeb3bde758b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3f2283bea8d5c54ad689787a7c269022b04624d2b1ac830330a79d30364ffd47_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:476af4f8d17ec9fa6bdfbfbac2904244c4d51432b67f111ef0cf4a37ace9a86a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:a609dc606bfe95a904dd8c6abc0cac79316f17618d8b676512fe1b4e5412ba01_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e5b754105ab8d7cb9b581d3c4dea8a295919bec3ec645aac468b5f3267e0d7f0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7f92fb1c1dd18f03677ed953c82ff87011d8c15f1bcfd8c22cb7a877950bd063_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:d759dbeb39460193f8361524fcca202fb9f634d65d35f19fde1a187cd7230608_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f0544c40f7c610e45782d6a757343822cee131b745ae6ab4aad4b878994ce8eb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f5ec95c285270e35a77f89f8da39a51c5d29fae1ac277053eda82e250c715f91_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:191a27f89fa6ec450c37168a65ea66bae9ef862bd2b40c1e8d561b41db842591_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:905e494751d1e26c98857f7ec4f41b4321344f9e86d710186d9e9bf410f6e983_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d35affa9bfe2127cbed058251d47570d65b00a8045748fe1e97670797e8cae2d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:e82a015ff030ba177167a713df193d74480998d946b593a00c799330894702f6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:97a3a8951c456ee0c88a42cf7114a3225a3dce594b470b0b8f57f45c62efc1ae_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:b49317158bf5eb1940a35be96a959bfdb8beeef52e993bff41fcfd974b12dca4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:e616c0d47555235cc1c7e275538b48fd10b842cd11c831a4dc719afe4dfc5092_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:ec827ba35ddaa01c257247ce4f06ae733289364530f6b2c2d5b12a3b2959762b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4f5c8e59a54b30a9f38f1955c6d1474bd24bec33c52800338118973cb6f3e251_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:63fcc02b58dfa0bf549c199736bbbad1e764ab86d9375a6545ae1a7bc360f247_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:9264eec1243f98c37a0843baa36e78b1a88dbdd2bf602156d5f7ff4bce1cf223_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:cafe32e3ff4aabbb6243fc984431babd77e2ed05bb3c4abc621add33c5a69481_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3d6f997f5a6832459bbe5365b533f601dde3872be09c1e96b3b2fc21951f6adf_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a76abfdfb6be2616ba39fb25137dbb49dc56427081d9025f2825a3ce8e5a3928_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b540e70dfd87ad1e2e400e129a6b495617f9d57e54c1e54b09030cae11653d03_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e7c9dd297067d256671a0e06f9985a3624240158a1f4e2b97567409199ec453b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:49f6f4761d886208cc262f1f8e23ddcc0c05d5b4566f6cdc8abcb1a328c8c5ce_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:836c9a619a35d6b8d4929a78b96d0641434b880ca98f44df45f0edf7b69a1d48_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b4ffd4fcb95ed73bc3689988214a2e4210233143e0ba4f123ceb4c2ca14821b5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d4062c740ace239409c182e4c52858e384384faeb0f3d98486e0534f8dc19702_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:29b0d64444b1081a568d8c9354e79b60ddb1c3286f9b6dea3ab69023c11f3436_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4ed2d42fdc6e8fa9d3d08152849754d1827dd54ed86be4507d75f5c90bdde542_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:c1f38fa9fb729b6c497353127feaa36375749fa07f91020e8634838d58628878_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ef794a3bd52be528ba81c6964af2fbfeff03b1aa3d17ac36fdb97f124abfebfd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2518415bbe069935e8229d141d4a8a50285c408d1be2af467c458a324120154b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:b096377e0704a959a0ec41484825436b00d3d0887e49eacd59d88bda87e38b03_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c1b30a9d1f6908316a829b3084df67b9b8bf5043fa46060996cf259c50f62090_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ec9171ee21d867fd61004535db96e98f4dee9dd6f3fe86b719301cb1b0202a79_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:07f056306c1122527032aff7486e5fc75147f48c708c0c0abef7d570cdfa78d8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4314b0a4d5a82abd583de659e5033d0680dce2b535ebd3ae4dc1776e741bb214_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:5bd5ca703480895af05ce052c3f9f738672e989cd38e905cd17bbc378cae05dc_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:db97ffa52f99127907d41b6bf460299c3fff8adb69d64bd92ad371941364c374_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:16374008403825338098f7aaf57f74a2982a75355834552bf29246a9ff4e0b7d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:770cacd7e4e04a786a2e55a3cd9ec21048131c8eefb7baa4225e73a09f0f0901_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a240e71d7418d6f9781219faa2ea9cd315b7091b1a70d6032f81de2ca3c53aa7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a39da3d53b8b927594c3f5c3a5dfcea689f2b75091209c0cc36b18e1426fab20_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:34cd79b95f2ce098b064859e38785231def795d2804c05bf7542520e9d8b596e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:354b40ed867003c42975780f9db1320302500f4ea6c5ab14a0d0ae70b537192e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ba52f6036566829553d0039a99ab677c0e40b2a14bb3d26ca470c526489e4574_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f3eaef7985effa7f09545ee19442623c7aab7245597a4a1d18f6b02a7a8f77f5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:154143883875b88eb144b77d13d5e9f750cd8e020af720a7bc6a2e6dc252a260_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6fa758fb6577cd18e48fb9280192be46dc724a8cd02b54459a5d6a3cb3d06fa7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:80e191f5faa2991cf3bc7033691c4966f1a07953e4941ad8730ae7c6444c05f4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:88ce4b91b2161c9b22f154f2a6903f801e26f15115ac874c549e8644cc5e734f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3386c9093b00f29600b1807ec97b1a6c935ef7a6578de01f9ed5f90fae6a5a35_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3646bf2e6bce49c01198dfb2a1f67371ad1f20b48cffbd7fd8f652cb9b215ae2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c50c48749c9fbe882410ff025799c6f450b063ab3e17dd1c4cbd2afa2b48fe13_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:dfaca907445b7213f3931be31fdde7480c22aafc0bd3b030d7ef9f0d84f5549c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3ba301cdb9ac46c11853c61812596ac905e94f15172df53cf352a693ea5a0a6a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6faeb6e3779cbdc86d4c7cf93e739c0585019e82587abe150f76c7cfb88cc417_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a0d6e3c4b32eda442fe231aaf1a77ea61125e0509287c381ecdec1615e6aa7cd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:bde28b18ee5b582b69683df3122f4f9a3a4aff757c2caa9fafcbcad878d05d3e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2492414954e0ca3e228d6d000733ae02c5d4d68d4b9f5e7f992e1a5a60cbffd5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4aa1f8159ae2b9b385bfb204298e1710c09123bb19bb5b94c2b93dd0419e06f4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:9a2fdc67ac81e408bb49170bf7a862a07998fd951ebfde9396ebcda40078d3d4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c952fd4490ac28f6bc2b39054312e85645c12d20e39ae631e35470267d8b73c4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:001807fafc7bfc5eafe92ba92c127488d378e1b36262f0f71cd4e4feef05598e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3c3f3a57f87c512568f858da90b13c39e9441a1910c48b9bb51cc2ba3e816b04_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:62e3145facaac381967de0461a3aef63b2b6afc466dfb4e185a35aa67142b6b3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ddd906a1e486837653341632e3ccd2d805ba2c7a7d7c26dae34022ec6a7ee90d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2f80d2b9f76b8633c9e6d309c5df7f251259b61a9a40a0364f2160707de313e2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:779d8d482e7ee453e8245219a0e21d84bfa1080819b31fb9f5de38f49bf3d724_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d44b76b43d8d5303fa38a3b8698076912be870c7a901c41a68f59426cd41b39f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f5bc9a28cb8d0bbae97b39548ab6688a31dfe2b23b8d3a52da3bb397f6aa8b31_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:195460691d14dc4f518717e3678a9ea780eb548fea8904c5bd4e2d554b81233c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:29acb2429041bbf17eb0f3faa0da84c1c5655df8a425755c1263fc16911d667b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:20dc4b1b9ab504d4192bda76eace70933c264628c091ccb4ac78faf01104f356_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:366b95ac0f170d8c1c969b41f3c624026593ebe8bfbb466c5f7109e1a6ceb1cf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:32acad5511e808b1b3a80aa96458ed7f1800b4f19aebc9edc4f85ec3613b8ab7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:dc009efb6f6e9d60b022ab94d84d47fb169d2dfdf9680f4f24b40ac0a4ad396d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:77abc31290209253ce09838a292be7351c02d5a7367859c430a5b3d97cef7f31_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e4cf03a101a115d398aac9c645ef400b9366d4bbf189de664ccbf782db4ef5b9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8a9471f7c51a026fc621dcff7715fbc9620603aac2c2e4454e60e0f579527e62_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9c1b85cadf719072db5b5abf0b93b3556a74a67efbb88d7903bab7b6e988fadd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a454b939762af9397d7d5043d1e6070279e1a1c4240b2fc808f0e53872bc237e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:b0802c5220abce4c73b650e105e42d0c1a57c5248c4f55819e15053c59f2680a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:677d190589cf02f414cb0cf4a31041b02ed8d706afb433bed1420d6f35d7a44d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:af0aa63d5b375590ffdee42f4a7f00a4610e33c20ac7f3b23242a24ff43d141a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b2e943bd3add974a8511a316f526d92d0ac1e2a0755acdb49770728984abe2a4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:e433c5ea434c2261f40d623bdc22944c1ecd435c0ac08a41d36049c9bce1b604_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1e800e47a04f7f19c87bb79778586939b4bb2a32f5ce3790d796331ca93a9235_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2c0ca90b3662de85d7e595e76f678e419ea1f40990c51ba16bcd01438f0db553_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:607e95e44de20bbf0feccbd8bb58469928452e6e4f962ad088f452e0e7e6aa5e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ce154b3a8980274f592cd2d41da7a748f7c895f754a3fa7994eeea657684fb12_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:c00947fa5cc8fa1abc26adf7cf8acfd4336e1aac0f1007133b8c6440a8148a1d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:c9a5828c250033f2bf160b102a3722959210025d373b85ea69895c96fbfba833_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cd8048f17129cbbcb855587d48615ea6e574d12f2952c0b1b5aa3819cf453541_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cdf9da2745d57ceb97761e08b560f2de7a212f860362eea3fd445fe4f6f7c769_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:02b7af4ef7daa8499a24b02aea8a24c98960851864cf639e0b698b3844563a8b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:3f82d5da80747c147ab429d24e8e9791527f7cc89fb6a7435d0cf6d35cec8933_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9e4085498157bfd33b7bd7b212300fe58ce6d462854fdd8a597f288637503104_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a8775ca5ecd0065373034a37b6de3fd736045868a3b116aeb216637023aa9685_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:28986bf93efcbdf0c2012acf8513e958ae8b32db4b649b9355b1fcf66b35038b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:52990833d3dcdb340c68234412d3743070938573d0296ee45138b404054e311c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:92f7c8de428bcf236f2aecc0382d911bcf5f7f536bd09aa44f9019ca7627d116_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:fa6add264803c2adb838efabe0f0fd8f4d78b14bfea9c1e91cce957e17a77208_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:46910caf13bd60c69314b0a72b866a8342c1dcead811f01f91b1b1674ea1bcf1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:a7ab888801a85e65a01acf68805744b7f6a1ca713c329629370b0fe0a40c359d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ec97f4dc1d491cea9e81ead6ed959141f0ff2b36fd4fa623722020431cbee1dc_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f67e6ff190c45a81777e63b69812760e828838e338e1d27672d02b5544b3e682_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0a9880ede4b10a6328766c1d9b05f17c53faa4ac561a8e768f5fcdda9997f056_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:51f75fec0f0343d3f68e8d4810e7588475cb0955b4793db7347d3ff466cc7f78_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:74ec8a94d5cda524570b881e7a352604453026a0324010b7f4b3d0a898b5e457_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:fb67ab3a88d2c3f33925830b9c63584bf14b321adbeb2e752a039faaa0401c8c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:13cc747131cec81fd67e04409a69497d75a893f4b56adaaa3a1f77f1d0f3ae67_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:2236900dd28b8470cacf90c618bb50b05a0d1d66726afebbefddd2377283989e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:ef89f2da22f7b0c0f445b7e700b29cdf9ce229cfd7866ac6c7bd2ec367db3bc4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f5a6e48a72f6054924be3b81dde0cc0ddd95d7ea029e1d819553fa633c47632d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:49a6d800db550efd565f451e584b890e88b5c6ff8be6fa0e17c30bab2f9980a6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:cf42aee609494b7786b12443443b9bbccc8afe2658ff6c16cb5c86c05c95a30d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:eb13074eecb1627bef4ca2cb0dde1116ca08cba2adcafe089e898236bb37dbaa_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f96cd58eaec24e92cb84eba253aabc815becf9264136c2cc898d1424fc8c87fa_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:8597574b86410624f04ebb0fa280276db1ffc676a56fbc74425e16790013ee47_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:901d510199b2e6cc87c754af5a1c8ec564089441f85917043a80733c4c83a430_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:9bc218ed94e8e516b01c11f26bd9adc30251067492ee2a84f55b573c2d09f6fb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a951a17fbd50a051cde6c2fc4e863bd70e29485fcb085c4d0c977a0bfdda5ea6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:11487764cd999f6abe6bc5021312a0ad9449b14b2ecc6f7bb24bc0d7dc57db60_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:362cd0740085d7b9bdfd4d10706b04b4b92ea759697c57b340698ba7fee0e063_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ece30fffff9f1b1252e7063cb4ded0e669f661e123a02ae5bd966bfc5e3e1ed6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f0813c18a84c6a7570cd3f51826e81dd0cc164299173d05ccf7ed3d31be71961_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:b5291a1306ef132559dcf0405c4a15d2921133356d904aba886e2577030b1af2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:6fe441946297aa27d90fceb448adfe939cd74ca0d02ac818d9577735a8bb004c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:0003426c210d73355a8e23970e027c7412123a75d979052113f325edc288b478_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9315e7033cb22fd8229c7cfa7bc78b10583dfabcc54edb3ace0a3eb435394f9d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:b5291a1306ef132559dcf0405c4a15d2921133356d904aba886e2577030b1af2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:6fe441946297aa27d90fceb448adfe939cd74ca0d02ac818d9577735a8bb004c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:2198b31f6460daa49ac33aee124d664f8020228052df648ee79a2eacb155df0e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:f1ac1040078d827c434858ca528df96b41047b32c27ac522d11d6d269da755ff_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5a3cfe8da21c874d227a225313dc98a3b175e9b67dd90917a201d5be2c8b0d12_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:a119246a2ed145b6fc3ada68e546e729485a34fc869e3742ea1b01b9f853f1d4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:ac4b25b223b08c445aa875106114964745002e90908062d0c11b56e27ed9f8b6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b1fe363d1a527033081799943271457afbdac0cb23ff875a65a6292ce1f6cba7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:66cd3d5b1343fb7f7fd7a3922adbdca110368de4f696b91066252229dca3f16f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:7793b9facc62469acde7d6064a4c2f26d8482fd1a2205add60fe47541b3141e0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8fb627e3f8138d9ec3c3903373502ea0d3f83c1788641f016a9de4d7e41dafb4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:f239cce00d46794f91479cfa3c94a2edd14e206f85e684131fe857a80215fe6c_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418900"
}
],
"notes": [
{
"category": "description",
"text": "A denial-of-service vulnerability in github.com/sirupsen/logrus occurs when Entry.Writer() processes a single-line payload larger than 64KB with no newline characters. Due to a limitation in Go\u2019s internal bufio.Scanner, the read operation fails with a \u201ctoken too long\u201d error, causing the underlying writer pipe to close. In affected versions, this leaves the Writer interface unusable and can disrupt logging functionality, potentially degrading application availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/sirupsen/logrus: github.com/sirupsen/logrus: Denial-of-Service due to large single-line payload",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is categorized as Moderate because its impact is limited to the logging subsystem and requires a specific, non-default usage pattern to trigger\u2014namely, sending a single unbounded line exceeding 64KB through Entry.Writer(). Most Logrus deployments do not expose this interface directly to attacker-controlled input, which raises the attack complexity and reduces realistic exploitability. Additionally, the flaw does not affect confidentiality or integrity, nor does it allow code execution or privilege escalation. The failure results in a controlled degradation of availability (logging becoming non-functional), rather than a broader application outage or systemic compromise. These constrained conditions and limited real-world impact justify treating the issue as moderate rather than important.",
"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": [
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:86260062116d03fe7c4ec9df2fde3ccabf315ebc380f61db472d334be90dc325_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:8f284d614d7fe9d7c0bb5ab076490a781f0922453650713dd6bd722a409f650d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a43770fac453ba7e59e8af0c2aff352471f81a1b5f34ba620d4555a16af464ba_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e3a8e74f008721239ea7c070e6f6def1e779b723863e5ca279702f81cdfc0f5f_ppc64le"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:7d17650f80e7bf782a7a59fe0672f593cdf9dfde775b7153fa5a5c4ed8b86e2c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:bf046c55304478c82791a67ae0dfeff89af904d9b56cd63a29b261cd02633798_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e6165bb623041db07759616b297f0541fcc87dc3bbb91cc77399cebe96c1b647_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:f47af1eb3413e739f7e219ea89dfa0f09bc31f18a771e49ad36b32f8219d9112_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:34161b5f6663f9408d7ce5afd4525442f41332a9501f658238f3eb6568eaf3ab_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a4116b2262af10fc2c7fc40800501add9f5a9c671907f3eee75cbfaa37d47263_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a8dca289390dc8556a4cf3cda46e5cd45bae33fa2b1a88ca053626ca3e3339e8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b43e298d73fb723ce446344fac3e136b0d3347b38e7d199a09d2bfb85c231249_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1ec3135a01ee2bce646338cc6d71d35c8adce9f3603f0f07ce90dd88dbf3c4db_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:94c42af9dd8afefe53de729d8ec8b5f9103cdd7f80c96999b2863bfed030cfcd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a80acaac8c10d6cce0815ddcf0bc296013e97d2cf69d1eb6ac1b7f3b35b40d74_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:e4c52bbf17f055890cf9968da78045295f6e37e52e3f4be5807db679ff63b874_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:28f2daa782218c5fb085acb774bf1d8c13a208b8f29f4a12b372db2c446ada76_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2edfc9e18f365bf2ffecd7ad45b5693b493de472fe7abffe73ff4375bc6d2af1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ba51aa38b39b8f57d6908665938870cced5541b831756f4039047245e0f2a8a5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ca246a844bb6fb906816e4008c922a0470c82bfe6a736f3a926de3def6aa0597_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:07d09ce1d5c97a717dc1c0f540e21fbf7fc2ae0c27be6fd0869ce0dabc0591fc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:44e3c6d5b98dd6655d38e3523fb34ed46dc89e97ef8a86f908d72461cbca59d4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:81e7e1cb47cdbab3a46bf8bb0ebcdd218f46aaa94236ef250fef0fd143c9204c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c318da767c7ef1f2452bb631e2726084f48a640c962f8003467c72ff48225b56_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0b26257250fe3542640ce1a4f5ca71f90294c307eeb477f1d1e4d61e3ef233b2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0cbec11d17abd89ac4ff332c238f92fc49c19f3e1575c26c6654cf2668ca9e66_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:2554ae05f488567b3c752c16c59f852ecfcb90746a47d48bdd39825aede43c21_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:af26188e6f7326835340b99be42189550233a7bfc652375b0859cc058fbbd0a9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:31460b57b3986f0d6c84406eccd1801eb3a03d176fa510978311d46390828020_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:aa730767af15fab6facc460b6e418bbfb0555933b4a54b01d34cb83c1148b8ca_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:ab43b9177badda24d20e8830f375132854ad313b46e27ffddb8d68b6543d8007_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:ee7eff8564ad522223787fc270f1f4d4233359872c994981619f1c10b3dfcaf8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:0d809a095a0d86c0b149fa0e28f852c1633c2904d7bfa23b6900617ef7ffc2d3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:5c15dfcbab56f579ee265d4acf74778d154ce0185234810ea249d9b9e415052d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a95c36cb709d7f9fb89eb6aedcd7cebc104b90f8d9f1be6591981dc9f96af398_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:db9a343c67b6462259b3f300af5efe643b7637bbc88ba5aa65e06e4f573b0049_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:238158a2264b9688491743d5f7c97a3f152ea2fc4a1342fe4b0e63f618dc50e0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:6dde5ab62c9f5e35b853112e3c04a8c856ef9260318dad58352ae36c2d30bfb6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7309bb2119edca063c67c7b074e1d45d99866223dec53f9942fce421e2e76250_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c0803e9ceecf77a8b1425fb0634b40e4095bb9d899c5d5af84aa285527723d83_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0dd635595c420ee1672257b6326a193195b2d21945664e649b09c62ddcc25d7a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2cd23c69b8d88a73a2aa368cecbe1e8812efa47760bf16ee0629feca934369fa_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:4beb73d1a2c279b310fad6789fff0ae70cbe18a79813819b1da9c2c5b6959aac_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:dbf382ce2e7158ff2483336643ede99b2a4fe4cc888af72e92e19ab864c62291_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:303ed90fddf42d1a5ec3ad7eb1df833003ad750f4cea17710870382a0f8c720e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c358b8a12046693741c5e88afa14a25e066ec9e51b84e22935c19dbf34ac5455_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d98dff9a03e2bc6564757afd151092cc5bec438c678f5fe5e402365bc6bbfb03_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:fa2d95a06de233147317ad93109aa809f5487e74748550e40f4189e8aeb5f50c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:943aba9a3a70cabfc2b0c94450b39ab3fbfd92f12629a2e175ad89251addc2ec_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a7c31f5ce80372bc4c63b60f9741352565eea006601522e25f03ce902e35564c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ae2f0cbe29206ae3ed5275bd7a0b101dac0e3bdd5520493ad4bb360e2267ca20_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:b9cc7a6280455a8a36e26494744d9ba540689594f8a1d8f625cd1811eec2b0b4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:54c3ecb1fecd80a81cd667f5edb968c62381bd2ddb659255cfd861dc0a8e0a9e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7deb4e0cac2bc3989fa828677e4717eb75f1bdd8223dc638310d32c73219314e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8901061b783b8a41f447eaf32919989dfd24bc13b1ef61b36f1132d66f64288d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:921aaba9517c1b00e09159d4539d47a55c543b1c7ce3c789e6e333ec133b5406_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0dccc414a5a3efd474a9eaeb61b6a2130f652c97b8b71592c7cc52827ae149c8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6c1df1bd921b4b6fb22f9db19a2c69ef5fd98d231fff3869a22442b36dec0ffa_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:eef901a0f37823970eacc110d194b81a6c679aa3dee5fd0d350b66ebb53a1542_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ff539434c8d3bf3c3a64f040a5f7ad702ded9290ff0a894a03fd45fef9fe42d9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fd88ff4734a68d6a95733ac650eccd70d1c4d23967f32b3ef8de08cea8bb05a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:8b02d7c27cfbb38d19b1456282d58e14c8d64efdba25a6238606f66610e5e9de_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a4b3b74bd3e1a9a1c81f040810325ed6bee59e0fb708c9589439fc9c734805b3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:bc92d21475ba5fd3d2292c5f386328bbbd237b92ab7288d3709229ece5b811e1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:360c5f509936d41297633704930574fb8fdcca27e98d1614ff81dadfadab4926_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:5fde232e29f5707caa6bb5219f108a563ae59bbc5d2818e368a5b9e472a1a2c7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6f1a30e659ad462113e1f481855cc292a760900cb5c05e669b5baa0b05a15277_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e2a33d8b21d3c833d9de1d6472e958b67ae7c6583e326b90ba51a2e1992d4924_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:1a6641eccc288ff48bda2311e1356ae244308345fc4c6e8bbeda2ed8b9f85eda_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3491a7f01d29b8ef97e0d28cf1258c37979ba8941d8bfc79c62bb7ad871e1f19_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:86a9b3d8064057e95ea8935b94edd85042eb86751e79f7a9783b9601b88d8ebb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f4f10a1f9554ad0aaa4fb9dbc97dc9d6b1b27af1ca3810731468b0c458b86a98_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:b06c2047e92976665952f3b0352b0c5bf8b5a2e6ba00b5a5468663fbb0309e1f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cc10468c6882a877f993ac4f6ef5f29e7069f99d6b3ceef528c8d7069ed362f8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d682c5746679d8dd8534b3d9c4b913880ef9d5713b7febaa3c7573fe7900b61b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fbbf71963f1f9fe061819fd07e90df13d27347f2854720be55d4ee453b6b60f0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:515147b779e1fe06b9b510177519d413a679552ed6c2ecf4b0ca8816a1e1ff6e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:f1fc196ec3db364df254fda90a46e6b12bd50d50c01f2996f970ff8f9c1ea1f8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:4dbc09f5c1c4011c13a1f461025da298ce289912d98627fc6d08ffe1a30a2a2e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:d3436d8f8316db7b836d1146932a1f8de35edb75644eb0c9f0e3af334aab8f87_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:1eba9990cf84de01e1ba504b9b852c48cbaee1eebe2c564977d1419177bad652_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:cbd46373b97caeca24a3b22de19a294091f3d5e294f2931f01d786ef566867f6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:09824ee3a4038855e2956ea2d70a72b5d1e4a9ecd9a323dfe27eab6df7de5c1f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:8d89ffb1ab74d5e02fcc13d2a00d5e1fcca30720d987c140544e061ca7fc6629_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a8b44c2c0bed6ec652301ea4090bc62c990130150a8c1378a06fdb3f9a7b848c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:d2005b9ade6f74ee3df518d9f124b8acfa909d0dbd34c1c3b9e044c0556fb268_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:c0d0de4014902209309d97c189f02ef66292b254edba7e02d26549e3ee24d7eb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:f673fdfb5f29159fce99cb0ce47a31fdae2f57533aa49b84228ec7fe03274aba_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:07afc1a6c00649e6f56a64a75a345ed3ec97e28976ac09d362bc44412fa6b67c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:54319cca65ce76d81bd7a392eb841bffc14867bdc1ae341bf8ee6f84d10c867d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:445ffb4c0d9ca84e2c57333adca83f863428819a7732111b204da9f57bad9826_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:cf571aeea198dd0b07a42f12727db8ac78fc7d40eb5d1ce47c0e521f84142ee0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:80bce123dd0a3488a9cac662d578f451608252e8144ee8158cc877c02c3f9d0b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:89a69823162109668d5562e46ec004b719bb60cab26872234730c458dfa697ec_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:53babfe25e9258b6e8564df67e1d465c9f144976af5be7b30d95b0dd910f6101_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:733f6a4a3f1a1ce7f0495e2ccd8f492ce3378e2f2ac1d6f618869bc0460bd341_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:0bd4e71e9d22f6c16130426710bba8abbb82b0510cdcc9eb6cc74a412021c45a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:34fe2d2d5972de86aca83a9affd601cb1c4564fb1939f4dbbee3dbedc2bddf9c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4e01b88be4742c25c24977471d81262f8f0f391ccd5c49250b306e726e1d32e6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:dbb1ac39b132a5d539fdd7f13df09e84eacb8460fd7e0097d562ef079ae2c677_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:1ae054478a86182135ca308fc3f18c49da06734b34fa897f74544644474c7807_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:3b7157d6c737fa70532d96c62fa68e35fe547eedc6c50580cb89f4ce9fff4fe8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:152e3c57d0bcd719bf1e20ef7d43ccadaf30939c8c9899a2ce115a55ad7be983_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1abc468fd1a09c4b30e624ef4cd9257c2d104db17dbcf19a5bb8323682271ea1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6e535ada8c1768a2411ffa684bc624afaca15618b2d1a8a6c50f0b97be52668c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d46b24f503b741f3c919cf2f30409342310e3b2d6110b043128ae5d496219c96_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:12c1eb19b65af75175b1708f0049bb3eeb16c8c9a632957f5f97a5419246c7c7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:36103549903651a18d5c1c25d07dc98ce058140cd2b8d6e80cb0f1a940a277fb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c6fa0940709c377171ed6f553729935a9bf1bc5abb7c47f919d3b0fdbab3fd74_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f421d2c61baf1f196a5386d02b56b72593ab557a99c1ac61fd99d324a8bba3f9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:01b50335d5ef7515c859414036920594a5fa5b0039f5191aab1f16d291f3514e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:98a06124ecb76ea1e4d88de6b1532b2c8c6a7f554d1d25b946258b2d2e274649_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:cd6a54657188c7a1c0147c72b9d7ea326de2d7332eaa2c049ce4e02807177bc1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:ff2c7571055602c2cf719149d742d2e7cf308f1a077c420205bcdb2afff13c00_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:455f935e22bc0a892237c11e22b9bebc4840c26c61510d43827563312ec71fd9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:8b30cda549756767ad42a0486cd2987e13eb28078ae00996076a2c4e52ec50e9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b3f754533c34684d3ebc8a6646c8698cca95b6836f9b9cf6bc80edcc1c888f19_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:ce1af97db3e2816184795c6d1fa3cfef25329df11482b2bf4441c40e51d21347_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:73b55b309bfcba54861b619a26745a67efb4271848e99db56af2536ceb0fa597_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9dd8eb511b9258dd6e6e2edf03a6e6d64c1bf8a5422c173cd0b0d9e1b2cd1734_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b43f4769ae4bea0d180d4be8183c92d1fe5aacce4287fc1462032f1783c42207_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b7d331a0edf44bcf0fe747365f092a69e1c1c7cd156d48781d40d41a3a0c8552_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:304b520b8986da52f9f1f175672f6acb79119085841fd0ff0fa9754e8f22b34a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:67d76b9cdf3b5be24e7d157bfe385f184c6abd429860ba6d2280f77265929f26_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:df5b6082f4f05bfef1b63ede7fdcb5b575e56bcf264bb21e71ea2dc98c884ce6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ea8623b6dde50f9b993f9823e27349650e5d80f3f4f37c6b9b79cbc08ffc6da1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:401e7eda5905ff108ac067119245fe3684e50e736737b350baa06ea6fb2b7174_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:445489e10735202ea518bbee1cd56545f0e7e66742712cf5006c4d4ef30fc1cd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a583347caae3aa7d703a2130fc1f57b9e81ea6a06bd33785d87f92596f1f6355_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d30bda3636af0792fa0b182e8c1f79f5198a293572b40eb28e90e8e536416719_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1a369e0372bdde7ee5ec7ad647d30e6fd9747904580cd025ef0e20e1309080b3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2d0b89c800f09fb923f249da6536b9d396a53311112c458973fa9aaffb9bbd77_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ca969364594a060f9adc621daa9d2af96fd265e32dff63699cb42aa60ec1a9e9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:f1b997f7c662c0c8e91be2d02d6605fdab614bb89039ad1f38d6cac2b4623ddf_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1f379914cc47321de26756b1fd2fb634ab93f0d50400467df35dd4303100ad1a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:748a768980651e5d15e4b06d8483c6ec6db7854844e2b7dd789ea0e5d0b42d70_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:922cfbcfa109c304f82be7edd274534d18f9e2c7fe036e9b078ef40dbaf5659a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f439945f38dba034123eeaffd05372162855f703ab5a939dfc40c8b6e68b6dc3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:515b64496798a09106a5a99cf322bb02cea22a7d1684653ed251ea15532a61f6_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6de46b3fa4c0a353f73b6dab1c6dd53546b38a7cf754063382a47a3487aecfef_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f41ea3ecd58d560a52e13cef8384f6197d49add48c01c432cd8971f53fe5a4b2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fafdde0ddc3752811000a0b64826ec60715a45f09b79aae8aae637b6a50f3c23_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:212637507016bc9b3317c3980c30b476867ebc90d1c0724f0178f445052da718_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5f148616ca51bcf1c30183e095a8b5a981a9be858254938ed45229e4b4ebfdd1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:9461ea9cf5c260411a69b6b39c5dd4048c592f234cc24d481561d90fffbaf1bd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b48c6f2691532175458342223ed6c744b4dfe2cb057d1abcdcf3980127791ce8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:2c1ca60eeda0aa20403364a3ba33d9ad349e98ae3c839bff106d4b3d59426d58_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4141802dad81ca0be90cb3e030f18156e4f129dd2dee7b40d4b4b2f63d7ce927_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4cb581ac92c27cae351d2021bf76d97b20da9a9db8f2b867df879a2917d052b3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:da3dc2f193bedf7af891b2123b2b25ab8ffc54ee21ce4ee4a05557b7175aef7a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:232a25a7c42589bb08f34e08eb3e609ccc7c1de4281c234bb59df3c763695339_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:77021ef3e969e39c28e863f22541819957f046f28a88ce0fb0f706381e8ffdf4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d024567af8fb35126a2084d9c0de93c5b349249dcbd202c0c5cfb7d2d05bcefd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:eff2753dce033753b4687d9eb031bafad6c3bc1e1dd941de90baa0322bf14496_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4a8e36032ebb3b81b4e2e854fda6217a58adeb78e133257689d118b00feb9d0f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4e99ed18cc738391a0b1f7fd6e5268dc1a2b2d0c235b96f5def3d9bc25bd0c4b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:acd10e1026c3bcbe1effdad4d96922661418e8660dbb0e8e97fb69b3df8a3578_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c84a3e6dfc4b3abe1c2f3e6f63018a8d45fa3333969ac2792dce86ed5dc5f7f6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1d83bebcaaf20c68ec4705bec480e45b4a69d8323d118a7fe4812b491ea940f0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:bbd338c6ca660031115a11f293b165aef23ad28150c6a8964dad403618cef28b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e9a218fb77c30af249580c4b11915d4876083f642c7388c6333f70b781bb9f17_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:fd8e0cb32df9a3eb7eecfb9d5356a136590223e69130193ad8a92f310465ecd8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:0de9a2d5418c0fadfc68e9f64335c23396fc3188b1ed7191e2e740e53aa1b29f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:2c6a648364c88588f7ed1c538eaaf850ad4ae8310b83cff95c11db695cf4f528_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:8a408e4ad9cf59aaf87b0c0c97d3e66c4339943d810da2703cb4d0a946ac036d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d4f83ef7cf93115c55d7053dcbe9cf980bf522cb4c3dce2feb95e6574657384c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:06849685ea1a02445fd85960975e0f4f0d39947420d0f381dd724b37f4f44994_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7ad3e41c51b206489d6de9809594d4407f0eb02df060111359880560088c9140_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a18cc97e985023b176af5daad9cfe50eee25bc7e5ef657d20c17aadda7a76c35_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:f3ebe18a671ed1e458d9c86184fad3fea2e8552d8be87b3f2bc83ca45f6eecc8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:29d61cf5ce7ecf8bd5e49c5d01b16a82819bbb345160b90ff46f0d936f1152dc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:34ec4d660b408030abf6f5c0858fcfc095d7548530e6bd4038009c55ecec3344_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5a947d842f80e6e70729d0195ea3fd77111aa4a564c82e9bd0614fbc715a85a0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:c6b897cbd33e4d897a44ff05e5a2f7093a5fe930fc249901baff8a28a015c408_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:20dcf9ed5dab0354410b6c14f8476980d2bea66f42bd64ae0c1e354e185bd820_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:559065936f9a9039c45cbd63a4dbeb4cd3f69e990eb7a878571971f6e94c936f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:79e01008c1f3a1ba2dc98f7ea3163c3874a5b204ca731d056b89ebaaf97bae50_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:c36158a99dbb4a03cc9581c46a7f0e84e3ce098fea15d5b3ff88e10d41d0eb1d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2c6e5834f6042b1a4301f47d8178b2e718a3a459745ffbc959e40cc660ada97c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:475ba06839391550b35bd29309fc939977a72d4262b99f129ef5fc964adcecc1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5470d37d9eb90f60a29221fe605551618af1037c555e7f82ee1c7c1b6b7de654_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c8ce750189b017ec94762b6691cb9a911f97f04927615f0c802149aa3f7282fa_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:1916354b8aed42783dbf3bb7a3be6ebba6f561aa7d8c8f41fd6e32f1e46b09e5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:93cd970355ff2c9cd65c6f051391a1dbccf543a1f4e79ebbe6b3f63ac4030ca5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9cfa1d58c7bc0f875b5b2d704afcc95c4321388c94202c7ecba217a12164e8c2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f21ecbf880d3fb65422bbd0c410aa47136526cdfe5b75fdbfd82e720530c9fec_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4c6a4ba7469a6e3736176c838dd09acca392d508ba2139bcde3d01a1ecd493b4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a21c60cfbdd3b771f448a09b89c09f0992008625caa9fa60c5f9cfdc7d49e457_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b6a1d9d0b74f769294c10ba1ba65fa36a43217a374f3e37a189fe3de1d33d737_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e192ef1c1c539e194a2c7aea2c1cce32c6bb01bba982d3f0f9354649f32d24bd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:03475c318b9a57df484c7be2cbf35f654487c3084efd389cf4f6ce0a0f845dae_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:974abdfcfb3399823b6531a50c8d09203167418b09f859229de602a55c6f43bc_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:aa3852b48c9efac7a7e87bb01593b4a8c7d9f996624154d5a34c836e2b126485_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e0e95daab3cde4412e5d3222236adacdb8283e65eb64572ed175b353adc4ea50_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:106fa9124ad7bfa7e2a7d6c68ebd812cf2bc82c55ac092c1a702217595fc93f1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:18317fde63976665f03833b7679bede00df0f32327c1d56a26afe112b4d26f6c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e068848e4408ea82c40cdf03f2e6c600a40c8743faf344e0b2630f12d79f2fe7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ed90b2768c731b0fb0d277a285164c8bd8cb531ee984be711f64bc503292e839_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0ea0939567de6bf628dd5ac96f7eb68d3b29f1819ab932296293504e99ae3390_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:45720e600e73a2d925662c4c6a7dc898e4c97e38bf9b6c708455167abf99b51e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9afcbae95f66db36e6ea832d41f02c8fa14ab3e79f52dd1878ea24b57565b547_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d4e9f8ad81006249c50770495829c63f9322d0214efc045a4a7b6b0955846f0f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:1d66fb102b391fb88b40efc0dc3b3935d6f4db31825ee4d878273e181585e0b5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:2a221eeae6e50cc04e9466e5777f829f58311b2506aa149094e5e31e0cbe6e09_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7f15db4d5cefd46fc71d1953fc5cd62630bb847c6966523c5ab3d6cc2e5f6a05_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:99a3124337bfd603542826a78e4068bfd7ffc9feac98bac54bd7b3f3384faf87_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:669084db9430a977c4370fd7949543c2e57e82da6db6d01c376b3c345f7c693f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:9c91c1adec653c87fbdac6f5755528a27a4ead82d740af2a5e5f38aa16789804_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a2ffcc7216ed314e39ac12c0cfb30d29a6a4267512cc24a8f59825967273a2b8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a950db91a853e2b6073fad294ea604d51e0623b8c34288af1a98752f79b873e8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3af31e33187cf904b7a3bbcf7cded17c69e345c73301563c60312d35d1b694b0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:42bcf4c037d6212103448703395c0ca44f36a89533e205f0965c2c111d218fc8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:7b9bc218875615eaea10e71de2ce1159bbc130dc9099eb71d9fe13d9a0f07179_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8af69064595a39874365e60cc66d5f6697f28df4f82f8e26b86eb3fe08eed8dc_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:43a9f7284fc596378453b6e3a6fa1eb553d403ee25492c8c10107aaa77d92412_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:9074d73e7164486f4e0bbcdcfa5f46529fab2937cc5531dd88b13b2fb433d6b6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:a6656391bbce0ef6c085dcb040dc623d737ee8c302638d0e952eb2cd6e9671ae_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b98987da700deeb50da293568dcab5cfa1ddc843e36ed4dc5fe6d0ac8b63c85e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:66a2823e0f80a885f64cdff57291c2d6af6fd0c117c2d033b372be28b0755b2b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:845d9b912f7dc3b56804668e652f7c6b711a3d064501785ef9fea0273f60063b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b94aad5462be3a96ad9d3a88d8aaa775e8d6446b7f8d1b8785de703d14875cf0_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f6ad6761f6dd00ae42d248741c778b31492259d891751c9dbdc6dc39c2960dcb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:7b31119b0f90aba00af66b6bf6e1d2f7248d3db7129a6fec071a9fba31dfd0e7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:93cc886509cfbf78ce38eec32119b47cca28aaf3b43a254a1deacdd86de5e877_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c4cfff6e697533c3a9323ba6ed15b74250ecbecf71123cfe49ad56708f505021_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ef759942f6399bbb13657a783a7648dbf7ec880e8f6d4ed64b69812f696fcc1b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:155ff7585ebff390dec5a0ee00bcea904cde275e165ac634b2083c1fec868a18_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6971b8fa9f04515d6e4d18a27982a2496a4efaaeff90e741f3248d31fe1961e0_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6d590f5de5ce957e2d21fbd86c08411dc90b6c2444fd43079a04e3acb35587f1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:718a4a859157646f240e5fa4e3f8ad5c5ac7e53373d8b5d0a45159f5eab2c9a7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:629f7a041cf101c337effebc71d27cebd4dbe4ac7f7eb58e93f872106f88426f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:7761842991965d184af3f11919c4a4524d285d69266f92bc01ddd1cc66195fba_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:9865d9323ac25a120e3dbf34644b7343e650cd04b201d65518940b49432f564b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:9f6c2d965dec4b6b13fa96bcaf0134bf2acf302e2a04fb6926075bc9e92de97d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:855b51d876eba214e06624567a2606ed0be538fa6db7e24fdd508a269e1ba2c7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b041548b2283b0b0837db6749c0da693f021d0510a5628bce91ff5be1fc83f71_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:c7fa529102a1f95a53afba3a07db55a3907123cd8bc01cc6e1c4afc3c41928c3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ef32e7c28a82efb0ff8edc4d2678e042afb2c378791a34ccdd9243eae5246d61_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:0b779b84bcdf0ea2821962e7df8f34696f23bfad88557c21ae5fefbce289acc2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:54847dfd1e87683efe51562e103367f952ea801cd409968b8b5e04ca0ce48bb7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c86b554d052e4c0f38d69b571d246c090f5843302d21fe0f2c7c06ddc604488_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:78d85dae433ada85e1fb57166d278887f652a03531326bce186c7d3b207df288_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:4c4ec9a44884b5d618f231cb65a9b69078c2d86c8f168d510441814357f9fbd7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:5bfc5d24081ed832066492f2542d2566f40aca433535ff6536307feaf416c727_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6717dfcf0c98ffe25190b97c977daafdfa53ca406572d81143430f4218a17382_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:fb7ecb21f68557f92a912f0cabea1719fd8969638e16f22c5c89d433168f3ade_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:6f80af3728d41b78b3e855ce438ca882452a785a0b794c374475e6634390f6bd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:7df0f2a7c3268c3fd166e4012ef20a9911d6d7be4ee9e260b2a8343a1a5c23d3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f26c33eae235ad613283bb3629ae031e06d95e4371b6ab35bfc95d6cd6eedc70_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ff72b14efa0c7c37a3795808564e00f60bee07de82fc22c7d1e0822893abeb8d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:15a34ce98242d87b27bcb7a2ff5f8a3426766e31e4aa8dd21280a94a0dd5de07_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1694ece44a326abafa983a7fb2b3f84f671941fdaa708c21159b2164bedc8fe7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:5316833a649816a20637f5815460cdea129cd9f304d66406c7d15210e09adc7a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:95a599547beb53655c1f6bcfe533196664371a94b5fea328543a5f90c1f4cfa7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:0c81a72caa0f5697779c8e808aae1c6da81c34d58ea22b7fc41535e5b047d4d4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:1b5092eff9d9daeea6ffcb7c40f04754c401744c8085b77b67f231cca7730818_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:7b0157dfb720632e557c0c1050c643c7a9dc9b36c5f1858a37e11604b04b795a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:915d7aa28dd103a665a72bba13375c72118885bc3867d07922425576d5372f71_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:27483fad6a2c4be85baf840f33c72d98357bb6a55e754051fff08820977c7a3f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:5bdbda0b9ae82292ab9dcd9c3907d42687418e591984ae30b53d93f422ca9d86_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:93069055bf2d16735b13a8ae1859af38b6b7b9fe3409806c30a2147689972023_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ef060678c540f10ecb261b29b6674be6d3830c7ed0e51f221256fb09130b4dcb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1d9d3b4b90eefd1714e4814e4c340d11a88f1208852b7c624fac4096ec3bae65_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:37afefb255d2e64fe5d72f6d32a3e4a55684b658b114dd341689ef0dd4cefb9b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6033b93ce5c2f73213bd89e9709038829a2739e238a1f827cdebdcac8c39dc91_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6fa75960064a732c4e25407c9c2e8b75bd98feb5bb06c9cd70dac8023eb21c0e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:5eafd2fde7b9fce1b13109f4729396155f7ef07d73d51067b11f96661327453b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:825963b5f6aeaab80cc3c6a3c173b588263b6a9ed2e481c06d42a229d18b40b8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9c24887a448382a80d554684df4280c49a3c6ab89fa9164d547d0ccd25c5b0d2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e423c9ccfc07b48c6ac2cc4369a6fd61e9b8c420a08f64d69e9a35b887874793_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:0ce9b759a50e8562b80a2466a194f70d0728ae93717dadedba3aca34712f14e6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:814fd188f5a532065135552df55e4c55fbf9952ba35f93ec6f4f22a4da2a43aa_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b87d5c52b3da29503ae5089fb3422ebbf5ab02840c486b19678a9c65f04a9e7b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:e7ed0864902433356021a2f30c65020370c3062889f7e5838be60d0ddb098ec5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1622e137e2fcea249115c062de3bb6e0a099ff4f4545ed1c98ae2109eeadcc71_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4a66bbbcf3b973ae35749d7d4a1987a561a57d16b154c0471092a2f242912e98_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:51a7d1ff4fd4ac2325da2064724449847c4aac05dadbc97f30d93d89bf887b1a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:f1743346567b7c2f4101128ba81ad4b3b00a40f3a97a465df9e1b895a08cb8a7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:852af33a0803094bcfd34f452e8490f95fff66d6e2028423cfff0a01f201457e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:9848cc582e21d833e5d5ce00a0655abf37173bccbf944e192510b3373510d81c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a97d77c1235d10228e36d47b304a14c05a10944904685f344953da18f2d30866_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e5cb819739007737f750a96605f14991efb3195f13c906efc64db87934389379_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:3d594065a138374b4efe911a3e4619baf1d888272607e83e4f614e8c3e48d2f0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:7e2fdd43861a1be04f8f6cdf2fe2651d1f7ad194d7a43326e8d65d7757ee3d7d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:08fef794d449fdc5f89da613254f8d8cc2512bffcd5a8f289a7bd8cce9f8660f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:9e43e41968b797593eb5d4823f8e1e7babc642c3ec308673ee1640198f12c234_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:2ab98db3bd54d97694587693c196944eedb77866bf2dc9fa70e6d186c0eadb34_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:cb11c30ff4bbdad9e25e12e2960d754cdfaa7af1507b07e74e21aa31a45b0390_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:107a0f20bc821c4dc4eeb05f29cdd1c0601db4b66f5a3245272098dc41ae7c5d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:38f286396ef7e0557eff8cc665ca46c4248e2b060aa9b170873e13eb691b207b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:5d3eff686a6a64f96a79d31f8cc6a88b17171973f4718d3da82e0dfd456436c4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:903ae03948c7e68b1eef1b1dc2f7d8718693e3149eed21862cf1fcfa13482dba_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:0fb76970c4ef89824f28a0993f2a21f5c91aab7bdf23d6d045da48d9c4d176ab_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:37898fbe4cf22592901521c29bc10ff1f3b8df7a200d64e9c94d037e8cc38e60_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:c4393a9eae01a0bb31f85f8a6cc609f80a8c2e7b7c4372c21bcfb91492ec78a4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:dd74aefdaae0c24dca43a36548e371ce292af5423751718b1a6480224d5e5680_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:500ce3a45214ea5bf17b0c7d0ebd33f75183db7bc04d30f7d0a25a225f494cc5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:6e201b3e5b45494f8ecd6d607bac314cc10b419d4f3a695c1aa9824b6eb9b8bc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:9772d2c999317adac02475b2448f24acc49cabb83c7727e9e478642dcb7e9794_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:d8d22b7e59cb411c3f1fbac22af12b78fcaada8e56313b2f5ac89806152ae825_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:5d1773de9a1eaf4b18081c968f3d1c3ab35af0333dd8ccf599c30a5336b40ccd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:93415b427bdd9185565c26901edda6e5d0e5b7bfa013605de8ee206716141c4c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:be9f4891181cd1b58aa9a3fa7a0d26dc3a382e9dda02744b06a1cd7d806ed6cf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fac44a7144ca9e888a74db83f6eeda24224d05238af0f8cb54627b74148f51a9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:20544ed1aea9d8b483ac6dd9655a0d108b80121b7011406e0a59de4c93060dd9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:29f0f10ec928c8face73cd03bad8478ab4b8386f0df20ee2482102f870f198c3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:adc31a12f2eb578e7bf135bb0931aba306487174c7e8e71f6d3d8661aad8c350_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:cc2921b6468b77227e9f210589f07cf458eced2ef0260582d0a1a4b8f9b7a613_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:156540860fbd6556102cc1abb3762e6595d374fceeeb7745d92655aa3fa74551_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:426c0e5e5885ee0450f36a93fea6f733637011c5f5c97ea2c790e0edab5d7cbb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:abea604212336f8e3cdeb786913ca33cf0843f3eb7be0d1aab681a005e6c9417_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f58646a44ac2716d6842af49e48f13b6c0a58ffde7202cf6004f479658ecb048_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:484ea3e99fe746668ca7fed6862b095326bfb8f26cc79c0bd4de143083b0dad6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d2cf9eb8a6b0528509e571a8ab3710bdb6b40abb5f19d797a9097524d2e3cb7e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:def75e5d102cae679cece8fb7e7cf26631d9aaee782319bceffef95fe76308db_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f6a4b9d3d3792cf016df0f539b41c2d33d4cfe3a85f87b8b1a2215c703a13d83_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:17d73f64095d650a84959f826da3009d844f209c39a9cf55460b842a08968fc9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:382ba71516ae6c2ce3670b92bb206e5bdaf5dd0519b2f1a6fcb417b99f0ccb13_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bb9cd5df0da433f514a256dc92610219d22962f8e9fdddc4a1d6bdda45174287_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:da71d08bba2b937f4111e6d773765da8379043335d83e600743608bc4c3b7580_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0761be83c6edba07296a17b61838c3720666dfad633f9edbe9643c1cca008a8c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:23021b0b3a60c43895c17a9d27eb53fb5cde7b9ba6ac7a5d81d1723d804ecfbc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4c802a4f273a7d7752c93b18c27e264cd373dd989797d1f9b970ae368bfbed90_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b41f90c9d31171dff6834e9c7b72ac295f7e0058eff6f5dc7480d7c4797b9700_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:192a0e7b36c1fe8b6b70e6504e12a59ecae23ef83d563ad4c8cca3ab5b2cdbe5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:39a6978585f0e1c57d7460a4fdd668a238e126c2ce7e599ad9e847bb55783249_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:851b15fc576a1939eac61342bfc75875d4029dccacbd57bef1b12ec784523bc5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:dbb87a87d86cf4186ac9c4e546048bd07eb4e4b3734935a152ecbb60bcbdc1ec_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:2c372fc451a83f382e57e1e63de0f0b10f0479e665c2e1d39b20c8bd2d84f51a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:881e89459149105fad3a737087f34ba6a0bed3d933bb73e4d1943a36d21a1f55_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:cea296a2222cfeabbdce7a42996be42db39f3d89321f93ffe705c0c01e7b5b30_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:ee35c6aa82fa9353c63acb0455e5196e946f423be7418de921beb7433bc27dd3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:64c68a2c39cedd586eb70141b21d19092d16303738072987e6a33a208dc1ff43_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:77d5bcf195bccd0d556e17803f4c5273010543366112916c8e9e4189b5f68627_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:98e7b50a5fb4fe900b08a52bfe5f1af0f189bceab97ce106ca4550e0fa5bf487_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ca76d72ac426b6a7fcf59fb99a3fabee6c5ad3e0095e75dec3a06194fda37740_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:07406356bc5aa39e2d130e94946ac1ff2346d3570819af5d1a228b3e927b3df4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:628d272cb4ef7a625677252fec78b4f6d7daaae10f3fa21e9e605fa294ff9ef7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:784c9da7c826f43b21b798e18d89f696ff3c0d6c999353336d1709149e3ed6e0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:806bb2fe904f03bdd46f5e7fd0da4e8c27badc7a363a034a896bb3c9331c565f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:09ab73ac9c9dae1e080a70737bd6f8c927d47404850ab85cdadcf2be42dd0b1b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:3ad634a5d007320ce93be80165b01aeeb25319a7458cd465aa4732518460855a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:71f3b158f659a76b705d4680a0f81d930f6f622546c903aa2bac8548382d232e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:cb741e1ce964c52ad3d7c373dcb2b2cf0292fae1c857f71cbec4485e0b1e3270_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:23b98311440ae92c9df288db4cb9336e442724af99c860289733d6c35dc07192_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4337bba1939749aef224134e01759014ce11a2ed05926c790c0eae870fd9b8dc_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:505907905f0d1476c5dbcbe7592c9d70ea91df7adc38e9618d2c48355ece4783_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:bc326e66fe857b4090cd0e717a9976857d63a5538890171adc420d47946b2c95_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:84abc2301d2fe7fefe78aa5dc90ddda63737ac2c8c47778b898a91738c6d69a6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:93f2305b36ca634a2b8fbbeb4bfdc1a5c868e791430d389f0e0326ca839920f7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:ca16e72147f9d94306abb1464485feff4a03a4922d5025d4b7250cab7ccc7732_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:653bdf880528e317bebac6f7aacff23ebab11af5bfa931af13a8d8e7b2745eb0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ba86e60cabbbf3c8845a60ba559d1a38d5370ec7ecddeba662ef01fb083030b0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ce35c93fca376e03d1d08e22b8146860e5711773b17f35e32a87bdf93338b182_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4aa1df7eacf95d9408d5016f5715b38ee4ecd340d9a66bcd55cb345d98de466d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:87ef275495cae4c69268a6375eb5e07d9895913b019bf1a73dcc5043b3a24a30_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:8daa3769a103ab420b8b43c68ed6d4d90a845bb23a358c62d38cf679511d6fdb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:18e0db16b10f2edaa9919257d37587d7df3c4c62cb88b8db38cda65e509a0492_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:1e12af727903c112c263bd301b9abd522da36fbe64e195f8a4d4fe19d34e9c6e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:ca613da143b223316bbfabe5c1618d5de77817057a47f8430b9541151b79f654_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4486fbb2570877848c2997a50aeaf427cdcf5f8a2656b3212c263d8ce0d8cce1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7e83a01469262e046bc98732e0e7ce4d71af991288d31155a9379d967ffb52fd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9d999175269f2e59feec60b202253ece2c27add1d003f80c0e40eae8d2621f8a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9f31f2da3caeba8ef97368c1ebdd3fb1df9aa911df241460d27fbecd2cfc9da8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1638b6de2276e53fd93970eecb2bebc56c34ffc099eda9bfcb02dfd10eb07be7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:22cd25be6169ebb1dfe48722f3b4c6133f14c5d4f6db6ef5c7c5c9f976b25901_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:646993f2432d9a7cf3d8d56e3caa5abb77fab65d4dd40a01ea68bc59e68ad082_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bb4b4fa70f8193a7cc49e278475052e1c053e1dca44298f02cf8a0c1bb95c740_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1076cb5e72c6e457760fddde4d94257042f5b0ebd7076a8713499bdbf4943c8d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:3c749018959822c9a7c67fc3f28f62236f1791b999901577445838c8f78947fb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4aa259c5fe5a5f92f61775e842ee7aa66fa29d6b75c2b67cccc8900b08b8e96d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:5fe33023e5387e6836b35074fdc002ca7d7c85c6c6cc95f6f645b1a7a3651b93_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:02aa2709ab8f16d997dff85d05909bd7b67ec3e4cf91d50b285f17532d8a625b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4aad374a238a0306aa63cbde5a29bb75d5b80d2c691558a1b384cc6b1de706ce_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:786af9a1f3e4f873aedc740637bd197272f21553304b987476b2e462b0dacfc4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c449bc96c47df9f808b4e89c06facf7eeaf44761485077311aea32ea1342f5e6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:9beab497bfb41b47b9f8599920563efcb58961c2a8166225f1935f45657843b4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:af7cc2cf62f672d6a00016c116f3c66b72b64fa0d05e7753c8e4b6e628a3a082_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:3a1c445bea72192dc031e4755bd063fecc4fc9139484f54d8d54af26dc755f45_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:6ff31d9e340619aff002ff35ad43b6131042cfd943dc0deb54f19721eefa1c14_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:227e8c82c210cd100cd7aa3b8c5bb39b3ff31a4bb6ad78bb7134c122dd9b02a6_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a7587160377c6622944f5dd49380ee9565d49bc02da4c5b631342a037835c574_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:2793040a3ccbef82e3d074bf0597a8bfc5b5927658a8bf4148b5b0675d6fb3a2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:835edd6d6766e17d868f7f6d283005b2ed2d38cca7fbad1c5b36f63c385b8e2e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b635f689b42b827ad12ec312500ac2582c022eebc7776bac97532bd61ac31cce_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:1099ddf483c4cfe64f687fdbe5587648756fb5b9a3d01538724b2ea2fd5ca6e2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:30dc9e1dd4b35944e21e40ad23583cb9d14be00172a0195dcc95bf8e01e34e1b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ac4fa9eddf99f4581573d52e741f0eca595c9e5bec12cb177f0eacc7150a46a8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ee30d6c3b56fb533d299a7a432618a1b2c83b1d9d72b2c58768c07c349fe95c8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5aece9cbc711608ad1dffc12ade865996984d714f5e64fc894bcc3985fa9c521_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:adb1d854f6dc5e70aa0f33164a3ded5a715ba0ccf894efadd73c7c4d661f0b21_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c0983bc8863c23ae680915339797991b26c17fbf4782caddc071a60c17992266_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:cc90303d2e2d0a5818706672d1aab7847450b9d2cd991d7638451829fbf26163_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1485611739af941f4e368aac9cb95ee105aee87258e5d872d51d7f74291a8e20_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:45d8a8c4703462edf967071e89e08d8d9e495d69245ad8b6ba2d6e80f579eba9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:584f6670245a288d5489cacce0e0cabb3c86bd6698f8118f49b8e3ccdfb47c39_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:5a29aea0e28d0ced0bf50bd3dac2bb6f6edce5ca6ef373f3d097e668a9e8cf35_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:3aaedfdd81b32cd2c67a0d39f819fc49ee2d31176496e043bd4d85efbd594481_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:97e6f95d96f347f03dbaf58cd6c7bf6c926546c1991cd83b5065fe0cafed2586_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a8b9d35e2ec9f2026a2ddf034e9f3ab2a9ea622924960f7d673564dc33ab6224_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:df1a7c4c835c59041b8c16e11580362d846ceb9b3334b8aafd36d3140b58d063_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:4d3251d46cfd8adf16ce49e35007a998689b714615bb66a12e0dcfeb896d8397_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8426d041e12f43a2b78791227c0f805afd75de6e306cf8bdc718f0f76651d75a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:aabd98101d18f4f5352d03547cc2cf784bf37f962b9c875059d6365a3371dd72_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b9c93d7e3ae198d025eb43e5c2caeda4198462ffaf407270dfc7119316ff5f98_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:b6c870af5b455dc9fc17314802f45c9ebf2bec19810ff75b4e157d96a94e6575_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:d2003914164b0f04ddde9b10d27ada74e57c26beb7ad06dac093098903909907_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:16a4f25c37894fe7ce7a943322dee37d8419bae36e7c7ca7b4e73dbccf8372e8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1b17792f997e30b1d5bf73388b68de6604e4235b0a10e5dc37955f8ff2077801_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:29871a94fc618bf280a7c38280ec0642c766838bac34a9ace503378a67f4638d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:fcfb0cf49134add5d8298b1fc1f52ab3eb924efc2bf40ad077c3def948b3ed8e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3144944813148f5acd4234b279b5569e5bc8942f390c76a5a88789fda81afc56_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e44901d545ce00d89aacf5b5afbe68663cb157adfd23f4b280f13e978c7a972f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:18b95158ab8c6470ea281f81f5f1dd2c0d1c198be78d3007b02f5a7937ade62d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:31bd9ee7e75b32542cf78d1cb12d254a93cf9623e00e5649c016bbf32b8dee04_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5b53eb46cbfbf25649fe3bedfe285e197f65cb55a057176d057e90bb65cf6562_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:bc8727121110bb8a6d9957f7871a6369e1512bb9cdf47a6d23ce12812d84a791_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:0747fad048dba8c93662ced1c2b1a18b7f9f75bbfe0740caaeebb9eff3acc30d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4a22ea1747135e6bd85bc59db41d17d0b4e761e29330e7e3666bf4d42a47649d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:bee322f686572e00dc5c6d7076de1db0034a26cbe44e0f9276b394718d6c191f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:df9ade514c7f2a80c4ea829e2f1890dcdd6a4acaeda829d3620e7d3874de77e9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:859e9211c265355892dc4aa19b7d845b985be40bb8f098702aef50f84c3e5eea_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:c2e28f6a9e1de3185753cd7fd47a51ed01cbd49697cc452448adbc961fe71003_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:c5ae19ec61f3c9cdae0db38b1aaa03838d421f9d4473fda4e52255cae97a2fdb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:e654a7604401da1deff9d8baedf0f7567831fe5f86f75e06fea3e5d140bb579e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:0640a6e0ebe2a6982708f326bc721c2c754eff2afdca443499843b111f223e39_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:5eb8c786a348343042687f659f7cf8b066efc3c4ed8764ecf36dc6e49a468cea_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:83237f13a3a3e051643bc1aa46838b87be13126c0e52404940351a2324008e68_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e67d6086ada10c96051bcbf4eb7414c407832de86a8e2d89364ae0d85a883982_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:9ddc6bf41dfb204e9241c57de41e0a6e1ab1c3f8ce2ef1a90573bb7365ab2bed_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b025b5d368618a31c64189f1a5f9b3db0b24068306117647796f00a22f6dc4ac_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:de35e280f4e50a18f2616dfc561db85b315425ff20bbfd4e19d5f64f93f3d0ba_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:f0368d0d3968189f10cfcbb972046bf09ad18a7a1a747887c239b75a1988344f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:21757065fc31856133fdfc4d459a993262239af0d2d242a6b55800bac866ef02_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3b08be9a543ddd200f66178d51c0f165c380cbc845a1be672b85e9dbe2db9f12_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:8e9d4820353602730cc0e808b2cf6ffc20ff80ce06915e40027815e9046555e9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f7a9a92412fca24faebcb8a574cac92c985d1392f1544e71fa26bea80314289a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:119315e723ff4b153d8f756357706bb4cd1ec5a160a7b173e359d733c680469f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:808301750b17198c8c7f5b2b71e6bef9a7e3d788ededb9a5f79e1b13e64fbc82_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:89ae8aa54d64f62a73557d413c3f146bfcca1c237a52bd57f0ae87ba8c8fff2e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:feecd842ada0c39c783faf280d103523668de8d16d43dc22f74f262f2a4aaba1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:595fd9e735db5032c9bd3a668135d99b6df650c250b294c4f8b11d67f990df79_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ce4371bf509e06e886c5ebd42312eaed3ed31fe6b8de91284f4681ccad199329_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:4662806bef8ccd703086edb7d1eb0c99f785927b1f30f227bb438829db52e532_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:d06875a7d480abe6e062be719a9d6ee0900180e659c09e2243df36e3ed55db07_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:2f6efec846cb1babc0dacf51b67634e83cad5e0f4700f5db54f8c356b0df8119_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:46a86c6ddb9f5bc798b43735eb0cf9d515091549680e43cd2993ba1b07bc052d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:aecbb57cc9a6d72de8520437e911255e51c97e4c40b55ef207fa98fa7c9dac9b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:9c8b022e6bfe80bd4998f177c0fc25e4a5d224a6dde99157f21de5d08f18e4a7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ab6a31d53e6e8a5a0b67f4020a52faa7fd3ce35160189aade3e958559b467dcf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:cb8394ff8b96398f8db5bfa7725c260d343774ec319fc1e3917dc19fb51c9b9a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d82a2ea6aa1515bd56aa55ea999f91e9f688e480d615fe53bfa2c74c1071eb82_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1af22f98af2fae1429e53c988267710578a3a092524eff5032e0c8f397a6a953_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:2ad01a7c2e75bb850686d59dbf73937ea69505657c2f2a55c10e4fc17ed83f82_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:95334d618727e811d16206a6f99991e93dde4bc8ed26766da848ea879093d736_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d460b99f6d0595fc76b4e85203f96a8a809cb709e22f4d8f819f99bc3e817688_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3b1986a8dabfaf0988f12820e1a199cfd0db684ac4e8d956ccce6eb8bf1146d3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:8568a6a6dc94a45bc8feadb7ff1cccfcacd176d276568ab96f4942aeebd4938f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:e24967262f34a1bb405c1010688b4a1ca1c8271787a1c8f5d8b86cf94429e6ae_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f2f71ca77685bcb4618502f0da4f242d48cf2473f0c7e439582e98f15bd0004d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:23400e78f2af2eff9dbed7a4da3000fee627509e5d4c87742aa87f8be1229a36_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:64863687e7fde678af49d370c9fdd5045d47dc2c3b921b179dfe0b392aa4b447_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:70935aad01a4c3b9c041d22554f4d8feef7038bca871fe1d84c6b74d4d830814_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:91ef5f2ef8cd345731b53ec5e044c30e14438f1935c74b5eca2436aa35e5a7c3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:071766cc6bb41db5220aa5173ef5d576f032ee1e8dd9868deabeba36f7798342_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:5a9fd7861ac77020db7532e72a52571c48c4f62164c1c5390cc55771b93894e9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:adc440a9129c3c9baf62a3f961179c843f6e68a06cef4f64a64e2a8cf7493d8d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f8f501653da6427153aa72340ac8238e79459759136d64d2ba6f8ae03184c436_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:023893e6a4a14842645d23171ad5562940fe5a25e681eb8afa278cf154f60a5a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:1d5ee360957a5cbcdbd54e71dd9ad1e0ee1a37f994e80081a07c289fe1be7c61_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:298f6b16fd4c32caa2d49c5ce1374d7d2037b3681f74e2bf7ecd0afb80c0e436_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f6048c371739ad69e9219e8ebe2045a246ec4ff01bd289bf630c45ecf006f52e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:2c96cb9ede1464bcdb2aa65b23d5c317050c99a9c7674b217301a84734b7fd88_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:31235aa238bc0662e8f3efdf393f9ca7699016dbe1261bce0ce37675afbc5054_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:698f820f8b9ba7d04cad32dbaf6420ac0e1ff5ae0a1d10f81e867a123dad0a60_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:6cd2462bf7a3f58f79de73fc8ed717092569862dbeedb6c72999a8ece328260b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3e602466b3dc3fc4c7879bd90a34a96878e5df827fa7664dac632199b2805464_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5839764d395594b922ad989a3fcc5bab129eb919d2430442390cdd7e95229219_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9913891ed84afd601b5bd646398f266f6970b7e3e164f423ecf561afbddf6f9a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:f236ad01ec1299b4a5e4b174ad698412bba0f090d7316672f230abadd209940c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:0c1f5188f4e79b0c508dbef9f9f6fa5c658aec17a66dcb14b23008d112aeb6a0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3d27787b58896192ef0b2da74861207bf188e5632c0d7b06ddac476ef558175e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:55402c1e07f5de8bae74f8fc9a579c2403cd12e65f9b6714c4d6b57ed42b4250_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:975fe9a014b7d9c4339bb34d0bdfc862b4a4de19b4e02b5b55a484ab99f31bbd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:142d516609c278895aa3302ba638724fb63ecfcfd232e1fc6571f5856aa4e034_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:28bb93cbe40b57c179ed088e45de698a93dd1c0c14d6ebd098439a412478d314_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:441602150d0bce7f8941a293e3a803bed75953986e93dac3eeee50848204728d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d92da8068e3440429fcd5a5b9f178dad1a0bb14fa3bee4849a99bfcc6674e37b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:55315b85da730c2bde56b7d08c4caaad5db5bfcdc2e9f21286ec48e58fb1c64b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6f2c19276901be4850c3d9f502da1365d84dad18e3e1327159af41877432c41a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d4092b12df304edca57e47dc5ee77e4e9006297763ec2e2371ab3856f94e4654_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:f9e46d3228ddf05919d0115f274f94f8afdb5e65c54fe6b17514e7a3b04d351d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5e06c7a4f4f0b3829c21710249546680ff1b7e7d541e30b556dfa69aeb7a5ef9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6ff5ecb5b92ac2d9b1498f86211b19e22627002d788647062ca604ba9ac8d7b0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c2c203df15e000f53388a84d8ab5affa78c4210861fcd0a28fce99c0ed86009a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:f080c488e219c5b862ea88e3ee48bf866c186caf803403d7605ff3afa5d5daac_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:4e6bff26378ddf7b42fbb27566ff9f47095cb5fcd74a26dbb1604725dab7c1cc_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:63efd9d23d66a2e7c754d1b921016177edec08aca034786be697c6ade7310e71_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:b15dbac78b5deda1493f959c14b14ff5344b982c4373471b13ab2f3829d520f0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d101f7ea169ee12e824370400ef6a94e0cbd48aeca6fe0ad4777b9bdc87d80aa_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:05692fc0d27f1bd3a0feba7c0eff4237ef52878ca37166d92a89aaf190972aac_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3805505b579ad8be8620a53e792410bedcb7e1716f3d6401e76c8bb179d8aae6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:47c1d91d614addb733f775406e764502e556f4a7414dd1a2060d3065f6c3c120_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:58650c0ce9725ed10e3646acdc76a72c4d3abda025bcb735ac2eee42ea261e3f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:4778a088ee10ef3ba59f3323ccccf942000e3d2bb8b0bc201822f7cef74909b6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:599fdac73334d243b4d362b2a752f184f303aec12e4426ff08b1b4a6fca0380b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b1ab8a122e88ee201853c669525590b6f73a60803d1772536e76c56531fa0041_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c231527dcedf3606bfa162c0026b0b037d41a908d6be2418f4250e234dc66023_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:83c6087954a19cc11c7042079ec3ca528c8a18678928c3ad9ed8b22ff07df36b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:209a01330e1894300123bfbcafc53948760feb80e0c7c81e521ea7abef269d69_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:013535daeaa7ceeaa565545a98d942396a07089a96937e4960a1fc0d44a4629d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:40fddb8896fcca216855ef34f2c8f0c6cbe3a59c6bdf4c3c751f69b57a63ce4e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c3f081c38876339613b7a641b30adb9c7f3e67d446151c892a65256ac274a472_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d6f330926e3962b0b73bb4b6a11a1b40cb0cacfdbe9fc0eb4ceeeaeb3bde758b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3f2283bea8d5c54ad689787a7c269022b04624d2b1ac830330a79d30364ffd47_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:476af4f8d17ec9fa6bdfbfbac2904244c4d51432b67f111ef0cf4a37ace9a86a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:a609dc606bfe95a904dd8c6abc0cac79316f17618d8b676512fe1b4e5412ba01_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e5b754105ab8d7cb9b581d3c4dea8a295919bec3ec645aac468b5f3267e0d7f0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7f92fb1c1dd18f03677ed953c82ff87011d8c15f1bcfd8c22cb7a877950bd063_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:d759dbeb39460193f8361524fcca202fb9f634d65d35f19fde1a187cd7230608_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f0544c40f7c610e45782d6a757343822cee131b745ae6ab4aad4b878994ce8eb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f5ec95c285270e35a77f89f8da39a51c5d29fae1ac277053eda82e250c715f91_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:191a27f89fa6ec450c37168a65ea66bae9ef862bd2b40c1e8d561b41db842591_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:905e494751d1e26c98857f7ec4f41b4321344f9e86d710186d9e9bf410f6e983_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d35affa9bfe2127cbed058251d47570d65b00a8045748fe1e97670797e8cae2d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:e82a015ff030ba177167a713df193d74480998d946b593a00c799330894702f6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:97a3a8951c456ee0c88a42cf7114a3225a3dce594b470b0b8f57f45c62efc1ae_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:b49317158bf5eb1940a35be96a959bfdb8beeef52e993bff41fcfd974b12dca4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:e616c0d47555235cc1c7e275538b48fd10b842cd11c831a4dc719afe4dfc5092_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:ec827ba35ddaa01c257247ce4f06ae733289364530f6b2c2d5b12a3b2959762b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4f5c8e59a54b30a9f38f1955c6d1474bd24bec33c52800338118973cb6f3e251_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:63fcc02b58dfa0bf549c199736bbbad1e764ab86d9375a6545ae1a7bc360f247_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:9264eec1243f98c37a0843baa36e78b1a88dbdd2bf602156d5f7ff4bce1cf223_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:cafe32e3ff4aabbb6243fc984431babd77e2ed05bb3c4abc621add33c5a69481_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3d6f997f5a6832459bbe5365b533f601dde3872be09c1e96b3b2fc21951f6adf_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a76abfdfb6be2616ba39fb25137dbb49dc56427081d9025f2825a3ce8e5a3928_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b540e70dfd87ad1e2e400e129a6b495617f9d57e54c1e54b09030cae11653d03_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e7c9dd297067d256671a0e06f9985a3624240158a1f4e2b97567409199ec453b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:49f6f4761d886208cc262f1f8e23ddcc0c05d5b4566f6cdc8abcb1a328c8c5ce_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:836c9a619a35d6b8d4929a78b96d0641434b880ca98f44df45f0edf7b69a1d48_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b4ffd4fcb95ed73bc3689988214a2e4210233143e0ba4f123ceb4c2ca14821b5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d4062c740ace239409c182e4c52858e384384faeb0f3d98486e0534f8dc19702_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:29b0d64444b1081a568d8c9354e79b60ddb1c3286f9b6dea3ab69023c11f3436_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4ed2d42fdc6e8fa9d3d08152849754d1827dd54ed86be4507d75f5c90bdde542_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:c1f38fa9fb729b6c497353127feaa36375749fa07f91020e8634838d58628878_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ef794a3bd52be528ba81c6964af2fbfeff03b1aa3d17ac36fdb97f124abfebfd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2518415bbe069935e8229d141d4a8a50285c408d1be2af467c458a324120154b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:b096377e0704a959a0ec41484825436b00d3d0887e49eacd59d88bda87e38b03_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c1b30a9d1f6908316a829b3084df67b9b8bf5043fa46060996cf259c50f62090_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ec9171ee21d867fd61004535db96e98f4dee9dd6f3fe86b719301cb1b0202a79_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:07f056306c1122527032aff7486e5fc75147f48c708c0c0abef7d570cdfa78d8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4314b0a4d5a82abd583de659e5033d0680dce2b535ebd3ae4dc1776e741bb214_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:5bd5ca703480895af05ce052c3f9f738672e989cd38e905cd17bbc378cae05dc_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:db97ffa52f99127907d41b6bf460299c3fff8adb69d64bd92ad371941364c374_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:16374008403825338098f7aaf57f74a2982a75355834552bf29246a9ff4e0b7d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:770cacd7e4e04a786a2e55a3cd9ec21048131c8eefb7baa4225e73a09f0f0901_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a240e71d7418d6f9781219faa2ea9cd315b7091b1a70d6032f81de2ca3c53aa7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a39da3d53b8b927594c3f5c3a5dfcea689f2b75091209c0cc36b18e1426fab20_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:34cd79b95f2ce098b064859e38785231def795d2804c05bf7542520e9d8b596e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:354b40ed867003c42975780f9db1320302500f4ea6c5ab14a0d0ae70b537192e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ba52f6036566829553d0039a99ab677c0e40b2a14bb3d26ca470c526489e4574_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f3eaef7985effa7f09545ee19442623c7aab7245597a4a1d18f6b02a7a8f77f5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:154143883875b88eb144b77d13d5e9f750cd8e020af720a7bc6a2e6dc252a260_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6fa758fb6577cd18e48fb9280192be46dc724a8cd02b54459a5d6a3cb3d06fa7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:80e191f5faa2991cf3bc7033691c4966f1a07953e4941ad8730ae7c6444c05f4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:88ce4b91b2161c9b22f154f2a6903f801e26f15115ac874c549e8644cc5e734f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3386c9093b00f29600b1807ec97b1a6c935ef7a6578de01f9ed5f90fae6a5a35_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3646bf2e6bce49c01198dfb2a1f67371ad1f20b48cffbd7fd8f652cb9b215ae2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c50c48749c9fbe882410ff025799c6f450b063ab3e17dd1c4cbd2afa2b48fe13_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:dfaca907445b7213f3931be31fdde7480c22aafc0bd3b030d7ef9f0d84f5549c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3ba301cdb9ac46c11853c61812596ac905e94f15172df53cf352a693ea5a0a6a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6faeb6e3779cbdc86d4c7cf93e739c0585019e82587abe150f76c7cfb88cc417_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a0d6e3c4b32eda442fe231aaf1a77ea61125e0509287c381ecdec1615e6aa7cd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:bde28b18ee5b582b69683df3122f4f9a3a4aff757c2caa9fafcbcad878d05d3e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2492414954e0ca3e228d6d000733ae02c5d4d68d4b9f5e7f992e1a5a60cbffd5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4aa1f8159ae2b9b385bfb204298e1710c09123bb19bb5b94c2b93dd0419e06f4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:9a2fdc67ac81e408bb49170bf7a862a07998fd951ebfde9396ebcda40078d3d4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c952fd4490ac28f6bc2b39054312e85645c12d20e39ae631e35470267d8b73c4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:001807fafc7bfc5eafe92ba92c127488d378e1b36262f0f71cd4e4feef05598e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3c3f3a57f87c512568f858da90b13c39e9441a1910c48b9bb51cc2ba3e816b04_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:62e3145facaac381967de0461a3aef63b2b6afc466dfb4e185a35aa67142b6b3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ddd906a1e486837653341632e3ccd2d805ba2c7a7d7c26dae34022ec6a7ee90d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2f80d2b9f76b8633c9e6d309c5df7f251259b61a9a40a0364f2160707de313e2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:779d8d482e7ee453e8245219a0e21d84bfa1080819b31fb9f5de38f49bf3d724_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d44b76b43d8d5303fa38a3b8698076912be870c7a901c41a68f59426cd41b39f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f5bc9a28cb8d0bbae97b39548ab6688a31dfe2b23b8d3a52da3bb397f6aa8b31_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:195460691d14dc4f518717e3678a9ea780eb548fea8904c5bd4e2d554b81233c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:29acb2429041bbf17eb0f3faa0da84c1c5655df8a425755c1263fc16911d667b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:20dc4b1b9ab504d4192bda76eace70933c264628c091ccb4ac78faf01104f356_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:366b95ac0f170d8c1c969b41f3c624026593ebe8bfbb466c5f7109e1a6ceb1cf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:32acad5511e808b1b3a80aa96458ed7f1800b4f19aebc9edc4f85ec3613b8ab7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:dc009efb6f6e9d60b022ab94d84d47fb169d2dfdf9680f4f24b40ac0a4ad396d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:77abc31290209253ce09838a292be7351c02d5a7367859c430a5b3d97cef7f31_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e4cf03a101a115d398aac9c645ef400b9366d4bbf189de664ccbf782db4ef5b9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8a9471f7c51a026fc621dcff7715fbc9620603aac2c2e4454e60e0f579527e62_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9c1b85cadf719072db5b5abf0b93b3556a74a67efbb88d7903bab7b6e988fadd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a454b939762af9397d7d5043d1e6070279e1a1c4240b2fc808f0e53872bc237e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:b0802c5220abce4c73b650e105e42d0c1a57c5248c4f55819e15053c59f2680a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:677d190589cf02f414cb0cf4a31041b02ed8d706afb433bed1420d6f35d7a44d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:af0aa63d5b375590ffdee42f4a7f00a4610e33c20ac7f3b23242a24ff43d141a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b2e943bd3add974a8511a316f526d92d0ac1e2a0755acdb49770728984abe2a4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:e433c5ea434c2261f40d623bdc22944c1ecd435c0ac08a41d36049c9bce1b604_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1e800e47a04f7f19c87bb79778586939b4bb2a32f5ce3790d796331ca93a9235_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2c0ca90b3662de85d7e595e76f678e419ea1f40990c51ba16bcd01438f0db553_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:607e95e44de20bbf0feccbd8bb58469928452e6e4f962ad088f452e0e7e6aa5e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ce154b3a8980274f592cd2d41da7a748f7c895f754a3fa7994eeea657684fb12_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:c00947fa5cc8fa1abc26adf7cf8acfd4336e1aac0f1007133b8c6440a8148a1d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:c9a5828c250033f2bf160b102a3722959210025d373b85ea69895c96fbfba833_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cd8048f17129cbbcb855587d48615ea6e574d12f2952c0b1b5aa3819cf453541_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cdf9da2745d57ceb97761e08b560f2de7a212f860362eea3fd445fe4f6f7c769_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:02b7af4ef7daa8499a24b02aea8a24c98960851864cf639e0b698b3844563a8b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:3f82d5da80747c147ab429d24e8e9791527f7cc89fb6a7435d0cf6d35cec8933_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9e4085498157bfd33b7bd7b212300fe58ce6d462854fdd8a597f288637503104_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a8775ca5ecd0065373034a37b6de3fd736045868a3b116aeb216637023aa9685_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:28986bf93efcbdf0c2012acf8513e958ae8b32db4b649b9355b1fcf66b35038b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:52990833d3dcdb340c68234412d3743070938573d0296ee45138b404054e311c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:92f7c8de428bcf236f2aecc0382d911bcf5f7f536bd09aa44f9019ca7627d116_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:fa6add264803c2adb838efabe0f0fd8f4d78b14bfea9c1e91cce957e17a77208_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:46910caf13bd60c69314b0a72b866a8342c1dcead811f01f91b1b1674ea1bcf1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:a7ab888801a85e65a01acf68805744b7f6a1ca713c329629370b0fe0a40c359d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ec97f4dc1d491cea9e81ead6ed959141f0ff2b36fd4fa623722020431cbee1dc_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f67e6ff190c45a81777e63b69812760e828838e338e1d27672d02b5544b3e682_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0a9880ede4b10a6328766c1d9b05f17c53faa4ac561a8e768f5fcdda9997f056_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:51f75fec0f0343d3f68e8d4810e7588475cb0955b4793db7347d3ff466cc7f78_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:74ec8a94d5cda524570b881e7a352604453026a0324010b7f4b3d0a898b5e457_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:fb67ab3a88d2c3f33925830b9c63584bf14b321adbeb2e752a039faaa0401c8c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:13cc747131cec81fd67e04409a69497d75a893f4b56adaaa3a1f77f1d0f3ae67_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:2236900dd28b8470cacf90c618bb50b05a0d1d66726afebbefddd2377283989e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:ef89f2da22f7b0c0f445b7e700b29cdf9ce229cfd7866ac6c7bd2ec367db3bc4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f5a6e48a72f6054924be3b81dde0cc0ddd95d7ea029e1d819553fa633c47632d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:49a6d800db550efd565f451e584b890e88b5c6ff8be6fa0e17c30bab2f9980a6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:cf42aee609494b7786b12443443b9bbccc8afe2658ff6c16cb5c86c05c95a30d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:eb13074eecb1627bef4ca2cb0dde1116ca08cba2adcafe089e898236bb37dbaa_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f96cd58eaec24e92cb84eba253aabc815becf9264136c2cc898d1424fc8c87fa_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:8597574b86410624f04ebb0fa280276db1ffc676a56fbc74425e16790013ee47_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:901d510199b2e6cc87c754af5a1c8ec564089441f85917043a80733c4c83a430_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:9bc218ed94e8e516b01c11f26bd9adc30251067492ee2a84f55b573c2d09f6fb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a951a17fbd50a051cde6c2fc4e863bd70e29485fcb085c4d0c977a0bfdda5ea6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:11487764cd999f6abe6bc5021312a0ad9449b14b2ecc6f7bb24bc0d7dc57db60_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:362cd0740085d7b9bdfd4d10706b04b4b92ea759697c57b340698ba7fee0e063_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ece30fffff9f1b1252e7063cb4ded0e669f661e123a02ae5bd966bfc5e3e1ed6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f0813c18a84c6a7570cd3f51826e81dd0cc164299173d05ccf7ed3d31be71961_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:b5291a1306ef132559dcf0405c4a15d2921133356d904aba886e2577030b1af2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:6fe441946297aa27d90fceb448adfe939cd74ca0d02ac818d9577735a8bb004c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:0003426c210d73355a8e23970e027c7412123a75d979052113f325edc288b478_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9315e7033cb22fd8229c7cfa7bc78b10583dfabcc54edb3ace0a3eb435394f9d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:b5291a1306ef132559dcf0405c4a15d2921133356d904aba886e2577030b1af2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:6fe441946297aa27d90fceb448adfe939cd74ca0d02ac818d9577735a8bb004c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:2198b31f6460daa49ac33aee124d664f8020228052df648ee79a2eacb155df0e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:f1ac1040078d827c434858ca528df96b41047b32c27ac522d11d6d269da755ff_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5a3cfe8da21c874d227a225313dc98a3b175e9b67dd90917a201d5be2c8b0d12_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:a119246a2ed145b6fc3ada68e546e729485a34fc869e3742ea1b01b9f853f1d4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:ac4b25b223b08c445aa875106114964745002e90908062d0c11b56e27ed9f8b6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b1fe363d1a527033081799943271457afbdac0cb23ff875a65a6292ce1f6cba7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:66cd3d5b1343fb7f7fd7a3922adbdca110368de4f696b91066252229dca3f16f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:7793b9facc62469acde7d6064a4c2f26d8482fd1a2205add60fe47541b3141e0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8fb627e3f8138d9ec3c3903373502ea0d3f83c1788641f016a9de4d7e41dafb4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:f239cce00d46794f91479cfa3c94a2edd14e206f85e684131fe857a80215fe6c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-65637"
},
{
"category": "external",
"summary": "RHBZ#2418900",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418900"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-65637",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-65637"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-65637",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-65637"
},
{
"category": "external",
"summary": "https://github.com/mjuanxd/logrus-dos-poc",
"url": "https://github.com/mjuanxd/logrus-dos-poc"
},
{
"category": "external",
"summary": "https://github.com/mjuanxd/logrus-dos-poc/blob/main/README.md",
"url": "https://github.com/mjuanxd/logrus-dos-poc/blob/main/README.md"
},
{
"category": "external",
"summary": "https://github.com/sirupsen/logrus/issues/1370",
"url": "https://github.com/sirupsen/logrus/issues/1370"
},
{
"category": "external",
"summary": "https://github.com/sirupsen/logrus/pull/1376",
"url": "https://github.com/sirupsen/logrus/pull/1376"
},
{
"category": "external",
"summary": "https://github.com/sirupsen/logrus/releases/tag/v1.8.3",
"url": "https://github.com/sirupsen/logrus/releases/tag/v1.8.3"
},
{
"category": "external",
"summary": "https://github.com/sirupsen/logrus/releases/tag/v1.9.1",
"url": "https://github.com/sirupsen/logrus/releases/tag/v1.9.1"
},
{
"category": "external",
"summary": "https://github.com/sirupsen/logrus/releases/tag/v1.9.3",
"url": "https://github.com/sirupsen/logrus/releases/tag/v1.9.3"
},
{
"category": "external",
"summary": "https://security.snyk.io/vuln/SNYK-GOLANG-GITHUBCOMSIRUPSENLOGRUS-5564391",
"url": "https://security.snyk.io/vuln/SNYK-GOLANG-GITHUBCOMSIRUPSENLOGRUS-5564391"
}
],
"release_date": "2025-12-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-01T03:47:45+00:00",
"details": "For OpenShift Container Platform 4.17 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.17/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:51723b1449a55cd6489cd60689b42d4c53ceb6956765ff51087fa90f806ac65d\n\n (For s390x architecture)\n The image digest is sha256:e463f5f9a9cb41a172c0fafcd34e48fcfa24f92dc4ddf7b1ab0c8ad909233d0c\n\n (For ppc64le architecture)\n The image digest is sha256:4736dafe11d3ac46f8f6126de474c7030a59e75636d023f20048c6894d783338\n\n (For aarch64 architecture)\n The image digest is sha256:b78fb9415afb4d73e22c9d8f7ec9de1729023913a11ce4c85bae1e0e71560daf\n\nAll OpenShift Container Platform 4.17 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.17/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:86260062116d03fe7c4ec9df2fde3ccabf315ebc380f61db472d334be90dc325_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:8f284d614d7fe9d7c0bb5ab076490a781f0922453650713dd6bd722a409f650d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a43770fac453ba7e59e8af0c2aff352471f81a1b5f34ba620d4555a16af464ba_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e3a8e74f008721239ea7c070e6f6def1e779b723863e5ca279702f81cdfc0f5f_ppc64le"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5907"
},
{
"category": "workaround",
"details": "Mitigation is either unavailable or does not meet Red Hat Product Security standards for usability, deployment, applicability, or stability.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:7d17650f80e7bf782a7a59fe0672f593cdf9dfde775b7153fa5a5c4ed8b86e2c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:bf046c55304478c82791a67ae0dfeff89af904d9b56cd63a29b261cd02633798_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e6165bb623041db07759616b297f0541fcc87dc3bbb91cc77399cebe96c1b647_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:f47af1eb3413e739f7e219ea89dfa0f09bc31f18a771e49ad36b32f8219d9112_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:34161b5f6663f9408d7ce5afd4525442f41332a9501f658238f3eb6568eaf3ab_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a4116b2262af10fc2c7fc40800501add9f5a9c671907f3eee75cbfaa37d47263_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a8dca289390dc8556a4cf3cda46e5cd45bae33fa2b1a88ca053626ca3e3339e8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b43e298d73fb723ce446344fac3e136b0d3347b38e7d199a09d2bfb85c231249_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1ec3135a01ee2bce646338cc6d71d35c8adce9f3603f0f07ce90dd88dbf3c4db_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:94c42af9dd8afefe53de729d8ec8b5f9103cdd7f80c96999b2863bfed030cfcd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a80acaac8c10d6cce0815ddcf0bc296013e97d2cf69d1eb6ac1b7f3b35b40d74_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:e4c52bbf17f055890cf9968da78045295f6e37e52e3f4be5807db679ff63b874_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:28f2daa782218c5fb085acb774bf1d8c13a208b8f29f4a12b372db2c446ada76_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2edfc9e18f365bf2ffecd7ad45b5693b493de472fe7abffe73ff4375bc6d2af1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ba51aa38b39b8f57d6908665938870cced5541b831756f4039047245e0f2a8a5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ca246a844bb6fb906816e4008c922a0470c82bfe6a736f3a926de3def6aa0597_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:07d09ce1d5c97a717dc1c0f540e21fbf7fc2ae0c27be6fd0869ce0dabc0591fc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:44e3c6d5b98dd6655d38e3523fb34ed46dc89e97ef8a86f908d72461cbca59d4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:81e7e1cb47cdbab3a46bf8bb0ebcdd218f46aaa94236ef250fef0fd143c9204c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c318da767c7ef1f2452bb631e2726084f48a640c962f8003467c72ff48225b56_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0b26257250fe3542640ce1a4f5ca71f90294c307eeb477f1d1e4d61e3ef233b2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0cbec11d17abd89ac4ff332c238f92fc49c19f3e1575c26c6654cf2668ca9e66_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:2554ae05f488567b3c752c16c59f852ecfcb90746a47d48bdd39825aede43c21_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:af26188e6f7326835340b99be42189550233a7bfc652375b0859cc058fbbd0a9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:31460b57b3986f0d6c84406eccd1801eb3a03d176fa510978311d46390828020_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:aa730767af15fab6facc460b6e418bbfb0555933b4a54b01d34cb83c1148b8ca_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:ab43b9177badda24d20e8830f375132854ad313b46e27ffddb8d68b6543d8007_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:ee7eff8564ad522223787fc270f1f4d4233359872c994981619f1c10b3dfcaf8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:0d809a095a0d86c0b149fa0e28f852c1633c2904d7bfa23b6900617ef7ffc2d3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:5c15dfcbab56f579ee265d4acf74778d154ce0185234810ea249d9b9e415052d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a95c36cb709d7f9fb89eb6aedcd7cebc104b90f8d9f1be6591981dc9f96af398_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:db9a343c67b6462259b3f300af5efe643b7637bbc88ba5aa65e06e4f573b0049_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:238158a2264b9688491743d5f7c97a3f152ea2fc4a1342fe4b0e63f618dc50e0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:6dde5ab62c9f5e35b853112e3c04a8c856ef9260318dad58352ae36c2d30bfb6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7309bb2119edca063c67c7b074e1d45d99866223dec53f9942fce421e2e76250_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c0803e9ceecf77a8b1425fb0634b40e4095bb9d899c5d5af84aa285527723d83_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0dd635595c420ee1672257b6326a193195b2d21945664e649b09c62ddcc25d7a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2cd23c69b8d88a73a2aa368cecbe1e8812efa47760bf16ee0629feca934369fa_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:4beb73d1a2c279b310fad6789fff0ae70cbe18a79813819b1da9c2c5b6959aac_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:dbf382ce2e7158ff2483336643ede99b2a4fe4cc888af72e92e19ab864c62291_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:303ed90fddf42d1a5ec3ad7eb1df833003ad750f4cea17710870382a0f8c720e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c358b8a12046693741c5e88afa14a25e066ec9e51b84e22935c19dbf34ac5455_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d98dff9a03e2bc6564757afd151092cc5bec438c678f5fe5e402365bc6bbfb03_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:fa2d95a06de233147317ad93109aa809f5487e74748550e40f4189e8aeb5f50c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:943aba9a3a70cabfc2b0c94450b39ab3fbfd92f12629a2e175ad89251addc2ec_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a7c31f5ce80372bc4c63b60f9741352565eea006601522e25f03ce902e35564c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ae2f0cbe29206ae3ed5275bd7a0b101dac0e3bdd5520493ad4bb360e2267ca20_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:b9cc7a6280455a8a36e26494744d9ba540689594f8a1d8f625cd1811eec2b0b4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:54c3ecb1fecd80a81cd667f5edb968c62381bd2ddb659255cfd861dc0a8e0a9e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7deb4e0cac2bc3989fa828677e4717eb75f1bdd8223dc638310d32c73219314e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8901061b783b8a41f447eaf32919989dfd24bc13b1ef61b36f1132d66f64288d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:921aaba9517c1b00e09159d4539d47a55c543b1c7ce3c789e6e333ec133b5406_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0dccc414a5a3efd474a9eaeb61b6a2130f652c97b8b71592c7cc52827ae149c8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6c1df1bd921b4b6fb22f9db19a2c69ef5fd98d231fff3869a22442b36dec0ffa_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:eef901a0f37823970eacc110d194b81a6c679aa3dee5fd0d350b66ebb53a1542_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ff539434c8d3bf3c3a64f040a5f7ad702ded9290ff0a894a03fd45fef9fe42d9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fd88ff4734a68d6a95733ac650eccd70d1c4d23967f32b3ef8de08cea8bb05a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:8b02d7c27cfbb38d19b1456282d58e14c8d64efdba25a6238606f66610e5e9de_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a4b3b74bd3e1a9a1c81f040810325ed6bee59e0fb708c9589439fc9c734805b3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:bc92d21475ba5fd3d2292c5f386328bbbd237b92ab7288d3709229ece5b811e1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:360c5f509936d41297633704930574fb8fdcca27e98d1614ff81dadfadab4926_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:5fde232e29f5707caa6bb5219f108a563ae59bbc5d2818e368a5b9e472a1a2c7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6f1a30e659ad462113e1f481855cc292a760900cb5c05e669b5baa0b05a15277_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e2a33d8b21d3c833d9de1d6472e958b67ae7c6583e326b90ba51a2e1992d4924_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:1a6641eccc288ff48bda2311e1356ae244308345fc4c6e8bbeda2ed8b9f85eda_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3491a7f01d29b8ef97e0d28cf1258c37979ba8941d8bfc79c62bb7ad871e1f19_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:86a9b3d8064057e95ea8935b94edd85042eb86751e79f7a9783b9601b88d8ebb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f4f10a1f9554ad0aaa4fb9dbc97dc9d6b1b27af1ca3810731468b0c458b86a98_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:b06c2047e92976665952f3b0352b0c5bf8b5a2e6ba00b5a5468663fbb0309e1f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cc10468c6882a877f993ac4f6ef5f29e7069f99d6b3ceef528c8d7069ed362f8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d682c5746679d8dd8534b3d9c4b913880ef9d5713b7febaa3c7573fe7900b61b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fbbf71963f1f9fe061819fd07e90df13d27347f2854720be55d4ee453b6b60f0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:515147b779e1fe06b9b510177519d413a679552ed6c2ecf4b0ca8816a1e1ff6e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:f1fc196ec3db364df254fda90a46e6b12bd50d50c01f2996f970ff8f9c1ea1f8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:4dbc09f5c1c4011c13a1f461025da298ce289912d98627fc6d08ffe1a30a2a2e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:d3436d8f8316db7b836d1146932a1f8de35edb75644eb0c9f0e3af334aab8f87_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:1eba9990cf84de01e1ba504b9b852c48cbaee1eebe2c564977d1419177bad652_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:cbd46373b97caeca24a3b22de19a294091f3d5e294f2931f01d786ef566867f6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:09824ee3a4038855e2956ea2d70a72b5d1e4a9ecd9a323dfe27eab6df7de5c1f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:8d89ffb1ab74d5e02fcc13d2a00d5e1fcca30720d987c140544e061ca7fc6629_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a8b44c2c0bed6ec652301ea4090bc62c990130150a8c1378a06fdb3f9a7b848c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:d2005b9ade6f74ee3df518d9f124b8acfa909d0dbd34c1c3b9e044c0556fb268_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:c0d0de4014902209309d97c189f02ef66292b254edba7e02d26549e3ee24d7eb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:f673fdfb5f29159fce99cb0ce47a31fdae2f57533aa49b84228ec7fe03274aba_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:07afc1a6c00649e6f56a64a75a345ed3ec97e28976ac09d362bc44412fa6b67c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:54319cca65ce76d81bd7a392eb841bffc14867bdc1ae341bf8ee6f84d10c867d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:445ffb4c0d9ca84e2c57333adca83f863428819a7732111b204da9f57bad9826_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:cf571aeea198dd0b07a42f12727db8ac78fc7d40eb5d1ce47c0e521f84142ee0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:80bce123dd0a3488a9cac662d578f451608252e8144ee8158cc877c02c3f9d0b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:89a69823162109668d5562e46ec004b719bb60cab26872234730c458dfa697ec_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:53babfe25e9258b6e8564df67e1d465c9f144976af5be7b30d95b0dd910f6101_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:733f6a4a3f1a1ce7f0495e2ccd8f492ce3378e2f2ac1d6f618869bc0460bd341_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:0bd4e71e9d22f6c16130426710bba8abbb82b0510cdcc9eb6cc74a412021c45a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:34fe2d2d5972de86aca83a9affd601cb1c4564fb1939f4dbbee3dbedc2bddf9c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4e01b88be4742c25c24977471d81262f8f0f391ccd5c49250b306e726e1d32e6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:dbb1ac39b132a5d539fdd7f13df09e84eacb8460fd7e0097d562ef079ae2c677_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:1ae054478a86182135ca308fc3f18c49da06734b34fa897f74544644474c7807_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:3b7157d6c737fa70532d96c62fa68e35fe547eedc6c50580cb89f4ce9fff4fe8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:152e3c57d0bcd719bf1e20ef7d43ccadaf30939c8c9899a2ce115a55ad7be983_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1abc468fd1a09c4b30e624ef4cd9257c2d104db17dbcf19a5bb8323682271ea1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6e535ada8c1768a2411ffa684bc624afaca15618b2d1a8a6c50f0b97be52668c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d46b24f503b741f3c919cf2f30409342310e3b2d6110b043128ae5d496219c96_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:12c1eb19b65af75175b1708f0049bb3eeb16c8c9a632957f5f97a5419246c7c7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:36103549903651a18d5c1c25d07dc98ce058140cd2b8d6e80cb0f1a940a277fb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c6fa0940709c377171ed6f553729935a9bf1bc5abb7c47f919d3b0fdbab3fd74_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f421d2c61baf1f196a5386d02b56b72593ab557a99c1ac61fd99d324a8bba3f9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:01b50335d5ef7515c859414036920594a5fa5b0039f5191aab1f16d291f3514e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:98a06124ecb76ea1e4d88de6b1532b2c8c6a7f554d1d25b946258b2d2e274649_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:cd6a54657188c7a1c0147c72b9d7ea326de2d7332eaa2c049ce4e02807177bc1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:ff2c7571055602c2cf719149d742d2e7cf308f1a077c420205bcdb2afff13c00_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:455f935e22bc0a892237c11e22b9bebc4840c26c61510d43827563312ec71fd9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:8b30cda549756767ad42a0486cd2987e13eb28078ae00996076a2c4e52ec50e9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b3f754533c34684d3ebc8a6646c8698cca95b6836f9b9cf6bc80edcc1c888f19_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:ce1af97db3e2816184795c6d1fa3cfef25329df11482b2bf4441c40e51d21347_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:73b55b309bfcba54861b619a26745a67efb4271848e99db56af2536ceb0fa597_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9dd8eb511b9258dd6e6e2edf03a6e6d64c1bf8a5422c173cd0b0d9e1b2cd1734_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b43f4769ae4bea0d180d4be8183c92d1fe5aacce4287fc1462032f1783c42207_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b7d331a0edf44bcf0fe747365f092a69e1c1c7cd156d48781d40d41a3a0c8552_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:304b520b8986da52f9f1f175672f6acb79119085841fd0ff0fa9754e8f22b34a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:67d76b9cdf3b5be24e7d157bfe385f184c6abd429860ba6d2280f77265929f26_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:df5b6082f4f05bfef1b63ede7fdcb5b575e56bcf264bb21e71ea2dc98c884ce6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ea8623b6dde50f9b993f9823e27349650e5d80f3f4f37c6b9b79cbc08ffc6da1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:401e7eda5905ff108ac067119245fe3684e50e736737b350baa06ea6fb2b7174_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:445489e10735202ea518bbee1cd56545f0e7e66742712cf5006c4d4ef30fc1cd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a583347caae3aa7d703a2130fc1f57b9e81ea6a06bd33785d87f92596f1f6355_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d30bda3636af0792fa0b182e8c1f79f5198a293572b40eb28e90e8e536416719_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1a369e0372bdde7ee5ec7ad647d30e6fd9747904580cd025ef0e20e1309080b3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2d0b89c800f09fb923f249da6536b9d396a53311112c458973fa9aaffb9bbd77_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ca969364594a060f9adc621daa9d2af96fd265e32dff63699cb42aa60ec1a9e9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:f1b997f7c662c0c8e91be2d02d6605fdab614bb89039ad1f38d6cac2b4623ddf_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1f379914cc47321de26756b1fd2fb634ab93f0d50400467df35dd4303100ad1a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:748a768980651e5d15e4b06d8483c6ec6db7854844e2b7dd789ea0e5d0b42d70_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:922cfbcfa109c304f82be7edd274534d18f9e2c7fe036e9b078ef40dbaf5659a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f439945f38dba034123eeaffd05372162855f703ab5a939dfc40c8b6e68b6dc3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:515b64496798a09106a5a99cf322bb02cea22a7d1684653ed251ea15532a61f6_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6de46b3fa4c0a353f73b6dab1c6dd53546b38a7cf754063382a47a3487aecfef_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f41ea3ecd58d560a52e13cef8384f6197d49add48c01c432cd8971f53fe5a4b2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fafdde0ddc3752811000a0b64826ec60715a45f09b79aae8aae637b6a50f3c23_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:212637507016bc9b3317c3980c30b476867ebc90d1c0724f0178f445052da718_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5f148616ca51bcf1c30183e095a8b5a981a9be858254938ed45229e4b4ebfdd1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:9461ea9cf5c260411a69b6b39c5dd4048c592f234cc24d481561d90fffbaf1bd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b48c6f2691532175458342223ed6c744b4dfe2cb057d1abcdcf3980127791ce8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:2c1ca60eeda0aa20403364a3ba33d9ad349e98ae3c839bff106d4b3d59426d58_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4141802dad81ca0be90cb3e030f18156e4f129dd2dee7b40d4b4b2f63d7ce927_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4cb581ac92c27cae351d2021bf76d97b20da9a9db8f2b867df879a2917d052b3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:da3dc2f193bedf7af891b2123b2b25ab8ffc54ee21ce4ee4a05557b7175aef7a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:232a25a7c42589bb08f34e08eb3e609ccc7c1de4281c234bb59df3c763695339_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:77021ef3e969e39c28e863f22541819957f046f28a88ce0fb0f706381e8ffdf4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d024567af8fb35126a2084d9c0de93c5b349249dcbd202c0c5cfb7d2d05bcefd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:eff2753dce033753b4687d9eb031bafad6c3bc1e1dd941de90baa0322bf14496_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4a8e36032ebb3b81b4e2e854fda6217a58adeb78e133257689d118b00feb9d0f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4e99ed18cc738391a0b1f7fd6e5268dc1a2b2d0c235b96f5def3d9bc25bd0c4b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:acd10e1026c3bcbe1effdad4d96922661418e8660dbb0e8e97fb69b3df8a3578_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c84a3e6dfc4b3abe1c2f3e6f63018a8d45fa3333969ac2792dce86ed5dc5f7f6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1d83bebcaaf20c68ec4705bec480e45b4a69d8323d118a7fe4812b491ea940f0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:bbd338c6ca660031115a11f293b165aef23ad28150c6a8964dad403618cef28b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e9a218fb77c30af249580c4b11915d4876083f642c7388c6333f70b781bb9f17_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:fd8e0cb32df9a3eb7eecfb9d5356a136590223e69130193ad8a92f310465ecd8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:0de9a2d5418c0fadfc68e9f64335c23396fc3188b1ed7191e2e740e53aa1b29f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:2c6a648364c88588f7ed1c538eaaf850ad4ae8310b83cff95c11db695cf4f528_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:8a408e4ad9cf59aaf87b0c0c97d3e66c4339943d810da2703cb4d0a946ac036d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d4f83ef7cf93115c55d7053dcbe9cf980bf522cb4c3dce2feb95e6574657384c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:06849685ea1a02445fd85960975e0f4f0d39947420d0f381dd724b37f4f44994_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7ad3e41c51b206489d6de9809594d4407f0eb02df060111359880560088c9140_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a18cc97e985023b176af5daad9cfe50eee25bc7e5ef657d20c17aadda7a76c35_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:f3ebe18a671ed1e458d9c86184fad3fea2e8552d8be87b3f2bc83ca45f6eecc8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:29d61cf5ce7ecf8bd5e49c5d01b16a82819bbb345160b90ff46f0d936f1152dc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:34ec4d660b408030abf6f5c0858fcfc095d7548530e6bd4038009c55ecec3344_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5a947d842f80e6e70729d0195ea3fd77111aa4a564c82e9bd0614fbc715a85a0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:c6b897cbd33e4d897a44ff05e5a2f7093a5fe930fc249901baff8a28a015c408_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:20dcf9ed5dab0354410b6c14f8476980d2bea66f42bd64ae0c1e354e185bd820_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:559065936f9a9039c45cbd63a4dbeb4cd3f69e990eb7a878571971f6e94c936f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:79e01008c1f3a1ba2dc98f7ea3163c3874a5b204ca731d056b89ebaaf97bae50_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:c36158a99dbb4a03cc9581c46a7f0e84e3ce098fea15d5b3ff88e10d41d0eb1d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2c6e5834f6042b1a4301f47d8178b2e718a3a459745ffbc959e40cc660ada97c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:475ba06839391550b35bd29309fc939977a72d4262b99f129ef5fc964adcecc1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5470d37d9eb90f60a29221fe605551618af1037c555e7f82ee1c7c1b6b7de654_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c8ce750189b017ec94762b6691cb9a911f97f04927615f0c802149aa3f7282fa_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:1916354b8aed42783dbf3bb7a3be6ebba6f561aa7d8c8f41fd6e32f1e46b09e5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:93cd970355ff2c9cd65c6f051391a1dbccf543a1f4e79ebbe6b3f63ac4030ca5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9cfa1d58c7bc0f875b5b2d704afcc95c4321388c94202c7ecba217a12164e8c2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f21ecbf880d3fb65422bbd0c410aa47136526cdfe5b75fdbfd82e720530c9fec_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4c6a4ba7469a6e3736176c838dd09acca392d508ba2139bcde3d01a1ecd493b4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a21c60cfbdd3b771f448a09b89c09f0992008625caa9fa60c5f9cfdc7d49e457_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b6a1d9d0b74f769294c10ba1ba65fa36a43217a374f3e37a189fe3de1d33d737_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e192ef1c1c539e194a2c7aea2c1cce32c6bb01bba982d3f0f9354649f32d24bd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:03475c318b9a57df484c7be2cbf35f654487c3084efd389cf4f6ce0a0f845dae_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:974abdfcfb3399823b6531a50c8d09203167418b09f859229de602a55c6f43bc_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:aa3852b48c9efac7a7e87bb01593b4a8c7d9f996624154d5a34c836e2b126485_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e0e95daab3cde4412e5d3222236adacdb8283e65eb64572ed175b353adc4ea50_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:106fa9124ad7bfa7e2a7d6c68ebd812cf2bc82c55ac092c1a702217595fc93f1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:18317fde63976665f03833b7679bede00df0f32327c1d56a26afe112b4d26f6c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e068848e4408ea82c40cdf03f2e6c600a40c8743faf344e0b2630f12d79f2fe7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ed90b2768c731b0fb0d277a285164c8bd8cb531ee984be711f64bc503292e839_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0ea0939567de6bf628dd5ac96f7eb68d3b29f1819ab932296293504e99ae3390_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:45720e600e73a2d925662c4c6a7dc898e4c97e38bf9b6c708455167abf99b51e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9afcbae95f66db36e6ea832d41f02c8fa14ab3e79f52dd1878ea24b57565b547_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d4e9f8ad81006249c50770495829c63f9322d0214efc045a4a7b6b0955846f0f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:1d66fb102b391fb88b40efc0dc3b3935d6f4db31825ee4d878273e181585e0b5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:2a221eeae6e50cc04e9466e5777f829f58311b2506aa149094e5e31e0cbe6e09_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7f15db4d5cefd46fc71d1953fc5cd62630bb847c6966523c5ab3d6cc2e5f6a05_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:99a3124337bfd603542826a78e4068bfd7ffc9feac98bac54bd7b3f3384faf87_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:86260062116d03fe7c4ec9df2fde3ccabf315ebc380f61db472d334be90dc325_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:8f284d614d7fe9d7c0bb5ab076490a781f0922453650713dd6bd722a409f650d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a43770fac453ba7e59e8af0c2aff352471f81a1b5f34ba620d4555a16af464ba_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e3a8e74f008721239ea7c070e6f6def1e779b723863e5ca279702f81cdfc0f5f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:669084db9430a977c4370fd7949543c2e57e82da6db6d01c376b3c345f7c693f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:9c91c1adec653c87fbdac6f5755528a27a4ead82d740af2a5e5f38aa16789804_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a2ffcc7216ed314e39ac12c0cfb30d29a6a4267512cc24a8f59825967273a2b8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a950db91a853e2b6073fad294ea604d51e0623b8c34288af1a98752f79b873e8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3af31e33187cf904b7a3bbcf7cded17c69e345c73301563c60312d35d1b694b0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:42bcf4c037d6212103448703395c0ca44f36a89533e205f0965c2c111d218fc8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:7b9bc218875615eaea10e71de2ce1159bbc130dc9099eb71d9fe13d9a0f07179_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8af69064595a39874365e60cc66d5f6697f28df4f82f8e26b86eb3fe08eed8dc_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:43a9f7284fc596378453b6e3a6fa1eb553d403ee25492c8c10107aaa77d92412_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:9074d73e7164486f4e0bbcdcfa5f46529fab2937cc5531dd88b13b2fb433d6b6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:a6656391bbce0ef6c085dcb040dc623d737ee8c302638d0e952eb2cd6e9671ae_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b98987da700deeb50da293568dcab5cfa1ddc843e36ed4dc5fe6d0ac8b63c85e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:66a2823e0f80a885f64cdff57291c2d6af6fd0c117c2d033b372be28b0755b2b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:845d9b912f7dc3b56804668e652f7c6b711a3d064501785ef9fea0273f60063b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b94aad5462be3a96ad9d3a88d8aaa775e8d6446b7f8d1b8785de703d14875cf0_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f6ad6761f6dd00ae42d248741c778b31492259d891751c9dbdc6dc39c2960dcb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:7b31119b0f90aba00af66b6bf6e1d2f7248d3db7129a6fec071a9fba31dfd0e7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:93cc886509cfbf78ce38eec32119b47cca28aaf3b43a254a1deacdd86de5e877_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c4cfff6e697533c3a9323ba6ed15b74250ecbecf71123cfe49ad56708f505021_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ef759942f6399bbb13657a783a7648dbf7ec880e8f6d4ed64b69812f696fcc1b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:155ff7585ebff390dec5a0ee00bcea904cde275e165ac634b2083c1fec868a18_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6971b8fa9f04515d6e4d18a27982a2496a4efaaeff90e741f3248d31fe1961e0_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6d590f5de5ce957e2d21fbd86c08411dc90b6c2444fd43079a04e3acb35587f1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:718a4a859157646f240e5fa4e3f8ad5c5ac7e53373d8b5d0a45159f5eab2c9a7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:629f7a041cf101c337effebc71d27cebd4dbe4ac7f7eb58e93f872106f88426f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:7761842991965d184af3f11919c4a4524d285d69266f92bc01ddd1cc66195fba_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:9865d9323ac25a120e3dbf34644b7343e650cd04b201d65518940b49432f564b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:9f6c2d965dec4b6b13fa96bcaf0134bf2acf302e2a04fb6926075bc9e92de97d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:855b51d876eba214e06624567a2606ed0be538fa6db7e24fdd508a269e1ba2c7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b041548b2283b0b0837db6749c0da693f021d0510a5628bce91ff5be1fc83f71_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:c7fa529102a1f95a53afba3a07db55a3907123cd8bc01cc6e1c4afc3c41928c3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ef32e7c28a82efb0ff8edc4d2678e042afb2c378791a34ccdd9243eae5246d61_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:0b779b84bcdf0ea2821962e7df8f34696f23bfad88557c21ae5fefbce289acc2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:54847dfd1e87683efe51562e103367f952ea801cd409968b8b5e04ca0ce48bb7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c86b554d052e4c0f38d69b571d246c090f5843302d21fe0f2c7c06ddc604488_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:78d85dae433ada85e1fb57166d278887f652a03531326bce186c7d3b207df288_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:4c4ec9a44884b5d618f231cb65a9b69078c2d86c8f168d510441814357f9fbd7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:5bfc5d24081ed832066492f2542d2566f40aca433535ff6536307feaf416c727_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6717dfcf0c98ffe25190b97c977daafdfa53ca406572d81143430f4218a17382_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:fb7ecb21f68557f92a912f0cabea1719fd8969638e16f22c5c89d433168f3ade_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:6f80af3728d41b78b3e855ce438ca882452a785a0b794c374475e6634390f6bd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:7df0f2a7c3268c3fd166e4012ef20a9911d6d7be4ee9e260b2a8343a1a5c23d3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f26c33eae235ad613283bb3629ae031e06d95e4371b6ab35bfc95d6cd6eedc70_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ff72b14efa0c7c37a3795808564e00f60bee07de82fc22c7d1e0822893abeb8d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:15a34ce98242d87b27bcb7a2ff5f8a3426766e31e4aa8dd21280a94a0dd5de07_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1694ece44a326abafa983a7fb2b3f84f671941fdaa708c21159b2164bedc8fe7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:5316833a649816a20637f5815460cdea129cd9f304d66406c7d15210e09adc7a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:95a599547beb53655c1f6bcfe533196664371a94b5fea328543a5f90c1f4cfa7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:0c81a72caa0f5697779c8e808aae1c6da81c34d58ea22b7fc41535e5b047d4d4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:1b5092eff9d9daeea6ffcb7c40f04754c401744c8085b77b67f231cca7730818_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:7b0157dfb720632e557c0c1050c643c7a9dc9b36c5f1858a37e11604b04b795a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:915d7aa28dd103a665a72bba13375c72118885bc3867d07922425576d5372f71_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:27483fad6a2c4be85baf840f33c72d98357bb6a55e754051fff08820977c7a3f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:5bdbda0b9ae82292ab9dcd9c3907d42687418e591984ae30b53d93f422ca9d86_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:93069055bf2d16735b13a8ae1859af38b6b7b9fe3409806c30a2147689972023_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ef060678c540f10ecb261b29b6674be6d3830c7ed0e51f221256fb09130b4dcb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1d9d3b4b90eefd1714e4814e4c340d11a88f1208852b7c624fac4096ec3bae65_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:37afefb255d2e64fe5d72f6d32a3e4a55684b658b114dd341689ef0dd4cefb9b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6033b93ce5c2f73213bd89e9709038829a2739e238a1f827cdebdcac8c39dc91_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6fa75960064a732c4e25407c9c2e8b75bd98feb5bb06c9cd70dac8023eb21c0e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:5eafd2fde7b9fce1b13109f4729396155f7ef07d73d51067b11f96661327453b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:825963b5f6aeaab80cc3c6a3c173b588263b6a9ed2e481c06d42a229d18b40b8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9c24887a448382a80d554684df4280c49a3c6ab89fa9164d547d0ccd25c5b0d2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e423c9ccfc07b48c6ac2cc4369a6fd61e9b8c420a08f64d69e9a35b887874793_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:0ce9b759a50e8562b80a2466a194f70d0728ae93717dadedba3aca34712f14e6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:814fd188f5a532065135552df55e4c55fbf9952ba35f93ec6f4f22a4da2a43aa_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b87d5c52b3da29503ae5089fb3422ebbf5ab02840c486b19678a9c65f04a9e7b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:e7ed0864902433356021a2f30c65020370c3062889f7e5838be60d0ddb098ec5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1622e137e2fcea249115c062de3bb6e0a099ff4f4545ed1c98ae2109eeadcc71_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4a66bbbcf3b973ae35749d7d4a1987a561a57d16b154c0471092a2f242912e98_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:51a7d1ff4fd4ac2325da2064724449847c4aac05dadbc97f30d93d89bf887b1a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:f1743346567b7c2f4101128ba81ad4b3b00a40f3a97a465df9e1b895a08cb8a7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:852af33a0803094bcfd34f452e8490f95fff66d6e2028423cfff0a01f201457e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:9848cc582e21d833e5d5ce00a0655abf37173bccbf944e192510b3373510d81c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a97d77c1235d10228e36d47b304a14c05a10944904685f344953da18f2d30866_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e5cb819739007737f750a96605f14991efb3195f13c906efc64db87934389379_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:3d594065a138374b4efe911a3e4619baf1d888272607e83e4f614e8c3e48d2f0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:7e2fdd43861a1be04f8f6cdf2fe2651d1f7ad194d7a43326e8d65d7757ee3d7d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:08fef794d449fdc5f89da613254f8d8cc2512bffcd5a8f289a7bd8cce9f8660f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:9e43e41968b797593eb5d4823f8e1e7babc642c3ec308673ee1640198f12c234_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:2ab98db3bd54d97694587693c196944eedb77866bf2dc9fa70e6d186c0eadb34_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:cb11c30ff4bbdad9e25e12e2960d754cdfaa7af1507b07e74e21aa31a45b0390_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:107a0f20bc821c4dc4eeb05f29cdd1c0601db4b66f5a3245272098dc41ae7c5d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:38f286396ef7e0557eff8cc665ca46c4248e2b060aa9b170873e13eb691b207b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:5d3eff686a6a64f96a79d31f8cc6a88b17171973f4718d3da82e0dfd456436c4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:903ae03948c7e68b1eef1b1dc2f7d8718693e3149eed21862cf1fcfa13482dba_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:0fb76970c4ef89824f28a0993f2a21f5c91aab7bdf23d6d045da48d9c4d176ab_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:37898fbe4cf22592901521c29bc10ff1f3b8df7a200d64e9c94d037e8cc38e60_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:c4393a9eae01a0bb31f85f8a6cc609f80a8c2e7b7c4372c21bcfb91492ec78a4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:dd74aefdaae0c24dca43a36548e371ce292af5423751718b1a6480224d5e5680_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:500ce3a45214ea5bf17b0c7d0ebd33f75183db7bc04d30f7d0a25a225f494cc5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:6e201b3e5b45494f8ecd6d607bac314cc10b419d4f3a695c1aa9824b6eb9b8bc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:9772d2c999317adac02475b2448f24acc49cabb83c7727e9e478642dcb7e9794_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:d8d22b7e59cb411c3f1fbac22af12b78fcaada8e56313b2f5ac89806152ae825_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:5d1773de9a1eaf4b18081c968f3d1c3ab35af0333dd8ccf599c30a5336b40ccd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:93415b427bdd9185565c26901edda6e5d0e5b7bfa013605de8ee206716141c4c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:be9f4891181cd1b58aa9a3fa7a0d26dc3a382e9dda02744b06a1cd7d806ed6cf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fac44a7144ca9e888a74db83f6eeda24224d05238af0f8cb54627b74148f51a9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:20544ed1aea9d8b483ac6dd9655a0d108b80121b7011406e0a59de4c93060dd9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:29f0f10ec928c8face73cd03bad8478ab4b8386f0df20ee2482102f870f198c3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:adc31a12f2eb578e7bf135bb0931aba306487174c7e8e71f6d3d8661aad8c350_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:cc2921b6468b77227e9f210589f07cf458eced2ef0260582d0a1a4b8f9b7a613_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:156540860fbd6556102cc1abb3762e6595d374fceeeb7745d92655aa3fa74551_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:426c0e5e5885ee0450f36a93fea6f733637011c5f5c97ea2c790e0edab5d7cbb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:abea604212336f8e3cdeb786913ca33cf0843f3eb7be0d1aab681a005e6c9417_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f58646a44ac2716d6842af49e48f13b6c0a58ffde7202cf6004f479658ecb048_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:484ea3e99fe746668ca7fed6862b095326bfb8f26cc79c0bd4de143083b0dad6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d2cf9eb8a6b0528509e571a8ab3710bdb6b40abb5f19d797a9097524d2e3cb7e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:def75e5d102cae679cece8fb7e7cf26631d9aaee782319bceffef95fe76308db_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f6a4b9d3d3792cf016df0f539b41c2d33d4cfe3a85f87b8b1a2215c703a13d83_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:17d73f64095d650a84959f826da3009d844f209c39a9cf55460b842a08968fc9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:382ba71516ae6c2ce3670b92bb206e5bdaf5dd0519b2f1a6fcb417b99f0ccb13_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bb9cd5df0da433f514a256dc92610219d22962f8e9fdddc4a1d6bdda45174287_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:da71d08bba2b937f4111e6d773765da8379043335d83e600743608bc4c3b7580_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0761be83c6edba07296a17b61838c3720666dfad633f9edbe9643c1cca008a8c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:23021b0b3a60c43895c17a9d27eb53fb5cde7b9ba6ac7a5d81d1723d804ecfbc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4c802a4f273a7d7752c93b18c27e264cd373dd989797d1f9b970ae368bfbed90_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b41f90c9d31171dff6834e9c7b72ac295f7e0058eff6f5dc7480d7c4797b9700_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:192a0e7b36c1fe8b6b70e6504e12a59ecae23ef83d563ad4c8cca3ab5b2cdbe5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:39a6978585f0e1c57d7460a4fdd668a238e126c2ce7e599ad9e847bb55783249_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:851b15fc576a1939eac61342bfc75875d4029dccacbd57bef1b12ec784523bc5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:dbb87a87d86cf4186ac9c4e546048bd07eb4e4b3734935a152ecbb60bcbdc1ec_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:2c372fc451a83f382e57e1e63de0f0b10f0479e665c2e1d39b20c8bd2d84f51a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:881e89459149105fad3a737087f34ba6a0bed3d933bb73e4d1943a36d21a1f55_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:cea296a2222cfeabbdce7a42996be42db39f3d89321f93ffe705c0c01e7b5b30_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:ee35c6aa82fa9353c63acb0455e5196e946f423be7418de921beb7433bc27dd3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:64c68a2c39cedd586eb70141b21d19092d16303738072987e6a33a208dc1ff43_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:77d5bcf195bccd0d556e17803f4c5273010543366112916c8e9e4189b5f68627_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:98e7b50a5fb4fe900b08a52bfe5f1af0f189bceab97ce106ca4550e0fa5bf487_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ca76d72ac426b6a7fcf59fb99a3fabee6c5ad3e0095e75dec3a06194fda37740_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:07406356bc5aa39e2d130e94946ac1ff2346d3570819af5d1a228b3e927b3df4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:628d272cb4ef7a625677252fec78b4f6d7daaae10f3fa21e9e605fa294ff9ef7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:784c9da7c826f43b21b798e18d89f696ff3c0d6c999353336d1709149e3ed6e0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:806bb2fe904f03bdd46f5e7fd0da4e8c27badc7a363a034a896bb3c9331c565f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:09ab73ac9c9dae1e080a70737bd6f8c927d47404850ab85cdadcf2be42dd0b1b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:3ad634a5d007320ce93be80165b01aeeb25319a7458cd465aa4732518460855a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:71f3b158f659a76b705d4680a0f81d930f6f622546c903aa2bac8548382d232e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:cb741e1ce964c52ad3d7c373dcb2b2cf0292fae1c857f71cbec4485e0b1e3270_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:23b98311440ae92c9df288db4cb9336e442724af99c860289733d6c35dc07192_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4337bba1939749aef224134e01759014ce11a2ed05926c790c0eae870fd9b8dc_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:505907905f0d1476c5dbcbe7592c9d70ea91df7adc38e9618d2c48355ece4783_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:bc326e66fe857b4090cd0e717a9976857d63a5538890171adc420d47946b2c95_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:84abc2301d2fe7fefe78aa5dc90ddda63737ac2c8c47778b898a91738c6d69a6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:93f2305b36ca634a2b8fbbeb4bfdc1a5c868e791430d389f0e0326ca839920f7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:ca16e72147f9d94306abb1464485feff4a03a4922d5025d4b7250cab7ccc7732_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:653bdf880528e317bebac6f7aacff23ebab11af5bfa931af13a8d8e7b2745eb0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ba86e60cabbbf3c8845a60ba559d1a38d5370ec7ecddeba662ef01fb083030b0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ce35c93fca376e03d1d08e22b8146860e5711773b17f35e32a87bdf93338b182_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4aa1df7eacf95d9408d5016f5715b38ee4ecd340d9a66bcd55cb345d98de466d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:87ef275495cae4c69268a6375eb5e07d9895913b019bf1a73dcc5043b3a24a30_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:8daa3769a103ab420b8b43c68ed6d4d90a845bb23a358c62d38cf679511d6fdb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:18e0db16b10f2edaa9919257d37587d7df3c4c62cb88b8db38cda65e509a0492_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:1e12af727903c112c263bd301b9abd522da36fbe64e195f8a4d4fe19d34e9c6e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:ca613da143b223316bbfabe5c1618d5de77817057a47f8430b9541151b79f654_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4486fbb2570877848c2997a50aeaf427cdcf5f8a2656b3212c263d8ce0d8cce1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7e83a01469262e046bc98732e0e7ce4d71af991288d31155a9379d967ffb52fd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9d999175269f2e59feec60b202253ece2c27add1d003f80c0e40eae8d2621f8a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9f31f2da3caeba8ef97368c1ebdd3fb1df9aa911df241460d27fbecd2cfc9da8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1638b6de2276e53fd93970eecb2bebc56c34ffc099eda9bfcb02dfd10eb07be7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:22cd25be6169ebb1dfe48722f3b4c6133f14c5d4f6db6ef5c7c5c9f976b25901_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:646993f2432d9a7cf3d8d56e3caa5abb77fab65d4dd40a01ea68bc59e68ad082_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bb4b4fa70f8193a7cc49e278475052e1c053e1dca44298f02cf8a0c1bb95c740_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1076cb5e72c6e457760fddde4d94257042f5b0ebd7076a8713499bdbf4943c8d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:3c749018959822c9a7c67fc3f28f62236f1791b999901577445838c8f78947fb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4aa259c5fe5a5f92f61775e842ee7aa66fa29d6b75c2b67cccc8900b08b8e96d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:5fe33023e5387e6836b35074fdc002ca7d7c85c6c6cc95f6f645b1a7a3651b93_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:02aa2709ab8f16d997dff85d05909bd7b67ec3e4cf91d50b285f17532d8a625b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4aad374a238a0306aa63cbde5a29bb75d5b80d2c691558a1b384cc6b1de706ce_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:786af9a1f3e4f873aedc740637bd197272f21553304b987476b2e462b0dacfc4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c449bc96c47df9f808b4e89c06facf7eeaf44761485077311aea32ea1342f5e6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:9beab497bfb41b47b9f8599920563efcb58961c2a8166225f1935f45657843b4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:af7cc2cf62f672d6a00016c116f3c66b72b64fa0d05e7753c8e4b6e628a3a082_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:3a1c445bea72192dc031e4755bd063fecc4fc9139484f54d8d54af26dc755f45_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:6ff31d9e340619aff002ff35ad43b6131042cfd943dc0deb54f19721eefa1c14_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:227e8c82c210cd100cd7aa3b8c5bb39b3ff31a4bb6ad78bb7134c122dd9b02a6_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a7587160377c6622944f5dd49380ee9565d49bc02da4c5b631342a037835c574_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:2793040a3ccbef82e3d074bf0597a8bfc5b5927658a8bf4148b5b0675d6fb3a2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:835edd6d6766e17d868f7f6d283005b2ed2d38cca7fbad1c5b36f63c385b8e2e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b635f689b42b827ad12ec312500ac2582c022eebc7776bac97532bd61ac31cce_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:1099ddf483c4cfe64f687fdbe5587648756fb5b9a3d01538724b2ea2fd5ca6e2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:30dc9e1dd4b35944e21e40ad23583cb9d14be00172a0195dcc95bf8e01e34e1b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ac4fa9eddf99f4581573d52e741f0eca595c9e5bec12cb177f0eacc7150a46a8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ee30d6c3b56fb533d299a7a432618a1b2c83b1d9d72b2c58768c07c349fe95c8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5aece9cbc711608ad1dffc12ade865996984d714f5e64fc894bcc3985fa9c521_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:adb1d854f6dc5e70aa0f33164a3ded5a715ba0ccf894efadd73c7c4d661f0b21_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c0983bc8863c23ae680915339797991b26c17fbf4782caddc071a60c17992266_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:cc90303d2e2d0a5818706672d1aab7847450b9d2cd991d7638451829fbf26163_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1485611739af941f4e368aac9cb95ee105aee87258e5d872d51d7f74291a8e20_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:45d8a8c4703462edf967071e89e08d8d9e495d69245ad8b6ba2d6e80f579eba9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:584f6670245a288d5489cacce0e0cabb3c86bd6698f8118f49b8e3ccdfb47c39_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:5a29aea0e28d0ced0bf50bd3dac2bb6f6edce5ca6ef373f3d097e668a9e8cf35_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:3aaedfdd81b32cd2c67a0d39f819fc49ee2d31176496e043bd4d85efbd594481_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:97e6f95d96f347f03dbaf58cd6c7bf6c926546c1991cd83b5065fe0cafed2586_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a8b9d35e2ec9f2026a2ddf034e9f3ab2a9ea622924960f7d673564dc33ab6224_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:df1a7c4c835c59041b8c16e11580362d846ceb9b3334b8aafd36d3140b58d063_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:4d3251d46cfd8adf16ce49e35007a998689b714615bb66a12e0dcfeb896d8397_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8426d041e12f43a2b78791227c0f805afd75de6e306cf8bdc718f0f76651d75a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:aabd98101d18f4f5352d03547cc2cf784bf37f962b9c875059d6365a3371dd72_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b9c93d7e3ae198d025eb43e5c2caeda4198462ffaf407270dfc7119316ff5f98_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:b6c870af5b455dc9fc17314802f45c9ebf2bec19810ff75b4e157d96a94e6575_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:d2003914164b0f04ddde9b10d27ada74e57c26beb7ad06dac093098903909907_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:16a4f25c37894fe7ce7a943322dee37d8419bae36e7c7ca7b4e73dbccf8372e8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1b17792f997e30b1d5bf73388b68de6604e4235b0a10e5dc37955f8ff2077801_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:29871a94fc618bf280a7c38280ec0642c766838bac34a9ace503378a67f4638d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:fcfb0cf49134add5d8298b1fc1f52ab3eb924efc2bf40ad077c3def948b3ed8e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3144944813148f5acd4234b279b5569e5bc8942f390c76a5a88789fda81afc56_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e44901d545ce00d89aacf5b5afbe68663cb157adfd23f4b280f13e978c7a972f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:18b95158ab8c6470ea281f81f5f1dd2c0d1c198be78d3007b02f5a7937ade62d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:31bd9ee7e75b32542cf78d1cb12d254a93cf9623e00e5649c016bbf32b8dee04_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5b53eb46cbfbf25649fe3bedfe285e197f65cb55a057176d057e90bb65cf6562_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:bc8727121110bb8a6d9957f7871a6369e1512bb9cdf47a6d23ce12812d84a791_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:0747fad048dba8c93662ced1c2b1a18b7f9f75bbfe0740caaeebb9eff3acc30d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4a22ea1747135e6bd85bc59db41d17d0b4e761e29330e7e3666bf4d42a47649d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:bee322f686572e00dc5c6d7076de1db0034a26cbe44e0f9276b394718d6c191f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:df9ade514c7f2a80c4ea829e2f1890dcdd6a4acaeda829d3620e7d3874de77e9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:859e9211c265355892dc4aa19b7d845b985be40bb8f098702aef50f84c3e5eea_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:c2e28f6a9e1de3185753cd7fd47a51ed01cbd49697cc452448adbc961fe71003_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:c5ae19ec61f3c9cdae0db38b1aaa03838d421f9d4473fda4e52255cae97a2fdb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:e654a7604401da1deff9d8baedf0f7567831fe5f86f75e06fea3e5d140bb579e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:0640a6e0ebe2a6982708f326bc721c2c754eff2afdca443499843b111f223e39_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:5eb8c786a348343042687f659f7cf8b066efc3c4ed8764ecf36dc6e49a468cea_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:83237f13a3a3e051643bc1aa46838b87be13126c0e52404940351a2324008e68_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e67d6086ada10c96051bcbf4eb7414c407832de86a8e2d89364ae0d85a883982_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:9ddc6bf41dfb204e9241c57de41e0a6e1ab1c3f8ce2ef1a90573bb7365ab2bed_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b025b5d368618a31c64189f1a5f9b3db0b24068306117647796f00a22f6dc4ac_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:de35e280f4e50a18f2616dfc561db85b315425ff20bbfd4e19d5f64f93f3d0ba_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:f0368d0d3968189f10cfcbb972046bf09ad18a7a1a747887c239b75a1988344f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:21757065fc31856133fdfc4d459a993262239af0d2d242a6b55800bac866ef02_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3b08be9a543ddd200f66178d51c0f165c380cbc845a1be672b85e9dbe2db9f12_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:8e9d4820353602730cc0e808b2cf6ffc20ff80ce06915e40027815e9046555e9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f7a9a92412fca24faebcb8a574cac92c985d1392f1544e71fa26bea80314289a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:119315e723ff4b153d8f756357706bb4cd1ec5a160a7b173e359d733c680469f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:808301750b17198c8c7f5b2b71e6bef9a7e3d788ededb9a5f79e1b13e64fbc82_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:89ae8aa54d64f62a73557d413c3f146bfcca1c237a52bd57f0ae87ba8c8fff2e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:feecd842ada0c39c783faf280d103523668de8d16d43dc22f74f262f2a4aaba1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:595fd9e735db5032c9bd3a668135d99b6df650c250b294c4f8b11d67f990df79_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ce4371bf509e06e886c5ebd42312eaed3ed31fe6b8de91284f4681ccad199329_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:4662806bef8ccd703086edb7d1eb0c99f785927b1f30f227bb438829db52e532_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:d06875a7d480abe6e062be719a9d6ee0900180e659c09e2243df36e3ed55db07_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:2f6efec846cb1babc0dacf51b67634e83cad5e0f4700f5db54f8c356b0df8119_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:46a86c6ddb9f5bc798b43735eb0cf9d515091549680e43cd2993ba1b07bc052d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:aecbb57cc9a6d72de8520437e911255e51c97e4c40b55ef207fa98fa7c9dac9b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:9c8b022e6bfe80bd4998f177c0fc25e4a5d224a6dde99157f21de5d08f18e4a7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ab6a31d53e6e8a5a0b67f4020a52faa7fd3ce35160189aade3e958559b467dcf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:cb8394ff8b96398f8db5bfa7725c260d343774ec319fc1e3917dc19fb51c9b9a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d82a2ea6aa1515bd56aa55ea999f91e9f688e480d615fe53bfa2c74c1071eb82_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1af22f98af2fae1429e53c988267710578a3a092524eff5032e0c8f397a6a953_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:2ad01a7c2e75bb850686d59dbf73937ea69505657c2f2a55c10e4fc17ed83f82_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:95334d618727e811d16206a6f99991e93dde4bc8ed26766da848ea879093d736_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d460b99f6d0595fc76b4e85203f96a8a809cb709e22f4d8f819f99bc3e817688_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3b1986a8dabfaf0988f12820e1a199cfd0db684ac4e8d956ccce6eb8bf1146d3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:8568a6a6dc94a45bc8feadb7ff1cccfcacd176d276568ab96f4942aeebd4938f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:e24967262f34a1bb405c1010688b4a1ca1c8271787a1c8f5d8b86cf94429e6ae_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f2f71ca77685bcb4618502f0da4f242d48cf2473f0c7e439582e98f15bd0004d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:23400e78f2af2eff9dbed7a4da3000fee627509e5d4c87742aa87f8be1229a36_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:64863687e7fde678af49d370c9fdd5045d47dc2c3b921b179dfe0b392aa4b447_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:70935aad01a4c3b9c041d22554f4d8feef7038bca871fe1d84c6b74d4d830814_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:91ef5f2ef8cd345731b53ec5e044c30e14438f1935c74b5eca2436aa35e5a7c3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:071766cc6bb41db5220aa5173ef5d576f032ee1e8dd9868deabeba36f7798342_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:5a9fd7861ac77020db7532e72a52571c48c4f62164c1c5390cc55771b93894e9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:adc440a9129c3c9baf62a3f961179c843f6e68a06cef4f64a64e2a8cf7493d8d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f8f501653da6427153aa72340ac8238e79459759136d64d2ba6f8ae03184c436_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:023893e6a4a14842645d23171ad5562940fe5a25e681eb8afa278cf154f60a5a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:1d5ee360957a5cbcdbd54e71dd9ad1e0ee1a37f994e80081a07c289fe1be7c61_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:298f6b16fd4c32caa2d49c5ce1374d7d2037b3681f74e2bf7ecd0afb80c0e436_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f6048c371739ad69e9219e8ebe2045a246ec4ff01bd289bf630c45ecf006f52e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:2c96cb9ede1464bcdb2aa65b23d5c317050c99a9c7674b217301a84734b7fd88_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:31235aa238bc0662e8f3efdf393f9ca7699016dbe1261bce0ce37675afbc5054_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:698f820f8b9ba7d04cad32dbaf6420ac0e1ff5ae0a1d10f81e867a123dad0a60_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:6cd2462bf7a3f58f79de73fc8ed717092569862dbeedb6c72999a8ece328260b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3e602466b3dc3fc4c7879bd90a34a96878e5df827fa7664dac632199b2805464_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5839764d395594b922ad989a3fcc5bab129eb919d2430442390cdd7e95229219_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9913891ed84afd601b5bd646398f266f6970b7e3e164f423ecf561afbddf6f9a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:f236ad01ec1299b4a5e4b174ad698412bba0f090d7316672f230abadd209940c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:0c1f5188f4e79b0c508dbef9f9f6fa5c658aec17a66dcb14b23008d112aeb6a0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3d27787b58896192ef0b2da74861207bf188e5632c0d7b06ddac476ef558175e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:55402c1e07f5de8bae74f8fc9a579c2403cd12e65f9b6714c4d6b57ed42b4250_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:975fe9a014b7d9c4339bb34d0bdfc862b4a4de19b4e02b5b55a484ab99f31bbd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:142d516609c278895aa3302ba638724fb63ecfcfd232e1fc6571f5856aa4e034_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:28bb93cbe40b57c179ed088e45de698a93dd1c0c14d6ebd098439a412478d314_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:441602150d0bce7f8941a293e3a803bed75953986e93dac3eeee50848204728d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d92da8068e3440429fcd5a5b9f178dad1a0bb14fa3bee4849a99bfcc6674e37b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:55315b85da730c2bde56b7d08c4caaad5db5bfcdc2e9f21286ec48e58fb1c64b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6f2c19276901be4850c3d9f502da1365d84dad18e3e1327159af41877432c41a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d4092b12df304edca57e47dc5ee77e4e9006297763ec2e2371ab3856f94e4654_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:f9e46d3228ddf05919d0115f274f94f8afdb5e65c54fe6b17514e7a3b04d351d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5e06c7a4f4f0b3829c21710249546680ff1b7e7d541e30b556dfa69aeb7a5ef9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6ff5ecb5b92ac2d9b1498f86211b19e22627002d788647062ca604ba9ac8d7b0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c2c203df15e000f53388a84d8ab5affa78c4210861fcd0a28fce99c0ed86009a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:f080c488e219c5b862ea88e3ee48bf866c186caf803403d7605ff3afa5d5daac_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:4e6bff26378ddf7b42fbb27566ff9f47095cb5fcd74a26dbb1604725dab7c1cc_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:63efd9d23d66a2e7c754d1b921016177edec08aca034786be697c6ade7310e71_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:b15dbac78b5deda1493f959c14b14ff5344b982c4373471b13ab2f3829d520f0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d101f7ea169ee12e824370400ef6a94e0cbd48aeca6fe0ad4777b9bdc87d80aa_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:05692fc0d27f1bd3a0feba7c0eff4237ef52878ca37166d92a89aaf190972aac_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3805505b579ad8be8620a53e792410bedcb7e1716f3d6401e76c8bb179d8aae6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:47c1d91d614addb733f775406e764502e556f4a7414dd1a2060d3065f6c3c120_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:58650c0ce9725ed10e3646acdc76a72c4d3abda025bcb735ac2eee42ea261e3f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:4778a088ee10ef3ba59f3323ccccf942000e3d2bb8b0bc201822f7cef74909b6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:599fdac73334d243b4d362b2a752f184f303aec12e4426ff08b1b4a6fca0380b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b1ab8a122e88ee201853c669525590b6f73a60803d1772536e76c56531fa0041_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c231527dcedf3606bfa162c0026b0b037d41a908d6be2418f4250e234dc66023_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:83c6087954a19cc11c7042079ec3ca528c8a18678928c3ad9ed8b22ff07df36b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:209a01330e1894300123bfbcafc53948760feb80e0c7c81e521ea7abef269d69_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:013535daeaa7ceeaa565545a98d942396a07089a96937e4960a1fc0d44a4629d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:40fddb8896fcca216855ef34f2c8f0c6cbe3a59c6bdf4c3c751f69b57a63ce4e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c3f081c38876339613b7a641b30adb9c7f3e67d446151c892a65256ac274a472_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d6f330926e3962b0b73bb4b6a11a1b40cb0cacfdbe9fc0eb4ceeeaeb3bde758b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3f2283bea8d5c54ad689787a7c269022b04624d2b1ac830330a79d30364ffd47_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:476af4f8d17ec9fa6bdfbfbac2904244c4d51432b67f111ef0cf4a37ace9a86a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:a609dc606bfe95a904dd8c6abc0cac79316f17618d8b676512fe1b4e5412ba01_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e5b754105ab8d7cb9b581d3c4dea8a295919bec3ec645aac468b5f3267e0d7f0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7f92fb1c1dd18f03677ed953c82ff87011d8c15f1bcfd8c22cb7a877950bd063_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:d759dbeb39460193f8361524fcca202fb9f634d65d35f19fde1a187cd7230608_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f0544c40f7c610e45782d6a757343822cee131b745ae6ab4aad4b878994ce8eb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f5ec95c285270e35a77f89f8da39a51c5d29fae1ac277053eda82e250c715f91_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:191a27f89fa6ec450c37168a65ea66bae9ef862bd2b40c1e8d561b41db842591_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:905e494751d1e26c98857f7ec4f41b4321344f9e86d710186d9e9bf410f6e983_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d35affa9bfe2127cbed058251d47570d65b00a8045748fe1e97670797e8cae2d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:e82a015ff030ba177167a713df193d74480998d946b593a00c799330894702f6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:97a3a8951c456ee0c88a42cf7114a3225a3dce594b470b0b8f57f45c62efc1ae_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:b49317158bf5eb1940a35be96a959bfdb8beeef52e993bff41fcfd974b12dca4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:e616c0d47555235cc1c7e275538b48fd10b842cd11c831a4dc719afe4dfc5092_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:ec827ba35ddaa01c257247ce4f06ae733289364530f6b2c2d5b12a3b2959762b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4f5c8e59a54b30a9f38f1955c6d1474bd24bec33c52800338118973cb6f3e251_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:63fcc02b58dfa0bf549c199736bbbad1e764ab86d9375a6545ae1a7bc360f247_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:9264eec1243f98c37a0843baa36e78b1a88dbdd2bf602156d5f7ff4bce1cf223_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:cafe32e3ff4aabbb6243fc984431babd77e2ed05bb3c4abc621add33c5a69481_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3d6f997f5a6832459bbe5365b533f601dde3872be09c1e96b3b2fc21951f6adf_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a76abfdfb6be2616ba39fb25137dbb49dc56427081d9025f2825a3ce8e5a3928_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b540e70dfd87ad1e2e400e129a6b495617f9d57e54c1e54b09030cae11653d03_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e7c9dd297067d256671a0e06f9985a3624240158a1f4e2b97567409199ec453b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:49f6f4761d886208cc262f1f8e23ddcc0c05d5b4566f6cdc8abcb1a328c8c5ce_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:836c9a619a35d6b8d4929a78b96d0641434b880ca98f44df45f0edf7b69a1d48_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b4ffd4fcb95ed73bc3689988214a2e4210233143e0ba4f123ceb4c2ca14821b5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d4062c740ace239409c182e4c52858e384384faeb0f3d98486e0534f8dc19702_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:29b0d64444b1081a568d8c9354e79b60ddb1c3286f9b6dea3ab69023c11f3436_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4ed2d42fdc6e8fa9d3d08152849754d1827dd54ed86be4507d75f5c90bdde542_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:c1f38fa9fb729b6c497353127feaa36375749fa07f91020e8634838d58628878_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ef794a3bd52be528ba81c6964af2fbfeff03b1aa3d17ac36fdb97f124abfebfd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2518415bbe069935e8229d141d4a8a50285c408d1be2af467c458a324120154b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:b096377e0704a959a0ec41484825436b00d3d0887e49eacd59d88bda87e38b03_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c1b30a9d1f6908316a829b3084df67b9b8bf5043fa46060996cf259c50f62090_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ec9171ee21d867fd61004535db96e98f4dee9dd6f3fe86b719301cb1b0202a79_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:07f056306c1122527032aff7486e5fc75147f48c708c0c0abef7d570cdfa78d8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4314b0a4d5a82abd583de659e5033d0680dce2b535ebd3ae4dc1776e741bb214_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:5bd5ca703480895af05ce052c3f9f738672e989cd38e905cd17bbc378cae05dc_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:db97ffa52f99127907d41b6bf460299c3fff8adb69d64bd92ad371941364c374_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:16374008403825338098f7aaf57f74a2982a75355834552bf29246a9ff4e0b7d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:770cacd7e4e04a786a2e55a3cd9ec21048131c8eefb7baa4225e73a09f0f0901_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a240e71d7418d6f9781219faa2ea9cd315b7091b1a70d6032f81de2ca3c53aa7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a39da3d53b8b927594c3f5c3a5dfcea689f2b75091209c0cc36b18e1426fab20_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:34cd79b95f2ce098b064859e38785231def795d2804c05bf7542520e9d8b596e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:354b40ed867003c42975780f9db1320302500f4ea6c5ab14a0d0ae70b537192e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ba52f6036566829553d0039a99ab677c0e40b2a14bb3d26ca470c526489e4574_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f3eaef7985effa7f09545ee19442623c7aab7245597a4a1d18f6b02a7a8f77f5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:154143883875b88eb144b77d13d5e9f750cd8e020af720a7bc6a2e6dc252a260_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6fa758fb6577cd18e48fb9280192be46dc724a8cd02b54459a5d6a3cb3d06fa7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:80e191f5faa2991cf3bc7033691c4966f1a07953e4941ad8730ae7c6444c05f4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:88ce4b91b2161c9b22f154f2a6903f801e26f15115ac874c549e8644cc5e734f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3386c9093b00f29600b1807ec97b1a6c935ef7a6578de01f9ed5f90fae6a5a35_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3646bf2e6bce49c01198dfb2a1f67371ad1f20b48cffbd7fd8f652cb9b215ae2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c50c48749c9fbe882410ff025799c6f450b063ab3e17dd1c4cbd2afa2b48fe13_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:dfaca907445b7213f3931be31fdde7480c22aafc0bd3b030d7ef9f0d84f5549c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3ba301cdb9ac46c11853c61812596ac905e94f15172df53cf352a693ea5a0a6a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6faeb6e3779cbdc86d4c7cf93e739c0585019e82587abe150f76c7cfb88cc417_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a0d6e3c4b32eda442fe231aaf1a77ea61125e0509287c381ecdec1615e6aa7cd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:bde28b18ee5b582b69683df3122f4f9a3a4aff757c2caa9fafcbcad878d05d3e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2492414954e0ca3e228d6d000733ae02c5d4d68d4b9f5e7f992e1a5a60cbffd5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4aa1f8159ae2b9b385bfb204298e1710c09123bb19bb5b94c2b93dd0419e06f4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:9a2fdc67ac81e408bb49170bf7a862a07998fd951ebfde9396ebcda40078d3d4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c952fd4490ac28f6bc2b39054312e85645c12d20e39ae631e35470267d8b73c4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:001807fafc7bfc5eafe92ba92c127488d378e1b36262f0f71cd4e4feef05598e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3c3f3a57f87c512568f858da90b13c39e9441a1910c48b9bb51cc2ba3e816b04_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:62e3145facaac381967de0461a3aef63b2b6afc466dfb4e185a35aa67142b6b3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ddd906a1e486837653341632e3ccd2d805ba2c7a7d7c26dae34022ec6a7ee90d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2f80d2b9f76b8633c9e6d309c5df7f251259b61a9a40a0364f2160707de313e2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:779d8d482e7ee453e8245219a0e21d84bfa1080819b31fb9f5de38f49bf3d724_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d44b76b43d8d5303fa38a3b8698076912be870c7a901c41a68f59426cd41b39f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f5bc9a28cb8d0bbae97b39548ab6688a31dfe2b23b8d3a52da3bb397f6aa8b31_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:195460691d14dc4f518717e3678a9ea780eb548fea8904c5bd4e2d554b81233c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:29acb2429041bbf17eb0f3faa0da84c1c5655df8a425755c1263fc16911d667b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:20dc4b1b9ab504d4192bda76eace70933c264628c091ccb4ac78faf01104f356_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:366b95ac0f170d8c1c969b41f3c624026593ebe8bfbb466c5f7109e1a6ceb1cf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:32acad5511e808b1b3a80aa96458ed7f1800b4f19aebc9edc4f85ec3613b8ab7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:dc009efb6f6e9d60b022ab94d84d47fb169d2dfdf9680f4f24b40ac0a4ad396d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:77abc31290209253ce09838a292be7351c02d5a7367859c430a5b3d97cef7f31_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e4cf03a101a115d398aac9c645ef400b9366d4bbf189de664ccbf782db4ef5b9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8a9471f7c51a026fc621dcff7715fbc9620603aac2c2e4454e60e0f579527e62_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9c1b85cadf719072db5b5abf0b93b3556a74a67efbb88d7903bab7b6e988fadd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a454b939762af9397d7d5043d1e6070279e1a1c4240b2fc808f0e53872bc237e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:b0802c5220abce4c73b650e105e42d0c1a57c5248c4f55819e15053c59f2680a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:677d190589cf02f414cb0cf4a31041b02ed8d706afb433bed1420d6f35d7a44d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:af0aa63d5b375590ffdee42f4a7f00a4610e33c20ac7f3b23242a24ff43d141a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b2e943bd3add974a8511a316f526d92d0ac1e2a0755acdb49770728984abe2a4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:e433c5ea434c2261f40d623bdc22944c1ecd435c0ac08a41d36049c9bce1b604_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1e800e47a04f7f19c87bb79778586939b4bb2a32f5ce3790d796331ca93a9235_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2c0ca90b3662de85d7e595e76f678e419ea1f40990c51ba16bcd01438f0db553_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:607e95e44de20bbf0feccbd8bb58469928452e6e4f962ad088f452e0e7e6aa5e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ce154b3a8980274f592cd2d41da7a748f7c895f754a3fa7994eeea657684fb12_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:c00947fa5cc8fa1abc26adf7cf8acfd4336e1aac0f1007133b8c6440a8148a1d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:c9a5828c250033f2bf160b102a3722959210025d373b85ea69895c96fbfba833_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cd8048f17129cbbcb855587d48615ea6e574d12f2952c0b1b5aa3819cf453541_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cdf9da2745d57ceb97761e08b560f2de7a212f860362eea3fd445fe4f6f7c769_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:02b7af4ef7daa8499a24b02aea8a24c98960851864cf639e0b698b3844563a8b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:3f82d5da80747c147ab429d24e8e9791527f7cc89fb6a7435d0cf6d35cec8933_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9e4085498157bfd33b7bd7b212300fe58ce6d462854fdd8a597f288637503104_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a8775ca5ecd0065373034a37b6de3fd736045868a3b116aeb216637023aa9685_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:28986bf93efcbdf0c2012acf8513e958ae8b32db4b649b9355b1fcf66b35038b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:52990833d3dcdb340c68234412d3743070938573d0296ee45138b404054e311c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:92f7c8de428bcf236f2aecc0382d911bcf5f7f536bd09aa44f9019ca7627d116_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:fa6add264803c2adb838efabe0f0fd8f4d78b14bfea9c1e91cce957e17a77208_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:46910caf13bd60c69314b0a72b866a8342c1dcead811f01f91b1b1674ea1bcf1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:a7ab888801a85e65a01acf68805744b7f6a1ca713c329629370b0fe0a40c359d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ec97f4dc1d491cea9e81ead6ed959141f0ff2b36fd4fa623722020431cbee1dc_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f67e6ff190c45a81777e63b69812760e828838e338e1d27672d02b5544b3e682_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0a9880ede4b10a6328766c1d9b05f17c53faa4ac561a8e768f5fcdda9997f056_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:51f75fec0f0343d3f68e8d4810e7588475cb0955b4793db7347d3ff466cc7f78_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:74ec8a94d5cda524570b881e7a352604453026a0324010b7f4b3d0a898b5e457_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:fb67ab3a88d2c3f33925830b9c63584bf14b321adbeb2e752a039faaa0401c8c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:13cc747131cec81fd67e04409a69497d75a893f4b56adaaa3a1f77f1d0f3ae67_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:2236900dd28b8470cacf90c618bb50b05a0d1d66726afebbefddd2377283989e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:ef89f2da22f7b0c0f445b7e700b29cdf9ce229cfd7866ac6c7bd2ec367db3bc4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f5a6e48a72f6054924be3b81dde0cc0ddd95d7ea029e1d819553fa633c47632d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:49a6d800db550efd565f451e584b890e88b5c6ff8be6fa0e17c30bab2f9980a6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:cf42aee609494b7786b12443443b9bbccc8afe2658ff6c16cb5c86c05c95a30d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:eb13074eecb1627bef4ca2cb0dde1116ca08cba2adcafe089e898236bb37dbaa_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f96cd58eaec24e92cb84eba253aabc815becf9264136c2cc898d1424fc8c87fa_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:8597574b86410624f04ebb0fa280276db1ffc676a56fbc74425e16790013ee47_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:901d510199b2e6cc87c754af5a1c8ec564089441f85917043a80733c4c83a430_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:9bc218ed94e8e516b01c11f26bd9adc30251067492ee2a84f55b573c2d09f6fb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a951a17fbd50a051cde6c2fc4e863bd70e29485fcb085c4d0c977a0bfdda5ea6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:11487764cd999f6abe6bc5021312a0ad9449b14b2ecc6f7bb24bc0d7dc57db60_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:362cd0740085d7b9bdfd4d10706b04b4b92ea759697c57b340698ba7fee0e063_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ece30fffff9f1b1252e7063cb4ded0e669f661e123a02ae5bd966bfc5e3e1ed6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f0813c18a84c6a7570cd3f51826e81dd0cc164299173d05ccf7ed3d31be71961_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:b5291a1306ef132559dcf0405c4a15d2921133356d904aba886e2577030b1af2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:6fe441946297aa27d90fceb448adfe939cd74ca0d02ac818d9577735a8bb004c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:0003426c210d73355a8e23970e027c7412123a75d979052113f325edc288b478_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9315e7033cb22fd8229c7cfa7bc78b10583dfabcc54edb3ace0a3eb435394f9d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:b5291a1306ef132559dcf0405c4a15d2921133356d904aba886e2577030b1af2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:6fe441946297aa27d90fceb448adfe939cd74ca0d02ac818d9577735a8bb004c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:2198b31f6460daa49ac33aee124d664f8020228052df648ee79a2eacb155df0e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:f1ac1040078d827c434858ca528df96b41047b32c27ac522d11d6d269da755ff_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5a3cfe8da21c874d227a225313dc98a3b175e9b67dd90917a201d5be2c8b0d12_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:a119246a2ed145b6fc3ada68e546e729485a34fc869e3742ea1b01b9f853f1d4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:ac4b25b223b08c445aa875106114964745002e90908062d0c11b56e27ed9f8b6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b1fe363d1a527033081799943271457afbdac0cb23ff875a65a6292ce1f6cba7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:66cd3d5b1343fb7f7fd7a3922adbdca110368de4f696b91066252229dca3f16f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:7793b9facc62469acde7d6064a4c2f26d8482fd1a2205add60fe47541b3141e0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8fb627e3f8138d9ec3c3903373502ea0d3f83c1788641f016a9de4d7e41dafb4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:f239cce00d46794f91479cfa3c94a2edd14e206f85e684131fe857a80215fe6c_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:7d17650f80e7bf782a7a59fe0672f593cdf9dfde775b7153fa5a5c4ed8b86e2c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:bf046c55304478c82791a67ae0dfeff89af904d9b56cd63a29b261cd02633798_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e6165bb623041db07759616b297f0541fcc87dc3bbb91cc77399cebe96c1b647_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:f47af1eb3413e739f7e219ea89dfa0f09bc31f18a771e49ad36b32f8219d9112_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:34161b5f6663f9408d7ce5afd4525442f41332a9501f658238f3eb6568eaf3ab_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a4116b2262af10fc2c7fc40800501add9f5a9c671907f3eee75cbfaa37d47263_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a8dca289390dc8556a4cf3cda46e5cd45bae33fa2b1a88ca053626ca3e3339e8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b43e298d73fb723ce446344fac3e136b0d3347b38e7d199a09d2bfb85c231249_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1ec3135a01ee2bce646338cc6d71d35c8adce9f3603f0f07ce90dd88dbf3c4db_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:94c42af9dd8afefe53de729d8ec8b5f9103cdd7f80c96999b2863bfed030cfcd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a80acaac8c10d6cce0815ddcf0bc296013e97d2cf69d1eb6ac1b7f3b35b40d74_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:e4c52bbf17f055890cf9968da78045295f6e37e52e3f4be5807db679ff63b874_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:28f2daa782218c5fb085acb774bf1d8c13a208b8f29f4a12b372db2c446ada76_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2edfc9e18f365bf2ffecd7ad45b5693b493de472fe7abffe73ff4375bc6d2af1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ba51aa38b39b8f57d6908665938870cced5541b831756f4039047245e0f2a8a5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ca246a844bb6fb906816e4008c922a0470c82bfe6a736f3a926de3def6aa0597_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:07d09ce1d5c97a717dc1c0f540e21fbf7fc2ae0c27be6fd0869ce0dabc0591fc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:44e3c6d5b98dd6655d38e3523fb34ed46dc89e97ef8a86f908d72461cbca59d4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:81e7e1cb47cdbab3a46bf8bb0ebcdd218f46aaa94236ef250fef0fd143c9204c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c318da767c7ef1f2452bb631e2726084f48a640c962f8003467c72ff48225b56_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0b26257250fe3542640ce1a4f5ca71f90294c307eeb477f1d1e4d61e3ef233b2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0cbec11d17abd89ac4ff332c238f92fc49c19f3e1575c26c6654cf2668ca9e66_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:2554ae05f488567b3c752c16c59f852ecfcb90746a47d48bdd39825aede43c21_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:af26188e6f7326835340b99be42189550233a7bfc652375b0859cc058fbbd0a9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:31460b57b3986f0d6c84406eccd1801eb3a03d176fa510978311d46390828020_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:aa730767af15fab6facc460b6e418bbfb0555933b4a54b01d34cb83c1148b8ca_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:ab43b9177badda24d20e8830f375132854ad313b46e27ffddb8d68b6543d8007_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:ee7eff8564ad522223787fc270f1f4d4233359872c994981619f1c10b3dfcaf8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:0d809a095a0d86c0b149fa0e28f852c1633c2904d7bfa23b6900617ef7ffc2d3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:5c15dfcbab56f579ee265d4acf74778d154ce0185234810ea249d9b9e415052d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a95c36cb709d7f9fb89eb6aedcd7cebc104b90f8d9f1be6591981dc9f96af398_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:db9a343c67b6462259b3f300af5efe643b7637bbc88ba5aa65e06e4f573b0049_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:238158a2264b9688491743d5f7c97a3f152ea2fc4a1342fe4b0e63f618dc50e0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:6dde5ab62c9f5e35b853112e3c04a8c856ef9260318dad58352ae36c2d30bfb6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7309bb2119edca063c67c7b074e1d45d99866223dec53f9942fce421e2e76250_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c0803e9ceecf77a8b1425fb0634b40e4095bb9d899c5d5af84aa285527723d83_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0dd635595c420ee1672257b6326a193195b2d21945664e649b09c62ddcc25d7a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2cd23c69b8d88a73a2aa368cecbe1e8812efa47760bf16ee0629feca934369fa_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:4beb73d1a2c279b310fad6789fff0ae70cbe18a79813819b1da9c2c5b6959aac_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:dbf382ce2e7158ff2483336643ede99b2a4fe4cc888af72e92e19ab864c62291_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:303ed90fddf42d1a5ec3ad7eb1df833003ad750f4cea17710870382a0f8c720e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c358b8a12046693741c5e88afa14a25e066ec9e51b84e22935c19dbf34ac5455_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d98dff9a03e2bc6564757afd151092cc5bec438c678f5fe5e402365bc6bbfb03_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:fa2d95a06de233147317ad93109aa809f5487e74748550e40f4189e8aeb5f50c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:943aba9a3a70cabfc2b0c94450b39ab3fbfd92f12629a2e175ad89251addc2ec_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a7c31f5ce80372bc4c63b60f9741352565eea006601522e25f03ce902e35564c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ae2f0cbe29206ae3ed5275bd7a0b101dac0e3bdd5520493ad4bb360e2267ca20_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:b9cc7a6280455a8a36e26494744d9ba540689594f8a1d8f625cd1811eec2b0b4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:54c3ecb1fecd80a81cd667f5edb968c62381bd2ddb659255cfd861dc0a8e0a9e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7deb4e0cac2bc3989fa828677e4717eb75f1bdd8223dc638310d32c73219314e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8901061b783b8a41f447eaf32919989dfd24bc13b1ef61b36f1132d66f64288d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:921aaba9517c1b00e09159d4539d47a55c543b1c7ce3c789e6e333ec133b5406_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0dccc414a5a3efd474a9eaeb61b6a2130f652c97b8b71592c7cc52827ae149c8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6c1df1bd921b4b6fb22f9db19a2c69ef5fd98d231fff3869a22442b36dec0ffa_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:eef901a0f37823970eacc110d194b81a6c679aa3dee5fd0d350b66ebb53a1542_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ff539434c8d3bf3c3a64f040a5f7ad702ded9290ff0a894a03fd45fef9fe42d9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fd88ff4734a68d6a95733ac650eccd70d1c4d23967f32b3ef8de08cea8bb05a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:8b02d7c27cfbb38d19b1456282d58e14c8d64efdba25a6238606f66610e5e9de_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a4b3b74bd3e1a9a1c81f040810325ed6bee59e0fb708c9589439fc9c734805b3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:bc92d21475ba5fd3d2292c5f386328bbbd237b92ab7288d3709229ece5b811e1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:360c5f509936d41297633704930574fb8fdcca27e98d1614ff81dadfadab4926_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:5fde232e29f5707caa6bb5219f108a563ae59bbc5d2818e368a5b9e472a1a2c7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6f1a30e659ad462113e1f481855cc292a760900cb5c05e669b5baa0b05a15277_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e2a33d8b21d3c833d9de1d6472e958b67ae7c6583e326b90ba51a2e1992d4924_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:1a6641eccc288ff48bda2311e1356ae244308345fc4c6e8bbeda2ed8b9f85eda_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3491a7f01d29b8ef97e0d28cf1258c37979ba8941d8bfc79c62bb7ad871e1f19_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:86a9b3d8064057e95ea8935b94edd85042eb86751e79f7a9783b9601b88d8ebb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f4f10a1f9554ad0aaa4fb9dbc97dc9d6b1b27af1ca3810731468b0c458b86a98_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:b06c2047e92976665952f3b0352b0c5bf8b5a2e6ba00b5a5468663fbb0309e1f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cc10468c6882a877f993ac4f6ef5f29e7069f99d6b3ceef528c8d7069ed362f8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d682c5746679d8dd8534b3d9c4b913880ef9d5713b7febaa3c7573fe7900b61b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fbbf71963f1f9fe061819fd07e90df13d27347f2854720be55d4ee453b6b60f0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:515147b779e1fe06b9b510177519d413a679552ed6c2ecf4b0ca8816a1e1ff6e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:f1fc196ec3db364df254fda90a46e6b12bd50d50c01f2996f970ff8f9c1ea1f8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:4dbc09f5c1c4011c13a1f461025da298ce289912d98627fc6d08ffe1a30a2a2e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:d3436d8f8316db7b836d1146932a1f8de35edb75644eb0c9f0e3af334aab8f87_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:1eba9990cf84de01e1ba504b9b852c48cbaee1eebe2c564977d1419177bad652_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:cbd46373b97caeca24a3b22de19a294091f3d5e294f2931f01d786ef566867f6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:09824ee3a4038855e2956ea2d70a72b5d1e4a9ecd9a323dfe27eab6df7de5c1f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:8d89ffb1ab74d5e02fcc13d2a00d5e1fcca30720d987c140544e061ca7fc6629_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a8b44c2c0bed6ec652301ea4090bc62c990130150a8c1378a06fdb3f9a7b848c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:d2005b9ade6f74ee3df518d9f124b8acfa909d0dbd34c1c3b9e044c0556fb268_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:c0d0de4014902209309d97c189f02ef66292b254edba7e02d26549e3ee24d7eb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:f673fdfb5f29159fce99cb0ce47a31fdae2f57533aa49b84228ec7fe03274aba_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:07afc1a6c00649e6f56a64a75a345ed3ec97e28976ac09d362bc44412fa6b67c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:54319cca65ce76d81bd7a392eb841bffc14867bdc1ae341bf8ee6f84d10c867d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:445ffb4c0d9ca84e2c57333adca83f863428819a7732111b204da9f57bad9826_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:cf571aeea198dd0b07a42f12727db8ac78fc7d40eb5d1ce47c0e521f84142ee0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:80bce123dd0a3488a9cac662d578f451608252e8144ee8158cc877c02c3f9d0b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:89a69823162109668d5562e46ec004b719bb60cab26872234730c458dfa697ec_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:53babfe25e9258b6e8564df67e1d465c9f144976af5be7b30d95b0dd910f6101_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:733f6a4a3f1a1ce7f0495e2ccd8f492ce3378e2f2ac1d6f618869bc0460bd341_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:0bd4e71e9d22f6c16130426710bba8abbb82b0510cdcc9eb6cc74a412021c45a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:34fe2d2d5972de86aca83a9affd601cb1c4564fb1939f4dbbee3dbedc2bddf9c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4e01b88be4742c25c24977471d81262f8f0f391ccd5c49250b306e726e1d32e6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:dbb1ac39b132a5d539fdd7f13df09e84eacb8460fd7e0097d562ef079ae2c677_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:1ae054478a86182135ca308fc3f18c49da06734b34fa897f74544644474c7807_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:3b7157d6c737fa70532d96c62fa68e35fe547eedc6c50580cb89f4ce9fff4fe8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:152e3c57d0bcd719bf1e20ef7d43ccadaf30939c8c9899a2ce115a55ad7be983_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1abc468fd1a09c4b30e624ef4cd9257c2d104db17dbcf19a5bb8323682271ea1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6e535ada8c1768a2411ffa684bc624afaca15618b2d1a8a6c50f0b97be52668c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d46b24f503b741f3c919cf2f30409342310e3b2d6110b043128ae5d496219c96_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:12c1eb19b65af75175b1708f0049bb3eeb16c8c9a632957f5f97a5419246c7c7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:36103549903651a18d5c1c25d07dc98ce058140cd2b8d6e80cb0f1a940a277fb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c6fa0940709c377171ed6f553729935a9bf1bc5abb7c47f919d3b0fdbab3fd74_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f421d2c61baf1f196a5386d02b56b72593ab557a99c1ac61fd99d324a8bba3f9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:01b50335d5ef7515c859414036920594a5fa5b0039f5191aab1f16d291f3514e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:98a06124ecb76ea1e4d88de6b1532b2c8c6a7f554d1d25b946258b2d2e274649_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:cd6a54657188c7a1c0147c72b9d7ea326de2d7332eaa2c049ce4e02807177bc1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:ff2c7571055602c2cf719149d742d2e7cf308f1a077c420205bcdb2afff13c00_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:455f935e22bc0a892237c11e22b9bebc4840c26c61510d43827563312ec71fd9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:8b30cda549756767ad42a0486cd2987e13eb28078ae00996076a2c4e52ec50e9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b3f754533c34684d3ebc8a6646c8698cca95b6836f9b9cf6bc80edcc1c888f19_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:ce1af97db3e2816184795c6d1fa3cfef25329df11482b2bf4441c40e51d21347_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:73b55b309bfcba54861b619a26745a67efb4271848e99db56af2536ceb0fa597_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9dd8eb511b9258dd6e6e2edf03a6e6d64c1bf8a5422c173cd0b0d9e1b2cd1734_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b43f4769ae4bea0d180d4be8183c92d1fe5aacce4287fc1462032f1783c42207_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b7d331a0edf44bcf0fe747365f092a69e1c1c7cd156d48781d40d41a3a0c8552_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:304b520b8986da52f9f1f175672f6acb79119085841fd0ff0fa9754e8f22b34a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:67d76b9cdf3b5be24e7d157bfe385f184c6abd429860ba6d2280f77265929f26_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:df5b6082f4f05bfef1b63ede7fdcb5b575e56bcf264bb21e71ea2dc98c884ce6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ea8623b6dde50f9b993f9823e27349650e5d80f3f4f37c6b9b79cbc08ffc6da1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:401e7eda5905ff108ac067119245fe3684e50e736737b350baa06ea6fb2b7174_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:445489e10735202ea518bbee1cd56545f0e7e66742712cf5006c4d4ef30fc1cd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a583347caae3aa7d703a2130fc1f57b9e81ea6a06bd33785d87f92596f1f6355_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d30bda3636af0792fa0b182e8c1f79f5198a293572b40eb28e90e8e536416719_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1a369e0372bdde7ee5ec7ad647d30e6fd9747904580cd025ef0e20e1309080b3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2d0b89c800f09fb923f249da6536b9d396a53311112c458973fa9aaffb9bbd77_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ca969364594a060f9adc621daa9d2af96fd265e32dff63699cb42aa60ec1a9e9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:f1b997f7c662c0c8e91be2d02d6605fdab614bb89039ad1f38d6cac2b4623ddf_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1f379914cc47321de26756b1fd2fb634ab93f0d50400467df35dd4303100ad1a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:748a768980651e5d15e4b06d8483c6ec6db7854844e2b7dd789ea0e5d0b42d70_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:922cfbcfa109c304f82be7edd274534d18f9e2c7fe036e9b078ef40dbaf5659a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f439945f38dba034123eeaffd05372162855f703ab5a939dfc40c8b6e68b6dc3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:515b64496798a09106a5a99cf322bb02cea22a7d1684653ed251ea15532a61f6_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6de46b3fa4c0a353f73b6dab1c6dd53546b38a7cf754063382a47a3487aecfef_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f41ea3ecd58d560a52e13cef8384f6197d49add48c01c432cd8971f53fe5a4b2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fafdde0ddc3752811000a0b64826ec60715a45f09b79aae8aae637b6a50f3c23_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:212637507016bc9b3317c3980c30b476867ebc90d1c0724f0178f445052da718_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5f148616ca51bcf1c30183e095a8b5a981a9be858254938ed45229e4b4ebfdd1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:9461ea9cf5c260411a69b6b39c5dd4048c592f234cc24d481561d90fffbaf1bd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b48c6f2691532175458342223ed6c744b4dfe2cb057d1abcdcf3980127791ce8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:2c1ca60eeda0aa20403364a3ba33d9ad349e98ae3c839bff106d4b3d59426d58_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4141802dad81ca0be90cb3e030f18156e4f129dd2dee7b40d4b4b2f63d7ce927_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4cb581ac92c27cae351d2021bf76d97b20da9a9db8f2b867df879a2917d052b3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:da3dc2f193bedf7af891b2123b2b25ab8ffc54ee21ce4ee4a05557b7175aef7a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:232a25a7c42589bb08f34e08eb3e609ccc7c1de4281c234bb59df3c763695339_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:77021ef3e969e39c28e863f22541819957f046f28a88ce0fb0f706381e8ffdf4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d024567af8fb35126a2084d9c0de93c5b349249dcbd202c0c5cfb7d2d05bcefd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:eff2753dce033753b4687d9eb031bafad6c3bc1e1dd941de90baa0322bf14496_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4a8e36032ebb3b81b4e2e854fda6217a58adeb78e133257689d118b00feb9d0f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4e99ed18cc738391a0b1f7fd6e5268dc1a2b2d0c235b96f5def3d9bc25bd0c4b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:acd10e1026c3bcbe1effdad4d96922661418e8660dbb0e8e97fb69b3df8a3578_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c84a3e6dfc4b3abe1c2f3e6f63018a8d45fa3333969ac2792dce86ed5dc5f7f6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1d83bebcaaf20c68ec4705bec480e45b4a69d8323d118a7fe4812b491ea940f0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:bbd338c6ca660031115a11f293b165aef23ad28150c6a8964dad403618cef28b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e9a218fb77c30af249580c4b11915d4876083f642c7388c6333f70b781bb9f17_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:fd8e0cb32df9a3eb7eecfb9d5356a136590223e69130193ad8a92f310465ecd8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:0de9a2d5418c0fadfc68e9f64335c23396fc3188b1ed7191e2e740e53aa1b29f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:2c6a648364c88588f7ed1c538eaaf850ad4ae8310b83cff95c11db695cf4f528_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:8a408e4ad9cf59aaf87b0c0c97d3e66c4339943d810da2703cb4d0a946ac036d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d4f83ef7cf93115c55d7053dcbe9cf980bf522cb4c3dce2feb95e6574657384c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:06849685ea1a02445fd85960975e0f4f0d39947420d0f381dd724b37f4f44994_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7ad3e41c51b206489d6de9809594d4407f0eb02df060111359880560088c9140_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a18cc97e985023b176af5daad9cfe50eee25bc7e5ef657d20c17aadda7a76c35_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:f3ebe18a671ed1e458d9c86184fad3fea2e8552d8be87b3f2bc83ca45f6eecc8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:29d61cf5ce7ecf8bd5e49c5d01b16a82819bbb345160b90ff46f0d936f1152dc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:34ec4d660b408030abf6f5c0858fcfc095d7548530e6bd4038009c55ecec3344_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5a947d842f80e6e70729d0195ea3fd77111aa4a564c82e9bd0614fbc715a85a0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:c6b897cbd33e4d897a44ff05e5a2f7093a5fe930fc249901baff8a28a015c408_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:20dcf9ed5dab0354410b6c14f8476980d2bea66f42bd64ae0c1e354e185bd820_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:559065936f9a9039c45cbd63a4dbeb4cd3f69e990eb7a878571971f6e94c936f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:79e01008c1f3a1ba2dc98f7ea3163c3874a5b204ca731d056b89ebaaf97bae50_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:c36158a99dbb4a03cc9581c46a7f0e84e3ce098fea15d5b3ff88e10d41d0eb1d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2c6e5834f6042b1a4301f47d8178b2e718a3a459745ffbc959e40cc660ada97c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:475ba06839391550b35bd29309fc939977a72d4262b99f129ef5fc964adcecc1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5470d37d9eb90f60a29221fe605551618af1037c555e7f82ee1c7c1b6b7de654_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c8ce750189b017ec94762b6691cb9a911f97f04927615f0c802149aa3f7282fa_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:1916354b8aed42783dbf3bb7a3be6ebba6f561aa7d8c8f41fd6e32f1e46b09e5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:93cd970355ff2c9cd65c6f051391a1dbccf543a1f4e79ebbe6b3f63ac4030ca5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9cfa1d58c7bc0f875b5b2d704afcc95c4321388c94202c7ecba217a12164e8c2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f21ecbf880d3fb65422bbd0c410aa47136526cdfe5b75fdbfd82e720530c9fec_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4c6a4ba7469a6e3736176c838dd09acca392d508ba2139bcde3d01a1ecd493b4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a21c60cfbdd3b771f448a09b89c09f0992008625caa9fa60c5f9cfdc7d49e457_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b6a1d9d0b74f769294c10ba1ba65fa36a43217a374f3e37a189fe3de1d33d737_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e192ef1c1c539e194a2c7aea2c1cce32c6bb01bba982d3f0f9354649f32d24bd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:03475c318b9a57df484c7be2cbf35f654487c3084efd389cf4f6ce0a0f845dae_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:974abdfcfb3399823b6531a50c8d09203167418b09f859229de602a55c6f43bc_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:aa3852b48c9efac7a7e87bb01593b4a8c7d9f996624154d5a34c836e2b126485_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e0e95daab3cde4412e5d3222236adacdb8283e65eb64572ed175b353adc4ea50_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:106fa9124ad7bfa7e2a7d6c68ebd812cf2bc82c55ac092c1a702217595fc93f1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:18317fde63976665f03833b7679bede00df0f32327c1d56a26afe112b4d26f6c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e068848e4408ea82c40cdf03f2e6c600a40c8743faf344e0b2630f12d79f2fe7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ed90b2768c731b0fb0d277a285164c8bd8cb531ee984be711f64bc503292e839_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0ea0939567de6bf628dd5ac96f7eb68d3b29f1819ab932296293504e99ae3390_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:45720e600e73a2d925662c4c6a7dc898e4c97e38bf9b6c708455167abf99b51e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9afcbae95f66db36e6ea832d41f02c8fa14ab3e79f52dd1878ea24b57565b547_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d4e9f8ad81006249c50770495829c63f9322d0214efc045a4a7b6b0955846f0f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:1d66fb102b391fb88b40efc0dc3b3935d6f4db31825ee4d878273e181585e0b5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:2a221eeae6e50cc04e9466e5777f829f58311b2506aa149094e5e31e0cbe6e09_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7f15db4d5cefd46fc71d1953fc5cd62630bb847c6966523c5ab3d6cc2e5f6a05_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:99a3124337bfd603542826a78e4068bfd7ffc9feac98bac54bd7b3f3384faf87_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:86260062116d03fe7c4ec9df2fde3ccabf315ebc380f61db472d334be90dc325_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:8f284d614d7fe9d7c0bb5ab076490a781f0922453650713dd6bd722a409f650d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a43770fac453ba7e59e8af0c2aff352471f81a1b5f34ba620d4555a16af464ba_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e3a8e74f008721239ea7c070e6f6def1e779b723863e5ca279702f81cdfc0f5f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:669084db9430a977c4370fd7949543c2e57e82da6db6d01c376b3c345f7c693f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:9c91c1adec653c87fbdac6f5755528a27a4ead82d740af2a5e5f38aa16789804_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a2ffcc7216ed314e39ac12c0cfb30d29a6a4267512cc24a8f59825967273a2b8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a950db91a853e2b6073fad294ea604d51e0623b8c34288af1a98752f79b873e8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3af31e33187cf904b7a3bbcf7cded17c69e345c73301563c60312d35d1b694b0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:42bcf4c037d6212103448703395c0ca44f36a89533e205f0965c2c111d218fc8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:7b9bc218875615eaea10e71de2ce1159bbc130dc9099eb71d9fe13d9a0f07179_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8af69064595a39874365e60cc66d5f6697f28df4f82f8e26b86eb3fe08eed8dc_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:43a9f7284fc596378453b6e3a6fa1eb553d403ee25492c8c10107aaa77d92412_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:9074d73e7164486f4e0bbcdcfa5f46529fab2937cc5531dd88b13b2fb433d6b6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:a6656391bbce0ef6c085dcb040dc623d737ee8c302638d0e952eb2cd6e9671ae_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b98987da700deeb50da293568dcab5cfa1ddc843e36ed4dc5fe6d0ac8b63c85e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:66a2823e0f80a885f64cdff57291c2d6af6fd0c117c2d033b372be28b0755b2b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:845d9b912f7dc3b56804668e652f7c6b711a3d064501785ef9fea0273f60063b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b94aad5462be3a96ad9d3a88d8aaa775e8d6446b7f8d1b8785de703d14875cf0_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f6ad6761f6dd00ae42d248741c778b31492259d891751c9dbdc6dc39c2960dcb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:7b31119b0f90aba00af66b6bf6e1d2f7248d3db7129a6fec071a9fba31dfd0e7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:93cc886509cfbf78ce38eec32119b47cca28aaf3b43a254a1deacdd86de5e877_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c4cfff6e697533c3a9323ba6ed15b74250ecbecf71123cfe49ad56708f505021_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ef759942f6399bbb13657a783a7648dbf7ec880e8f6d4ed64b69812f696fcc1b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:155ff7585ebff390dec5a0ee00bcea904cde275e165ac634b2083c1fec868a18_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6971b8fa9f04515d6e4d18a27982a2496a4efaaeff90e741f3248d31fe1961e0_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6d590f5de5ce957e2d21fbd86c08411dc90b6c2444fd43079a04e3acb35587f1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:718a4a859157646f240e5fa4e3f8ad5c5ac7e53373d8b5d0a45159f5eab2c9a7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:629f7a041cf101c337effebc71d27cebd4dbe4ac7f7eb58e93f872106f88426f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:7761842991965d184af3f11919c4a4524d285d69266f92bc01ddd1cc66195fba_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:9865d9323ac25a120e3dbf34644b7343e650cd04b201d65518940b49432f564b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:9f6c2d965dec4b6b13fa96bcaf0134bf2acf302e2a04fb6926075bc9e92de97d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:855b51d876eba214e06624567a2606ed0be538fa6db7e24fdd508a269e1ba2c7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b041548b2283b0b0837db6749c0da693f021d0510a5628bce91ff5be1fc83f71_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:c7fa529102a1f95a53afba3a07db55a3907123cd8bc01cc6e1c4afc3c41928c3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ef32e7c28a82efb0ff8edc4d2678e042afb2c378791a34ccdd9243eae5246d61_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:0b779b84bcdf0ea2821962e7df8f34696f23bfad88557c21ae5fefbce289acc2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:54847dfd1e87683efe51562e103367f952ea801cd409968b8b5e04ca0ce48bb7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c86b554d052e4c0f38d69b571d246c090f5843302d21fe0f2c7c06ddc604488_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:78d85dae433ada85e1fb57166d278887f652a03531326bce186c7d3b207df288_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:4c4ec9a44884b5d618f231cb65a9b69078c2d86c8f168d510441814357f9fbd7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:5bfc5d24081ed832066492f2542d2566f40aca433535ff6536307feaf416c727_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6717dfcf0c98ffe25190b97c977daafdfa53ca406572d81143430f4218a17382_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:fb7ecb21f68557f92a912f0cabea1719fd8969638e16f22c5c89d433168f3ade_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:6f80af3728d41b78b3e855ce438ca882452a785a0b794c374475e6634390f6bd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:7df0f2a7c3268c3fd166e4012ef20a9911d6d7be4ee9e260b2a8343a1a5c23d3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f26c33eae235ad613283bb3629ae031e06d95e4371b6ab35bfc95d6cd6eedc70_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ff72b14efa0c7c37a3795808564e00f60bee07de82fc22c7d1e0822893abeb8d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:15a34ce98242d87b27bcb7a2ff5f8a3426766e31e4aa8dd21280a94a0dd5de07_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1694ece44a326abafa983a7fb2b3f84f671941fdaa708c21159b2164bedc8fe7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:5316833a649816a20637f5815460cdea129cd9f304d66406c7d15210e09adc7a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:95a599547beb53655c1f6bcfe533196664371a94b5fea328543a5f90c1f4cfa7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:0c81a72caa0f5697779c8e808aae1c6da81c34d58ea22b7fc41535e5b047d4d4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:1b5092eff9d9daeea6ffcb7c40f04754c401744c8085b77b67f231cca7730818_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:7b0157dfb720632e557c0c1050c643c7a9dc9b36c5f1858a37e11604b04b795a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:915d7aa28dd103a665a72bba13375c72118885bc3867d07922425576d5372f71_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:27483fad6a2c4be85baf840f33c72d98357bb6a55e754051fff08820977c7a3f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:5bdbda0b9ae82292ab9dcd9c3907d42687418e591984ae30b53d93f422ca9d86_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:93069055bf2d16735b13a8ae1859af38b6b7b9fe3409806c30a2147689972023_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ef060678c540f10ecb261b29b6674be6d3830c7ed0e51f221256fb09130b4dcb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1d9d3b4b90eefd1714e4814e4c340d11a88f1208852b7c624fac4096ec3bae65_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:37afefb255d2e64fe5d72f6d32a3e4a55684b658b114dd341689ef0dd4cefb9b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6033b93ce5c2f73213bd89e9709038829a2739e238a1f827cdebdcac8c39dc91_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6fa75960064a732c4e25407c9c2e8b75bd98feb5bb06c9cd70dac8023eb21c0e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:5eafd2fde7b9fce1b13109f4729396155f7ef07d73d51067b11f96661327453b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:825963b5f6aeaab80cc3c6a3c173b588263b6a9ed2e481c06d42a229d18b40b8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9c24887a448382a80d554684df4280c49a3c6ab89fa9164d547d0ccd25c5b0d2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e423c9ccfc07b48c6ac2cc4369a6fd61e9b8c420a08f64d69e9a35b887874793_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:0ce9b759a50e8562b80a2466a194f70d0728ae93717dadedba3aca34712f14e6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:814fd188f5a532065135552df55e4c55fbf9952ba35f93ec6f4f22a4da2a43aa_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b87d5c52b3da29503ae5089fb3422ebbf5ab02840c486b19678a9c65f04a9e7b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:e7ed0864902433356021a2f30c65020370c3062889f7e5838be60d0ddb098ec5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1622e137e2fcea249115c062de3bb6e0a099ff4f4545ed1c98ae2109eeadcc71_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4a66bbbcf3b973ae35749d7d4a1987a561a57d16b154c0471092a2f242912e98_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:51a7d1ff4fd4ac2325da2064724449847c4aac05dadbc97f30d93d89bf887b1a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:f1743346567b7c2f4101128ba81ad4b3b00a40f3a97a465df9e1b895a08cb8a7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:852af33a0803094bcfd34f452e8490f95fff66d6e2028423cfff0a01f201457e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:9848cc582e21d833e5d5ce00a0655abf37173bccbf944e192510b3373510d81c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a97d77c1235d10228e36d47b304a14c05a10944904685f344953da18f2d30866_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e5cb819739007737f750a96605f14991efb3195f13c906efc64db87934389379_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:3d594065a138374b4efe911a3e4619baf1d888272607e83e4f614e8c3e48d2f0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:7e2fdd43861a1be04f8f6cdf2fe2651d1f7ad194d7a43326e8d65d7757ee3d7d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:08fef794d449fdc5f89da613254f8d8cc2512bffcd5a8f289a7bd8cce9f8660f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:9e43e41968b797593eb5d4823f8e1e7babc642c3ec308673ee1640198f12c234_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:2ab98db3bd54d97694587693c196944eedb77866bf2dc9fa70e6d186c0eadb34_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:cb11c30ff4bbdad9e25e12e2960d754cdfaa7af1507b07e74e21aa31a45b0390_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:107a0f20bc821c4dc4eeb05f29cdd1c0601db4b66f5a3245272098dc41ae7c5d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:38f286396ef7e0557eff8cc665ca46c4248e2b060aa9b170873e13eb691b207b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:5d3eff686a6a64f96a79d31f8cc6a88b17171973f4718d3da82e0dfd456436c4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:903ae03948c7e68b1eef1b1dc2f7d8718693e3149eed21862cf1fcfa13482dba_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:0fb76970c4ef89824f28a0993f2a21f5c91aab7bdf23d6d045da48d9c4d176ab_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:37898fbe4cf22592901521c29bc10ff1f3b8df7a200d64e9c94d037e8cc38e60_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:c4393a9eae01a0bb31f85f8a6cc609f80a8c2e7b7c4372c21bcfb91492ec78a4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:dd74aefdaae0c24dca43a36548e371ce292af5423751718b1a6480224d5e5680_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:500ce3a45214ea5bf17b0c7d0ebd33f75183db7bc04d30f7d0a25a225f494cc5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:6e201b3e5b45494f8ecd6d607bac314cc10b419d4f3a695c1aa9824b6eb9b8bc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:9772d2c999317adac02475b2448f24acc49cabb83c7727e9e478642dcb7e9794_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:d8d22b7e59cb411c3f1fbac22af12b78fcaada8e56313b2f5ac89806152ae825_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:5d1773de9a1eaf4b18081c968f3d1c3ab35af0333dd8ccf599c30a5336b40ccd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:93415b427bdd9185565c26901edda6e5d0e5b7bfa013605de8ee206716141c4c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:be9f4891181cd1b58aa9a3fa7a0d26dc3a382e9dda02744b06a1cd7d806ed6cf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fac44a7144ca9e888a74db83f6eeda24224d05238af0f8cb54627b74148f51a9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:20544ed1aea9d8b483ac6dd9655a0d108b80121b7011406e0a59de4c93060dd9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:29f0f10ec928c8face73cd03bad8478ab4b8386f0df20ee2482102f870f198c3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:adc31a12f2eb578e7bf135bb0931aba306487174c7e8e71f6d3d8661aad8c350_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:cc2921b6468b77227e9f210589f07cf458eced2ef0260582d0a1a4b8f9b7a613_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:156540860fbd6556102cc1abb3762e6595d374fceeeb7745d92655aa3fa74551_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:426c0e5e5885ee0450f36a93fea6f733637011c5f5c97ea2c790e0edab5d7cbb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:abea604212336f8e3cdeb786913ca33cf0843f3eb7be0d1aab681a005e6c9417_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f58646a44ac2716d6842af49e48f13b6c0a58ffde7202cf6004f479658ecb048_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:484ea3e99fe746668ca7fed6862b095326bfb8f26cc79c0bd4de143083b0dad6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d2cf9eb8a6b0528509e571a8ab3710bdb6b40abb5f19d797a9097524d2e3cb7e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:def75e5d102cae679cece8fb7e7cf26631d9aaee782319bceffef95fe76308db_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f6a4b9d3d3792cf016df0f539b41c2d33d4cfe3a85f87b8b1a2215c703a13d83_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:17d73f64095d650a84959f826da3009d844f209c39a9cf55460b842a08968fc9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:382ba71516ae6c2ce3670b92bb206e5bdaf5dd0519b2f1a6fcb417b99f0ccb13_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bb9cd5df0da433f514a256dc92610219d22962f8e9fdddc4a1d6bdda45174287_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:da71d08bba2b937f4111e6d773765da8379043335d83e600743608bc4c3b7580_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0761be83c6edba07296a17b61838c3720666dfad633f9edbe9643c1cca008a8c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:23021b0b3a60c43895c17a9d27eb53fb5cde7b9ba6ac7a5d81d1723d804ecfbc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4c802a4f273a7d7752c93b18c27e264cd373dd989797d1f9b970ae368bfbed90_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b41f90c9d31171dff6834e9c7b72ac295f7e0058eff6f5dc7480d7c4797b9700_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:192a0e7b36c1fe8b6b70e6504e12a59ecae23ef83d563ad4c8cca3ab5b2cdbe5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:39a6978585f0e1c57d7460a4fdd668a238e126c2ce7e599ad9e847bb55783249_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:851b15fc576a1939eac61342bfc75875d4029dccacbd57bef1b12ec784523bc5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:dbb87a87d86cf4186ac9c4e546048bd07eb4e4b3734935a152ecbb60bcbdc1ec_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:2c372fc451a83f382e57e1e63de0f0b10f0479e665c2e1d39b20c8bd2d84f51a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:881e89459149105fad3a737087f34ba6a0bed3d933bb73e4d1943a36d21a1f55_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:cea296a2222cfeabbdce7a42996be42db39f3d89321f93ffe705c0c01e7b5b30_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:ee35c6aa82fa9353c63acb0455e5196e946f423be7418de921beb7433bc27dd3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:64c68a2c39cedd586eb70141b21d19092d16303738072987e6a33a208dc1ff43_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:77d5bcf195bccd0d556e17803f4c5273010543366112916c8e9e4189b5f68627_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:98e7b50a5fb4fe900b08a52bfe5f1af0f189bceab97ce106ca4550e0fa5bf487_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ca76d72ac426b6a7fcf59fb99a3fabee6c5ad3e0095e75dec3a06194fda37740_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:07406356bc5aa39e2d130e94946ac1ff2346d3570819af5d1a228b3e927b3df4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:628d272cb4ef7a625677252fec78b4f6d7daaae10f3fa21e9e605fa294ff9ef7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:784c9da7c826f43b21b798e18d89f696ff3c0d6c999353336d1709149e3ed6e0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:806bb2fe904f03bdd46f5e7fd0da4e8c27badc7a363a034a896bb3c9331c565f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:09ab73ac9c9dae1e080a70737bd6f8c927d47404850ab85cdadcf2be42dd0b1b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:3ad634a5d007320ce93be80165b01aeeb25319a7458cd465aa4732518460855a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:71f3b158f659a76b705d4680a0f81d930f6f622546c903aa2bac8548382d232e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:cb741e1ce964c52ad3d7c373dcb2b2cf0292fae1c857f71cbec4485e0b1e3270_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:23b98311440ae92c9df288db4cb9336e442724af99c860289733d6c35dc07192_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4337bba1939749aef224134e01759014ce11a2ed05926c790c0eae870fd9b8dc_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:505907905f0d1476c5dbcbe7592c9d70ea91df7adc38e9618d2c48355ece4783_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:bc326e66fe857b4090cd0e717a9976857d63a5538890171adc420d47946b2c95_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:84abc2301d2fe7fefe78aa5dc90ddda63737ac2c8c47778b898a91738c6d69a6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:93f2305b36ca634a2b8fbbeb4bfdc1a5c868e791430d389f0e0326ca839920f7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:ca16e72147f9d94306abb1464485feff4a03a4922d5025d4b7250cab7ccc7732_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:653bdf880528e317bebac6f7aacff23ebab11af5bfa931af13a8d8e7b2745eb0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ba86e60cabbbf3c8845a60ba559d1a38d5370ec7ecddeba662ef01fb083030b0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ce35c93fca376e03d1d08e22b8146860e5711773b17f35e32a87bdf93338b182_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4aa1df7eacf95d9408d5016f5715b38ee4ecd340d9a66bcd55cb345d98de466d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:87ef275495cae4c69268a6375eb5e07d9895913b019bf1a73dcc5043b3a24a30_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:8daa3769a103ab420b8b43c68ed6d4d90a845bb23a358c62d38cf679511d6fdb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:18e0db16b10f2edaa9919257d37587d7df3c4c62cb88b8db38cda65e509a0492_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:1e12af727903c112c263bd301b9abd522da36fbe64e195f8a4d4fe19d34e9c6e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:ca613da143b223316bbfabe5c1618d5de77817057a47f8430b9541151b79f654_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4486fbb2570877848c2997a50aeaf427cdcf5f8a2656b3212c263d8ce0d8cce1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7e83a01469262e046bc98732e0e7ce4d71af991288d31155a9379d967ffb52fd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9d999175269f2e59feec60b202253ece2c27add1d003f80c0e40eae8d2621f8a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9f31f2da3caeba8ef97368c1ebdd3fb1df9aa911df241460d27fbecd2cfc9da8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1638b6de2276e53fd93970eecb2bebc56c34ffc099eda9bfcb02dfd10eb07be7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:22cd25be6169ebb1dfe48722f3b4c6133f14c5d4f6db6ef5c7c5c9f976b25901_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:646993f2432d9a7cf3d8d56e3caa5abb77fab65d4dd40a01ea68bc59e68ad082_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bb4b4fa70f8193a7cc49e278475052e1c053e1dca44298f02cf8a0c1bb95c740_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1076cb5e72c6e457760fddde4d94257042f5b0ebd7076a8713499bdbf4943c8d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:3c749018959822c9a7c67fc3f28f62236f1791b999901577445838c8f78947fb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4aa259c5fe5a5f92f61775e842ee7aa66fa29d6b75c2b67cccc8900b08b8e96d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:5fe33023e5387e6836b35074fdc002ca7d7c85c6c6cc95f6f645b1a7a3651b93_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:02aa2709ab8f16d997dff85d05909bd7b67ec3e4cf91d50b285f17532d8a625b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4aad374a238a0306aa63cbde5a29bb75d5b80d2c691558a1b384cc6b1de706ce_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:786af9a1f3e4f873aedc740637bd197272f21553304b987476b2e462b0dacfc4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c449bc96c47df9f808b4e89c06facf7eeaf44761485077311aea32ea1342f5e6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:9beab497bfb41b47b9f8599920563efcb58961c2a8166225f1935f45657843b4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:af7cc2cf62f672d6a00016c116f3c66b72b64fa0d05e7753c8e4b6e628a3a082_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:3a1c445bea72192dc031e4755bd063fecc4fc9139484f54d8d54af26dc755f45_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:6ff31d9e340619aff002ff35ad43b6131042cfd943dc0deb54f19721eefa1c14_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:227e8c82c210cd100cd7aa3b8c5bb39b3ff31a4bb6ad78bb7134c122dd9b02a6_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a7587160377c6622944f5dd49380ee9565d49bc02da4c5b631342a037835c574_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:2793040a3ccbef82e3d074bf0597a8bfc5b5927658a8bf4148b5b0675d6fb3a2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:835edd6d6766e17d868f7f6d283005b2ed2d38cca7fbad1c5b36f63c385b8e2e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b635f689b42b827ad12ec312500ac2582c022eebc7776bac97532bd61ac31cce_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:1099ddf483c4cfe64f687fdbe5587648756fb5b9a3d01538724b2ea2fd5ca6e2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:30dc9e1dd4b35944e21e40ad23583cb9d14be00172a0195dcc95bf8e01e34e1b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ac4fa9eddf99f4581573d52e741f0eca595c9e5bec12cb177f0eacc7150a46a8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ee30d6c3b56fb533d299a7a432618a1b2c83b1d9d72b2c58768c07c349fe95c8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5aece9cbc711608ad1dffc12ade865996984d714f5e64fc894bcc3985fa9c521_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:adb1d854f6dc5e70aa0f33164a3ded5a715ba0ccf894efadd73c7c4d661f0b21_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c0983bc8863c23ae680915339797991b26c17fbf4782caddc071a60c17992266_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:cc90303d2e2d0a5818706672d1aab7847450b9d2cd991d7638451829fbf26163_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1485611739af941f4e368aac9cb95ee105aee87258e5d872d51d7f74291a8e20_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:45d8a8c4703462edf967071e89e08d8d9e495d69245ad8b6ba2d6e80f579eba9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:584f6670245a288d5489cacce0e0cabb3c86bd6698f8118f49b8e3ccdfb47c39_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:5a29aea0e28d0ced0bf50bd3dac2bb6f6edce5ca6ef373f3d097e668a9e8cf35_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:3aaedfdd81b32cd2c67a0d39f819fc49ee2d31176496e043bd4d85efbd594481_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:97e6f95d96f347f03dbaf58cd6c7bf6c926546c1991cd83b5065fe0cafed2586_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a8b9d35e2ec9f2026a2ddf034e9f3ab2a9ea622924960f7d673564dc33ab6224_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:df1a7c4c835c59041b8c16e11580362d846ceb9b3334b8aafd36d3140b58d063_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:4d3251d46cfd8adf16ce49e35007a998689b714615bb66a12e0dcfeb896d8397_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8426d041e12f43a2b78791227c0f805afd75de6e306cf8bdc718f0f76651d75a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:aabd98101d18f4f5352d03547cc2cf784bf37f962b9c875059d6365a3371dd72_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b9c93d7e3ae198d025eb43e5c2caeda4198462ffaf407270dfc7119316ff5f98_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:b6c870af5b455dc9fc17314802f45c9ebf2bec19810ff75b4e157d96a94e6575_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:d2003914164b0f04ddde9b10d27ada74e57c26beb7ad06dac093098903909907_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:16a4f25c37894fe7ce7a943322dee37d8419bae36e7c7ca7b4e73dbccf8372e8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1b17792f997e30b1d5bf73388b68de6604e4235b0a10e5dc37955f8ff2077801_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:29871a94fc618bf280a7c38280ec0642c766838bac34a9ace503378a67f4638d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:fcfb0cf49134add5d8298b1fc1f52ab3eb924efc2bf40ad077c3def948b3ed8e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3144944813148f5acd4234b279b5569e5bc8942f390c76a5a88789fda81afc56_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e44901d545ce00d89aacf5b5afbe68663cb157adfd23f4b280f13e978c7a972f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:18b95158ab8c6470ea281f81f5f1dd2c0d1c198be78d3007b02f5a7937ade62d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:31bd9ee7e75b32542cf78d1cb12d254a93cf9623e00e5649c016bbf32b8dee04_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5b53eb46cbfbf25649fe3bedfe285e197f65cb55a057176d057e90bb65cf6562_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:bc8727121110bb8a6d9957f7871a6369e1512bb9cdf47a6d23ce12812d84a791_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:0747fad048dba8c93662ced1c2b1a18b7f9f75bbfe0740caaeebb9eff3acc30d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4a22ea1747135e6bd85bc59db41d17d0b4e761e29330e7e3666bf4d42a47649d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:bee322f686572e00dc5c6d7076de1db0034a26cbe44e0f9276b394718d6c191f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:df9ade514c7f2a80c4ea829e2f1890dcdd6a4acaeda829d3620e7d3874de77e9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:859e9211c265355892dc4aa19b7d845b985be40bb8f098702aef50f84c3e5eea_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:c2e28f6a9e1de3185753cd7fd47a51ed01cbd49697cc452448adbc961fe71003_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:c5ae19ec61f3c9cdae0db38b1aaa03838d421f9d4473fda4e52255cae97a2fdb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:e654a7604401da1deff9d8baedf0f7567831fe5f86f75e06fea3e5d140bb579e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:0640a6e0ebe2a6982708f326bc721c2c754eff2afdca443499843b111f223e39_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:5eb8c786a348343042687f659f7cf8b066efc3c4ed8764ecf36dc6e49a468cea_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:83237f13a3a3e051643bc1aa46838b87be13126c0e52404940351a2324008e68_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e67d6086ada10c96051bcbf4eb7414c407832de86a8e2d89364ae0d85a883982_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:9ddc6bf41dfb204e9241c57de41e0a6e1ab1c3f8ce2ef1a90573bb7365ab2bed_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b025b5d368618a31c64189f1a5f9b3db0b24068306117647796f00a22f6dc4ac_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:de35e280f4e50a18f2616dfc561db85b315425ff20bbfd4e19d5f64f93f3d0ba_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:f0368d0d3968189f10cfcbb972046bf09ad18a7a1a747887c239b75a1988344f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:21757065fc31856133fdfc4d459a993262239af0d2d242a6b55800bac866ef02_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3b08be9a543ddd200f66178d51c0f165c380cbc845a1be672b85e9dbe2db9f12_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:8e9d4820353602730cc0e808b2cf6ffc20ff80ce06915e40027815e9046555e9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f7a9a92412fca24faebcb8a574cac92c985d1392f1544e71fa26bea80314289a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:119315e723ff4b153d8f756357706bb4cd1ec5a160a7b173e359d733c680469f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:808301750b17198c8c7f5b2b71e6bef9a7e3d788ededb9a5f79e1b13e64fbc82_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:89ae8aa54d64f62a73557d413c3f146bfcca1c237a52bd57f0ae87ba8c8fff2e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:feecd842ada0c39c783faf280d103523668de8d16d43dc22f74f262f2a4aaba1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:595fd9e735db5032c9bd3a668135d99b6df650c250b294c4f8b11d67f990df79_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ce4371bf509e06e886c5ebd42312eaed3ed31fe6b8de91284f4681ccad199329_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:4662806bef8ccd703086edb7d1eb0c99f785927b1f30f227bb438829db52e532_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:d06875a7d480abe6e062be719a9d6ee0900180e659c09e2243df36e3ed55db07_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:2f6efec846cb1babc0dacf51b67634e83cad5e0f4700f5db54f8c356b0df8119_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:46a86c6ddb9f5bc798b43735eb0cf9d515091549680e43cd2993ba1b07bc052d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:aecbb57cc9a6d72de8520437e911255e51c97e4c40b55ef207fa98fa7c9dac9b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:9c8b022e6bfe80bd4998f177c0fc25e4a5d224a6dde99157f21de5d08f18e4a7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ab6a31d53e6e8a5a0b67f4020a52faa7fd3ce35160189aade3e958559b467dcf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:cb8394ff8b96398f8db5bfa7725c260d343774ec319fc1e3917dc19fb51c9b9a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d82a2ea6aa1515bd56aa55ea999f91e9f688e480d615fe53bfa2c74c1071eb82_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1af22f98af2fae1429e53c988267710578a3a092524eff5032e0c8f397a6a953_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:2ad01a7c2e75bb850686d59dbf73937ea69505657c2f2a55c10e4fc17ed83f82_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:95334d618727e811d16206a6f99991e93dde4bc8ed26766da848ea879093d736_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d460b99f6d0595fc76b4e85203f96a8a809cb709e22f4d8f819f99bc3e817688_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3b1986a8dabfaf0988f12820e1a199cfd0db684ac4e8d956ccce6eb8bf1146d3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:8568a6a6dc94a45bc8feadb7ff1cccfcacd176d276568ab96f4942aeebd4938f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:e24967262f34a1bb405c1010688b4a1ca1c8271787a1c8f5d8b86cf94429e6ae_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f2f71ca77685bcb4618502f0da4f242d48cf2473f0c7e439582e98f15bd0004d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:23400e78f2af2eff9dbed7a4da3000fee627509e5d4c87742aa87f8be1229a36_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:64863687e7fde678af49d370c9fdd5045d47dc2c3b921b179dfe0b392aa4b447_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:70935aad01a4c3b9c041d22554f4d8feef7038bca871fe1d84c6b74d4d830814_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:91ef5f2ef8cd345731b53ec5e044c30e14438f1935c74b5eca2436aa35e5a7c3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:071766cc6bb41db5220aa5173ef5d576f032ee1e8dd9868deabeba36f7798342_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:5a9fd7861ac77020db7532e72a52571c48c4f62164c1c5390cc55771b93894e9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:adc440a9129c3c9baf62a3f961179c843f6e68a06cef4f64a64e2a8cf7493d8d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f8f501653da6427153aa72340ac8238e79459759136d64d2ba6f8ae03184c436_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:023893e6a4a14842645d23171ad5562940fe5a25e681eb8afa278cf154f60a5a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:1d5ee360957a5cbcdbd54e71dd9ad1e0ee1a37f994e80081a07c289fe1be7c61_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:298f6b16fd4c32caa2d49c5ce1374d7d2037b3681f74e2bf7ecd0afb80c0e436_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f6048c371739ad69e9219e8ebe2045a246ec4ff01bd289bf630c45ecf006f52e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:2c96cb9ede1464bcdb2aa65b23d5c317050c99a9c7674b217301a84734b7fd88_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:31235aa238bc0662e8f3efdf393f9ca7699016dbe1261bce0ce37675afbc5054_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:698f820f8b9ba7d04cad32dbaf6420ac0e1ff5ae0a1d10f81e867a123dad0a60_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:6cd2462bf7a3f58f79de73fc8ed717092569862dbeedb6c72999a8ece328260b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3e602466b3dc3fc4c7879bd90a34a96878e5df827fa7664dac632199b2805464_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5839764d395594b922ad989a3fcc5bab129eb919d2430442390cdd7e95229219_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9913891ed84afd601b5bd646398f266f6970b7e3e164f423ecf561afbddf6f9a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:f236ad01ec1299b4a5e4b174ad698412bba0f090d7316672f230abadd209940c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:0c1f5188f4e79b0c508dbef9f9f6fa5c658aec17a66dcb14b23008d112aeb6a0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3d27787b58896192ef0b2da74861207bf188e5632c0d7b06ddac476ef558175e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:55402c1e07f5de8bae74f8fc9a579c2403cd12e65f9b6714c4d6b57ed42b4250_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:975fe9a014b7d9c4339bb34d0bdfc862b4a4de19b4e02b5b55a484ab99f31bbd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:142d516609c278895aa3302ba638724fb63ecfcfd232e1fc6571f5856aa4e034_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:28bb93cbe40b57c179ed088e45de698a93dd1c0c14d6ebd098439a412478d314_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:441602150d0bce7f8941a293e3a803bed75953986e93dac3eeee50848204728d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d92da8068e3440429fcd5a5b9f178dad1a0bb14fa3bee4849a99bfcc6674e37b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:55315b85da730c2bde56b7d08c4caaad5db5bfcdc2e9f21286ec48e58fb1c64b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6f2c19276901be4850c3d9f502da1365d84dad18e3e1327159af41877432c41a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d4092b12df304edca57e47dc5ee77e4e9006297763ec2e2371ab3856f94e4654_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:f9e46d3228ddf05919d0115f274f94f8afdb5e65c54fe6b17514e7a3b04d351d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5e06c7a4f4f0b3829c21710249546680ff1b7e7d541e30b556dfa69aeb7a5ef9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6ff5ecb5b92ac2d9b1498f86211b19e22627002d788647062ca604ba9ac8d7b0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c2c203df15e000f53388a84d8ab5affa78c4210861fcd0a28fce99c0ed86009a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:f080c488e219c5b862ea88e3ee48bf866c186caf803403d7605ff3afa5d5daac_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:4e6bff26378ddf7b42fbb27566ff9f47095cb5fcd74a26dbb1604725dab7c1cc_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:63efd9d23d66a2e7c754d1b921016177edec08aca034786be697c6ade7310e71_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:b15dbac78b5deda1493f959c14b14ff5344b982c4373471b13ab2f3829d520f0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d101f7ea169ee12e824370400ef6a94e0cbd48aeca6fe0ad4777b9bdc87d80aa_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:05692fc0d27f1bd3a0feba7c0eff4237ef52878ca37166d92a89aaf190972aac_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3805505b579ad8be8620a53e792410bedcb7e1716f3d6401e76c8bb179d8aae6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:47c1d91d614addb733f775406e764502e556f4a7414dd1a2060d3065f6c3c120_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:58650c0ce9725ed10e3646acdc76a72c4d3abda025bcb735ac2eee42ea261e3f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:4778a088ee10ef3ba59f3323ccccf942000e3d2bb8b0bc201822f7cef74909b6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:599fdac73334d243b4d362b2a752f184f303aec12e4426ff08b1b4a6fca0380b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b1ab8a122e88ee201853c669525590b6f73a60803d1772536e76c56531fa0041_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c231527dcedf3606bfa162c0026b0b037d41a908d6be2418f4250e234dc66023_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:83c6087954a19cc11c7042079ec3ca528c8a18678928c3ad9ed8b22ff07df36b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:209a01330e1894300123bfbcafc53948760feb80e0c7c81e521ea7abef269d69_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:013535daeaa7ceeaa565545a98d942396a07089a96937e4960a1fc0d44a4629d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:40fddb8896fcca216855ef34f2c8f0c6cbe3a59c6bdf4c3c751f69b57a63ce4e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c3f081c38876339613b7a641b30adb9c7f3e67d446151c892a65256ac274a472_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d6f330926e3962b0b73bb4b6a11a1b40cb0cacfdbe9fc0eb4ceeeaeb3bde758b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3f2283bea8d5c54ad689787a7c269022b04624d2b1ac830330a79d30364ffd47_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:476af4f8d17ec9fa6bdfbfbac2904244c4d51432b67f111ef0cf4a37ace9a86a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:a609dc606bfe95a904dd8c6abc0cac79316f17618d8b676512fe1b4e5412ba01_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e5b754105ab8d7cb9b581d3c4dea8a295919bec3ec645aac468b5f3267e0d7f0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7f92fb1c1dd18f03677ed953c82ff87011d8c15f1bcfd8c22cb7a877950bd063_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:d759dbeb39460193f8361524fcca202fb9f634d65d35f19fde1a187cd7230608_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f0544c40f7c610e45782d6a757343822cee131b745ae6ab4aad4b878994ce8eb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f5ec95c285270e35a77f89f8da39a51c5d29fae1ac277053eda82e250c715f91_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:191a27f89fa6ec450c37168a65ea66bae9ef862bd2b40c1e8d561b41db842591_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:905e494751d1e26c98857f7ec4f41b4321344f9e86d710186d9e9bf410f6e983_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d35affa9bfe2127cbed058251d47570d65b00a8045748fe1e97670797e8cae2d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:e82a015ff030ba177167a713df193d74480998d946b593a00c799330894702f6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:97a3a8951c456ee0c88a42cf7114a3225a3dce594b470b0b8f57f45c62efc1ae_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:b49317158bf5eb1940a35be96a959bfdb8beeef52e993bff41fcfd974b12dca4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:e616c0d47555235cc1c7e275538b48fd10b842cd11c831a4dc719afe4dfc5092_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:ec827ba35ddaa01c257247ce4f06ae733289364530f6b2c2d5b12a3b2959762b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4f5c8e59a54b30a9f38f1955c6d1474bd24bec33c52800338118973cb6f3e251_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:63fcc02b58dfa0bf549c199736bbbad1e764ab86d9375a6545ae1a7bc360f247_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:9264eec1243f98c37a0843baa36e78b1a88dbdd2bf602156d5f7ff4bce1cf223_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:cafe32e3ff4aabbb6243fc984431babd77e2ed05bb3c4abc621add33c5a69481_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3d6f997f5a6832459bbe5365b533f601dde3872be09c1e96b3b2fc21951f6adf_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a76abfdfb6be2616ba39fb25137dbb49dc56427081d9025f2825a3ce8e5a3928_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b540e70dfd87ad1e2e400e129a6b495617f9d57e54c1e54b09030cae11653d03_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e7c9dd297067d256671a0e06f9985a3624240158a1f4e2b97567409199ec453b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:49f6f4761d886208cc262f1f8e23ddcc0c05d5b4566f6cdc8abcb1a328c8c5ce_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:836c9a619a35d6b8d4929a78b96d0641434b880ca98f44df45f0edf7b69a1d48_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b4ffd4fcb95ed73bc3689988214a2e4210233143e0ba4f123ceb4c2ca14821b5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d4062c740ace239409c182e4c52858e384384faeb0f3d98486e0534f8dc19702_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:29b0d64444b1081a568d8c9354e79b60ddb1c3286f9b6dea3ab69023c11f3436_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4ed2d42fdc6e8fa9d3d08152849754d1827dd54ed86be4507d75f5c90bdde542_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:c1f38fa9fb729b6c497353127feaa36375749fa07f91020e8634838d58628878_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ef794a3bd52be528ba81c6964af2fbfeff03b1aa3d17ac36fdb97f124abfebfd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2518415bbe069935e8229d141d4a8a50285c408d1be2af467c458a324120154b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:b096377e0704a959a0ec41484825436b00d3d0887e49eacd59d88bda87e38b03_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c1b30a9d1f6908316a829b3084df67b9b8bf5043fa46060996cf259c50f62090_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ec9171ee21d867fd61004535db96e98f4dee9dd6f3fe86b719301cb1b0202a79_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:07f056306c1122527032aff7486e5fc75147f48c708c0c0abef7d570cdfa78d8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4314b0a4d5a82abd583de659e5033d0680dce2b535ebd3ae4dc1776e741bb214_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:5bd5ca703480895af05ce052c3f9f738672e989cd38e905cd17bbc378cae05dc_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:db97ffa52f99127907d41b6bf460299c3fff8adb69d64bd92ad371941364c374_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:16374008403825338098f7aaf57f74a2982a75355834552bf29246a9ff4e0b7d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:770cacd7e4e04a786a2e55a3cd9ec21048131c8eefb7baa4225e73a09f0f0901_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a240e71d7418d6f9781219faa2ea9cd315b7091b1a70d6032f81de2ca3c53aa7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a39da3d53b8b927594c3f5c3a5dfcea689f2b75091209c0cc36b18e1426fab20_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:34cd79b95f2ce098b064859e38785231def795d2804c05bf7542520e9d8b596e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:354b40ed867003c42975780f9db1320302500f4ea6c5ab14a0d0ae70b537192e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ba52f6036566829553d0039a99ab677c0e40b2a14bb3d26ca470c526489e4574_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f3eaef7985effa7f09545ee19442623c7aab7245597a4a1d18f6b02a7a8f77f5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:154143883875b88eb144b77d13d5e9f750cd8e020af720a7bc6a2e6dc252a260_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6fa758fb6577cd18e48fb9280192be46dc724a8cd02b54459a5d6a3cb3d06fa7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:80e191f5faa2991cf3bc7033691c4966f1a07953e4941ad8730ae7c6444c05f4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:88ce4b91b2161c9b22f154f2a6903f801e26f15115ac874c549e8644cc5e734f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3386c9093b00f29600b1807ec97b1a6c935ef7a6578de01f9ed5f90fae6a5a35_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3646bf2e6bce49c01198dfb2a1f67371ad1f20b48cffbd7fd8f652cb9b215ae2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c50c48749c9fbe882410ff025799c6f450b063ab3e17dd1c4cbd2afa2b48fe13_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:dfaca907445b7213f3931be31fdde7480c22aafc0bd3b030d7ef9f0d84f5549c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3ba301cdb9ac46c11853c61812596ac905e94f15172df53cf352a693ea5a0a6a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6faeb6e3779cbdc86d4c7cf93e739c0585019e82587abe150f76c7cfb88cc417_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a0d6e3c4b32eda442fe231aaf1a77ea61125e0509287c381ecdec1615e6aa7cd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:bde28b18ee5b582b69683df3122f4f9a3a4aff757c2caa9fafcbcad878d05d3e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2492414954e0ca3e228d6d000733ae02c5d4d68d4b9f5e7f992e1a5a60cbffd5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4aa1f8159ae2b9b385bfb204298e1710c09123bb19bb5b94c2b93dd0419e06f4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:9a2fdc67ac81e408bb49170bf7a862a07998fd951ebfde9396ebcda40078d3d4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c952fd4490ac28f6bc2b39054312e85645c12d20e39ae631e35470267d8b73c4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:001807fafc7bfc5eafe92ba92c127488d378e1b36262f0f71cd4e4feef05598e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3c3f3a57f87c512568f858da90b13c39e9441a1910c48b9bb51cc2ba3e816b04_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:62e3145facaac381967de0461a3aef63b2b6afc466dfb4e185a35aa67142b6b3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ddd906a1e486837653341632e3ccd2d805ba2c7a7d7c26dae34022ec6a7ee90d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2f80d2b9f76b8633c9e6d309c5df7f251259b61a9a40a0364f2160707de313e2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:779d8d482e7ee453e8245219a0e21d84bfa1080819b31fb9f5de38f49bf3d724_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d44b76b43d8d5303fa38a3b8698076912be870c7a901c41a68f59426cd41b39f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f5bc9a28cb8d0bbae97b39548ab6688a31dfe2b23b8d3a52da3bb397f6aa8b31_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:195460691d14dc4f518717e3678a9ea780eb548fea8904c5bd4e2d554b81233c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:29acb2429041bbf17eb0f3faa0da84c1c5655df8a425755c1263fc16911d667b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:20dc4b1b9ab504d4192bda76eace70933c264628c091ccb4ac78faf01104f356_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:366b95ac0f170d8c1c969b41f3c624026593ebe8bfbb466c5f7109e1a6ceb1cf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:32acad5511e808b1b3a80aa96458ed7f1800b4f19aebc9edc4f85ec3613b8ab7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:dc009efb6f6e9d60b022ab94d84d47fb169d2dfdf9680f4f24b40ac0a4ad396d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:77abc31290209253ce09838a292be7351c02d5a7367859c430a5b3d97cef7f31_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e4cf03a101a115d398aac9c645ef400b9366d4bbf189de664ccbf782db4ef5b9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8a9471f7c51a026fc621dcff7715fbc9620603aac2c2e4454e60e0f579527e62_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9c1b85cadf719072db5b5abf0b93b3556a74a67efbb88d7903bab7b6e988fadd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a454b939762af9397d7d5043d1e6070279e1a1c4240b2fc808f0e53872bc237e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:b0802c5220abce4c73b650e105e42d0c1a57c5248c4f55819e15053c59f2680a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:677d190589cf02f414cb0cf4a31041b02ed8d706afb433bed1420d6f35d7a44d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:af0aa63d5b375590ffdee42f4a7f00a4610e33c20ac7f3b23242a24ff43d141a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b2e943bd3add974a8511a316f526d92d0ac1e2a0755acdb49770728984abe2a4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:e433c5ea434c2261f40d623bdc22944c1ecd435c0ac08a41d36049c9bce1b604_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1e800e47a04f7f19c87bb79778586939b4bb2a32f5ce3790d796331ca93a9235_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2c0ca90b3662de85d7e595e76f678e419ea1f40990c51ba16bcd01438f0db553_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:607e95e44de20bbf0feccbd8bb58469928452e6e4f962ad088f452e0e7e6aa5e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ce154b3a8980274f592cd2d41da7a748f7c895f754a3fa7994eeea657684fb12_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:c00947fa5cc8fa1abc26adf7cf8acfd4336e1aac0f1007133b8c6440a8148a1d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:c9a5828c250033f2bf160b102a3722959210025d373b85ea69895c96fbfba833_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cd8048f17129cbbcb855587d48615ea6e574d12f2952c0b1b5aa3819cf453541_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cdf9da2745d57ceb97761e08b560f2de7a212f860362eea3fd445fe4f6f7c769_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:02b7af4ef7daa8499a24b02aea8a24c98960851864cf639e0b698b3844563a8b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:3f82d5da80747c147ab429d24e8e9791527f7cc89fb6a7435d0cf6d35cec8933_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9e4085498157bfd33b7bd7b212300fe58ce6d462854fdd8a597f288637503104_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a8775ca5ecd0065373034a37b6de3fd736045868a3b116aeb216637023aa9685_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:28986bf93efcbdf0c2012acf8513e958ae8b32db4b649b9355b1fcf66b35038b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:52990833d3dcdb340c68234412d3743070938573d0296ee45138b404054e311c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:92f7c8de428bcf236f2aecc0382d911bcf5f7f536bd09aa44f9019ca7627d116_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:fa6add264803c2adb838efabe0f0fd8f4d78b14bfea9c1e91cce957e17a77208_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:46910caf13bd60c69314b0a72b866a8342c1dcead811f01f91b1b1674ea1bcf1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:a7ab888801a85e65a01acf68805744b7f6a1ca713c329629370b0fe0a40c359d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ec97f4dc1d491cea9e81ead6ed959141f0ff2b36fd4fa623722020431cbee1dc_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f67e6ff190c45a81777e63b69812760e828838e338e1d27672d02b5544b3e682_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0a9880ede4b10a6328766c1d9b05f17c53faa4ac561a8e768f5fcdda9997f056_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:51f75fec0f0343d3f68e8d4810e7588475cb0955b4793db7347d3ff466cc7f78_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:74ec8a94d5cda524570b881e7a352604453026a0324010b7f4b3d0a898b5e457_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:fb67ab3a88d2c3f33925830b9c63584bf14b321adbeb2e752a039faaa0401c8c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:13cc747131cec81fd67e04409a69497d75a893f4b56adaaa3a1f77f1d0f3ae67_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:2236900dd28b8470cacf90c618bb50b05a0d1d66726afebbefddd2377283989e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:ef89f2da22f7b0c0f445b7e700b29cdf9ce229cfd7866ac6c7bd2ec367db3bc4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f5a6e48a72f6054924be3b81dde0cc0ddd95d7ea029e1d819553fa633c47632d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:49a6d800db550efd565f451e584b890e88b5c6ff8be6fa0e17c30bab2f9980a6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:cf42aee609494b7786b12443443b9bbccc8afe2658ff6c16cb5c86c05c95a30d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:eb13074eecb1627bef4ca2cb0dde1116ca08cba2adcafe089e898236bb37dbaa_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f96cd58eaec24e92cb84eba253aabc815becf9264136c2cc898d1424fc8c87fa_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:8597574b86410624f04ebb0fa280276db1ffc676a56fbc74425e16790013ee47_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:901d510199b2e6cc87c754af5a1c8ec564089441f85917043a80733c4c83a430_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:9bc218ed94e8e516b01c11f26bd9adc30251067492ee2a84f55b573c2d09f6fb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a951a17fbd50a051cde6c2fc4e863bd70e29485fcb085c4d0c977a0bfdda5ea6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:11487764cd999f6abe6bc5021312a0ad9449b14b2ecc6f7bb24bc0d7dc57db60_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:362cd0740085d7b9bdfd4d10706b04b4b92ea759697c57b340698ba7fee0e063_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ece30fffff9f1b1252e7063cb4ded0e669f661e123a02ae5bd966bfc5e3e1ed6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f0813c18a84c6a7570cd3f51826e81dd0cc164299173d05ccf7ed3d31be71961_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:b5291a1306ef132559dcf0405c4a15d2921133356d904aba886e2577030b1af2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:6fe441946297aa27d90fceb448adfe939cd74ca0d02ac818d9577735a8bb004c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:0003426c210d73355a8e23970e027c7412123a75d979052113f325edc288b478_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9315e7033cb22fd8229c7cfa7bc78b10583dfabcc54edb3ace0a3eb435394f9d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:b5291a1306ef132559dcf0405c4a15d2921133356d904aba886e2577030b1af2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:6fe441946297aa27d90fceb448adfe939cd74ca0d02ac818d9577735a8bb004c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:2198b31f6460daa49ac33aee124d664f8020228052df648ee79a2eacb155df0e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:f1ac1040078d827c434858ca528df96b41047b32c27ac522d11d6d269da755ff_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5a3cfe8da21c874d227a225313dc98a3b175e9b67dd90917a201d5be2c8b0d12_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:a119246a2ed145b6fc3ada68e546e729485a34fc869e3742ea1b01b9f853f1d4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:ac4b25b223b08c445aa875106114964745002e90908062d0c11b56e27ed9f8b6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b1fe363d1a527033081799943271457afbdac0cb23ff875a65a6292ce1f6cba7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:66cd3d5b1343fb7f7fd7a3922adbdca110368de4f696b91066252229dca3f16f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:7793b9facc62469acde7d6064a4c2f26d8482fd1a2205add60fe47541b3141e0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8fb627e3f8138d9ec3c3903373502ea0d3f83c1788641f016a9de4d7e41dafb4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:f239cce00d46794f91479cfa3c94a2edd14e206f85e684131fe857a80215fe6c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "github.com/sirupsen/logrus: github.com/sirupsen/logrus: Denial-of-Service due to large single-line payload"
},
{
"cve": "CVE-2025-68121",
"discovery_date": "2026-02-05T18:01:30.086058+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:07d09ce1d5c97a717dc1c0f540e21fbf7fc2ae0c27be6fd0869ce0dabc0591fc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:44e3c6d5b98dd6655d38e3523fb34ed46dc89e97ef8a86f908d72461cbca59d4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:81e7e1cb47cdbab3a46bf8bb0ebcdd218f46aaa94236ef250fef0fd143c9204c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c318da767c7ef1f2452bb631e2726084f48a640c962f8003467c72ff48225b56_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:0c81a72caa0f5697779c8e808aae1c6da81c34d58ea22b7fc41535e5b047d4d4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:1b5092eff9d9daeea6ffcb7c40f04754c401744c8085b77b67f231cca7730818_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:7b0157dfb720632e557c0c1050c643c7a9dc9b36c5f1858a37e11604b04b795a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:915d7aa28dd103a665a72bba13375c72118885bc3867d07922425576d5372f71_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:64c68a2c39cedd586eb70141b21d19092d16303738072987e6a33a208dc1ff43_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:77d5bcf195bccd0d556e17803f4c5273010543366112916c8e9e4189b5f68627_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:98e7b50a5fb4fe900b08a52bfe5f1af0f189bceab97ce106ca4550e0fa5bf487_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ca76d72ac426b6a7fcf59fb99a3fabee6c5ad3e0095e75dec3a06194fda37740_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1638b6de2276e53fd93970eecb2bebc56c34ffc099eda9bfcb02dfd10eb07be7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:22cd25be6169ebb1dfe48722f3b4c6133f14c5d4f6db6ef5c7c5c9f976b25901_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:646993f2432d9a7cf3d8d56e3caa5abb77fab65d4dd40a01ea68bc59e68ad082_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bb4b4fa70f8193a7cc49e278475052e1c053e1dca44298f02cf8a0c1bb95c740_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:b6c870af5b455dc9fc17314802f45c9ebf2bec19810ff75b4e157d96a94e6575_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:d2003914164b0f04ddde9b10d27ada74e57c26beb7ad06dac093098903909907_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:29871a94fc618bf280a7c38280ec0642c766838bac34a9ace503378a67f4638d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:fcfb0cf49134add5d8298b1fc1f52ab3eb924efc2bf40ad077c3def948b3ed8e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3144944813148f5acd4234b279b5569e5bc8942f390c76a5a88789fda81afc56_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e44901d545ce00d89aacf5b5afbe68663cb157adfd23f4b280f13e978c7a972f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:18b95158ab8c6470ea281f81f5f1dd2c0d1c198be78d3007b02f5a7937ade62d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:31bd9ee7e75b32542cf78d1cb12d254a93cf9623e00e5649c016bbf32b8dee04_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5b53eb46cbfbf25649fe3bedfe285e197f65cb55a057176d057e90bb65cf6562_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:bc8727121110bb8a6d9957f7871a6369e1512bb9cdf47a6d23ce12812d84a791_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:23400e78f2af2eff9dbed7a4da3000fee627509e5d4c87742aa87f8be1229a36_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:64863687e7fde678af49d370c9fdd5045d47dc2c3b921b179dfe0b392aa4b447_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:70935aad01a4c3b9c041d22554f4d8feef7038bca871fe1d84c6b74d4d830814_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:91ef5f2ef8cd345731b53ec5e044c30e14438f1935c74b5eca2436aa35e5a7c3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:4778a088ee10ef3ba59f3323ccccf942000e3d2bb8b0bc201822f7cef74909b6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:599fdac73334d243b4d362b2a752f184f303aec12e4426ff08b1b4a6fca0380b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b1ab8a122e88ee201853c669525590b6f73a60803d1772536e76c56531fa0041_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c231527dcedf3606bfa162c0026b0b037d41a908d6be2418f4250e234dc66023_s390x"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2437111"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the crypto/tls component. This vulnerability occurs during Transport Layer Security (TLS) session resumption when certificate authority (CA) settings are modified between the initial and resumed handshakes. An attacker could exploit this to bypass certificate validation, allowing a client or server to establish a connection that should have been rejected. This could lead to an authentication bypass under specific conditions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is a moderate flaw because it only occurs under specific conditions, such as TLS session resumption with runtime changes to certificate authority settings. Exploitation is not straightforward and requires a controlled setup. The impact is limited to certificate validation within the same component and does not affect system availability.",
"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": [
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:7d17650f80e7bf782a7a59fe0672f593cdf9dfde775b7153fa5a5c4ed8b86e2c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:bf046c55304478c82791a67ae0dfeff89af904d9b56cd63a29b261cd02633798_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e6165bb623041db07759616b297f0541fcc87dc3bbb91cc77399cebe96c1b647_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:f47af1eb3413e739f7e219ea89dfa0f09bc31f18a771e49ad36b32f8219d9112_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:34161b5f6663f9408d7ce5afd4525442f41332a9501f658238f3eb6568eaf3ab_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a4116b2262af10fc2c7fc40800501add9f5a9c671907f3eee75cbfaa37d47263_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a8dca289390dc8556a4cf3cda46e5cd45bae33fa2b1a88ca053626ca3e3339e8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b43e298d73fb723ce446344fac3e136b0d3347b38e7d199a09d2bfb85c231249_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1ec3135a01ee2bce646338cc6d71d35c8adce9f3603f0f07ce90dd88dbf3c4db_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:94c42af9dd8afefe53de729d8ec8b5f9103cdd7f80c96999b2863bfed030cfcd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a80acaac8c10d6cce0815ddcf0bc296013e97d2cf69d1eb6ac1b7f3b35b40d74_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:e4c52bbf17f055890cf9968da78045295f6e37e52e3f4be5807db679ff63b874_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:28f2daa782218c5fb085acb774bf1d8c13a208b8f29f4a12b372db2c446ada76_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2edfc9e18f365bf2ffecd7ad45b5693b493de472fe7abffe73ff4375bc6d2af1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ba51aa38b39b8f57d6908665938870cced5541b831756f4039047245e0f2a8a5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ca246a844bb6fb906816e4008c922a0470c82bfe6a736f3a926de3def6aa0597_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0b26257250fe3542640ce1a4f5ca71f90294c307eeb477f1d1e4d61e3ef233b2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0cbec11d17abd89ac4ff332c238f92fc49c19f3e1575c26c6654cf2668ca9e66_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:2554ae05f488567b3c752c16c59f852ecfcb90746a47d48bdd39825aede43c21_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:af26188e6f7326835340b99be42189550233a7bfc652375b0859cc058fbbd0a9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:31460b57b3986f0d6c84406eccd1801eb3a03d176fa510978311d46390828020_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:aa730767af15fab6facc460b6e418bbfb0555933b4a54b01d34cb83c1148b8ca_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:ab43b9177badda24d20e8830f375132854ad313b46e27ffddb8d68b6543d8007_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:ee7eff8564ad522223787fc270f1f4d4233359872c994981619f1c10b3dfcaf8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:0d809a095a0d86c0b149fa0e28f852c1633c2904d7bfa23b6900617ef7ffc2d3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:5c15dfcbab56f579ee265d4acf74778d154ce0185234810ea249d9b9e415052d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a95c36cb709d7f9fb89eb6aedcd7cebc104b90f8d9f1be6591981dc9f96af398_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:db9a343c67b6462259b3f300af5efe643b7637bbc88ba5aa65e06e4f573b0049_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:238158a2264b9688491743d5f7c97a3f152ea2fc4a1342fe4b0e63f618dc50e0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:6dde5ab62c9f5e35b853112e3c04a8c856ef9260318dad58352ae36c2d30bfb6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7309bb2119edca063c67c7b074e1d45d99866223dec53f9942fce421e2e76250_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c0803e9ceecf77a8b1425fb0634b40e4095bb9d899c5d5af84aa285527723d83_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0dd635595c420ee1672257b6326a193195b2d21945664e649b09c62ddcc25d7a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2cd23c69b8d88a73a2aa368cecbe1e8812efa47760bf16ee0629feca934369fa_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:4beb73d1a2c279b310fad6789fff0ae70cbe18a79813819b1da9c2c5b6959aac_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:dbf382ce2e7158ff2483336643ede99b2a4fe4cc888af72e92e19ab864c62291_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:303ed90fddf42d1a5ec3ad7eb1df833003ad750f4cea17710870382a0f8c720e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c358b8a12046693741c5e88afa14a25e066ec9e51b84e22935c19dbf34ac5455_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d98dff9a03e2bc6564757afd151092cc5bec438c678f5fe5e402365bc6bbfb03_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:fa2d95a06de233147317ad93109aa809f5487e74748550e40f4189e8aeb5f50c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:943aba9a3a70cabfc2b0c94450b39ab3fbfd92f12629a2e175ad89251addc2ec_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a7c31f5ce80372bc4c63b60f9741352565eea006601522e25f03ce902e35564c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ae2f0cbe29206ae3ed5275bd7a0b101dac0e3bdd5520493ad4bb360e2267ca20_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:b9cc7a6280455a8a36e26494744d9ba540689594f8a1d8f625cd1811eec2b0b4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:54c3ecb1fecd80a81cd667f5edb968c62381bd2ddb659255cfd861dc0a8e0a9e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7deb4e0cac2bc3989fa828677e4717eb75f1bdd8223dc638310d32c73219314e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8901061b783b8a41f447eaf32919989dfd24bc13b1ef61b36f1132d66f64288d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:921aaba9517c1b00e09159d4539d47a55c543b1c7ce3c789e6e333ec133b5406_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0dccc414a5a3efd474a9eaeb61b6a2130f652c97b8b71592c7cc52827ae149c8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6c1df1bd921b4b6fb22f9db19a2c69ef5fd98d231fff3869a22442b36dec0ffa_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:eef901a0f37823970eacc110d194b81a6c679aa3dee5fd0d350b66ebb53a1542_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ff539434c8d3bf3c3a64f040a5f7ad702ded9290ff0a894a03fd45fef9fe42d9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fd88ff4734a68d6a95733ac650eccd70d1c4d23967f32b3ef8de08cea8bb05a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:8b02d7c27cfbb38d19b1456282d58e14c8d64efdba25a6238606f66610e5e9de_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a4b3b74bd3e1a9a1c81f040810325ed6bee59e0fb708c9589439fc9c734805b3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:bc92d21475ba5fd3d2292c5f386328bbbd237b92ab7288d3709229ece5b811e1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:360c5f509936d41297633704930574fb8fdcca27e98d1614ff81dadfadab4926_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:5fde232e29f5707caa6bb5219f108a563ae59bbc5d2818e368a5b9e472a1a2c7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6f1a30e659ad462113e1f481855cc292a760900cb5c05e669b5baa0b05a15277_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e2a33d8b21d3c833d9de1d6472e958b67ae7c6583e326b90ba51a2e1992d4924_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:1a6641eccc288ff48bda2311e1356ae244308345fc4c6e8bbeda2ed8b9f85eda_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3491a7f01d29b8ef97e0d28cf1258c37979ba8941d8bfc79c62bb7ad871e1f19_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:86a9b3d8064057e95ea8935b94edd85042eb86751e79f7a9783b9601b88d8ebb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f4f10a1f9554ad0aaa4fb9dbc97dc9d6b1b27af1ca3810731468b0c458b86a98_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:b06c2047e92976665952f3b0352b0c5bf8b5a2e6ba00b5a5468663fbb0309e1f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cc10468c6882a877f993ac4f6ef5f29e7069f99d6b3ceef528c8d7069ed362f8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d682c5746679d8dd8534b3d9c4b913880ef9d5713b7febaa3c7573fe7900b61b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fbbf71963f1f9fe061819fd07e90df13d27347f2854720be55d4ee453b6b60f0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:515147b779e1fe06b9b510177519d413a679552ed6c2ecf4b0ca8816a1e1ff6e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:f1fc196ec3db364df254fda90a46e6b12bd50d50c01f2996f970ff8f9c1ea1f8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:4dbc09f5c1c4011c13a1f461025da298ce289912d98627fc6d08ffe1a30a2a2e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:d3436d8f8316db7b836d1146932a1f8de35edb75644eb0c9f0e3af334aab8f87_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:1eba9990cf84de01e1ba504b9b852c48cbaee1eebe2c564977d1419177bad652_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:cbd46373b97caeca24a3b22de19a294091f3d5e294f2931f01d786ef566867f6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:09824ee3a4038855e2956ea2d70a72b5d1e4a9ecd9a323dfe27eab6df7de5c1f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:8d89ffb1ab74d5e02fcc13d2a00d5e1fcca30720d987c140544e061ca7fc6629_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a8b44c2c0bed6ec652301ea4090bc62c990130150a8c1378a06fdb3f9a7b848c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:d2005b9ade6f74ee3df518d9f124b8acfa909d0dbd34c1c3b9e044c0556fb268_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:c0d0de4014902209309d97c189f02ef66292b254edba7e02d26549e3ee24d7eb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:f673fdfb5f29159fce99cb0ce47a31fdae2f57533aa49b84228ec7fe03274aba_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:07afc1a6c00649e6f56a64a75a345ed3ec97e28976ac09d362bc44412fa6b67c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:54319cca65ce76d81bd7a392eb841bffc14867bdc1ae341bf8ee6f84d10c867d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:445ffb4c0d9ca84e2c57333adca83f863428819a7732111b204da9f57bad9826_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:cf571aeea198dd0b07a42f12727db8ac78fc7d40eb5d1ce47c0e521f84142ee0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:80bce123dd0a3488a9cac662d578f451608252e8144ee8158cc877c02c3f9d0b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:89a69823162109668d5562e46ec004b719bb60cab26872234730c458dfa697ec_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:53babfe25e9258b6e8564df67e1d465c9f144976af5be7b30d95b0dd910f6101_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:733f6a4a3f1a1ce7f0495e2ccd8f492ce3378e2f2ac1d6f618869bc0460bd341_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:0bd4e71e9d22f6c16130426710bba8abbb82b0510cdcc9eb6cc74a412021c45a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:34fe2d2d5972de86aca83a9affd601cb1c4564fb1939f4dbbee3dbedc2bddf9c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4e01b88be4742c25c24977471d81262f8f0f391ccd5c49250b306e726e1d32e6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:dbb1ac39b132a5d539fdd7f13df09e84eacb8460fd7e0097d562ef079ae2c677_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:1ae054478a86182135ca308fc3f18c49da06734b34fa897f74544644474c7807_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:3b7157d6c737fa70532d96c62fa68e35fe547eedc6c50580cb89f4ce9fff4fe8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:152e3c57d0bcd719bf1e20ef7d43ccadaf30939c8c9899a2ce115a55ad7be983_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1abc468fd1a09c4b30e624ef4cd9257c2d104db17dbcf19a5bb8323682271ea1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6e535ada8c1768a2411ffa684bc624afaca15618b2d1a8a6c50f0b97be52668c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d46b24f503b741f3c919cf2f30409342310e3b2d6110b043128ae5d496219c96_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:12c1eb19b65af75175b1708f0049bb3eeb16c8c9a632957f5f97a5419246c7c7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:36103549903651a18d5c1c25d07dc98ce058140cd2b8d6e80cb0f1a940a277fb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c6fa0940709c377171ed6f553729935a9bf1bc5abb7c47f919d3b0fdbab3fd74_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f421d2c61baf1f196a5386d02b56b72593ab557a99c1ac61fd99d324a8bba3f9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:01b50335d5ef7515c859414036920594a5fa5b0039f5191aab1f16d291f3514e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:98a06124ecb76ea1e4d88de6b1532b2c8c6a7f554d1d25b946258b2d2e274649_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:cd6a54657188c7a1c0147c72b9d7ea326de2d7332eaa2c049ce4e02807177bc1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:ff2c7571055602c2cf719149d742d2e7cf308f1a077c420205bcdb2afff13c00_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:455f935e22bc0a892237c11e22b9bebc4840c26c61510d43827563312ec71fd9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:8b30cda549756767ad42a0486cd2987e13eb28078ae00996076a2c4e52ec50e9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b3f754533c34684d3ebc8a6646c8698cca95b6836f9b9cf6bc80edcc1c888f19_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:ce1af97db3e2816184795c6d1fa3cfef25329df11482b2bf4441c40e51d21347_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:73b55b309bfcba54861b619a26745a67efb4271848e99db56af2536ceb0fa597_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9dd8eb511b9258dd6e6e2edf03a6e6d64c1bf8a5422c173cd0b0d9e1b2cd1734_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b43f4769ae4bea0d180d4be8183c92d1fe5aacce4287fc1462032f1783c42207_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b7d331a0edf44bcf0fe747365f092a69e1c1c7cd156d48781d40d41a3a0c8552_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:304b520b8986da52f9f1f175672f6acb79119085841fd0ff0fa9754e8f22b34a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:67d76b9cdf3b5be24e7d157bfe385f184c6abd429860ba6d2280f77265929f26_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:df5b6082f4f05bfef1b63ede7fdcb5b575e56bcf264bb21e71ea2dc98c884ce6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ea8623b6dde50f9b993f9823e27349650e5d80f3f4f37c6b9b79cbc08ffc6da1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:401e7eda5905ff108ac067119245fe3684e50e736737b350baa06ea6fb2b7174_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:445489e10735202ea518bbee1cd56545f0e7e66742712cf5006c4d4ef30fc1cd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a583347caae3aa7d703a2130fc1f57b9e81ea6a06bd33785d87f92596f1f6355_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d30bda3636af0792fa0b182e8c1f79f5198a293572b40eb28e90e8e536416719_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1a369e0372bdde7ee5ec7ad647d30e6fd9747904580cd025ef0e20e1309080b3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2d0b89c800f09fb923f249da6536b9d396a53311112c458973fa9aaffb9bbd77_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ca969364594a060f9adc621daa9d2af96fd265e32dff63699cb42aa60ec1a9e9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:f1b997f7c662c0c8e91be2d02d6605fdab614bb89039ad1f38d6cac2b4623ddf_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1f379914cc47321de26756b1fd2fb634ab93f0d50400467df35dd4303100ad1a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:748a768980651e5d15e4b06d8483c6ec6db7854844e2b7dd789ea0e5d0b42d70_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:922cfbcfa109c304f82be7edd274534d18f9e2c7fe036e9b078ef40dbaf5659a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f439945f38dba034123eeaffd05372162855f703ab5a939dfc40c8b6e68b6dc3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:515b64496798a09106a5a99cf322bb02cea22a7d1684653ed251ea15532a61f6_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6de46b3fa4c0a353f73b6dab1c6dd53546b38a7cf754063382a47a3487aecfef_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f41ea3ecd58d560a52e13cef8384f6197d49add48c01c432cd8971f53fe5a4b2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fafdde0ddc3752811000a0b64826ec60715a45f09b79aae8aae637b6a50f3c23_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:212637507016bc9b3317c3980c30b476867ebc90d1c0724f0178f445052da718_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5f148616ca51bcf1c30183e095a8b5a981a9be858254938ed45229e4b4ebfdd1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:9461ea9cf5c260411a69b6b39c5dd4048c592f234cc24d481561d90fffbaf1bd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b48c6f2691532175458342223ed6c744b4dfe2cb057d1abcdcf3980127791ce8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:2c1ca60eeda0aa20403364a3ba33d9ad349e98ae3c839bff106d4b3d59426d58_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4141802dad81ca0be90cb3e030f18156e4f129dd2dee7b40d4b4b2f63d7ce927_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4cb581ac92c27cae351d2021bf76d97b20da9a9db8f2b867df879a2917d052b3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:da3dc2f193bedf7af891b2123b2b25ab8ffc54ee21ce4ee4a05557b7175aef7a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:232a25a7c42589bb08f34e08eb3e609ccc7c1de4281c234bb59df3c763695339_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:77021ef3e969e39c28e863f22541819957f046f28a88ce0fb0f706381e8ffdf4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d024567af8fb35126a2084d9c0de93c5b349249dcbd202c0c5cfb7d2d05bcefd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:eff2753dce033753b4687d9eb031bafad6c3bc1e1dd941de90baa0322bf14496_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4a8e36032ebb3b81b4e2e854fda6217a58adeb78e133257689d118b00feb9d0f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4e99ed18cc738391a0b1f7fd6e5268dc1a2b2d0c235b96f5def3d9bc25bd0c4b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:acd10e1026c3bcbe1effdad4d96922661418e8660dbb0e8e97fb69b3df8a3578_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c84a3e6dfc4b3abe1c2f3e6f63018a8d45fa3333969ac2792dce86ed5dc5f7f6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1d83bebcaaf20c68ec4705bec480e45b4a69d8323d118a7fe4812b491ea940f0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:bbd338c6ca660031115a11f293b165aef23ad28150c6a8964dad403618cef28b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e9a218fb77c30af249580c4b11915d4876083f642c7388c6333f70b781bb9f17_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:fd8e0cb32df9a3eb7eecfb9d5356a136590223e69130193ad8a92f310465ecd8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:0de9a2d5418c0fadfc68e9f64335c23396fc3188b1ed7191e2e740e53aa1b29f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:2c6a648364c88588f7ed1c538eaaf850ad4ae8310b83cff95c11db695cf4f528_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:8a408e4ad9cf59aaf87b0c0c97d3e66c4339943d810da2703cb4d0a946ac036d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d4f83ef7cf93115c55d7053dcbe9cf980bf522cb4c3dce2feb95e6574657384c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:06849685ea1a02445fd85960975e0f4f0d39947420d0f381dd724b37f4f44994_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7ad3e41c51b206489d6de9809594d4407f0eb02df060111359880560088c9140_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a18cc97e985023b176af5daad9cfe50eee25bc7e5ef657d20c17aadda7a76c35_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:f3ebe18a671ed1e458d9c86184fad3fea2e8552d8be87b3f2bc83ca45f6eecc8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:29d61cf5ce7ecf8bd5e49c5d01b16a82819bbb345160b90ff46f0d936f1152dc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:34ec4d660b408030abf6f5c0858fcfc095d7548530e6bd4038009c55ecec3344_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5a947d842f80e6e70729d0195ea3fd77111aa4a564c82e9bd0614fbc715a85a0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:c6b897cbd33e4d897a44ff05e5a2f7093a5fe930fc249901baff8a28a015c408_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:20dcf9ed5dab0354410b6c14f8476980d2bea66f42bd64ae0c1e354e185bd820_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:559065936f9a9039c45cbd63a4dbeb4cd3f69e990eb7a878571971f6e94c936f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:79e01008c1f3a1ba2dc98f7ea3163c3874a5b204ca731d056b89ebaaf97bae50_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:c36158a99dbb4a03cc9581c46a7f0e84e3ce098fea15d5b3ff88e10d41d0eb1d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2c6e5834f6042b1a4301f47d8178b2e718a3a459745ffbc959e40cc660ada97c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:475ba06839391550b35bd29309fc939977a72d4262b99f129ef5fc964adcecc1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5470d37d9eb90f60a29221fe605551618af1037c555e7f82ee1c7c1b6b7de654_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c8ce750189b017ec94762b6691cb9a911f97f04927615f0c802149aa3f7282fa_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:1916354b8aed42783dbf3bb7a3be6ebba6f561aa7d8c8f41fd6e32f1e46b09e5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:93cd970355ff2c9cd65c6f051391a1dbccf543a1f4e79ebbe6b3f63ac4030ca5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9cfa1d58c7bc0f875b5b2d704afcc95c4321388c94202c7ecba217a12164e8c2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f21ecbf880d3fb65422bbd0c410aa47136526cdfe5b75fdbfd82e720530c9fec_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4c6a4ba7469a6e3736176c838dd09acca392d508ba2139bcde3d01a1ecd493b4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a21c60cfbdd3b771f448a09b89c09f0992008625caa9fa60c5f9cfdc7d49e457_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b6a1d9d0b74f769294c10ba1ba65fa36a43217a374f3e37a189fe3de1d33d737_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e192ef1c1c539e194a2c7aea2c1cce32c6bb01bba982d3f0f9354649f32d24bd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:03475c318b9a57df484c7be2cbf35f654487c3084efd389cf4f6ce0a0f845dae_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:974abdfcfb3399823b6531a50c8d09203167418b09f859229de602a55c6f43bc_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:aa3852b48c9efac7a7e87bb01593b4a8c7d9f996624154d5a34c836e2b126485_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e0e95daab3cde4412e5d3222236adacdb8283e65eb64572ed175b353adc4ea50_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:106fa9124ad7bfa7e2a7d6c68ebd812cf2bc82c55ac092c1a702217595fc93f1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:18317fde63976665f03833b7679bede00df0f32327c1d56a26afe112b4d26f6c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e068848e4408ea82c40cdf03f2e6c600a40c8743faf344e0b2630f12d79f2fe7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ed90b2768c731b0fb0d277a285164c8bd8cb531ee984be711f64bc503292e839_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0ea0939567de6bf628dd5ac96f7eb68d3b29f1819ab932296293504e99ae3390_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:45720e600e73a2d925662c4c6a7dc898e4c97e38bf9b6c708455167abf99b51e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9afcbae95f66db36e6ea832d41f02c8fa14ab3e79f52dd1878ea24b57565b547_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d4e9f8ad81006249c50770495829c63f9322d0214efc045a4a7b6b0955846f0f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:1d66fb102b391fb88b40efc0dc3b3935d6f4db31825ee4d878273e181585e0b5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:2a221eeae6e50cc04e9466e5777f829f58311b2506aa149094e5e31e0cbe6e09_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7f15db4d5cefd46fc71d1953fc5cd62630bb847c6966523c5ab3d6cc2e5f6a05_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:99a3124337bfd603542826a78e4068bfd7ffc9feac98bac54bd7b3f3384faf87_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:86260062116d03fe7c4ec9df2fde3ccabf315ebc380f61db472d334be90dc325_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:8f284d614d7fe9d7c0bb5ab076490a781f0922453650713dd6bd722a409f650d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a43770fac453ba7e59e8af0c2aff352471f81a1b5f34ba620d4555a16af464ba_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e3a8e74f008721239ea7c070e6f6def1e779b723863e5ca279702f81cdfc0f5f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:669084db9430a977c4370fd7949543c2e57e82da6db6d01c376b3c345f7c693f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:9c91c1adec653c87fbdac6f5755528a27a4ead82d740af2a5e5f38aa16789804_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a2ffcc7216ed314e39ac12c0cfb30d29a6a4267512cc24a8f59825967273a2b8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a950db91a853e2b6073fad294ea604d51e0623b8c34288af1a98752f79b873e8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3af31e33187cf904b7a3bbcf7cded17c69e345c73301563c60312d35d1b694b0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:42bcf4c037d6212103448703395c0ca44f36a89533e205f0965c2c111d218fc8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:7b9bc218875615eaea10e71de2ce1159bbc130dc9099eb71d9fe13d9a0f07179_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8af69064595a39874365e60cc66d5f6697f28df4f82f8e26b86eb3fe08eed8dc_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:43a9f7284fc596378453b6e3a6fa1eb553d403ee25492c8c10107aaa77d92412_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:9074d73e7164486f4e0bbcdcfa5f46529fab2937cc5531dd88b13b2fb433d6b6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:a6656391bbce0ef6c085dcb040dc623d737ee8c302638d0e952eb2cd6e9671ae_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b98987da700deeb50da293568dcab5cfa1ddc843e36ed4dc5fe6d0ac8b63c85e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:66a2823e0f80a885f64cdff57291c2d6af6fd0c117c2d033b372be28b0755b2b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:845d9b912f7dc3b56804668e652f7c6b711a3d064501785ef9fea0273f60063b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b94aad5462be3a96ad9d3a88d8aaa775e8d6446b7f8d1b8785de703d14875cf0_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f6ad6761f6dd00ae42d248741c778b31492259d891751c9dbdc6dc39c2960dcb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:7b31119b0f90aba00af66b6bf6e1d2f7248d3db7129a6fec071a9fba31dfd0e7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:93cc886509cfbf78ce38eec32119b47cca28aaf3b43a254a1deacdd86de5e877_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c4cfff6e697533c3a9323ba6ed15b74250ecbecf71123cfe49ad56708f505021_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ef759942f6399bbb13657a783a7648dbf7ec880e8f6d4ed64b69812f696fcc1b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:155ff7585ebff390dec5a0ee00bcea904cde275e165ac634b2083c1fec868a18_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6971b8fa9f04515d6e4d18a27982a2496a4efaaeff90e741f3248d31fe1961e0_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6d590f5de5ce957e2d21fbd86c08411dc90b6c2444fd43079a04e3acb35587f1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:718a4a859157646f240e5fa4e3f8ad5c5ac7e53373d8b5d0a45159f5eab2c9a7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:629f7a041cf101c337effebc71d27cebd4dbe4ac7f7eb58e93f872106f88426f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:7761842991965d184af3f11919c4a4524d285d69266f92bc01ddd1cc66195fba_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:9865d9323ac25a120e3dbf34644b7343e650cd04b201d65518940b49432f564b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:9f6c2d965dec4b6b13fa96bcaf0134bf2acf302e2a04fb6926075bc9e92de97d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:855b51d876eba214e06624567a2606ed0be538fa6db7e24fdd508a269e1ba2c7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b041548b2283b0b0837db6749c0da693f021d0510a5628bce91ff5be1fc83f71_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:c7fa529102a1f95a53afba3a07db55a3907123cd8bc01cc6e1c4afc3c41928c3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ef32e7c28a82efb0ff8edc4d2678e042afb2c378791a34ccdd9243eae5246d61_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:0b779b84bcdf0ea2821962e7df8f34696f23bfad88557c21ae5fefbce289acc2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:54847dfd1e87683efe51562e103367f952ea801cd409968b8b5e04ca0ce48bb7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c86b554d052e4c0f38d69b571d246c090f5843302d21fe0f2c7c06ddc604488_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:78d85dae433ada85e1fb57166d278887f652a03531326bce186c7d3b207df288_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:4c4ec9a44884b5d618f231cb65a9b69078c2d86c8f168d510441814357f9fbd7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:5bfc5d24081ed832066492f2542d2566f40aca433535ff6536307feaf416c727_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6717dfcf0c98ffe25190b97c977daafdfa53ca406572d81143430f4218a17382_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:fb7ecb21f68557f92a912f0cabea1719fd8969638e16f22c5c89d433168f3ade_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:6f80af3728d41b78b3e855ce438ca882452a785a0b794c374475e6634390f6bd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:7df0f2a7c3268c3fd166e4012ef20a9911d6d7be4ee9e260b2a8343a1a5c23d3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f26c33eae235ad613283bb3629ae031e06d95e4371b6ab35bfc95d6cd6eedc70_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ff72b14efa0c7c37a3795808564e00f60bee07de82fc22c7d1e0822893abeb8d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:15a34ce98242d87b27bcb7a2ff5f8a3426766e31e4aa8dd21280a94a0dd5de07_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1694ece44a326abafa983a7fb2b3f84f671941fdaa708c21159b2164bedc8fe7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:5316833a649816a20637f5815460cdea129cd9f304d66406c7d15210e09adc7a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:95a599547beb53655c1f6bcfe533196664371a94b5fea328543a5f90c1f4cfa7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:27483fad6a2c4be85baf840f33c72d98357bb6a55e754051fff08820977c7a3f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:5bdbda0b9ae82292ab9dcd9c3907d42687418e591984ae30b53d93f422ca9d86_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:93069055bf2d16735b13a8ae1859af38b6b7b9fe3409806c30a2147689972023_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ef060678c540f10ecb261b29b6674be6d3830c7ed0e51f221256fb09130b4dcb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1d9d3b4b90eefd1714e4814e4c340d11a88f1208852b7c624fac4096ec3bae65_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:37afefb255d2e64fe5d72f6d32a3e4a55684b658b114dd341689ef0dd4cefb9b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6033b93ce5c2f73213bd89e9709038829a2739e238a1f827cdebdcac8c39dc91_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6fa75960064a732c4e25407c9c2e8b75bd98feb5bb06c9cd70dac8023eb21c0e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:5eafd2fde7b9fce1b13109f4729396155f7ef07d73d51067b11f96661327453b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:825963b5f6aeaab80cc3c6a3c173b588263b6a9ed2e481c06d42a229d18b40b8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9c24887a448382a80d554684df4280c49a3c6ab89fa9164d547d0ccd25c5b0d2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e423c9ccfc07b48c6ac2cc4369a6fd61e9b8c420a08f64d69e9a35b887874793_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:0ce9b759a50e8562b80a2466a194f70d0728ae93717dadedba3aca34712f14e6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:814fd188f5a532065135552df55e4c55fbf9952ba35f93ec6f4f22a4da2a43aa_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b87d5c52b3da29503ae5089fb3422ebbf5ab02840c486b19678a9c65f04a9e7b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:e7ed0864902433356021a2f30c65020370c3062889f7e5838be60d0ddb098ec5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1622e137e2fcea249115c062de3bb6e0a099ff4f4545ed1c98ae2109eeadcc71_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4a66bbbcf3b973ae35749d7d4a1987a561a57d16b154c0471092a2f242912e98_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:51a7d1ff4fd4ac2325da2064724449847c4aac05dadbc97f30d93d89bf887b1a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:f1743346567b7c2f4101128ba81ad4b3b00a40f3a97a465df9e1b895a08cb8a7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:852af33a0803094bcfd34f452e8490f95fff66d6e2028423cfff0a01f201457e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:9848cc582e21d833e5d5ce00a0655abf37173bccbf944e192510b3373510d81c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a97d77c1235d10228e36d47b304a14c05a10944904685f344953da18f2d30866_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e5cb819739007737f750a96605f14991efb3195f13c906efc64db87934389379_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:3d594065a138374b4efe911a3e4619baf1d888272607e83e4f614e8c3e48d2f0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:7e2fdd43861a1be04f8f6cdf2fe2651d1f7ad194d7a43326e8d65d7757ee3d7d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:08fef794d449fdc5f89da613254f8d8cc2512bffcd5a8f289a7bd8cce9f8660f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:9e43e41968b797593eb5d4823f8e1e7babc642c3ec308673ee1640198f12c234_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:2ab98db3bd54d97694587693c196944eedb77866bf2dc9fa70e6d186c0eadb34_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:cb11c30ff4bbdad9e25e12e2960d754cdfaa7af1507b07e74e21aa31a45b0390_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:107a0f20bc821c4dc4eeb05f29cdd1c0601db4b66f5a3245272098dc41ae7c5d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:38f286396ef7e0557eff8cc665ca46c4248e2b060aa9b170873e13eb691b207b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:5d3eff686a6a64f96a79d31f8cc6a88b17171973f4718d3da82e0dfd456436c4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:903ae03948c7e68b1eef1b1dc2f7d8718693e3149eed21862cf1fcfa13482dba_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:0fb76970c4ef89824f28a0993f2a21f5c91aab7bdf23d6d045da48d9c4d176ab_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:37898fbe4cf22592901521c29bc10ff1f3b8df7a200d64e9c94d037e8cc38e60_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:c4393a9eae01a0bb31f85f8a6cc609f80a8c2e7b7c4372c21bcfb91492ec78a4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:dd74aefdaae0c24dca43a36548e371ce292af5423751718b1a6480224d5e5680_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:500ce3a45214ea5bf17b0c7d0ebd33f75183db7bc04d30f7d0a25a225f494cc5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:6e201b3e5b45494f8ecd6d607bac314cc10b419d4f3a695c1aa9824b6eb9b8bc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:9772d2c999317adac02475b2448f24acc49cabb83c7727e9e478642dcb7e9794_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:d8d22b7e59cb411c3f1fbac22af12b78fcaada8e56313b2f5ac89806152ae825_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:5d1773de9a1eaf4b18081c968f3d1c3ab35af0333dd8ccf599c30a5336b40ccd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:93415b427bdd9185565c26901edda6e5d0e5b7bfa013605de8ee206716141c4c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:be9f4891181cd1b58aa9a3fa7a0d26dc3a382e9dda02744b06a1cd7d806ed6cf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fac44a7144ca9e888a74db83f6eeda24224d05238af0f8cb54627b74148f51a9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:20544ed1aea9d8b483ac6dd9655a0d108b80121b7011406e0a59de4c93060dd9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:29f0f10ec928c8face73cd03bad8478ab4b8386f0df20ee2482102f870f198c3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:adc31a12f2eb578e7bf135bb0931aba306487174c7e8e71f6d3d8661aad8c350_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:cc2921b6468b77227e9f210589f07cf458eced2ef0260582d0a1a4b8f9b7a613_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:156540860fbd6556102cc1abb3762e6595d374fceeeb7745d92655aa3fa74551_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:426c0e5e5885ee0450f36a93fea6f733637011c5f5c97ea2c790e0edab5d7cbb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:abea604212336f8e3cdeb786913ca33cf0843f3eb7be0d1aab681a005e6c9417_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f58646a44ac2716d6842af49e48f13b6c0a58ffde7202cf6004f479658ecb048_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:484ea3e99fe746668ca7fed6862b095326bfb8f26cc79c0bd4de143083b0dad6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d2cf9eb8a6b0528509e571a8ab3710bdb6b40abb5f19d797a9097524d2e3cb7e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:def75e5d102cae679cece8fb7e7cf26631d9aaee782319bceffef95fe76308db_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f6a4b9d3d3792cf016df0f539b41c2d33d4cfe3a85f87b8b1a2215c703a13d83_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:17d73f64095d650a84959f826da3009d844f209c39a9cf55460b842a08968fc9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:382ba71516ae6c2ce3670b92bb206e5bdaf5dd0519b2f1a6fcb417b99f0ccb13_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bb9cd5df0da433f514a256dc92610219d22962f8e9fdddc4a1d6bdda45174287_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:da71d08bba2b937f4111e6d773765da8379043335d83e600743608bc4c3b7580_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0761be83c6edba07296a17b61838c3720666dfad633f9edbe9643c1cca008a8c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:23021b0b3a60c43895c17a9d27eb53fb5cde7b9ba6ac7a5d81d1723d804ecfbc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4c802a4f273a7d7752c93b18c27e264cd373dd989797d1f9b970ae368bfbed90_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b41f90c9d31171dff6834e9c7b72ac295f7e0058eff6f5dc7480d7c4797b9700_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:192a0e7b36c1fe8b6b70e6504e12a59ecae23ef83d563ad4c8cca3ab5b2cdbe5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:39a6978585f0e1c57d7460a4fdd668a238e126c2ce7e599ad9e847bb55783249_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:851b15fc576a1939eac61342bfc75875d4029dccacbd57bef1b12ec784523bc5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:dbb87a87d86cf4186ac9c4e546048bd07eb4e4b3734935a152ecbb60bcbdc1ec_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:2c372fc451a83f382e57e1e63de0f0b10f0479e665c2e1d39b20c8bd2d84f51a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:881e89459149105fad3a737087f34ba6a0bed3d933bb73e4d1943a36d21a1f55_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:cea296a2222cfeabbdce7a42996be42db39f3d89321f93ffe705c0c01e7b5b30_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:ee35c6aa82fa9353c63acb0455e5196e946f423be7418de921beb7433bc27dd3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:07406356bc5aa39e2d130e94946ac1ff2346d3570819af5d1a228b3e927b3df4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:628d272cb4ef7a625677252fec78b4f6d7daaae10f3fa21e9e605fa294ff9ef7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:784c9da7c826f43b21b798e18d89f696ff3c0d6c999353336d1709149e3ed6e0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:806bb2fe904f03bdd46f5e7fd0da4e8c27badc7a363a034a896bb3c9331c565f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:09ab73ac9c9dae1e080a70737bd6f8c927d47404850ab85cdadcf2be42dd0b1b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:3ad634a5d007320ce93be80165b01aeeb25319a7458cd465aa4732518460855a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:71f3b158f659a76b705d4680a0f81d930f6f622546c903aa2bac8548382d232e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:cb741e1ce964c52ad3d7c373dcb2b2cf0292fae1c857f71cbec4485e0b1e3270_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:23b98311440ae92c9df288db4cb9336e442724af99c860289733d6c35dc07192_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4337bba1939749aef224134e01759014ce11a2ed05926c790c0eae870fd9b8dc_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:505907905f0d1476c5dbcbe7592c9d70ea91df7adc38e9618d2c48355ece4783_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:bc326e66fe857b4090cd0e717a9976857d63a5538890171adc420d47946b2c95_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:84abc2301d2fe7fefe78aa5dc90ddda63737ac2c8c47778b898a91738c6d69a6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:93f2305b36ca634a2b8fbbeb4bfdc1a5c868e791430d389f0e0326ca839920f7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:ca16e72147f9d94306abb1464485feff4a03a4922d5025d4b7250cab7ccc7732_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:653bdf880528e317bebac6f7aacff23ebab11af5bfa931af13a8d8e7b2745eb0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ba86e60cabbbf3c8845a60ba559d1a38d5370ec7ecddeba662ef01fb083030b0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ce35c93fca376e03d1d08e22b8146860e5711773b17f35e32a87bdf93338b182_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4aa1df7eacf95d9408d5016f5715b38ee4ecd340d9a66bcd55cb345d98de466d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:87ef275495cae4c69268a6375eb5e07d9895913b019bf1a73dcc5043b3a24a30_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:8daa3769a103ab420b8b43c68ed6d4d90a845bb23a358c62d38cf679511d6fdb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:18e0db16b10f2edaa9919257d37587d7df3c4c62cb88b8db38cda65e509a0492_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:1e12af727903c112c263bd301b9abd522da36fbe64e195f8a4d4fe19d34e9c6e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:ca613da143b223316bbfabe5c1618d5de77817057a47f8430b9541151b79f654_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4486fbb2570877848c2997a50aeaf427cdcf5f8a2656b3212c263d8ce0d8cce1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7e83a01469262e046bc98732e0e7ce4d71af991288d31155a9379d967ffb52fd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9d999175269f2e59feec60b202253ece2c27add1d003f80c0e40eae8d2621f8a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9f31f2da3caeba8ef97368c1ebdd3fb1df9aa911df241460d27fbecd2cfc9da8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1076cb5e72c6e457760fddde4d94257042f5b0ebd7076a8713499bdbf4943c8d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:3c749018959822c9a7c67fc3f28f62236f1791b999901577445838c8f78947fb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4aa259c5fe5a5f92f61775e842ee7aa66fa29d6b75c2b67cccc8900b08b8e96d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:5fe33023e5387e6836b35074fdc002ca7d7c85c6c6cc95f6f645b1a7a3651b93_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:02aa2709ab8f16d997dff85d05909bd7b67ec3e4cf91d50b285f17532d8a625b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4aad374a238a0306aa63cbde5a29bb75d5b80d2c691558a1b384cc6b1de706ce_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:786af9a1f3e4f873aedc740637bd197272f21553304b987476b2e462b0dacfc4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c449bc96c47df9f808b4e89c06facf7eeaf44761485077311aea32ea1342f5e6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:9beab497bfb41b47b9f8599920563efcb58961c2a8166225f1935f45657843b4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:af7cc2cf62f672d6a00016c116f3c66b72b64fa0d05e7753c8e4b6e628a3a082_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:3a1c445bea72192dc031e4755bd063fecc4fc9139484f54d8d54af26dc755f45_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:6ff31d9e340619aff002ff35ad43b6131042cfd943dc0deb54f19721eefa1c14_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:227e8c82c210cd100cd7aa3b8c5bb39b3ff31a4bb6ad78bb7134c122dd9b02a6_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a7587160377c6622944f5dd49380ee9565d49bc02da4c5b631342a037835c574_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:2793040a3ccbef82e3d074bf0597a8bfc5b5927658a8bf4148b5b0675d6fb3a2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:835edd6d6766e17d868f7f6d283005b2ed2d38cca7fbad1c5b36f63c385b8e2e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b635f689b42b827ad12ec312500ac2582c022eebc7776bac97532bd61ac31cce_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:1099ddf483c4cfe64f687fdbe5587648756fb5b9a3d01538724b2ea2fd5ca6e2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:30dc9e1dd4b35944e21e40ad23583cb9d14be00172a0195dcc95bf8e01e34e1b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ac4fa9eddf99f4581573d52e741f0eca595c9e5bec12cb177f0eacc7150a46a8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ee30d6c3b56fb533d299a7a432618a1b2c83b1d9d72b2c58768c07c349fe95c8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5aece9cbc711608ad1dffc12ade865996984d714f5e64fc894bcc3985fa9c521_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:adb1d854f6dc5e70aa0f33164a3ded5a715ba0ccf894efadd73c7c4d661f0b21_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c0983bc8863c23ae680915339797991b26c17fbf4782caddc071a60c17992266_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:cc90303d2e2d0a5818706672d1aab7847450b9d2cd991d7638451829fbf26163_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1485611739af941f4e368aac9cb95ee105aee87258e5d872d51d7f74291a8e20_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:45d8a8c4703462edf967071e89e08d8d9e495d69245ad8b6ba2d6e80f579eba9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:584f6670245a288d5489cacce0e0cabb3c86bd6698f8118f49b8e3ccdfb47c39_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:5a29aea0e28d0ced0bf50bd3dac2bb6f6edce5ca6ef373f3d097e668a9e8cf35_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:3aaedfdd81b32cd2c67a0d39f819fc49ee2d31176496e043bd4d85efbd594481_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:97e6f95d96f347f03dbaf58cd6c7bf6c926546c1991cd83b5065fe0cafed2586_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a8b9d35e2ec9f2026a2ddf034e9f3ab2a9ea622924960f7d673564dc33ab6224_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:df1a7c4c835c59041b8c16e11580362d846ceb9b3334b8aafd36d3140b58d063_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:4d3251d46cfd8adf16ce49e35007a998689b714615bb66a12e0dcfeb896d8397_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8426d041e12f43a2b78791227c0f805afd75de6e306cf8bdc718f0f76651d75a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:aabd98101d18f4f5352d03547cc2cf784bf37f962b9c875059d6365a3371dd72_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b9c93d7e3ae198d025eb43e5c2caeda4198462ffaf407270dfc7119316ff5f98_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:16a4f25c37894fe7ce7a943322dee37d8419bae36e7c7ca7b4e73dbccf8372e8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1b17792f997e30b1d5bf73388b68de6604e4235b0a10e5dc37955f8ff2077801_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:0747fad048dba8c93662ced1c2b1a18b7f9f75bbfe0740caaeebb9eff3acc30d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4a22ea1747135e6bd85bc59db41d17d0b4e761e29330e7e3666bf4d42a47649d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:bee322f686572e00dc5c6d7076de1db0034a26cbe44e0f9276b394718d6c191f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:df9ade514c7f2a80c4ea829e2f1890dcdd6a4acaeda829d3620e7d3874de77e9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:859e9211c265355892dc4aa19b7d845b985be40bb8f098702aef50f84c3e5eea_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:c2e28f6a9e1de3185753cd7fd47a51ed01cbd49697cc452448adbc961fe71003_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:c5ae19ec61f3c9cdae0db38b1aaa03838d421f9d4473fda4e52255cae97a2fdb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:e654a7604401da1deff9d8baedf0f7567831fe5f86f75e06fea3e5d140bb579e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:0640a6e0ebe2a6982708f326bc721c2c754eff2afdca443499843b111f223e39_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:5eb8c786a348343042687f659f7cf8b066efc3c4ed8764ecf36dc6e49a468cea_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:83237f13a3a3e051643bc1aa46838b87be13126c0e52404940351a2324008e68_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e67d6086ada10c96051bcbf4eb7414c407832de86a8e2d89364ae0d85a883982_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:9ddc6bf41dfb204e9241c57de41e0a6e1ab1c3f8ce2ef1a90573bb7365ab2bed_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b025b5d368618a31c64189f1a5f9b3db0b24068306117647796f00a22f6dc4ac_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:de35e280f4e50a18f2616dfc561db85b315425ff20bbfd4e19d5f64f93f3d0ba_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:f0368d0d3968189f10cfcbb972046bf09ad18a7a1a747887c239b75a1988344f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:21757065fc31856133fdfc4d459a993262239af0d2d242a6b55800bac866ef02_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3b08be9a543ddd200f66178d51c0f165c380cbc845a1be672b85e9dbe2db9f12_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:8e9d4820353602730cc0e808b2cf6ffc20ff80ce06915e40027815e9046555e9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f7a9a92412fca24faebcb8a574cac92c985d1392f1544e71fa26bea80314289a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:119315e723ff4b153d8f756357706bb4cd1ec5a160a7b173e359d733c680469f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:808301750b17198c8c7f5b2b71e6bef9a7e3d788ededb9a5f79e1b13e64fbc82_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:89ae8aa54d64f62a73557d413c3f146bfcca1c237a52bd57f0ae87ba8c8fff2e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:feecd842ada0c39c783faf280d103523668de8d16d43dc22f74f262f2a4aaba1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:595fd9e735db5032c9bd3a668135d99b6df650c250b294c4f8b11d67f990df79_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ce4371bf509e06e886c5ebd42312eaed3ed31fe6b8de91284f4681ccad199329_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:4662806bef8ccd703086edb7d1eb0c99f785927b1f30f227bb438829db52e532_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:d06875a7d480abe6e062be719a9d6ee0900180e659c09e2243df36e3ed55db07_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:2f6efec846cb1babc0dacf51b67634e83cad5e0f4700f5db54f8c356b0df8119_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:46a86c6ddb9f5bc798b43735eb0cf9d515091549680e43cd2993ba1b07bc052d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:aecbb57cc9a6d72de8520437e911255e51c97e4c40b55ef207fa98fa7c9dac9b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:9c8b022e6bfe80bd4998f177c0fc25e4a5d224a6dde99157f21de5d08f18e4a7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ab6a31d53e6e8a5a0b67f4020a52faa7fd3ce35160189aade3e958559b467dcf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:cb8394ff8b96398f8db5bfa7725c260d343774ec319fc1e3917dc19fb51c9b9a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d82a2ea6aa1515bd56aa55ea999f91e9f688e480d615fe53bfa2c74c1071eb82_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1af22f98af2fae1429e53c988267710578a3a092524eff5032e0c8f397a6a953_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:2ad01a7c2e75bb850686d59dbf73937ea69505657c2f2a55c10e4fc17ed83f82_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:95334d618727e811d16206a6f99991e93dde4bc8ed26766da848ea879093d736_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d460b99f6d0595fc76b4e85203f96a8a809cb709e22f4d8f819f99bc3e817688_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3b1986a8dabfaf0988f12820e1a199cfd0db684ac4e8d956ccce6eb8bf1146d3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:8568a6a6dc94a45bc8feadb7ff1cccfcacd176d276568ab96f4942aeebd4938f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:e24967262f34a1bb405c1010688b4a1ca1c8271787a1c8f5d8b86cf94429e6ae_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f2f71ca77685bcb4618502f0da4f242d48cf2473f0c7e439582e98f15bd0004d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:071766cc6bb41db5220aa5173ef5d576f032ee1e8dd9868deabeba36f7798342_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:5a9fd7861ac77020db7532e72a52571c48c4f62164c1c5390cc55771b93894e9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:adc440a9129c3c9baf62a3f961179c843f6e68a06cef4f64a64e2a8cf7493d8d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f8f501653da6427153aa72340ac8238e79459759136d64d2ba6f8ae03184c436_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:023893e6a4a14842645d23171ad5562940fe5a25e681eb8afa278cf154f60a5a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:1d5ee360957a5cbcdbd54e71dd9ad1e0ee1a37f994e80081a07c289fe1be7c61_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:298f6b16fd4c32caa2d49c5ce1374d7d2037b3681f74e2bf7ecd0afb80c0e436_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f6048c371739ad69e9219e8ebe2045a246ec4ff01bd289bf630c45ecf006f52e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:2c96cb9ede1464bcdb2aa65b23d5c317050c99a9c7674b217301a84734b7fd88_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:31235aa238bc0662e8f3efdf393f9ca7699016dbe1261bce0ce37675afbc5054_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:698f820f8b9ba7d04cad32dbaf6420ac0e1ff5ae0a1d10f81e867a123dad0a60_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:6cd2462bf7a3f58f79de73fc8ed717092569862dbeedb6c72999a8ece328260b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3e602466b3dc3fc4c7879bd90a34a96878e5df827fa7664dac632199b2805464_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5839764d395594b922ad989a3fcc5bab129eb919d2430442390cdd7e95229219_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9913891ed84afd601b5bd646398f266f6970b7e3e164f423ecf561afbddf6f9a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:f236ad01ec1299b4a5e4b174ad698412bba0f090d7316672f230abadd209940c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:0c1f5188f4e79b0c508dbef9f9f6fa5c658aec17a66dcb14b23008d112aeb6a0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3d27787b58896192ef0b2da74861207bf188e5632c0d7b06ddac476ef558175e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:55402c1e07f5de8bae74f8fc9a579c2403cd12e65f9b6714c4d6b57ed42b4250_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:975fe9a014b7d9c4339bb34d0bdfc862b4a4de19b4e02b5b55a484ab99f31bbd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:142d516609c278895aa3302ba638724fb63ecfcfd232e1fc6571f5856aa4e034_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:28bb93cbe40b57c179ed088e45de698a93dd1c0c14d6ebd098439a412478d314_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:441602150d0bce7f8941a293e3a803bed75953986e93dac3eeee50848204728d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d92da8068e3440429fcd5a5b9f178dad1a0bb14fa3bee4849a99bfcc6674e37b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:55315b85da730c2bde56b7d08c4caaad5db5bfcdc2e9f21286ec48e58fb1c64b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6f2c19276901be4850c3d9f502da1365d84dad18e3e1327159af41877432c41a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d4092b12df304edca57e47dc5ee77e4e9006297763ec2e2371ab3856f94e4654_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:f9e46d3228ddf05919d0115f274f94f8afdb5e65c54fe6b17514e7a3b04d351d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5e06c7a4f4f0b3829c21710249546680ff1b7e7d541e30b556dfa69aeb7a5ef9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6ff5ecb5b92ac2d9b1498f86211b19e22627002d788647062ca604ba9ac8d7b0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c2c203df15e000f53388a84d8ab5affa78c4210861fcd0a28fce99c0ed86009a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:f080c488e219c5b862ea88e3ee48bf866c186caf803403d7605ff3afa5d5daac_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:4e6bff26378ddf7b42fbb27566ff9f47095cb5fcd74a26dbb1604725dab7c1cc_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:63efd9d23d66a2e7c754d1b921016177edec08aca034786be697c6ade7310e71_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:b15dbac78b5deda1493f959c14b14ff5344b982c4373471b13ab2f3829d520f0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d101f7ea169ee12e824370400ef6a94e0cbd48aeca6fe0ad4777b9bdc87d80aa_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:05692fc0d27f1bd3a0feba7c0eff4237ef52878ca37166d92a89aaf190972aac_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3805505b579ad8be8620a53e792410bedcb7e1716f3d6401e76c8bb179d8aae6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:47c1d91d614addb733f775406e764502e556f4a7414dd1a2060d3065f6c3c120_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:58650c0ce9725ed10e3646acdc76a72c4d3abda025bcb735ac2eee42ea261e3f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:83c6087954a19cc11c7042079ec3ca528c8a18678928c3ad9ed8b22ff07df36b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:209a01330e1894300123bfbcafc53948760feb80e0c7c81e521ea7abef269d69_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:013535daeaa7ceeaa565545a98d942396a07089a96937e4960a1fc0d44a4629d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:40fddb8896fcca216855ef34f2c8f0c6cbe3a59c6bdf4c3c751f69b57a63ce4e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c3f081c38876339613b7a641b30adb9c7f3e67d446151c892a65256ac274a472_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d6f330926e3962b0b73bb4b6a11a1b40cb0cacfdbe9fc0eb4ceeeaeb3bde758b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3f2283bea8d5c54ad689787a7c269022b04624d2b1ac830330a79d30364ffd47_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:476af4f8d17ec9fa6bdfbfbac2904244c4d51432b67f111ef0cf4a37ace9a86a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:a609dc606bfe95a904dd8c6abc0cac79316f17618d8b676512fe1b4e5412ba01_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e5b754105ab8d7cb9b581d3c4dea8a295919bec3ec645aac468b5f3267e0d7f0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7f92fb1c1dd18f03677ed953c82ff87011d8c15f1bcfd8c22cb7a877950bd063_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:d759dbeb39460193f8361524fcca202fb9f634d65d35f19fde1a187cd7230608_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f0544c40f7c610e45782d6a757343822cee131b745ae6ab4aad4b878994ce8eb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f5ec95c285270e35a77f89f8da39a51c5d29fae1ac277053eda82e250c715f91_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:191a27f89fa6ec450c37168a65ea66bae9ef862bd2b40c1e8d561b41db842591_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:905e494751d1e26c98857f7ec4f41b4321344f9e86d710186d9e9bf410f6e983_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d35affa9bfe2127cbed058251d47570d65b00a8045748fe1e97670797e8cae2d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:e82a015ff030ba177167a713df193d74480998d946b593a00c799330894702f6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:97a3a8951c456ee0c88a42cf7114a3225a3dce594b470b0b8f57f45c62efc1ae_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:b49317158bf5eb1940a35be96a959bfdb8beeef52e993bff41fcfd974b12dca4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:e616c0d47555235cc1c7e275538b48fd10b842cd11c831a4dc719afe4dfc5092_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:ec827ba35ddaa01c257247ce4f06ae733289364530f6b2c2d5b12a3b2959762b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4f5c8e59a54b30a9f38f1955c6d1474bd24bec33c52800338118973cb6f3e251_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:63fcc02b58dfa0bf549c199736bbbad1e764ab86d9375a6545ae1a7bc360f247_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:9264eec1243f98c37a0843baa36e78b1a88dbdd2bf602156d5f7ff4bce1cf223_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:cafe32e3ff4aabbb6243fc984431babd77e2ed05bb3c4abc621add33c5a69481_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3d6f997f5a6832459bbe5365b533f601dde3872be09c1e96b3b2fc21951f6adf_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a76abfdfb6be2616ba39fb25137dbb49dc56427081d9025f2825a3ce8e5a3928_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b540e70dfd87ad1e2e400e129a6b495617f9d57e54c1e54b09030cae11653d03_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e7c9dd297067d256671a0e06f9985a3624240158a1f4e2b97567409199ec453b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:49f6f4761d886208cc262f1f8e23ddcc0c05d5b4566f6cdc8abcb1a328c8c5ce_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:836c9a619a35d6b8d4929a78b96d0641434b880ca98f44df45f0edf7b69a1d48_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b4ffd4fcb95ed73bc3689988214a2e4210233143e0ba4f123ceb4c2ca14821b5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d4062c740ace239409c182e4c52858e384384faeb0f3d98486e0534f8dc19702_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:29b0d64444b1081a568d8c9354e79b60ddb1c3286f9b6dea3ab69023c11f3436_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4ed2d42fdc6e8fa9d3d08152849754d1827dd54ed86be4507d75f5c90bdde542_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:c1f38fa9fb729b6c497353127feaa36375749fa07f91020e8634838d58628878_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ef794a3bd52be528ba81c6964af2fbfeff03b1aa3d17ac36fdb97f124abfebfd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2518415bbe069935e8229d141d4a8a50285c408d1be2af467c458a324120154b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:b096377e0704a959a0ec41484825436b00d3d0887e49eacd59d88bda87e38b03_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c1b30a9d1f6908316a829b3084df67b9b8bf5043fa46060996cf259c50f62090_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ec9171ee21d867fd61004535db96e98f4dee9dd6f3fe86b719301cb1b0202a79_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:07f056306c1122527032aff7486e5fc75147f48c708c0c0abef7d570cdfa78d8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4314b0a4d5a82abd583de659e5033d0680dce2b535ebd3ae4dc1776e741bb214_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:5bd5ca703480895af05ce052c3f9f738672e989cd38e905cd17bbc378cae05dc_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:db97ffa52f99127907d41b6bf460299c3fff8adb69d64bd92ad371941364c374_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:16374008403825338098f7aaf57f74a2982a75355834552bf29246a9ff4e0b7d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:770cacd7e4e04a786a2e55a3cd9ec21048131c8eefb7baa4225e73a09f0f0901_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a240e71d7418d6f9781219faa2ea9cd315b7091b1a70d6032f81de2ca3c53aa7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a39da3d53b8b927594c3f5c3a5dfcea689f2b75091209c0cc36b18e1426fab20_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:34cd79b95f2ce098b064859e38785231def795d2804c05bf7542520e9d8b596e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:354b40ed867003c42975780f9db1320302500f4ea6c5ab14a0d0ae70b537192e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ba52f6036566829553d0039a99ab677c0e40b2a14bb3d26ca470c526489e4574_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f3eaef7985effa7f09545ee19442623c7aab7245597a4a1d18f6b02a7a8f77f5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:154143883875b88eb144b77d13d5e9f750cd8e020af720a7bc6a2e6dc252a260_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6fa758fb6577cd18e48fb9280192be46dc724a8cd02b54459a5d6a3cb3d06fa7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:80e191f5faa2991cf3bc7033691c4966f1a07953e4941ad8730ae7c6444c05f4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:88ce4b91b2161c9b22f154f2a6903f801e26f15115ac874c549e8644cc5e734f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3386c9093b00f29600b1807ec97b1a6c935ef7a6578de01f9ed5f90fae6a5a35_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3646bf2e6bce49c01198dfb2a1f67371ad1f20b48cffbd7fd8f652cb9b215ae2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c50c48749c9fbe882410ff025799c6f450b063ab3e17dd1c4cbd2afa2b48fe13_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:dfaca907445b7213f3931be31fdde7480c22aafc0bd3b030d7ef9f0d84f5549c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3ba301cdb9ac46c11853c61812596ac905e94f15172df53cf352a693ea5a0a6a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6faeb6e3779cbdc86d4c7cf93e739c0585019e82587abe150f76c7cfb88cc417_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a0d6e3c4b32eda442fe231aaf1a77ea61125e0509287c381ecdec1615e6aa7cd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:bde28b18ee5b582b69683df3122f4f9a3a4aff757c2caa9fafcbcad878d05d3e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2492414954e0ca3e228d6d000733ae02c5d4d68d4b9f5e7f992e1a5a60cbffd5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4aa1f8159ae2b9b385bfb204298e1710c09123bb19bb5b94c2b93dd0419e06f4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:9a2fdc67ac81e408bb49170bf7a862a07998fd951ebfde9396ebcda40078d3d4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c952fd4490ac28f6bc2b39054312e85645c12d20e39ae631e35470267d8b73c4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:001807fafc7bfc5eafe92ba92c127488d378e1b36262f0f71cd4e4feef05598e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3c3f3a57f87c512568f858da90b13c39e9441a1910c48b9bb51cc2ba3e816b04_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:62e3145facaac381967de0461a3aef63b2b6afc466dfb4e185a35aa67142b6b3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ddd906a1e486837653341632e3ccd2d805ba2c7a7d7c26dae34022ec6a7ee90d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2f80d2b9f76b8633c9e6d309c5df7f251259b61a9a40a0364f2160707de313e2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:779d8d482e7ee453e8245219a0e21d84bfa1080819b31fb9f5de38f49bf3d724_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d44b76b43d8d5303fa38a3b8698076912be870c7a901c41a68f59426cd41b39f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f5bc9a28cb8d0bbae97b39548ab6688a31dfe2b23b8d3a52da3bb397f6aa8b31_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:195460691d14dc4f518717e3678a9ea780eb548fea8904c5bd4e2d554b81233c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:29acb2429041bbf17eb0f3faa0da84c1c5655df8a425755c1263fc16911d667b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:20dc4b1b9ab504d4192bda76eace70933c264628c091ccb4ac78faf01104f356_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:366b95ac0f170d8c1c969b41f3c624026593ebe8bfbb466c5f7109e1a6ceb1cf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:32acad5511e808b1b3a80aa96458ed7f1800b4f19aebc9edc4f85ec3613b8ab7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:dc009efb6f6e9d60b022ab94d84d47fb169d2dfdf9680f4f24b40ac0a4ad396d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:77abc31290209253ce09838a292be7351c02d5a7367859c430a5b3d97cef7f31_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e4cf03a101a115d398aac9c645ef400b9366d4bbf189de664ccbf782db4ef5b9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8a9471f7c51a026fc621dcff7715fbc9620603aac2c2e4454e60e0f579527e62_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9c1b85cadf719072db5b5abf0b93b3556a74a67efbb88d7903bab7b6e988fadd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a454b939762af9397d7d5043d1e6070279e1a1c4240b2fc808f0e53872bc237e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:b0802c5220abce4c73b650e105e42d0c1a57c5248c4f55819e15053c59f2680a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:677d190589cf02f414cb0cf4a31041b02ed8d706afb433bed1420d6f35d7a44d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:af0aa63d5b375590ffdee42f4a7f00a4610e33c20ac7f3b23242a24ff43d141a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b2e943bd3add974a8511a316f526d92d0ac1e2a0755acdb49770728984abe2a4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:e433c5ea434c2261f40d623bdc22944c1ecd435c0ac08a41d36049c9bce1b604_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1e800e47a04f7f19c87bb79778586939b4bb2a32f5ce3790d796331ca93a9235_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2c0ca90b3662de85d7e595e76f678e419ea1f40990c51ba16bcd01438f0db553_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:607e95e44de20bbf0feccbd8bb58469928452e6e4f962ad088f452e0e7e6aa5e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ce154b3a8980274f592cd2d41da7a748f7c895f754a3fa7994eeea657684fb12_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:c00947fa5cc8fa1abc26adf7cf8acfd4336e1aac0f1007133b8c6440a8148a1d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:c9a5828c250033f2bf160b102a3722959210025d373b85ea69895c96fbfba833_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cd8048f17129cbbcb855587d48615ea6e574d12f2952c0b1b5aa3819cf453541_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cdf9da2745d57ceb97761e08b560f2de7a212f860362eea3fd445fe4f6f7c769_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:02b7af4ef7daa8499a24b02aea8a24c98960851864cf639e0b698b3844563a8b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:3f82d5da80747c147ab429d24e8e9791527f7cc89fb6a7435d0cf6d35cec8933_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9e4085498157bfd33b7bd7b212300fe58ce6d462854fdd8a597f288637503104_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a8775ca5ecd0065373034a37b6de3fd736045868a3b116aeb216637023aa9685_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:28986bf93efcbdf0c2012acf8513e958ae8b32db4b649b9355b1fcf66b35038b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:52990833d3dcdb340c68234412d3743070938573d0296ee45138b404054e311c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:92f7c8de428bcf236f2aecc0382d911bcf5f7f536bd09aa44f9019ca7627d116_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:fa6add264803c2adb838efabe0f0fd8f4d78b14bfea9c1e91cce957e17a77208_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:46910caf13bd60c69314b0a72b866a8342c1dcead811f01f91b1b1674ea1bcf1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:a7ab888801a85e65a01acf68805744b7f6a1ca713c329629370b0fe0a40c359d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ec97f4dc1d491cea9e81ead6ed959141f0ff2b36fd4fa623722020431cbee1dc_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f67e6ff190c45a81777e63b69812760e828838e338e1d27672d02b5544b3e682_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0a9880ede4b10a6328766c1d9b05f17c53faa4ac561a8e768f5fcdda9997f056_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:51f75fec0f0343d3f68e8d4810e7588475cb0955b4793db7347d3ff466cc7f78_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:74ec8a94d5cda524570b881e7a352604453026a0324010b7f4b3d0a898b5e457_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:fb67ab3a88d2c3f33925830b9c63584bf14b321adbeb2e752a039faaa0401c8c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:13cc747131cec81fd67e04409a69497d75a893f4b56adaaa3a1f77f1d0f3ae67_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:2236900dd28b8470cacf90c618bb50b05a0d1d66726afebbefddd2377283989e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:ef89f2da22f7b0c0f445b7e700b29cdf9ce229cfd7866ac6c7bd2ec367db3bc4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f5a6e48a72f6054924be3b81dde0cc0ddd95d7ea029e1d819553fa633c47632d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:49a6d800db550efd565f451e584b890e88b5c6ff8be6fa0e17c30bab2f9980a6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:cf42aee609494b7786b12443443b9bbccc8afe2658ff6c16cb5c86c05c95a30d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:eb13074eecb1627bef4ca2cb0dde1116ca08cba2adcafe089e898236bb37dbaa_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f96cd58eaec24e92cb84eba253aabc815becf9264136c2cc898d1424fc8c87fa_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:8597574b86410624f04ebb0fa280276db1ffc676a56fbc74425e16790013ee47_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:901d510199b2e6cc87c754af5a1c8ec564089441f85917043a80733c4c83a430_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:9bc218ed94e8e516b01c11f26bd9adc30251067492ee2a84f55b573c2d09f6fb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a951a17fbd50a051cde6c2fc4e863bd70e29485fcb085c4d0c977a0bfdda5ea6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:11487764cd999f6abe6bc5021312a0ad9449b14b2ecc6f7bb24bc0d7dc57db60_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:362cd0740085d7b9bdfd4d10706b04b4b92ea759697c57b340698ba7fee0e063_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ece30fffff9f1b1252e7063cb4ded0e669f661e123a02ae5bd966bfc5e3e1ed6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f0813c18a84c6a7570cd3f51826e81dd0cc164299173d05ccf7ed3d31be71961_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:b5291a1306ef132559dcf0405c4a15d2921133356d904aba886e2577030b1af2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:6fe441946297aa27d90fceb448adfe939cd74ca0d02ac818d9577735a8bb004c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:0003426c210d73355a8e23970e027c7412123a75d979052113f325edc288b478_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9315e7033cb22fd8229c7cfa7bc78b10583dfabcc54edb3ace0a3eb435394f9d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:b5291a1306ef132559dcf0405c4a15d2921133356d904aba886e2577030b1af2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:6fe441946297aa27d90fceb448adfe939cd74ca0d02ac818d9577735a8bb004c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:2198b31f6460daa49ac33aee124d664f8020228052df648ee79a2eacb155df0e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:f1ac1040078d827c434858ca528df96b41047b32c27ac522d11d6d269da755ff_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5a3cfe8da21c874d227a225313dc98a3b175e9b67dd90917a201d5be2c8b0d12_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:a119246a2ed145b6fc3ada68e546e729485a34fc869e3742ea1b01b9f853f1d4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:ac4b25b223b08c445aa875106114964745002e90908062d0c11b56e27ed9f8b6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b1fe363d1a527033081799943271457afbdac0cb23ff875a65a6292ce1f6cba7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:66cd3d5b1343fb7f7fd7a3922adbdca110368de4f696b91066252229dca3f16f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:7793b9facc62469acde7d6064a4c2f26d8482fd1a2205add60fe47541b3141e0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8fb627e3f8138d9ec3c3903373502ea0d3f83c1788641f016a9de4d7e41dafb4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:f239cce00d46794f91479cfa3c94a2edd14e206f85e684131fe857a80215fe6c_amd64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:07d09ce1d5c97a717dc1c0f540e21fbf7fc2ae0c27be6fd0869ce0dabc0591fc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:44e3c6d5b98dd6655d38e3523fb34ed46dc89e97ef8a86f908d72461cbca59d4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:81e7e1cb47cdbab3a46bf8bb0ebcdd218f46aaa94236ef250fef0fd143c9204c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c318da767c7ef1f2452bb631e2726084f48a640c962f8003467c72ff48225b56_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:0c81a72caa0f5697779c8e808aae1c6da81c34d58ea22b7fc41535e5b047d4d4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:1b5092eff9d9daeea6ffcb7c40f04754c401744c8085b77b67f231cca7730818_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:7b0157dfb720632e557c0c1050c643c7a9dc9b36c5f1858a37e11604b04b795a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:915d7aa28dd103a665a72bba13375c72118885bc3867d07922425576d5372f71_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:64c68a2c39cedd586eb70141b21d19092d16303738072987e6a33a208dc1ff43_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:77d5bcf195bccd0d556e17803f4c5273010543366112916c8e9e4189b5f68627_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:98e7b50a5fb4fe900b08a52bfe5f1af0f189bceab97ce106ca4550e0fa5bf487_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ca76d72ac426b6a7fcf59fb99a3fabee6c5ad3e0095e75dec3a06194fda37740_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1638b6de2276e53fd93970eecb2bebc56c34ffc099eda9bfcb02dfd10eb07be7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:22cd25be6169ebb1dfe48722f3b4c6133f14c5d4f6db6ef5c7c5c9f976b25901_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:646993f2432d9a7cf3d8d56e3caa5abb77fab65d4dd40a01ea68bc59e68ad082_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bb4b4fa70f8193a7cc49e278475052e1c053e1dca44298f02cf8a0c1bb95c740_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:b6c870af5b455dc9fc17314802f45c9ebf2bec19810ff75b4e157d96a94e6575_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:d2003914164b0f04ddde9b10d27ada74e57c26beb7ad06dac093098903909907_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:29871a94fc618bf280a7c38280ec0642c766838bac34a9ace503378a67f4638d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:fcfb0cf49134add5d8298b1fc1f52ab3eb924efc2bf40ad077c3def948b3ed8e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3144944813148f5acd4234b279b5569e5bc8942f390c76a5a88789fda81afc56_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e44901d545ce00d89aacf5b5afbe68663cb157adfd23f4b280f13e978c7a972f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:18b95158ab8c6470ea281f81f5f1dd2c0d1c198be78d3007b02f5a7937ade62d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:31bd9ee7e75b32542cf78d1cb12d254a93cf9623e00e5649c016bbf32b8dee04_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5b53eb46cbfbf25649fe3bedfe285e197f65cb55a057176d057e90bb65cf6562_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:bc8727121110bb8a6d9957f7871a6369e1512bb9cdf47a6d23ce12812d84a791_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:23400e78f2af2eff9dbed7a4da3000fee627509e5d4c87742aa87f8be1229a36_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:64863687e7fde678af49d370c9fdd5045d47dc2c3b921b179dfe0b392aa4b447_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:70935aad01a4c3b9c041d22554f4d8feef7038bca871fe1d84c6b74d4d830814_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:91ef5f2ef8cd345731b53ec5e044c30e14438f1935c74b5eca2436aa35e5a7c3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:4778a088ee10ef3ba59f3323ccccf942000e3d2bb8b0bc201822f7cef74909b6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:599fdac73334d243b4d362b2a752f184f303aec12e4426ff08b1b4a6fca0380b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b1ab8a122e88ee201853c669525590b6f73a60803d1772536e76c56531fa0041_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c231527dcedf3606bfa162c0026b0b037d41a908d6be2418f4250e234dc66023_s390x"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68121"
},
{
"category": "external",
"summary": "RHBZ#2437111",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2437111"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68121"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68121"
},
{
"category": "external",
"summary": "https://go.dev/cl/737700",
"url": "https://go.dev/cl/737700"
},
{
"category": "external",
"summary": "https://go.dev/issue/77217",
"url": "https://go.dev/issue/77217"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk",
"url": "https://groups.google.com/g/golang-announce/c/K09ubi9FQFk"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4337",
"url": "https://pkg.go.dev/vuln/GO-2026-4337"
}
],
"release_date": "2026-02-05T17:48:44.141000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-01T03:47:45+00:00",
"details": "For OpenShift Container Platform 4.17 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.17/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:51723b1449a55cd6489cd60689b42d4c53ceb6956765ff51087fa90f806ac65d\n\n (For s390x architecture)\n The image digest is sha256:e463f5f9a9cb41a172c0fafcd34e48fcfa24f92dc4ddf7b1ab0c8ad909233d0c\n\n (For ppc64le architecture)\n The image digest is sha256:4736dafe11d3ac46f8f6126de474c7030a59e75636d023f20048c6894d783338\n\n (For aarch64 architecture)\n The image digest is sha256:b78fb9415afb4d73e22c9d8f7ec9de1729023913a11ce4c85bae1e0e71560daf\n\nAll OpenShift Container Platform 4.17 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.17/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:7d17650f80e7bf782a7a59fe0672f593cdf9dfde775b7153fa5a5c4ed8b86e2c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:bf046c55304478c82791a67ae0dfeff89af904d9b56cd63a29b261cd02633798_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e6165bb623041db07759616b297f0541fcc87dc3bbb91cc77399cebe96c1b647_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:f47af1eb3413e739f7e219ea89dfa0f09bc31f18a771e49ad36b32f8219d9112_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:34161b5f6663f9408d7ce5afd4525442f41332a9501f658238f3eb6568eaf3ab_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a4116b2262af10fc2c7fc40800501add9f5a9c671907f3eee75cbfaa37d47263_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a8dca289390dc8556a4cf3cda46e5cd45bae33fa2b1a88ca053626ca3e3339e8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b43e298d73fb723ce446344fac3e136b0d3347b38e7d199a09d2bfb85c231249_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1ec3135a01ee2bce646338cc6d71d35c8adce9f3603f0f07ce90dd88dbf3c4db_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:94c42af9dd8afefe53de729d8ec8b5f9103cdd7f80c96999b2863bfed030cfcd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a80acaac8c10d6cce0815ddcf0bc296013e97d2cf69d1eb6ac1b7f3b35b40d74_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:e4c52bbf17f055890cf9968da78045295f6e37e52e3f4be5807db679ff63b874_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:28f2daa782218c5fb085acb774bf1d8c13a208b8f29f4a12b372db2c446ada76_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2edfc9e18f365bf2ffecd7ad45b5693b493de472fe7abffe73ff4375bc6d2af1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ba51aa38b39b8f57d6908665938870cced5541b831756f4039047245e0f2a8a5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ca246a844bb6fb906816e4008c922a0470c82bfe6a736f3a926de3def6aa0597_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0b26257250fe3542640ce1a4f5ca71f90294c307eeb477f1d1e4d61e3ef233b2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0cbec11d17abd89ac4ff332c238f92fc49c19f3e1575c26c6654cf2668ca9e66_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:2554ae05f488567b3c752c16c59f852ecfcb90746a47d48bdd39825aede43c21_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:af26188e6f7326835340b99be42189550233a7bfc652375b0859cc058fbbd0a9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:31460b57b3986f0d6c84406eccd1801eb3a03d176fa510978311d46390828020_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:aa730767af15fab6facc460b6e418bbfb0555933b4a54b01d34cb83c1148b8ca_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:ab43b9177badda24d20e8830f375132854ad313b46e27ffddb8d68b6543d8007_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:ee7eff8564ad522223787fc270f1f4d4233359872c994981619f1c10b3dfcaf8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:0d809a095a0d86c0b149fa0e28f852c1633c2904d7bfa23b6900617ef7ffc2d3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:5c15dfcbab56f579ee265d4acf74778d154ce0185234810ea249d9b9e415052d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a95c36cb709d7f9fb89eb6aedcd7cebc104b90f8d9f1be6591981dc9f96af398_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:db9a343c67b6462259b3f300af5efe643b7637bbc88ba5aa65e06e4f573b0049_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:238158a2264b9688491743d5f7c97a3f152ea2fc4a1342fe4b0e63f618dc50e0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:6dde5ab62c9f5e35b853112e3c04a8c856ef9260318dad58352ae36c2d30bfb6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7309bb2119edca063c67c7b074e1d45d99866223dec53f9942fce421e2e76250_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c0803e9ceecf77a8b1425fb0634b40e4095bb9d899c5d5af84aa285527723d83_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0dd635595c420ee1672257b6326a193195b2d21945664e649b09c62ddcc25d7a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2cd23c69b8d88a73a2aa368cecbe1e8812efa47760bf16ee0629feca934369fa_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:4beb73d1a2c279b310fad6789fff0ae70cbe18a79813819b1da9c2c5b6959aac_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:dbf382ce2e7158ff2483336643ede99b2a4fe4cc888af72e92e19ab864c62291_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:303ed90fddf42d1a5ec3ad7eb1df833003ad750f4cea17710870382a0f8c720e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c358b8a12046693741c5e88afa14a25e066ec9e51b84e22935c19dbf34ac5455_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d98dff9a03e2bc6564757afd151092cc5bec438c678f5fe5e402365bc6bbfb03_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:fa2d95a06de233147317ad93109aa809f5487e74748550e40f4189e8aeb5f50c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:943aba9a3a70cabfc2b0c94450b39ab3fbfd92f12629a2e175ad89251addc2ec_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a7c31f5ce80372bc4c63b60f9741352565eea006601522e25f03ce902e35564c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ae2f0cbe29206ae3ed5275bd7a0b101dac0e3bdd5520493ad4bb360e2267ca20_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:b9cc7a6280455a8a36e26494744d9ba540689594f8a1d8f625cd1811eec2b0b4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:54c3ecb1fecd80a81cd667f5edb968c62381bd2ddb659255cfd861dc0a8e0a9e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7deb4e0cac2bc3989fa828677e4717eb75f1bdd8223dc638310d32c73219314e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8901061b783b8a41f447eaf32919989dfd24bc13b1ef61b36f1132d66f64288d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:921aaba9517c1b00e09159d4539d47a55c543b1c7ce3c789e6e333ec133b5406_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0dccc414a5a3efd474a9eaeb61b6a2130f652c97b8b71592c7cc52827ae149c8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6c1df1bd921b4b6fb22f9db19a2c69ef5fd98d231fff3869a22442b36dec0ffa_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:eef901a0f37823970eacc110d194b81a6c679aa3dee5fd0d350b66ebb53a1542_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ff539434c8d3bf3c3a64f040a5f7ad702ded9290ff0a894a03fd45fef9fe42d9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fd88ff4734a68d6a95733ac650eccd70d1c4d23967f32b3ef8de08cea8bb05a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:8b02d7c27cfbb38d19b1456282d58e14c8d64efdba25a6238606f66610e5e9de_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a4b3b74bd3e1a9a1c81f040810325ed6bee59e0fb708c9589439fc9c734805b3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:bc92d21475ba5fd3d2292c5f386328bbbd237b92ab7288d3709229ece5b811e1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:360c5f509936d41297633704930574fb8fdcca27e98d1614ff81dadfadab4926_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:5fde232e29f5707caa6bb5219f108a563ae59bbc5d2818e368a5b9e472a1a2c7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6f1a30e659ad462113e1f481855cc292a760900cb5c05e669b5baa0b05a15277_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e2a33d8b21d3c833d9de1d6472e958b67ae7c6583e326b90ba51a2e1992d4924_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:1a6641eccc288ff48bda2311e1356ae244308345fc4c6e8bbeda2ed8b9f85eda_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3491a7f01d29b8ef97e0d28cf1258c37979ba8941d8bfc79c62bb7ad871e1f19_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:86a9b3d8064057e95ea8935b94edd85042eb86751e79f7a9783b9601b88d8ebb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f4f10a1f9554ad0aaa4fb9dbc97dc9d6b1b27af1ca3810731468b0c458b86a98_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:b06c2047e92976665952f3b0352b0c5bf8b5a2e6ba00b5a5468663fbb0309e1f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cc10468c6882a877f993ac4f6ef5f29e7069f99d6b3ceef528c8d7069ed362f8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d682c5746679d8dd8534b3d9c4b913880ef9d5713b7febaa3c7573fe7900b61b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fbbf71963f1f9fe061819fd07e90df13d27347f2854720be55d4ee453b6b60f0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:515147b779e1fe06b9b510177519d413a679552ed6c2ecf4b0ca8816a1e1ff6e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:f1fc196ec3db364df254fda90a46e6b12bd50d50c01f2996f970ff8f9c1ea1f8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:4dbc09f5c1c4011c13a1f461025da298ce289912d98627fc6d08ffe1a30a2a2e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:d3436d8f8316db7b836d1146932a1f8de35edb75644eb0c9f0e3af334aab8f87_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:1eba9990cf84de01e1ba504b9b852c48cbaee1eebe2c564977d1419177bad652_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:cbd46373b97caeca24a3b22de19a294091f3d5e294f2931f01d786ef566867f6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:09824ee3a4038855e2956ea2d70a72b5d1e4a9ecd9a323dfe27eab6df7de5c1f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:8d89ffb1ab74d5e02fcc13d2a00d5e1fcca30720d987c140544e061ca7fc6629_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a8b44c2c0bed6ec652301ea4090bc62c990130150a8c1378a06fdb3f9a7b848c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:d2005b9ade6f74ee3df518d9f124b8acfa909d0dbd34c1c3b9e044c0556fb268_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:c0d0de4014902209309d97c189f02ef66292b254edba7e02d26549e3ee24d7eb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:f673fdfb5f29159fce99cb0ce47a31fdae2f57533aa49b84228ec7fe03274aba_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:07afc1a6c00649e6f56a64a75a345ed3ec97e28976ac09d362bc44412fa6b67c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:54319cca65ce76d81bd7a392eb841bffc14867bdc1ae341bf8ee6f84d10c867d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:445ffb4c0d9ca84e2c57333adca83f863428819a7732111b204da9f57bad9826_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:cf571aeea198dd0b07a42f12727db8ac78fc7d40eb5d1ce47c0e521f84142ee0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:80bce123dd0a3488a9cac662d578f451608252e8144ee8158cc877c02c3f9d0b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:89a69823162109668d5562e46ec004b719bb60cab26872234730c458dfa697ec_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:53babfe25e9258b6e8564df67e1d465c9f144976af5be7b30d95b0dd910f6101_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:733f6a4a3f1a1ce7f0495e2ccd8f492ce3378e2f2ac1d6f618869bc0460bd341_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:0bd4e71e9d22f6c16130426710bba8abbb82b0510cdcc9eb6cc74a412021c45a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:34fe2d2d5972de86aca83a9affd601cb1c4564fb1939f4dbbee3dbedc2bddf9c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4e01b88be4742c25c24977471d81262f8f0f391ccd5c49250b306e726e1d32e6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:dbb1ac39b132a5d539fdd7f13df09e84eacb8460fd7e0097d562ef079ae2c677_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:1ae054478a86182135ca308fc3f18c49da06734b34fa897f74544644474c7807_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:3b7157d6c737fa70532d96c62fa68e35fe547eedc6c50580cb89f4ce9fff4fe8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:152e3c57d0bcd719bf1e20ef7d43ccadaf30939c8c9899a2ce115a55ad7be983_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1abc468fd1a09c4b30e624ef4cd9257c2d104db17dbcf19a5bb8323682271ea1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6e535ada8c1768a2411ffa684bc624afaca15618b2d1a8a6c50f0b97be52668c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d46b24f503b741f3c919cf2f30409342310e3b2d6110b043128ae5d496219c96_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:12c1eb19b65af75175b1708f0049bb3eeb16c8c9a632957f5f97a5419246c7c7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:36103549903651a18d5c1c25d07dc98ce058140cd2b8d6e80cb0f1a940a277fb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c6fa0940709c377171ed6f553729935a9bf1bc5abb7c47f919d3b0fdbab3fd74_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f421d2c61baf1f196a5386d02b56b72593ab557a99c1ac61fd99d324a8bba3f9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:01b50335d5ef7515c859414036920594a5fa5b0039f5191aab1f16d291f3514e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:98a06124ecb76ea1e4d88de6b1532b2c8c6a7f554d1d25b946258b2d2e274649_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:cd6a54657188c7a1c0147c72b9d7ea326de2d7332eaa2c049ce4e02807177bc1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:ff2c7571055602c2cf719149d742d2e7cf308f1a077c420205bcdb2afff13c00_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:455f935e22bc0a892237c11e22b9bebc4840c26c61510d43827563312ec71fd9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:8b30cda549756767ad42a0486cd2987e13eb28078ae00996076a2c4e52ec50e9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b3f754533c34684d3ebc8a6646c8698cca95b6836f9b9cf6bc80edcc1c888f19_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:ce1af97db3e2816184795c6d1fa3cfef25329df11482b2bf4441c40e51d21347_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:73b55b309bfcba54861b619a26745a67efb4271848e99db56af2536ceb0fa597_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9dd8eb511b9258dd6e6e2edf03a6e6d64c1bf8a5422c173cd0b0d9e1b2cd1734_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b43f4769ae4bea0d180d4be8183c92d1fe5aacce4287fc1462032f1783c42207_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b7d331a0edf44bcf0fe747365f092a69e1c1c7cd156d48781d40d41a3a0c8552_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:304b520b8986da52f9f1f175672f6acb79119085841fd0ff0fa9754e8f22b34a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:67d76b9cdf3b5be24e7d157bfe385f184c6abd429860ba6d2280f77265929f26_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:df5b6082f4f05bfef1b63ede7fdcb5b575e56bcf264bb21e71ea2dc98c884ce6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ea8623b6dde50f9b993f9823e27349650e5d80f3f4f37c6b9b79cbc08ffc6da1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:401e7eda5905ff108ac067119245fe3684e50e736737b350baa06ea6fb2b7174_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:445489e10735202ea518bbee1cd56545f0e7e66742712cf5006c4d4ef30fc1cd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a583347caae3aa7d703a2130fc1f57b9e81ea6a06bd33785d87f92596f1f6355_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d30bda3636af0792fa0b182e8c1f79f5198a293572b40eb28e90e8e536416719_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1a369e0372bdde7ee5ec7ad647d30e6fd9747904580cd025ef0e20e1309080b3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2d0b89c800f09fb923f249da6536b9d396a53311112c458973fa9aaffb9bbd77_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ca969364594a060f9adc621daa9d2af96fd265e32dff63699cb42aa60ec1a9e9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:f1b997f7c662c0c8e91be2d02d6605fdab614bb89039ad1f38d6cac2b4623ddf_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1f379914cc47321de26756b1fd2fb634ab93f0d50400467df35dd4303100ad1a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:748a768980651e5d15e4b06d8483c6ec6db7854844e2b7dd789ea0e5d0b42d70_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:922cfbcfa109c304f82be7edd274534d18f9e2c7fe036e9b078ef40dbaf5659a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f439945f38dba034123eeaffd05372162855f703ab5a939dfc40c8b6e68b6dc3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:515b64496798a09106a5a99cf322bb02cea22a7d1684653ed251ea15532a61f6_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6de46b3fa4c0a353f73b6dab1c6dd53546b38a7cf754063382a47a3487aecfef_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f41ea3ecd58d560a52e13cef8384f6197d49add48c01c432cd8971f53fe5a4b2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fafdde0ddc3752811000a0b64826ec60715a45f09b79aae8aae637b6a50f3c23_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:212637507016bc9b3317c3980c30b476867ebc90d1c0724f0178f445052da718_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5f148616ca51bcf1c30183e095a8b5a981a9be858254938ed45229e4b4ebfdd1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:9461ea9cf5c260411a69b6b39c5dd4048c592f234cc24d481561d90fffbaf1bd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b48c6f2691532175458342223ed6c744b4dfe2cb057d1abcdcf3980127791ce8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:2c1ca60eeda0aa20403364a3ba33d9ad349e98ae3c839bff106d4b3d59426d58_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4141802dad81ca0be90cb3e030f18156e4f129dd2dee7b40d4b4b2f63d7ce927_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4cb581ac92c27cae351d2021bf76d97b20da9a9db8f2b867df879a2917d052b3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:da3dc2f193bedf7af891b2123b2b25ab8ffc54ee21ce4ee4a05557b7175aef7a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:232a25a7c42589bb08f34e08eb3e609ccc7c1de4281c234bb59df3c763695339_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:77021ef3e969e39c28e863f22541819957f046f28a88ce0fb0f706381e8ffdf4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d024567af8fb35126a2084d9c0de93c5b349249dcbd202c0c5cfb7d2d05bcefd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:eff2753dce033753b4687d9eb031bafad6c3bc1e1dd941de90baa0322bf14496_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4a8e36032ebb3b81b4e2e854fda6217a58adeb78e133257689d118b00feb9d0f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4e99ed18cc738391a0b1f7fd6e5268dc1a2b2d0c235b96f5def3d9bc25bd0c4b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:acd10e1026c3bcbe1effdad4d96922661418e8660dbb0e8e97fb69b3df8a3578_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c84a3e6dfc4b3abe1c2f3e6f63018a8d45fa3333969ac2792dce86ed5dc5f7f6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1d83bebcaaf20c68ec4705bec480e45b4a69d8323d118a7fe4812b491ea940f0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:bbd338c6ca660031115a11f293b165aef23ad28150c6a8964dad403618cef28b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e9a218fb77c30af249580c4b11915d4876083f642c7388c6333f70b781bb9f17_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:fd8e0cb32df9a3eb7eecfb9d5356a136590223e69130193ad8a92f310465ecd8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:0de9a2d5418c0fadfc68e9f64335c23396fc3188b1ed7191e2e740e53aa1b29f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:2c6a648364c88588f7ed1c538eaaf850ad4ae8310b83cff95c11db695cf4f528_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:8a408e4ad9cf59aaf87b0c0c97d3e66c4339943d810da2703cb4d0a946ac036d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d4f83ef7cf93115c55d7053dcbe9cf980bf522cb4c3dce2feb95e6574657384c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:06849685ea1a02445fd85960975e0f4f0d39947420d0f381dd724b37f4f44994_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7ad3e41c51b206489d6de9809594d4407f0eb02df060111359880560088c9140_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a18cc97e985023b176af5daad9cfe50eee25bc7e5ef657d20c17aadda7a76c35_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:f3ebe18a671ed1e458d9c86184fad3fea2e8552d8be87b3f2bc83ca45f6eecc8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:29d61cf5ce7ecf8bd5e49c5d01b16a82819bbb345160b90ff46f0d936f1152dc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:34ec4d660b408030abf6f5c0858fcfc095d7548530e6bd4038009c55ecec3344_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5a947d842f80e6e70729d0195ea3fd77111aa4a564c82e9bd0614fbc715a85a0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:c6b897cbd33e4d897a44ff05e5a2f7093a5fe930fc249901baff8a28a015c408_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:20dcf9ed5dab0354410b6c14f8476980d2bea66f42bd64ae0c1e354e185bd820_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:559065936f9a9039c45cbd63a4dbeb4cd3f69e990eb7a878571971f6e94c936f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:79e01008c1f3a1ba2dc98f7ea3163c3874a5b204ca731d056b89ebaaf97bae50_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:c36158a99dbb4a03cc9581c46a7f0e84e3ce098fea15d5b3ff88e10d41d0eb1d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2c6e5834f6042b1a4301f47d8178b2e718a3a459745ffbc959e40cc660ada97c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:475ba06839391550b35bd29309fc939977a72d4262b99f129ef5fc964adcecc1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5470d37d9eb90f60a29221fe605551618af1037c555e7f82ee1c7c1b6b7de654_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c8ce750189b017ec94762b6691cb9a911f97f04927615f0c802149aa3f7282fa_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:1916354b8aed42783dbf3bb7a3be6ebba6f561aa7d8c8f41fd6e32f1e46b09e5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:93cd970355ff2c9cd65c6f051391a1dbccf543a1f4e79ebbe6b3f63ac4030ca5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9cfa1d58c7bc0f875b5b2d704afcc95c4321388c94202c7ecba217a12164e8c2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f21ecbf880d3fb65422bbd0c410aa47136526cdfe5b75fdbfd82e720530c9fec_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4c6a4ba7469a6e3736176c838dd09acca392d508ba2139bcde3d01a1ecd493b4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a21c60cfbdd3b771f448a09b89c09f0992008625caa9fa60c5f9cfdc7d49e457_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b6a1d9d0b74f769294c10ba1ba65fa36a43217a374f3e37a189fe3de1d33d737_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e192ef1c1c539e194a2c7aea2c1cce32c6bb01bba982d3f0f9354649f32d24bd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:03475c318b9a57df484c7be2cbf35f654487c3084efd389cf4f6ce0a0f845dae_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:974abdfcfb3399823b6531a50c8d09203167418b09f859229de602a55c6f43bc_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:aa3852b48c9efac7a7e87bb01593b4a8c7d9f996624154d5a34c836e2b126485_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e0e95daab3cde4412e5d3222236adacdb8283e65eb64572ed175b353adc4ea50_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:106fa9124ad7bfa7e2a7d6c68ebd812cf2bc82c55ac092c1a702217595fc93f1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:18317fde63976665f03833b7679bede00df0f32327c1d56a26afe112b4d26f6c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e068848e4408ea82c40cdf03f2e6c600a40c8743faf344e0b2630f12d79f2fe7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ed90b2768c731b0fb0d277a285164c8bd8cb531ee984be711f64bc503292e839_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0ea0939567de6bf628dd5ac96f7eb68d3b29f1819ab932296293504e99ae3390_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:45720e600e73a2d925662c4c6a7dc898e4c97e38bf9b6c708455167abf99b51e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9afcbae95f66db36e6ea832d41f02c8fa14ab3e79f52dd1878ea24b57565b547_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d4e9f8ad81006249c50770495829c63f9322d0214efc045a4a7b6b0955846f0f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:1d66fb102b391fb88b40efc0dc3b3935d6f4db31825ee4d878273e181585e0b5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:2a221eeae6e50cc04e9466e5777f829f58311b2506aa149094e5e31e0cbe6e09_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7f15db4d5cefd46fc71d1953fc5cd62630bb847c6966523c5ab3d6cc2e5f6a05_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:99a3124337bfd603542826a78e4068bfd7ffc9feac98bac54bd7b3f3384faf87_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:86260062116d03fe7c4ec9df2fde3ccabf315ebc380f61db472d334be90dc325_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:8f284d614d7fe9d7c0bb5ab076490a781f0922453650713dd6bd722a409f650d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a43770fac453ba7e59e8af0c2aff352471f81a1b5f34ba620d4555a16af464ba_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e3a8e74f008721239ea7c070e6f6def1e779b723863e5ca279702f81cdfc0f5f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:669084db9430a977c4370fd7949543c2e57e82da6db6d01c376b3c345f7c693f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:9c91c1adec653c87fbdac6f5755528a27a4ead82d740af2a5e5f38aa16789804_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a2ffcc7216ed314e39ac12c0cfb30d29a6a4267512cc24a8f59825967273a2b8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a950db91a853e2b6073fad294ea604d51e0623b8c34288af1a98752f79b873e8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3af31e33187cf904b7a3bbcf7cded17c69e345c73301563c60312d35d1b694b0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:42bcf4c037d6212103448703395c0ca44f36a89533e205f0965c2c111d218fc8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:7b9bc218875615eaea10e71de2ce1159bbc130dc9099eb71d9fe13d9a0f07179_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8af69064595a39874365e60cc66d5f6697f28df4f82f8e26b86eb3fe08eed8dc_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:43a9f7284fc596378453b6e3a6fa1eb553d403ee25492c8c10107aaa77d92412_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:9074d73e7164486f4e0bbcdcfa5f46529fab2937cc5531dd88b13b2fb433d6b6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:a6656391bbce0ef6c085dcb040dc623d737ee8c302638d0e952eb2cd6e9671ae_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b98987da700deeb50da293568dcab5cfa1ddc843e36ed4dc5fe6d0ac8b63c85e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:66a2823e0f80a885f64cdff57291c2d6af6fd0c117c2d033b372be28b0755b2b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:845d9b912f7dc3b56804668e652f7c6b711a3d064501785ef9fea0273f60063b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b94aad5462be3a96ad9d3a88d8aaa775e8d6446b7f8d1b8785de703d14875cf0_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f6ad6761f6dd00ae42d248741c778b31492259d891751c9dbdc6dc39c2960dcb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:7b31119b0f90aba00af66b6bf6e1d2f7248d3db7129a6fec071a9fba31dfd0e7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:93cc886509cfbf78ce38eec32119b47cca28aaf3b43a254a1deacdd86de5e877_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c4cfff6e697533c3a9323ba6ed15b74250ecbecf71123cfe49ad56708f505021_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ef759942f6399bbb13657a783a7648dbf7ec880e8f6d4ed64b69812f696fcc1b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:155ff7585ebff390dec5a0ee00bcea904cde275e165ac634b2083c1fec868a18_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6971b8fa9f04515d6e4d18a27982a2496a4efaaeff90e741f3248d31fe1961e0_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6d590f5de5ce957e2d21fbd86c08411dc90b6c2444fd43079a04e3acb35587f1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:718a4a859157646f240e5fa4e3f8ad5c5ac7e53373d8b5d0a45159f5eab2c9a7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:629f7a041cf101c337effebc71d27cebd4dbe4ac7f7eb58e93f872106f88426f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:7761842991965d184af3f11919c4a4524d285d69266f92bc01ddd1cc66195fba_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:9865d9323ac25a120e3dbf34644b7343e650cd04b201d65518940b49432f564b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:9f6c2d965dec4b6b13fa96bcaf0134bf2acf302e2a04fb6926075bc9e92de97d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:855b51d876eba214e06624567a2606ed0be538fa6db7e24fdd508a269e1ba2c7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b041548b2283b0b0837db6749c0da693f021d0510a5628bce91ff5be1fc83f71_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:c7fa529102a1f95a53afba3a07db55a3907123cd8bc01cc6e1c4afc3c41928c3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ef32e7c28a82efb0ff8edc4d2678e042afb2c378791a34ccdd9243eae5246d61_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:0b779b84bcdf0ea2821962e7df8f34696f23bfad88557c21ae5fefbce289acc2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:54847dfd1e87683efe51562e103367f952ea801cd409968b8b5e04ca0ce48bb7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c86b554d052e4c0f38d69b571d246c090f5843302d21fe0f2c7c06ddc604488_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:78d85dae433ada85e1fb57166d278887f652a03531326bce186c7d3b207df288_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:4c4ec9a44884b5d618f231cb65a9b69078c2d86c8f168d510441814357f9fbd7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:5bfc5d24081ed832066492f2542d2566f40aca433535ff6536307feaf416c727_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6717dfcf0c98ffe25190b97c977daafdfa53ca406572d81143430f4218a17382_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:fb7ecb21f68557f92a912f0cabea1719fd8969638e16f22c5c89d433168f3ade_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:6f80af3728d41b78b3e855ce438ca882452a785a0b794c374475e6634390f6bd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:7df0f2a7c3268c3fd166e4012ef20a9911d6d7be4ee9e260b2a8343a1a5c23d3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f26c33eae235ad613283bb3629ae031e06d95e4371b6ab35bfc95d6cd6eedc70_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ff72b14efa0c7c37a3795808564e00f60bee07de82fc22c7d1e0822893abeb8d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:15a34ce98242d87b27bcb7a2ff5f8a3426766e31e4aa8dd21280a94a0dd5de07_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1694ece44a326abafa983a7fb2b3f84f671941fdaa708c21159b2164bedc8fe7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:5316833a649816a20637f5815460cdea129cd9f304d66406c7d15210e09adc7a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:95a599547beb53655c1f6bcfe533196664371a94b5fea328543a5f90c1f4cfa7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:27483fad6a2c4be85baf840f33c72d98357bb6a55e754051fff08820977c7a3f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:5bdbda0b9ae82292ab9dcd9c3907d42687418e591984ae30b53d93f422ca9d86_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:93069055bf2d16735b13a8ae1859af38b6b7b9fe3409806c30a2147689972023_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ef060678c540f10ecb261b29b6674be6d3830c7ed0e51f221256fb09130b4dcb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1d9d3b4b90eefd1714e4814e4c340d11a88f1208852b7c624fac4096ec3bae65_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:37afefb255d2e64fe5d72f6d32a3e4a55684b658b114dd341689ef0dd4cefb9b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6033b93ce5c2f73213bd89e9709038829a2739e238a1f827cdebdcac8c39dc91_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6fa75960064a732c4e25407c9c2e8b75bd98feb5bb06c9cd70dac8023eb21c0e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:5eafd2fde7b9fce1b13109f4729396155f7ef07d73d51067b11f96661327453b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:825963b5f6aeaab80cc3c6a3c173b588263b6a9ed2e481c06d42a229d18b40b8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9c24887a448382a80d554684df4280c49a3c6ab89fa9164d547d0ccd25c5b0d2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e423c9ccfc07b48c6ac2cc4369a6fd61e9b8c420a08f64d69e9a35b887874793_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:0ce9b759a50e8562b80a2466a194f70d0728ae93717dadedba3aca34712f14e6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:814fd188f5a532065135552df55e4c55fbf9952ba35f93ec6f4f22a4da2a43aa_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b87d5c52b3da29503ae5089fb3422ebbf5ab02840c486b19678a9c65f04a9e7b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:e7ed0864902433356021a2f30c65020370c3062889f7e5838be60d0ddb098ec5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1622e137e2fcea249115c062de3bb6e0a099ff4f4545ed1c98ae2109eeadcc71_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4a66bbbcf3b973ae35749d7d4a1987a561a57d16b154c0471092a2f242912e98_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:51a7d1ff4fd4ac2325da2064724449847c4aac05dadbc97f30d93d89bf887b1a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:f1743346567b7c2f4101128ba81ad4b3b00a40f3a97a465df9e1b895a08cb8a7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:852af33a0803094bcfd34f452e8490f95fff66d6e2028423cfff0a01f201457e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:9848cc582e21d833e5d5ce00a0655abf37173bccbf944e192510b3373510d81c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a97d77c1235d10228e36d47b304a14c05a10944904685f344953da18f2d30866_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e5cb819739007737f750a96605f14991efb3195f13c906efc64db87934389379_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:3d594065a138374b4efe911a3e4619baf1d888272607e83e4f614e8c3e48d2f0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:7e2fdd43861a1be04f8f6cdf2fe2651d1f7ad194d7a43326e8d65d7757ee3d7d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:08fef794d449fdc5f89da613254f8d8cc2512bffcd5a8f289a7bd8cce9f8660f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:9e43e41968b797593eb5d4823f8e1e7babc642c3ec308673ee1640198f12c234_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:2ab98db3bd54d97694587693c196944eedb77866bf2dc9fa70e6d186c0eadb34_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:cb11c30ff4bbdad9e25e12e2960d754cdfaa7af1507b07e74e21aa31a45b0390_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:107a0f20bc821c4dc4eeb05f29cdd1c0601db4b66f5a3245272098dc41ae7c5d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:38f286396ef7e0557eff8cc665ca46c4248e2b060aa9b170873e13eb691b207b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:5d3eff686a6a64f96a79d31f8cc6a88b17171973f4718d3da82e0dfd456436c4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:903ae03948c7e68b1eef1b1dc2f7d8718693e3149eed21862cf1fcfa13482dba_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:0fb76970c4ef89824f28a0993f2a21f5c91aab7bdf23d6d045da48d9c4d176ab_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:37898fbe4cf22592901521c29bc10ff1f3b8df7a200d64e9c94d037e8cc38e60_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:c4393a9eae01a0bb31f85f8a6cc609f80a8c2e7b7c4372c21bcfb91492ec78a4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:dd74aefdaae0c24dca43a36548e371ce292af5423751718b1a6480224d5e5680_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:500ce3a45214ea5bf17b0c7d0ebd33f75183db7bc04d30f7d0a25a225f494cc5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:6e201b3e5b45494f8ecd6d607bac314cc10b419d4f3a695c1aa9824b6eb9b8bc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:9772d2c999317adac02475b2448f24acc49cabb83c7727e9e478642dcb7e9794_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:d8d22b7e59cb411c3f1fbac22af12b78fcaada8e56313b2f5ac89806152ae825_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:5d1773de9a1eaf4b18081c968f3d1c3ab35af0333dd8ccf599c30a5336b40ccd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:93415b427bdd9185565c26901edda6e5d0e5b7bfa013605de8ee206716141c4c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:be9f4891181cd1b58aa9a3fa7a0d26dc3a382e9dda02744b06a1cd7d806ed6cf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fac44a7144ca9e888a74db83f6eeda24224d05238af0f8cb54627b74148f51a9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:20544ed1aea9d8b483ac6dd9655a0d108b80121b7011406e0a59de4c93060dd9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:29f0f10ec928c8face73cd03bad8478ab4b8386f0df20ee2482102f870f198c3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:adc31a12f2eb578e7bf135bb0931aba306487174c7e8e71f6d3d8661aad8c350_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:cc2921b6468b77227e9f210589f07cf458eced2ef0260582d0a1a4b8f9b7a613_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:156540860fbd6556102cc1abb3762e6595d374fceeeb7745d92655aa3fa74551_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:426c0e5e5885ee0450f36a93fea6f733637011c5f5c97ea2c790e0edab5d7cbb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:abea604212336f8e3cdeb786913ca33cf0843f3eb7be0d1aab681a005e6c9417_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f58646a44ac2716d6842af49e48f13b6c0a58ffde7202cf6004f479658ecb048_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:484ea3e99fe746668ca7fed6862b095326bfb8f26cc79c0bd4de143083b0dad6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d2cf9eb8a6b0528509e571a8ab3710bdb6b40abb5f19d797a9097524d2e3cb7e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:def75e5d102cae679cece8fb7e7cf26631d9aaee782319bceffef95fe76308db_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f6a4b9d3d3792cf016df0f539b41c2d33d4cfe3a85f87b8b1a2215c703a13d83_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:17d73f64095d650a84959f826da3009d844f209c39a9cf55460b842a08968fc9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:382ba71516ae6c2ce3670b92bb206e5bdaf5dd0519b2f1a6fcb417b99f0ccb13_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bb9cd5df0da433f514a256dc92610219d22962f8e9fdddc4a1d6bdda45174287_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:da71d08bba2b937f4111e6d773765da8379043335d83e600743608bc4c3b7580_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0761be83c6edba07296a17b61838c3720666dfad633f9edbe9643c1cca008a8c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:23021b0b3a60c43895c17a9d27eb53fb5cde7b9ba6ac7a5d81d1723d804ecfbc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4c802a4f273a7d7752c93b18c27e264cd373dd989797d1f9b970ae368bfbed90_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b41f90c9d31171dff6834e9c7b72ac295f7e0058eff6f5dc7480d7c4797b9700_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:192a0e7b36c1fe8b6b70e6504e12a59ecae23ef83d563ad4c8cca3ab5b2cdbe5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:39a6978585f0e1c57d7460a4fdd668a238e126c2ce7e599ad9e847bb55783249_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:851b15fc576a1939eac61342bfc75875d4029dccacbd57bef1b12ec784523bc5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:dbb87a87d86cf4186ac9c4e546048bd07eb4e4b3734935a152ecbb60bcbdc1ec_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:2c372fc451a83f382e57e1e63de0f0b10f0479e665c2e1d39b20c8bd2d84f51a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:881e89459149105fad3a737087f34ba6a0bed3d933bb73e4d1943a36d21a1f55_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:cea296a2222cfeabbdce7a42996be42db39f3d89321f93ffe705c0c01e7b5b30_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:ee35c6aa82fa9353c63acb0455e5196e946f423be7418de921beb7433bc27dd3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:07406356bc5aa39e2d130e94946ac1ff2346d3570819af5d1a228b3e927b3df4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:628d272cb4ef7a625677252fec78b4f6d7daaae10f3fa21e9e605fa294ff9ef7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:784c9da7c826f43b21b798e18d89f696ff3c0d6c999353336d1709149e3ed6e0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:806bb2fe904f03bdd46f5e7fd0da4e8c27badc7a363a034a896bb3c9331c565f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:09ab73ac9c9dae1e080a70737bd6f8c927d47404850ab85cdadcf2be42dd0b1b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:3ad634a5d007320ce93be80165b01aeeb25319a7458cd465aa4732518460855a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:71f3b158f659a76b705d4680a0f81d930f6f622546c903aa2bac8548382d232e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:cb741e1ce964c52ad3d7c373dcb2b2cf0292fae1c857f71cbec4485e0b1e3270_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:23b98311440ae92c9df288db4cb9336e442724af99c860289733d6c35dc07192_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4337bba1939749aef224134e01759014ce11a2ed05926c790c0eae870fd9b8dc_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:505907905f0d1476c5dbcbe7592c9d70ea91df7adc38e9618d2c48355ece4783_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:bc326e66fe857b4090cd0e717a9976857d63a5538890171adc420d47946b2c95_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:84abc2301d2fe7fefe78aa5dc90ddda63737ac2c8c47778b898a91738c6d69a6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:93f2305b36ca634a2b8fbbeb4bfdc1a5c868e791430d389f0e0326ca839920f7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:ca16e72147f9d94306abb1464485feff4a03a4922d5025d4b7250cab7ccc7732_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:653bdf880528e317bebac6f7aacff23ebab11af5bfa931af13a8d8e7b2745eb0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ba86e60cabbbf3c8845a60ba559d1a38d5370ec7ecddeba662ef01fb083030b0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ce35c93fca376e03d1d08e22b8146860e5711773b17f35e32a87bdf93338b182_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4aa1df7eacf95d9408d5016f5715b38ee4ecd340d9a66bcd55cb345d98de466d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:87ef275495cae4c69268a6375eb5e07d9895913b019bf1a73dcc5043b3a24a30_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:8daa3769a103ab420b8b43c68ed6d4d90a845bb23a358c62d38cf679511d6fdb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:18e0db16b10f2edaa9919257d37587d7df3c4c62cb88b8db38cda65e509a0492_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:1e12af727903c112c263bd301b9abd522da36fbe64e195f8a4d4fe19d34e9c6e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:ca613da143b223316bbfabe5c1618d5de77817057a47f8430b9541151b79f654_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4486fbb2570877848c2997a50aeaf427cdcf5f8a2656b3212c263d8ce0d8cce1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7e83a01469262e046bc98732e0e7ce4d71af991288d31155a9379d967ffb52fd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9d999175269f2e59feec60b202253ece2c27add1d003f80c0e40eae8d2621f8a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9f31f2da3caeba8ef97368c1ebdd3fb1df9aa911df241460d27fbecd2cfc9da8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1076cb5e72c6e457760fddde4d94257042f5b0ebd7076a8713499bdbf4943c8d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:3c749018959822c9a7c67fc3f28f62236f1791b999901577445838c8f78947fb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4aa259c5fe5a5f92f61775e842ee7aa66fa29d6b75c2b67cccc8900b08b8e96d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:5fe33023e5387e6836b35074fdc002ca7d7c85c6c6cc95f6f645b1a7a3651b93_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:02aa2709ab8f16d997dff85d05909bd7b67ec3e4cf91d50b285f17532d8a625b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4aad374a238a0306aa63cbde5a29bb75d5b80d2c691558a1b384cc6b1de706ce_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:786af9a1f3e4f873aedc740637bd197272f21553304b987476b2e462b0dacfc4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c449bc96c47df9f808b4e89c06facf7eeaf44761485077311aea32ea1342f5e6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:9beab497bfb41b47b9f8599920563efcb58961c2a8166225f1935f45657843b4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:af7cc2cf62f672d6a00016c116f3c66b72b64fa0d05e7753c8e4b6e628a3a082_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:3a1c445bea72192dc031e4755bd063fecc4fc9139484f54d8d54af26dc755f45_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:6ff31d9e340619aff002ff35ad43b6131042cfd943dc0deb54f19721eefa1c14_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:227e8c82c210cd100cd7aa3b8c5bb39b3ff31a4bb6ad78bb7134c122dd9b02a6_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a7587160377c6622944f5dd49380ee9565d49bc02da4c5b631342a037835c574_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:2793040a3ccbef82e3d074bf0597a8bfc5b5927658a8bf4148b5b0675d6fb3a2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:835edd6d6766e17d868f7f6d283005b2ed2d38cca7fbad1c5b36f63c385b8e2e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b635f689b42b827ad12ec312500ac2582c022eebc7776bac97532bd61ac31cce_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:1099ddf483c4cfe64f687fdbe5587648756fb5b9a3d01538724b2ea2fd5ca6e2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:30dc9e1dd4b35944e21e40ad23583cb9d14be00172a0195dcc95bf8e01e34e1b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ac4fa9eddf99f4581573d52e741f0eca595c9e5bec12cb177f0eacc7150a46a8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ee30d6c3b56fb533d299a7a432618a1b2c83b1d9d72b2c58768c07c349fe95c8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5aece9cbc711608ad1dffc12ade865996984d714f5e64fc894bcc3985fa9c521_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:adb1d854f6dc5e70aa0f33164a3ded5a715ba0ccf894efadd73c7c4d661f0b21_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c0983bc8863c23ae680915339797991b26c17fbf4782caddc071a60c17992266_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:cc90303d2e2d0a5818706672d1aab7847450b9d2cd991d7638451829fbf26163_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1485611739af941f4e368aac9cb95ee105aee87258e5d872d51d7f74291a8e20_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:45d8a8c4703462edf967071e89e08d8d9e495d69245ad8b6ba2d6e80f579eba9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:584f6670245a288d5489cacce0e0cabb3c86bd6698f8118f49b8e3ccdfb47c39_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:5a29aea0e28d0ced0bf50bd3dac2bb6f6edce5ca6ef373f3d097e668a9e8cf35_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:3aaedfdd81b32cd2c67a0d39f819fc49ee2d31176496e043bd4d85efbd594481_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:97e6f95d96f347f03dbaf58cd6c7bf6c926546c1991cd83b5065fe0cafed2586_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a8b9d35e2ec9f2026a2ddf034e9f3ab2a9ea622924960f7d673564dc33ab6224_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:df1a7c4c835c59041b8c16e11580362d846ceb9b3334b8aafd36d3140b58d063_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:4d3251d46cfd8adf16ce49e35007a998689b714615bb66a12e0dcfeb896d8397_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8426d041e12f43a2b78791227c0f805afd75de6e306cf8bdc718f0f76651d75a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:aabd98101d18f4f5352d03547cc2cf784bf37f962b9c875059d6365a3371dd72_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b9c93d7e3ae198d025eb43e5c2caeda4198462ffaf407270dfc7119316ff5f98_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:16a4f25c37894fe7ce7a943322dee37d8419bae36e7c7ca7b4e73dbccf8372e8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1b17792f997e30b1d5bf73388b68de6604e4235b0a10e5dc37955f8ff2077801_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:0747fad048dba8c93662ced1c2b1a18b7f9f75bbfe0740caaeebb9eff3acc30d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4a22ea1747135e6bd85bc59db41d17d0b4e761e29330e7e3666bf4d42a47649d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:bee322f686572e00dc5c6d7076de1db0034a26cbe44e0f9276b394718d6c191f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:df9ade514c7f2a80c4ea829e2f1890dcdd6a4acaeda829d3620e7d3874de77e9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:859e9211c265355892dc4aa19b7d845b985be40bb8f098702aef50f84c3e5eea_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:c2e28f6a9e1de3185753cd7fd47a51ed01cbd49697cc452448adbc961fe71003_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:c5ae19ec61f3c9cdae0db38b1aaa03838d421f9d4473fda4e52255cae97a2fdb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:e654a7604401da1deff9d8baedf0f7567831fe5f86f75e06fea3e5d140bb579e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:0640a6e0ebe2a6982708f326bc721c2c754eff2afdca443499843b111f223e39_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:5eb8c786a348343042687f659f7cf8b066efc3c4ed8764ecf36dc6e49a468cea_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:83237f13a3a3e051643bc1aa46838b87be13126c0e52404940351a2324008e68_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e67d6086ada10c96051bcbf4eb7414c407832de86a8e2d89364ae0d85a883982_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:9ddc6bf41dfb204e9241c57de41e0a6e1ab1c3f8ce2ef1a90573bb7365ab2bed_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b025b5d368618a31c64189f1a5f9b3db0b24068306117647796f00a22f6dc4ac_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:de35e280f4e50a18f2616dfc561db85b315425ff20bbfd4e19d5f64f93f3d0ba_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:f0368d0d3968189f10cfcbb972046bf09ad18a7a1a747887c239b75a1988344f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:21757065fc31856133fdfc4d459a993262239af0d2d242a6b55800bac866ef02_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3b08be9a543ddd200f66178d51c0f165c380cbc845a1be672b85e9dbe2db9f12_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:8e9d4820353602730cc0e808b2cf6ffc20ff80ce06915e40027815e9046555e9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f7a9a92412fca24faebcb8a574cac92c985d1392f1544e71fa26bea80314289a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:119315e723ff4b153d8f756357706bb4cd1ec5a160a7b173e359d733c680469f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:808301750b17198c8c7f5b2b71e6bef9a7e3d788ededb9a5f79e1b13e64fbc82_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:89ae8aa54d64f62a73557d413c3f146bfcca1c237a52bd57f0ae87ba8c8fff2e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:feecd842ada0c39c783faf280d103523668de8d16d43dc22f74f262f2a4aaba1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:595fd9e735db5032c9bd3a668135d99b6df650c250b294c4f8b11d67f990df79_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ce4371bf509e06e886c5ebd42312eaed3ed31fe6b8de91284f4681ccad199329_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:4662806bef8ccd703086edb7d1eb0c99f785927b1f30f227bb438829db52e532_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:d06875a7d480abe6e062be719a9d6ee0900180e659c09e2243df36e3ed55db07_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:2f6efec846cb1babc0dacf51b67634e83cad5e0f4700f5db54f8c356b0df8119_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:46a86c6ddb9f5bc798b43735eb0cf9d515091549680e43cd2993ba1b07bc052d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:aecbb57cc9a6d72de8520437e911255e51c97e4c40b55ef207fa98fa7c9dac9b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:9c8b022e6bfe80bd4998f177c0fc25e4a5d224a6dde99157f21de5d08f18e4a7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ab6a31d53e6e8a5a0b67f4020a52faa7fd3ce35160189aade3e958559b467dcf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:cb8394ff8b96398f8db5bfa7725c260d343774ec319fc1e3917dc19fb51c9b9a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d82a2ea6aa1515bd56aa55ea999f91e9f688e480d615fe53bfa2c74c1071eb82_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1af22f98af2fae1429e53c988267710578a3a092524eff5032e0c8f397a6a953_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:2ad01a7c2e75bb850686d59dbf73937ea69505657c2f2a55c10e4fc17ed83f82_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:95334d618727e811d16206a6f99991e93dde4bc8ed26766da848ea879093d736_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d460b99f6d0595fc76b4e85203f96a8a809cb709e22f4d8f819f99bc3e817688_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3b1986a8dabfaf0988f12820e1a199cfd0db684ac4e8d956ccce6eb8bf1146d3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:8568a6a6dc94a45bc8feadb7ff1cccfcacd176d276568ab96f4942aeebd4938f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:e24967262f34a1bb405c1010688b4a1ca1c8271787a1c8f5d8b86cf94429e6ae_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f2f71ca77685bcb4618502f0da4f242d48cf2473f0c7e439582e98f15bd0004d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:071766cc6bb41db5220aa5173ef5d576f032ee1e8dd9868deabeba36f7798342_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:5a9fd7861ac77020db7532e72a52571c48c4f62164c1c5390cc55771b93894e9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:adc440a9129c3c9baf62a3f961179c843f6e68a06cef4f64a64e2a8cf7493d8d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f8f501653da6427153aa72340ac8238e79459759136d64d2ba6f8ae03184c436_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:023893e6a4a14842645d23171ad5562940fe5a25e681eb8afa278cf154f60a5a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:1d5ee360957a5cbcdbd54e71dd9ad1e0ee1a37f994e80081a07c289fe1be7c61_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:298f6b16fd4c32caa2d49c5ce1374d7d2037b3681f74e2bf7ecd0afb80c0e436_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f6048c371739ad69e9219e8ebe2045a246ec4ff01bd289bf630c45ecf006f52e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:2c96cb9ede1464bcdb2aa65b23d5c317050c99a9c7674b217301a84734b7fd88_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:31235aa238bc0662e8f3efdf393f9ca7699016dbe1261bce0ce37675afbc5054_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:698f820f8b9ba7d04cad32dbaf6420ac0e1ff5ae0a1d10f81e867a123dad0a60_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:6cd2462bf7a3f58f79de73fc8ed717092569862dbeedb6c72999a8ece328260b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3e602466b3dc3fc4c7879bd90a34a96878e5df827fa7664dac632199b2805464_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5839764d395594b922ad989a3fcc5bab129eb919d2430442390cdd7e95229219_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9913891ed84afd601b5bd646398f266f6970b7e3e164f423ecf561afbddf6f9a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:f236ad01ec1299b4a5e4b174ad698412bba0f090d7316672f230abadd209940c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:0c1f5188f4e79b0c508dbef9f9f6fa5c658aec17a66dcb14b23008d112aeb6a0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3d27787b58896192ef0b2da74861207bf188e5632c0d7b06ddac476ef558175e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:55402c1e07f5de8bae74f8fc9a579c2403cd12e65f9b6714c4d6b57ed42b4250_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:975fe9a014b7d9c4339bb34d0bdfc862b4a4de19b4e02b5b55a484ab99f31bbd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:142d516609c278895aa3302ba638724fb63ecfcfd232e1fc6571f5856aa4e034_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:28bb93cbe40b57c179ed088e45de698a93dd1c0c14d6ebd098439a412478d314_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:441602150d0bce7f8941a293e3a803bed75953986e93dac3eeee50848204728d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d92da8068e3440429fcd5a5b9f178dad1a0bb14fa3bee4849a99bfcc6674e37b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:55315b85da730c2bde56b7d08c4caaad5db5bfcdc2e9f21286ec48e58fb1c64b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6f2c19276901be4850c3d9f502da1365d84dad18e3e1327159af41877432c41a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d4092b12df304edca57e47dc5ee77e4e9006297763ec2e2371ab3856f94e4654_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:f9e46d3228ddf05919d0115f274f94f8afdb5e65c54fe6b17514e7a3b04d351d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5e06c7a4f4f0b3829c21710249546680ff1b7e7d541e30b556dfa69aeb7a5ef9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6ff5ecb5b92ac2d9b1498f86211b19e22627002d788647062ca604ba9ac8d7b0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c2c203df15e000f53388a84d8ab5affa78c4210861fcd0a28fce99c0ed86009a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:f080c488e219c5b862ea88e3ee48bf866c186caf803403d7605ff3afa5d5daac_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:4e6bff26378ddf7b42fbb27566ff9f47095cb5fcd74a26dbb1604725dab7c1cc_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:63efd9d23d66a2e7c754d1b921016177edec08aca034786be697c6ade7310e71_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:b15dbac78b5deda1493f959c14b14ff5344b982c4373471b13ab2f3829d520f0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d101f7ea169ee12e824370400ef6a94e0cbd48aeca6fe0ad4777b9bdc87d80aa_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:05692fc0d27f1bd3a0feba7c0eff4237ef52878ca37166d92a89aaf190972aac_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3805505b579ad8be8620a53e792410bedcb7e1716f3d6401e76c8bb179d8aae6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:47c1d91d614addb733f775406e764502e556f4a7414dd1a2060d3065f6c3c120_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:58650c0ce9725ed10e3646acdc76a72c4d3abda025bcb735ac2eee42ea261e3f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:83c6087954a19cc11c7042079ec3ca528c8a18678928c3ad9ed8b22ff07df36b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:209a01330e1894300123bfbcafc53948760feb80e0c7c81e521ea7abef269d69_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:013535daeaa7ceeaa565545a98d942396a07089a96937e4960a1fc0d44a4629d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:40fddb8896fcca216855ef34f2c8f0c6cbe3a59c6bdf4c3c751f69b57a63ce4e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c3f081c38876339613b7a641b30adb9c7f3e67d446151c892a65256ac274a472_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d6f330926e3962b0b73bb4b6a11a1b40cb0cacfdbe9fc0eb4ceeeaeb3bde758b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3f2283bea8d5c54ad689787a7c269022b04624d2b1ac830330a79d30364ffd47_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:476af4f8d17ec9fa6bdfbfbac2904244c4d51432b67f111ef0cf4a37ace9a86a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:a609dc606bfe95a904dd8c6abc0cac79316f17618d8b676512fe1b4e5412ba01_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e5b754105ab8d7cb9b581d3c4dea8a295919bec3ec645aac468b5f3267e0d7f0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7f92fb1c1dd18f03677ed953c82ff87011d8c15f1bcfd8c22cb7a877950bd063_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:d759dbeb39460193f8361524fcca202fb9f634d65d35f19fde1a187cd7230608_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f0544c40f7c610e45782d6a757343822cee131b745ae6ab4aad4b878994ce8eb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f5ec95c285270e35a77f89f8da39a51c5d29fae1ac277053eda82e250c715f91_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:191a27f89fa6ec450c37168a65ea66bae9ef862bd2b40c1e8d561b41db842591_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:905e494751d1e26c98857f7ec4f41b4321344f9e86d710186d9e9bf410f6e983_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d35affa9bfe2127cbed058251d47570d65b00a8045748fe1e97670797e8cae2d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:e82a015ff030ba177167a713df193d74480998d946b593a00c799330894702f6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:97a3a8951c456ee0c88a42cf7114a3225a3dce594b470b0b8f57f45c62efc1ae_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:b49317158bf5eb1940a35be96a959bfdb8beeef52e993bff41fcfd974b12dca4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:e616c0d47555235cc1c7e275538b48fd10b842cd11c831a4dc719afe4dfc5092_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:ec827ba35ddaa01c257247ce4f06ae733289364530f6b2c2d5b12a3b2959762b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4f5c8e59a54b30a9f38f1955c6d1474bd24bec33c52800338118973cb6f3e251_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:63fcc02b58dfa0bf549c199736bbbad1e764ab86d9375a6545ae1a7bc360f247_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:9264eec1243f98c37a0843baa36e78b1a88dbdd2bf602156d5f7ff4bce1cf223_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:cafe32e3ff4aabbb6243fc984431babd77e2ed05bb3c4abc621add33c5a69481_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3d6f997f5a6832459bbe5365b533f601dde3872be09c1e96b3b2fc21951f6adf_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a76abfdfb6be2616ba39fb25137dbb49dc56427081d9025f2825a3ce8e5a3928_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b540e70dfd87ad1e2e400e129a6b495617f9d57e54c1e54b09030cae11653d03_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e7c9dd297067d256671a0e06f9985a3624240158a1f4e2b97567409199ec453b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:49f6f4761d886208cc262f1f8e23ddcc0c05d5b4566f6cdc8abcb1a328c8c5ce_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:836c9a619a35d6b8d4929a78b96d0641434b880ca98f44df45f0edf7b69a1d48_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b4ffd4fcb95ed73bc3689988214a2e4210233143e0ba4f123ceb4c2ca14821b5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d4062c740ace239409c182e4c52858e384384faeb0f3d98486e0534f8dc19702_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:29b0d64444b1081a568d8c9354e79b60ddb1c3286f9b6dea3ab69023c11f3436_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4ed2d42fdc6e8fa9d3d08152849754d1827dd54ed86be4507d75f5c90bdde542_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:c1f38fa9fb729b6c497353127feaa36375749fa07f91020e8634838d58628878_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ef794a3bd52be528ba81c6964af2fbfeff03b1aa3d17ac36fdb97f124abfebfd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2518415bbe069935e8229d141d4a8a50285c408d1be2af467c458a324120154b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:b096377e0704a959a0ec41484825436b00d3d0887e49eacd59d88bda87e38b03_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c1b30a9d1f6908316a829b3084df67b9b8bf5043fa46060996cf259c50f62090_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ec9171ee21d867fd61004535db96e98f4dee9dd6f3fe86b719301cb1b0202a79_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:07f056306c1122527032aff7486e5fc75147f48c708c0c0abef7d570cdfa78d8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4314b0a4d5a82abd583de659e5033d0680dce2b535ebd3ae4dc1776e741bb214_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:5bd5ca703480895af05ce052c3f9f738672e989cd38e905cd17bbc378cae05dc_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:db97ffa52f99127907d41b6bf460299c3fff8adb69d64bd92ad371941364c374_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:16374008403825338098f7aaf57f74a2982a75355834552bf29246a9ff4e0b7d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:770cacd7e4e04a786a2e55a3cd9ec21048131c8eefb7baa4225e73a09f0f0901_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a240e71d7418d6f9781219faa2ea9cd315b7091b1a70d6032f81de2ca3c53aa7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a39da3d53b8b927594c3f5c3a5dfcea689f2b75091209c0cc36b18e1426fab20_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:34cd79b95f2ce098b064859e38785231def795d2804c05bf7542520e9d8b596e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:354b40ed867003c42975780f9db1320302500f4ea6c5ab14a0d0ae70b537192e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ba52f6036566829553d0039a99ab677c0e40b2a14bb3d26ca470c526489e4574_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f3eaef7985effa7f09545ee19442623c7aab7245597a4a1d18f6b02a7a8f77f5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:154143883875b88eb144b77d13d5e9f750cd8e020af720a7bc6a2e6dc252a260_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6fa758fb6577cd18e48fb9280192be46dc724a8cd02b54459a5d6a3cb3d06fa7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:80e191f5faa2991cf3bc7033691c4966f1a07953e4941ad8730ae7c6444c05f4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:88ce4b91b2161c9b22f154f2a6903f801e26f15115ac874c549e8644cc5e734f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3386c9093b00f29600b1807ec97b1a6c935ef7a6578de01f9ed5f90fae6a5a35_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3646bf2e6bce49c01198dfb2a1f67371ad1f20b48cffbd7fd8f652cb9b215ae2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c50c48749c9fbe882410ff025799c6f450b063ab3e17dd1c4cbd2afa2b48fe13_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:dfaca907445b7213f3931be31fdde7480c22aafc0bd3b030d7ef9f0d84f5549c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3ba301cdb9ac46c11853c61812596ac905e94f15172df53cf352a693ea5a0a6a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6faeb6e3779cbdc86d4c7cf93e739c0585019e82587abe150f76c7cfb88cc417_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a0d6e3c4b32eda442fe231aaf1a77ea61125e0509287c381ecdec1615e6aa7cd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:bde28b18ee5b582b69683df3122f4f9a3a4aff757c2caa9fafcbcad878d05d3e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2492414954e0ca3e228d6d000733ae02c5d4d68d4b9f5e7f992e1a5a60cbffd5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4aa1f8159ae2b9b385bfb204298e1710c09123bb19bb5b94c2b93dd0419e06f4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:9a2fdc67ac81e408bb49170bf7a862a07998fd951ebfde9396ebcda40078d3d4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c952fd4490ac28f6bc2b39054312e85645c12d20e39ae631e35470267d8b73c4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:001807fafc7bfc5eafe92ba92c127488d378e1b36262f0f71cd4e4feef05598e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3c3f3a57f87c512568f858da90b13c39e9441a1910c48b9bb51cc2ba3e816b04_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:62e3145facaac381967de0461a3aef63b2b6afc466dfb4e185a35aa67142b6b3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ddd906a1e486837653341632e3ccd2d805ba2c7a7d7c26dae34022ec6a7ee90d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2f80d2b9f76b8633c9e6d309c5df7f251259b61a9a40a0364f2160707de313e2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:779d8d482e7ee453e8245219a0e21d84bfa1080819b31fb9f5de38f49bf3d724_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d44b76b43d8d5303fa38a3b8698076912be870c7a901c41a68f59426cd41b39f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f5bc9a28cb8d0bbae97b39548ab6688a31dfe2b23b8d3a52da3bb397f6aa8b31_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:195460691d14dc4f518717e3678a9ea780eb548fea8904c5bd4e2d554b81233c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:29acb2429041bbf17eb0f3faa0da84c1c5655df8a425755c1263fc16911d667b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:20dc4b1b9ab504d4192bda76eace70933c264628c091ccb4ac78faf01104f356_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:366b95ac0f170d8c1c969b41f3c624026593ebe8bfbb466c5f7109e1a6ceb1cf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:32acad5511e808b1b3a80aa96458ed7f1800b4f19aebc9edc4f85ec3613b8ab7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:dc009efb6f6e9d60b022ab94d84d47fb169d2dfdf9680f4f24b40ac0a4ad396d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:77abc31290209253ce09838a292be7351c02d5a7367859c430a5b3d97cef7f31_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e4cf03a101a115d398aac9c645ef400b9366d4bbf189de664ccbf782db4ef5b9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8a9471f7c51a026fc621dcff7715fbc9620603aac2c2e4454e60e0f579527e62_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9c1b85cadf719072db5b5abf0b93b3556a74a67efbb88d7903bab7b6e988fadd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a454b939762af9397d7d5043d1e6070279e1a1c4240b2fc808f0e53872bc237e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:b0802c5220abce4c73b650e105e42d0c1a57c5248c4f55819e15053c59f2680a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:677d190589cf02f414cb0cf4a31041b02ed8d706afb433bed1420d6f35d7a44d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:af0aa63d5b375590ffdee42f4a7f00a4610e33c20ac7f3b23242a24ff43d141a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b2e943bd3add974a8511a316f526d92d0ac1e2a0755acdb49770728984abe2a4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:e433c5ea434c2261f40d623bdc22944c1ecd435c0ac08a41d36049c9bce1b604_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1e800e47a04f7f19c87bb79778586939b4bb2a32f5ce3790d796331ca93a9235_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2c0ca90b3662de85d7e595e76f678e419ea1f40990c51ba16bcd01438f0db553_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:607e95e44de20bbf0feccbd8bb58469928452e6e4f962ad088f452e0e7e6aa5e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ce154b3a8980274f592cd2d41da7a748f7c895f754a3fa7994eeea657684fb12_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:c00947fa5cc8fa1abc26adf7cf8acfd4336e1aac0f1007133b8c6440a8148a1d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:c9a5828c250033f2bf160b102a3722959210025d373b85ea69895c96fbfba833_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cd8048f17129cbbcb855587d48615ea6e574d12f2952c0b1b5aa3819cf453541_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cdf9da2745d57ceb97761e08b560f2de7a212f860362eea3fd445fe4f6f7c769_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:02b7af4ef7daa8499a24b02aea8a24c98960851864cf639e0b698b3844563a8b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:3f82d5da80747c147ab429d24e8e9791527f7cc89fb6a7435d0cf6d35cec8933_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9e4085498157bfd33b7bd7b212300fe58ce6d462854fdd8a597f288637503104_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a8775ca5ecd0065373034a37b6de3fd736045868a3b116aeb216637023aa9685_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:28986bf93efcbdf0c2012acf8513e958ae8b32db4b649b9355b1fcf66b35038b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:52990833d3dcdb340c68234412d3743070938573d0296ee45138b404054e311c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:92f7c8de428bcf236f2aecc0382d911bcf5f7f536bd09aa44f9019ca7627d116_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:fa6add264803c2adb838efabe0f0fd8f4d78b14bfea9c1e91cce957e17a77208_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:46910caf13bd60c69314b0a72b866a8342c1dcead811f01f91b1b1674ea1bcf1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:a7ab888801a85e65a01acf68805744b7f6a1ca713c329629370b0fe0a40c359d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ec97f4dc1d491cea9e81ead6ed959141f0ff2b36fd4fa623722020431cbee1dc_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f67e6ff190c45a81777e63b69812760e828838e338e1d27672d02b5544b3e682_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0a9880ede4b10a6328766c1d9b05f17c53faa4ac561a8e768f5fcdda9997f056_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:51f75fec0f0343d3f68e8d4810e7588475cb0955b4793db7347d3ff466cc7f78_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:74ec8a94d5cda524570b881e7a352604453026a0324010b7f4b3d0a898b5e457_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:fb67ab3a88d2c3f33925830b9c63584bf14b321adbeb2e752a039faaa0401c8c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:13cc747131cec81fd67e04409a69497d75a893f4b56adaaa3a1f77f1d0f3ae67_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:2236900dd28b8470cacf90c618bb50b05a0d1d66726afebbefddd2377283989e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:ef89f2da22f7b0c0f445b7e700b29cdf9ce229cfd7866ac6c7bd2ec367db3bc4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f5a6e48a72f6054924be3b81dde0cc0ddd95d7ea029e1d819553fa633c47632d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:49a6d800db550efd565f451e584b890e88b5c6ff8be6fa0e17c30bab2f9980a6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:cf42aee609494b7786b12443443b9bbccc8afe2658ff6c16cb5c86c05c95a30d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:eb13074eecb1627bef4ca2cb0dde1116ca08cba2adcafe089e898236bb37dbaa_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f96cd58eaec24e92cb84eba253aabc815becf9264136c2cc898d1424fc8c87fa_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:8597574b86410624f04ebb0fa280276db1ffc676a56fbc74425e16790013ee47_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:901d510199b2e6cc87c754af5a1c8ec564089441f85917043a80733c4c83a430_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:9bc218ed94e8e516b01c11f26bd9adc30251067492ee2a84f55b573c2d09f6fb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a951a17fbd50a051cde6c2fc4e863bd70e29485fcb085c4d0c977a0bfdda5ea6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:11487764cd999f6abe6bc5021312a0ad9449b14b2ecc6f7bb24bc0d7dc57db60_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:362cd0740085d7b9bdfd4d10706b04b4b92ea759697c57b340698ba7fee0e063_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ece30fffff9f1b1252e7063cb4ded0e669f661e123a02ae5bd966bfc5e3e1ed6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f0813c18a84c6a7570cd3f51826e81dd0cc164299173d05ccf7ed3d31be71961_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:b5291a1306ef132559dcf0405c4a15d2921133356d904aba886e2577030b1af2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:6fe441946297aa27d90fceb448adfe939cd74ca0d02ac818d9577735a8bb004c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:0003426c210d73355a8e23970e027c7412123a75d979052113f325edc288b478_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9315e7033cb22fd8229c7cfa7bc78b10583dfabcc54edb3ace0a3eb435394f9d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:b5291a1306ef132559dcf0405c4a15d2921133356d904aba886e2577030b1af2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:6fe441946297aa27d90fceb448adfe939cd74ca0d02ac818d9577735a8bb004c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:2198b31f6460daa49ac33aee124d664f8020228052df648ee79a2eacb155df0e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:f1ac1040078d827c434858ca528df96b41047b32c27ac522d11d6d269da755ff_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5a3cfe8da21c874d227a225313dc98a3b175e9b67dd90917a201d5be2c8b0d12_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:a119246a2ed145b6fc3ada68e546e729485a34fc869e3742ea1b01b9f853f1d4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:ac4b25b223b08c445aa875106114964745002e90908062d0c11b56e27ed9f8b6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b1fe363d1a527033081799943271457afbdac0cb23ff875a65a6292ce1f6cba7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:66cd3d5b1343fb7f7fd7a3922adbdca110368de4f696b91066252229dca3f16f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:7793b9facc62469acde7d6064a4c2f26d8482fd1a2205add60fe47541b3141e0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8fb627e3f8138d9ec3c3903373502ea0d3f83c1788641f016a9de4d7e41dafb4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:f239cce00d46794f91479cfa3c94a2edd14e206f85e684131fe857a80215fe6c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5907"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:7d17650f80e7bf782a7a59fe0672f593cdf9dfde775b7153fa5a5c4ed8b86e2c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:bf046c55304478c82791a67ae0dfeff89af904d9b56cd63a29b261cd02633798_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e6165bb623041db07759616b297f0541fcc87dc3bbb91cc77399cebe96c1b647_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:f47af1eb3413e739f7e219ea89dfa0f09bc31f18a771e49ad36b32f8219d9112_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:34161b5f6663f9408d7ce5afd4525442f41332a9501f658238f3eb6568eaf3ab_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a4116b2262af10fc2c7fc40800501add9f5a9c671907f3eee75cbfaa37d47263_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a8dca289390dc8556a4cf3cda46e5cd45bae33fa2b1a88ca053626ca3e3339e8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b43e298d73fb723ce446344fac3e136b0d3347b38e7d199a09d2bfb85c231249_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1ec3135a01ee2bce646338cc6d71d35c8adce9f3603f0f07ce90dd88dbf3c4db_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:94c42af9dd8afefe53de729d8ec8b5f9103cdd7f80c96999b2863bfed030cfcd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a80acaac8c10d6cce0815ddcf0bc296013e97d2cf69d1eb6ac1b7f3b35b40d74_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:e4c52bbf17f055890cf9968da78045295f6e37e52e3f4be5807db679ff63b874_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:28f2daa782218c5fb085acb774bf1d8c13a208b8f29f4a12b372db2c446ada76_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2edfc9e18f365bf2ffecd7ad45b5693b493de472fe7abffe73ff4375bc6d2af1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ba51aa38b39b8f57d6908665938870cced5541b831756f4039047245e0f2a8a5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ca246a844bb6fb906816e4008c922a0470c82bfe6a736f3a926de3def6aa0597_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:07d09ce1d5c97a717dc1c0f540e21fbf7fc2ae0c27be6fd0869ce0dabc0591fc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:44e3c6d5b98dd6655d38e3523fb34ed46dc89e97ef8a86f908d72461cbca59d4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:81e7e1cb47cdbab3a46bf8bb0ebcdd218f46aaa94236ef250fef0fd143c9204c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c318da767c7ef1f2452bb631e2726084f48a640c962f8003467c72ff48225b56_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0b26257250fe3542640ce1a4f5ca71f90294c307eeb477f1d1e4d61e3ef233b2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0cbec11d17abd89ac4ff332c238f92fc49c19f3e1575c26c6654cf2668ca9e66_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:2554ae05f488567b3c752c16c59f852ecfcb90746a47d48bdd39825aede43c21_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:af26188e6f7326835340b99be42189550233a7bfc652375b0859cc058fbbd0a9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:31460b57b3986f0d6c84406eccd1801eb3a03d176fa510978311d46390828020_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:aa730767af15fab6facc460b6e418bbfb0555933b4a54b01d34cb83c1148b8ca_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:ab43b9177badda24d20e8830f375132854ad313b46e27ffddb8d68b6543d8007_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:ee7eff8564ad522223787fc270f1f4d4233359872c994981619f1c10b3dfcaf8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:0d809a095a0d86c0b149fa0e28f852c1633c2904d7bfa23b6900617ef7ffc2d3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:5c15dfcbab56f579ee265d4acf74778d154ce0185234810ea249d9b9e415052d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a95c36cb709d7f9fb89eb6aedcd7cebc104b90f8d9f1be6591981dc9f96af398_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:db9a343c67b6462259b3f300af5efe643b7637bbc88ba5aa65e06e4f573b0049_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:238158a2264b9688491743d5f7c97a3f152ea2fc4a1342fe4b0e63f618dc50e0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:6dde5ab62c9f5e35b853112e3c04a8c856ef9260318dad58352ae36c2d30bfb6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7309bb2119edca063c67c7b074e1d45d99866223dec53f9942fce421e2e76250_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c0803e9ceecf77a8b1425fb0634b40e4095bb9d899c5d5af84aa285527723d83_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0dd635595c420ee1672257b6326a193195b2d21945664e649b09c62ddcc25d7a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2cd23c69b8d88a73a2aa368cecbe1e8812efa47760bf16ee0629feca934369fa_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:4beb73d1a2c279b310fad6789fff0ae70cbe18a79813819b1da9c2c5b6959aac_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:dbf382ce2e7158ff2483336643ede99b2a4fe4cc888af72e92e19ab864c62291_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:303ed90fddf42d1a5ec3ad7eb1df833003ad750f4cea17710870382a0f8c720e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c358b8a12046693741c5e88afa14a25e066ec9e51b84e22935c19dbf34ac5455_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d98dff9a03e2bc6564757afd151092cc5bec438c678f5fe5e402365bc6bbfb03_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:fa2d95a06de233147317ad93109aa809f5487e74748550e40f4189e8aeb5f50c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:943aba9a3a70cabfc2b0c94450b39ab3fbfd92f12629a2e175ad89251addc2ec_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a7c31f5ce80372bc4c63b60f9741352565eea006601522e25f03ce902e35564c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ae2f0cbe29206ae3ed5275bd7a0b101dac0e3bdd5520493ad4bb360e2267ca20_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:b9cc7a6280455a8a36e26494744d9ba540689594f8a1d8f625cd1811eec2b0b4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:54c3ecb1fecd80a81cd667f5edb968c62381bd2ddb659255cfd861dc0a8e0a9e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7deb4e0cac2bc3989fa828677e4717eb75f1bdd8223dc638310d32c73219314e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8901061b783b8a41f447eaf32919989dfd24bc13b1ef61b36f1132d66f64288d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:921aaba9517c1b00e09159d4539d47a55c543b1c7ce3c789e6e333ec133b5406_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0dccc414a5a3efd474a9eaeb61b6a2130f652c97b8b71592c7cc52827ae149c8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6c1df1bd921b4b6fb22f9db19a2c69ef5fd98d231fff3869a22442b36dec0ffa_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:eef901a0f37823970eacc110d194b81a6c679aa3dee5fd0d350b66ebb53a1542_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ff539434c8d3bf3c3a64f040a5f7ad702ded9290ff0a894a03fd45fef9fe42d9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fd88ff4734a68d6a95733ac650eccd70d1c4d23967f32b3ef8de08cea8bb05a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:8b02d7c27cfbb38d19b1456282d58e14c8d64efdba25a6238606f66610e5e9de_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a4b3b74bd3e1a9a1c81f040810325ed6bee59e0fb708c9589439fc9c734805b3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:bc92d21475ba5fd3d2292c5f386328bbbd237b92ab7288d3709229ece5b811e1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:360c5f509936d41297633704930574fb8fdcca27e98d1614ff81dadfadab4926_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:5fde232e29f5707caa6bb5219f108a563ae59bbc5d2818e368a5b9e472a1a2c7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6f1a30e659ad462113e1f481855cc292a760900cb5c05e669b5baa0b05a15277_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e2a33d8b21d3c833d9de1d6472e958b67ae7c6583e326b90ba51a2e1992d4924_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:1a6641eccc288ff48bda2311e1356ae244308345fc4c6e8bbeda2ed8b9f85eda_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3491a7f01d29b8ef97e0d28cf1258c37979ba8941d8bfc79c62bb7ad871e1f19_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:86a9b3d8064057e95ea8935b94edd85042eb86751e79f7a9783b9601b88d8ebb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f4f10a1f9554ad0aaa4fb9dbc97dc9d6b1b27af1ca3810731468b0c458b86a98_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:b06c2047e92976665952f3b0352b0c5bf8b5a2e6ba00b5a5468663fbb0309e1f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cc10468c6882a877f993ac4f6ef5f29e7069f99d6b3ceef528c8d7069ed362f8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d682c5746679d8dd8534b3d9c4b913880ef9d5713b7febaa3c7573fe7900b61b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fbbf71963f1f9fe061819fd07e90df13d27347f2854720be55d4ee453b6b60f0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:515147b779e1fe06b9b510177519d413a679552ed6c2ecf4b0ca8816a1e1ff6e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:f1fc196ec3db364df254fda90a46e6b12bd50d50c01f2996f970ff8f9c1ea1f8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:4dbc09f5c1c4011c13a1f461025da298ce289912d98627fc6d08ffe1a30a2a2e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:d3436d8f8316db7b836d1146932a1f8de35edb75644eb0c9f0e3af334aab8f87_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:1eba9990cf84de01e1ba504b9b852c48cbaee1eebe2c564977d1419177bad652_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:cbd46373b97caeca24a3b22de19a294091f3d5e294f2931f01d786ef566867f6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:09824ee3a4038855e2956ea2d70a72b5d1e4a9ecd9a323dfe27eab6df7de5c1f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:8d89ffb1ab74d5e02fcc13d2a00d5e1fcca30720d987c140544e061ca7fc6629_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a8b44c2c0bed6ec652301ea4090bc62c990130150a8c1378a06fdb3f9a7b848c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:d2005b9ade6f74ee3df518d9f124b8acfa909d0dbd34c1c3b9e044c0556fb268_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:c0d0de4014902209309d97c189f02ef66292b254edba7e02d26549e3ee24d7eb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:f673fdfb5f29159fce99cb0ce47a31fdae2f57533aa49b84228ec7fe03274aba_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:07afc1a6c00649e6f56a64a75a345ed3ec97e28976ac09d362bc44412fa6b67c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:54319cca65ce76d81bd7a392eb841bffc14867bdc1ae341bf8ee6f84d10c867d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:445ffb4c0d9ca84e2c57333adca83f863428819a7732111b204da9f57bad9826_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:cf571aeea198dd0b07a42f12727db8ac78fc7d40eb5d1ce47c0e521f84142ee0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:80bce123dd0a3488a9cac662d578f451608252e8144ee8158cc877c02c3f9d0b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:89a69823162109668d5562e46ec004b719bb60cab26872234730c458dfa697ec_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:53babfe25e9258b6e8564df67e1d465c9f144976af5be7b30d95b0dd910f6101_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:733f6a4a3f1a1ce7f0495e2ccd8f492ce3378e2f2ac1d6f618869bc0460bd341_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:0bd4e71e9d22f6c16130426710bba8abbb82b0510cdcc9eb6cc74a412021c45a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:34fe2d2d5972de86aca83a9affd601cb1c4564fb1939f4dbbee3dbedc2bddf9c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4e01b88be4742c25c24977471d81262f8f0f391ccd5c49250b306e726e1d32e6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:dbb1ac39b132a5d539fdd7f13df09e84eacb8460fd7e0097d562ef079ae2c677_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:1ae054478a86182135ca308fc3f18c49da06734b34fa897f74544644474c7807_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:3b7157d6c737fa70532d96c62fa68e35fe547eedc6c50580cb89f4ce9fff4fe8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:152e3c57d0bcd719bf1e20ef7d43ccadaf30939c8c9899a2ce115a55ad7be983_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1abc468fd1a09c4b30e624ef4cd9257c2d104db17dbcf19a5bb8323682271ea1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6e535ada8c1768a2411ffa684bc624afaca15618b2d1a8a6c50f0b97be52668c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d46b24f503b741f3c919cf2f30409342310e3b2d6110b043128ae5d496219c96_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:12c1eb19b65af75175b1708f0049bb3eeb16c8c9a632957f5f97a5419246c7c7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:36103549903651a18d5c1c25d07dc98ce058140cd2b8d6e80cb0f1a940a277fb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c6fa0940709c377171ed6f553729935a9bf1bc5abb7c47f919d3b0fdbab3fd74_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f421d2c61baf1f196a5386d02b56b72593ab557a99c1ac61fd99d324a8bba3f9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:01b50335d5ef7515c859414036920594a5fa5b0039f5191aab1f16d291f3514e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:98a06124ecb76ea1e4d88de6b1532b2c8c6a7f554d1d25b946258b2d2e274649_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:cd6a54657188c7a1c0147c72b9d7ea326de2d7332eaa2c049ce4e02807177bc1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:ff2c7571055602c2cf719149d742d2e7cf308f1a077c420205bcdb2afff13c00_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:455f935e22bc0a892237c11e22b9bebc4840c26c61510d43827563312ec71fd9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:8b30cda549756767ad42a0486cd2987e13eb28078ae00996076a2c4e52ec50e9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b3f754533c34684d3ebc8a6646c8698cca95b6836f9b9cf6bc80edcc1c888f19_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:ce1af97db3e2816184795c6d1fa3cfef25329df11482b2bf4441c40e51d21347_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:73b55b309bfcba54861b619a26745a67efb4271848e99db56af2536ceb0fa597_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9dd8eb511b9258dd6e6e2edf03a6e6d64c1bf8a5422c173cd0b0d9e1b2cd1734_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b43f4769ae4bea0d180d4be8183c92d1fe5aacce4287fc1462032f1783c42207_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b7d331a0edf44bcf0fe747365f092a69e1c1c7cd156d48781d40d41a3a0c8552_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:304b520b8986da52f9f1f175672f6acb79119085841fd0ff0fa9754e8f22b34a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:67d76b9cdf3b5be24e7d157bfe385f184c6abd429860ba6d2280f77265929f26_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:df5b6082f4f05bfef1b63ede7fdcb5b575e56bcf264bb21e71ea2dc98c884ce6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ea8623b6dde50f9b993f9823e27349650e5d80f3f4f37c6b9b79cbc08ffc6da1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:401e7eda5905ff108ac067119245fe3684e50e736737b350baa06ea6fb2b7174_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:445489e10735202ea518bbee1cd56545f0e7e66742712cf5006c4d4ef30fc1cd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a583347caae3aa7d703a2130fc1f57b9e81ea6a06bd33785d87f92596f1f6355_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d30bda3636af0792fa0b182e8c1f79f5198a293572b40eb28e90e8e536416719_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1a369e0372bdde7ee5ec7ad647d30e6fd9747904580cd025ef0e20e1309080b3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2d0b89c800f09fb923f249da6536b9d396a53311112c458973fa9aaffb9bbd77_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ca969364594a060f9adc621daa9d2af96fd265e32dff63699cb42aa60ec1a9e9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:f1b997f7c662c0c8e91be2d02d6605fdab614bb89039ad1f38d6cac2b4623ddf_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1f379914cc47321de26756b1fd2fb634ab93f0d50400467df35dd4303100ad1a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:748a768980651e5d15e4b06d8483c6ec6db7854844e2b7dd789ea0e5d0b42d70_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:922cfbcfa109c304f82be7edd274534d18f9e2c7fe036e9b078ef40dbaf5659a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f439945f38dba034123eeaffd05372162855f703ab5a939dfc40c8b6e68b6dc3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:515b64496798a09106a5a99cf322bb02cea22a7d1684653ed251ea15532a61f6_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6de46b3fa4c0a353f73b6dab1c6dd53546b38a7cf754063382a47a3487aecfef_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f41ea3ecd58d560a52e13cef8384f6197d49add48c01c432cd8971f53fe5a4b2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fafdde0ddc3752811000a0b64826ec60715a45f09b79aae8aae637b6a50f3c23_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:212637507016bc9b3317c3980c30b476867ebc90d1c0724f0178f445052da718_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5f148616ca51bcf1c30183e095a8b5a981a9be858254938ed45229e4b4ebfdd1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:9461ea9cf5c260411a69b6b39c5dd4048c592f234cc24d481561d90fffbaf1bd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b48c6f2691532175458342223ed6c744b4dfe2cb057d1abcdcf3980127791ce8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:2c1ca60eeda0aa20403364a3ba33d9ad349e98ae3c839bff106d4b3d59426d58_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4141802dad81ca0be90cb3e030f18156e4f129dd2dee7b40d4b4b2f63d7ce927_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4cb581ac92c27cae351d2021bf76d97b20da9a9db8f2b867df879a2917d052b3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:da3dc2f193bedf7af891b2123b2b25ab8ffc54ee21ce4ee4a05557b7175aef7a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:232a25a7c42589bb08f34e08eb3e609ccc7c1de4281c234bb59df3c763695339_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:77021ef3e969e39c28e863f22541819957f046f28a88ce0fb0f706381e8ffdf4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d024567af8fb35126a2084d9c0de93c5b349249dcbd202c0c5cfb7d2d05bcefd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:eff2753dce033753b4687d9eb031bafad6c3bc1e1dd941de90baa0322bf14496_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4a8e36032ebb3b81b4e2e854fda6217a58adeb78e133257689d118b00feb9d0f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4e99ed18cc738391a0b1f7fd6e5268dc1a2b2d0c235b96f5def3d9bc25bd0c4b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:acd10e1026c3bcbe1effdad4d96922661418e8660dbb0e8e97fb69b3df8a3578_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c84a3e6dfc4b3abe1c2f3e6f63018a8d45fa3333969ac2792dce86ed5dc5f7f6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1d83bebcaaf20c68ec4705bec480e45b4a69d8323d118a7fe4812b491ea940f0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:bbd338c6ca660031115a11f293b165aef23ad28150c6a8964dad403618cef28b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e9a218fb77c30af249580c4b11915d4876083f642c7388c6333f70b781bb9f17_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:fd8e0cb32df9a3eb7eecfb9d5356a136590223e69130193ad8a92f310465ecd8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:0de9a2d5418c0fadfc68e9f64335c23396fc3188b1ed7191e2e740e53aa1b29f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:2c6a648364c88588f7ed1c538eaaf850ad4ae8310b83cff95c11db695cf4f528_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:8a408e4ad9cf59aaf87b0c0c97d3e66c4339943d810da2703cb4d0a946ac036d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d4f83ef7cf93115c55d7053dcbe9cf980bf522cb4c3dce2feb95e6574657384c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:06849685ea1a02445fd85960975e0f4f0d39947420d0f381dd724b37f4f44994_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7ad3e41c51b206489d6de9809594d4407f0eb02df060111359880560088c9140_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a18cc97e985023b176af5daad9cfe50eee25bc7e5ef657d20c17aadda7a76c35_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:f3ebe18a671ed1e458d9c86184fad3fea2e8552d8be87b3f2bc83ca45f6eecc8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:29d61cf5ce7ecf8bd5e49c5d01b16a82819bbb345160b90ff46f0d936f1152dc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:34ec4d660b408030abf6f5c0858fcfc095d7548530e6bd4038009c55ecec3344_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5a947d842f80e6e70729d0195ea3fd77111aa4a564c82e9bd0614fbc715a85a0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:c6b897cbd33e4d897a44ff05e5a2f7093a5fe930fc249901baff8a28a015c408_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:20dcf9ed5dab0354410b6c14f8476980d2bea66f42bd64ae0c1e354e185bd820_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:559065936f9a9039c45cbd63a4dbeb4cd3f69e990eb7a878571971f6e94c936f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:79e01008c1f3a1ba2dc98f7ea3163c3874a5b204ca731d056b89ebaaf97bae50_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:c36158a99dbb4a03cc9581c46a7f0e84e3ce098fea15d5b3ff88e10d41d0eb1d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2c6e5834f6042b1a4301f47d8178b2e718a3a459745ffbc959e40cc660ada97c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:475ba06839391550b35bd29309fc939977a72d4262b99f129ef5fc964adcecc1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5470d37d9eb90f60a29221fe605551618af1037c555e7f82ee1c7c1b6b7de654_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c8ce750189b017ec94762b6691cb9a911f97f04927615f0c802149aa3f7282fa_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:1916354b8aed42783dbf3bb7a3be6ebba6f561aa7d8c8f41fd6e32f1e46b09e5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:93cd970355ff2c9cd65c6f051391a1dbccf543a1f4e79ebbe6b3f63ac4030ca5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9cfa1d58c7bc0f875b5b2d704afcc95c4321388c94202c7ecba217a12164e8c2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f21ecbf880d3fb65422bbd0c410aa47136526cdfe5b75fdbfd82e720530c9fec_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4c6a4ba7469a6e3736176c838dd09acca392d508ba2139bcde3d01a1ecd493b4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a21c60cfbdd3b771f448a09b89c09f0992008625caa9fa60c5f9cfdc7d49e457_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b6a1d9d0b74f769294c10ba1ba65fa36a43217a374f3e37a189fe3de1d33d737_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e192ef1c1c539e194a2c7aea2c1cce32c6bb01bba982d3f0f9354649f32d24bd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:03475c318b9a57df484c7be2cbf35f654487c3084efd389cf4f6ce0a0f845dae_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:974abdfcfb3399823b6531a50c8d09203167418b09f859229de602a55c6f43bc_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:aa3852b48c9efac7a7e87bb01593b4a8c7d9f996624154d5a34c836e2b126485_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e0e95daab3cde4412e5d3222236adacdb8283e65eb64572ed175b353adc4ea50_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:106fa9124ad7bfa7e2a7d6c68ebd812cf2bc82c55ac092c1a702217595fc93f1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:18317fde63976665f03833b7679bede00df0f32327c1d56a26afe112b4d26f6c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e068848e4408ea82c40cdf03f2e6c600a40c8743faf344e0b2630f12d79f2fe7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ed90b2768c731b0fb0d277a285164c8bd8cb531ee984be711f64bc503292e839_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0ea0939567de6bf628dd5ac96f7eb68d3b29f1819ab932296293504e99ae3390_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:45720e600e73a2d925662c4c6a7dc898e4c97e38bf9b6c708455167abf99b51e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9afcbae95f66db36e6ea832d41f02c8fa14ab3e79f52dd1878ea24b57565b547_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d4e9f8ad81006249c50770495829c63f9322d0214efc045a4a7b6b0955846f0f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:1d66fb102b391fb88b40efc0dc3b3935d6f4db31825ee4d878273e181585e0b5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:2a221eeae6e50cc04e9466e5777f829f58311b2506aa149094e5e31e0cbe6e09_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7f15db4d5cefd46fc71d1953fc5cd62630bb847c6966523c5ab3d6cc2e5f6a05_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:99a3124337bfd603542826a78e4068bfd7ffc9feac98bac54bd7b3f3384faf87_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:86260062116d03fe7c4ec9df2fde3ccabf315ebc380f61db472d334be90dc325_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:8f284d614d7fe9d7c0bb5ab076490a781f0922453650713dd6bd722a409f650d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a43770fac453ba7e59e8af0c2aff352471f81a1b5f34ba620d4555a16af464ba_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e3a8e74f008721239ea7c070e6f6def1e779b723863e5ca279702f81cdfc0f5f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:669084db9430a977c4370fd7949543c2e57e82da6db6d01c376b3c345f7c693f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:9c91c1adec653c87fbdac6f5755528a27a4ead82d740af2a5e5f38aa16789804_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a2ffcc7216ed314e39ac12c0cfb30d29a6a4267512cc24a8f59825967273a2b8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a950db91a853e2b6073fad294ea604d51e0623b8c34288af1a98752f79b873e8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3af31e33187cf904b7a3bbcf7cded17c69e345c73301563c60312d35d1b694b0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:42bcf4c037d6212103448703395c0ca44f36a89533e205f0965c2c111d218fc8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:7b9bc218875615eaea10e71de2ce1159bbc130dc9099eb71d9fe13d9a0f07179_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8af69064595a39874365e60cc66d5f6697f28df4f82f8e26b86eb3fe08eed8dc_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:43a9f7284fc596378453b6e3a6fa1eb553d403ee25492c8c10107aaa77d92412_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:9074d73e7164486f4e0bbcdcfa5f46529fab2937cc5531dd88b13b2fb433d6b6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:a6656391bbce0ef6c085dcb040dc623d737ee8c302638d0e952eb2cd6e9671ae_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b98987da700deeb50da293568dcab5cfa1ddc843e36ed4dc5fe6d0ac8b63c85e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:66a2823e0f80a885f64cdff57291c2d6af6fd0c117c2d033b372be28b0755b2b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:845d9b912f7dc3b56804668e652f7c6b711a3d064501785ef9fea0273f60063b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b94aad5462be3a96ad9d3a88d8aaa775e8d6446b7f8d1b8785de703d14875cf0_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f6ad6761f6dd00ae42d248741c778b31492259d891751c9dbdc6dc39c2960dcb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:7b31119b0f90aba00af66b6bf6e1d2f7248d3db7129a6fec071a9fba31dfd0e7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:93cc886509cfbf78ce38eec32119b47cca28aaf3b43a254a1deacdd86de5e877_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c4cfff6e697533c3a9323ba6ed15b74250ecbecf71123cfe49ad56708f505021_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ef759942f6399bbb13657a783a7648dbf7ec880e8f6d4ed64b69812f696fcc1b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:155ff7585ebff390dec5a0ee00bcea904cde275e165ac634b2083c1fec868a18_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6971b8fa9f04515d6e4d18a27982a2496a4efaaeff90e741f3248d31fe1961e0_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6d590f5de5ce957e2d21fbd86c08411dc90b6c2444fd43079a04e3acb35587f1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:718a4a859157646f240e5fa4e3f8ad5c5ac7e53373d8b5d0a45159f5eab2c9a7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:629f7a041cf101c337effebc71d27cebd4dbe4ac7f7eb58e93f872106f88426f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:7761842991965d184af3f11919c4a4524d285d69266f92bc01ddd1cc66195fba_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:9865d9323ac25a120e3dbf34644b7343e650cd04b201d65518940b49432f564b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:9f6c2d965dec4b6b13fa96bcaf0134bf2acf302e2a04fb6926075bc9e92de97d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:855b51d876eba214e06624567a2606ed0be538fa6db7e24fdd508a269e1ba2c7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b041548b2283b0b0837db6749c0da693f021d0510a5628bce91ff5be1fc83f71_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:c7fa529102a1f95a53afba3a07db55a3907123cd8bc01cc6e1c4afc3c41928c3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ef32e7c28a82efb0ff8edc4d2678e042afb2c378791a34ccdd9243eae5246d61_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:0b779b84bcdf0ea2821962e7df8f34696f23bfad88557c21ae5fefbce289acc2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:54847dfd1e87683efe51562e103367f952ea801cd409968b8b5e04ca0ce48bb7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c86b554d052e4c0f38d69b571d246c090f5843302d21fe0f2c7c06ddc604488_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:78d85dae433ada85e1fb57166d278887f652a03531326bce186c7d3b207df288_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:4c4ec9a44884b5d618f231cb65a9b69078c2d86c8f168d510441814357f9fbd7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:5bfc5d24081ed832066492f2542d2566f40aca433535ff6536307feaf416c727_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6717dfcf0c98ffe25190b97c977daafdfa53ca406572d81143430f4218a17382_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:fb7ecb21f68557f92a912f0cabea1719fd8969638e16f22c5c89d433168f3ade_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:6f80af3728d41b78b3e855ce438ca882452a785a0b794c374475e6634390f6bd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:7df0f2a7c3268c3fd166e4012ef20a9911d6d7be4ee9e260b2a8343a1a5c23d3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f26c33eae235ad613283bb3629ae031e06d95e4371b6ab35bfc95d6cd6eedc70_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ff72b14efa0c7c37a3795808564e00f60bee07de82fc22c7d1e0822893abeb8d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:15a34ce98242d87b27bcb7a2ff5f8a3426766e31e4aa8dd21280a94a0dd5de07_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1694ece44a326abafa983a7fb2b3f84f671941fdaa708c21159b2164bedc8fe7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:5316833a649816a20637f5815460cdea129cd9f304d66406c7d15210e09adc7a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:95a599547beb53655c1f6bcfe533196664371a94b5fea328543a5f90c1f4cfa7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:0c81a72caa0f5697779c8e808aae1c6da81c34d58ea22b7fc41535e5b047d4d4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:1b5092eff9d9daeea6ffcb7c40f04754c401744c8085b77b67f231cca7730818_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:7b0157dfb720632e557c0c1050c643c7a9dc9b36c5f1858a37e11604b04b795a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:915d7aa28dd103a665a72bba13375c72118885bc3867d07922425576d5372f71_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:27483fad6a2c4be85baf840f33c72d98357bb6a55e754051fff08820977c7a3f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:5bdbda0b9ae82292ab9dcd9c3907d42687418e591984ae30b53d93f422ca9d86_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:93069055bf2d16735b13a8ae1859af38b6b7b9fe3409806c30a2147689972023_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ef060678c540f10ecb261b29b6674be6d3830c7ed0e51f221256fb09130b4dcb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1d9d3b4b90eefd1714e4814e4c340d11a88f1208852b7c624fac4096ec3bae65_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:37afefb255d2e64fe5d72f6d32a3e4a55684b658b114dd341689ef0dd4cefb9b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6033b93ce5c2f73213bd89e9709038829a2739e238a1f827cdebdcac8c39dc91_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6fa75960064a732c4e25407c9c2e8b75bd98feb5bb06c9cd70dac8023eb21c0e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:5eafd2fde7b9fce1b13109f4729396155f7ef07d73d51067b11f96661327453b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:825963b5f6aeaab80cc3c6a3c173b588263b6a9ed2e481c06d42a229d18b40b8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9c24887a448382a80d554684df4280c49a3c6ab89fa9164d547d0ccd25c5b0d2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e423c9ccfc07b48c6ac2cc4369a6fd61e9b8c420a08f64d69e9a35b887874793_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:0ce9b759a50e8562b80a2466a194f70d0728ae93717dadedba3aca34712f14e6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:814fd188f5a532065135552df55e4c55fbf9952ba35f93ec6f4f22a4da2a43aa_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b87d5c52b3da29503ae5089fb3422ebbf5ab02840c486b19678a9c65f04a9e7b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:e7ed0864902433356021a2f30c65020370c3062889f7e5838be60d0ddb098ec5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1622e137e2fcea249115c062de3bb6e0a099ff4f4545ed1c98ae2109eeadcc71_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4a66bbbcf3b973ae35749d7d4a1987a561a57d16b154c0471092a2f242912e98_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:51a7d1ff4fd4ac2325da2064724449847c4aac05dadbc97f30d93d89bf887b1a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:f1743346567b7c2f4101128ba81ad4b3b00a40f3a97a465df9e1b895a08cb8a7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:852af33a0803094bcfd34f452e8490f95fff66d6e2028423cfff0a01f201457e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:9848cc582e21d833e5d5ce00a0655abf37173bccbf944e192510b3373510d81c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a97d77c1235d10228e36d47b304a14c05a10944904685f344953da18f2d30866_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e5cb819739007737f750a96605f14991efb3195f13c906efc64db87934389379_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:3d594065a138374b4efe911a3e4619baf1d888272607e83e4f614e8c3e48d2f0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:7e2fdd43861a1be04f8f6cdf2fe2651d1f7ad194d7a43326e8d65d7757ee3d7d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:08fef794d449fdc5f89da613254f8d8cc2512bffcd5a8f289a7bd8cce9f8660f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:9e43e41968b797593eb5d4823f8e1e7babc642c3ec308673ee1640198f12c234_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:2ab98db3bd54d97694587693c196944eedb77866bf2dc9fa70e6d186c0eadb34_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:cb11c30ff4bbdad9e25e12e2960d754cdfaa7af1507b07e74e21aa31a45b0390_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:107a0f20bc821c4dc4eeb05f29cdd1c0601db4b66f5a3245272098dc41ae7c5d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:38f286396ef7e0557eff8cc665ca46c4248e2b060aa9b170873e13eb691b207b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:5d3eff686a6a64f96a79d31f8cc6a88b17171973f4718d3da82e0dfd456436c4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:903ae03948c7e68b1eef1b1dc2f7d8718693e3149eed21862cf1fcfa13482dba_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:0fb76970c4ef89824f28a0993f2a21f5c91aab7bdf23d6d045da48d9c4d176ab_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:37898fbe4cf22592901521c29bc10ff1f3b8df7a200d64e9c94d037e8cc38e60_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:c4393a9eae01a0bb31f85f8a6cc609f80a8c2e7b7c4372c21bcfb91492ec78a4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:dd74aefdaae0c24dca43a36548e371ce292af5423751718b1a6480224d5e5680_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:500ce3a45214ea5bf17b0c7d0ebd33f75183db7bc04d30f7d0a25a225f494cc5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:6e201b3e5b45494f8ecd6d607bac314cc10b419d4f3a695c1aa9824b6eb9b8bc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:9772d2c999317adac02475b2448f24acc49cabb83c7727e9e478642dcb7e9794_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:d8d22b7e59cb411c3f1fbac22af12b78fcaada8e56313b2f5ac89806152ae825_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:5d1773de9a1eaf4b18081c968f3d1c3ab35af0333dd8ccf599c30a5336b40ccd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:93415b427bdd9185565c26901edda6e5d0e5b7bfa013605de8ee206716141c4c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:be9f4891181cd1b58aa9a3fa7a0d26dc3a382e9dda02744b06a1cd7d806ed6cf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fac44a7144ca9e888a74db83f6eeda24224d05238af0f8cb54627b74148f51a9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:20544ed1aea9d8b483ac6dd9655a0d108b80121b7011406e0a59de4c93060dd9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:29f0f10ec928c8face73cd03bad8478ab4b8386f0df20ee2482102f870f198c3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:adc31a12f2eb578e7bf135bb0931aba306487174c7e8e71f6d3d8661aad8c350_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:cc2921b6468b77227e9f210589f07cf458eced2ef0260582d0a1a4b8f9b7a613_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:156540860fbd6556102cc1abb3762e6595d374fceeeb7745d92655aa3fa74551_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:426c0e5e5885ee0450f36a93fea6f733637011c5f5c97ea2c790e0edab5d7cbb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:abea604212336f8e3cdeb786913ca33cf0843f3eb7be0d1aab681a005e6c9417_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f58646a44ac2716d6842af49e48f13b6c0a58ffde7202cf6004f479658ecb048_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:484ea3e99fe746668ca7fed6862b095326bfb8f26cc79c0bd4de143083b0dad6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d2cf9eb8a6b0528509e571a8ab3710bdb6b40abb5f19d797a9097524d2e3cb7e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:def75e5d102cae679cece8fb7e7cf26631d9aaee782319bceffef95fe76308db_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f6a4b9d3d3792cf016df0f539b41c2d33d4cfe3a85f87b8b1a2215c703a13d83_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:17d73f64095d650a84959f826da3009d844f209c39a9cf55460b842a08968fc9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:382ba71516ae6c2ce3670b92bb206e5bdaf5dd0519b2f1a6fcb417b99f0ccb13_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bb9cd5df0da433f514a256dc92610219d22962f8e9fdddc4a1d6bdda45174287_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:da71d08bba2b937f4111e6d773765da8379043335d83e600743608bc4c3b7580_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0761be83c6edba07296a17b61838c3720666dfad633f9edbe9643c1cca008a8c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:23021b0b3a60c43895c17a9d27eb53fb5cde7b9ba6ac7a5d81d1723d804ecfbc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4c802a4f273a7d7752c93b18c27e264cd373dd989797d1f9b970ae368bfbed90_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b41f90c9d31171dff6834e9c7b72ac295f7e0058eff6f5dc7480d7c4797b9700_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:192a0e7b36c1fe8b6b70e6504e12a59ecae23ef83d563ad4c8cca3ab5b2cdbe5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:39a6978585f0e1c57d7460a4fdd668a238e126c2ce7e599ad9e847bb55783249_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:851b15fc576a1939eac61342bfc75875d4029dccacbd57bef1b12ec784523bc5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:dbb87a87d86cf4186ac9c4e546048bd07eb4e4b3734935a152ecbb60bcbdc1ec_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:2c372fc451a83f382e57e1e63de0f0b10f0479e665c2e1d39b20c8bd2d84f51a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:881e89459149105fad3a737087f34ba6a0bed3d933bb73e4d1943a36d21a1f55_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:cea296a2222cfeabbdce7a42996be42db39f3d89321f93ffe705c0c01e7b5b30_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:ee35c6aa82fa9353c63acb0455e5196e946f423be7418de921beb7433bc27dd3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:64c68a2c39cedd586eb70141b21d19092d16303738072987e6a33a208dc1ff43_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:77d5bcf195bccd0d556e17803f4c5273010543366112916c8e9e4189b5f68627_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:98e7b50a5fb4fe900b08a52bfe5f1af0f189bceab97ce106ca4550e0fa5bf487_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ca76d72ac426b6a7fcf59fb99a3fabee6c5ad3e0095e75dec3a06194fda37740_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:07406356bc5aa39e2d130e94946ac1ff2346d3570819af5d1a228b3e927b3df4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:628d272cb4ef7a625677252fec78b4f6d7daaae10f3fa21e9e605fa294ff9ef7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:784c9da7c826f43b21b798e18d89f696ff3c0d6c999353336d1709149e3ed6e0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:806bb2fe904f03bdd46f5e7fd0da4e8c27badc7a363a034a896bb3c9331c565f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:09ab73ac9c9dae1e080a70737bd6f8c927d47404850ab85cdadcf2be42dd0b1b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:3ad634a5d007320ce93be80165b01aeeb25319a7458cd465aa4732518460855a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:71f3b158f659a76b705d4680a0f81d930f6f622546c903aa2bac8548382d232e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:cb741e1ce964c52ad3d7c373dcb2b2cf0292fae1c857f71cbec4485e0b1e3270_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:23b98311440ae92c9df288db4cb9336e442724af99c860289733d6c35dc07192_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4337bba1939749aef224134e01759014ce11a2ed05926c790c0eae870fd9b8dc_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:505907905f0d1476c5dbcbe7592c9d70ea91df7adc38e9618d2c48355ece4783_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:bc326e66fe857b4090cd0e717a9976857d63a5538890171adc420d47946b2c95_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:84abc2301d2fe7fefe78aa5dc90ddda63737ac2c8c47778b898a91738c6d69a6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:93f2305b36ca634a2b8fbbeb4bfdc1a5c868e791430d389f0e0326ca839920f7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:ca16e72147f9d94306abb1464485feff4a03a4922d5025d4b7250cab7ccc7732_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:653bdf880528e317bebac6f7aacff23ebab11af5bfa931af13a8d8e7b2745eb0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ba86e60cabbbf3c8845a60ba559d1a38d5370ec7ecddeba662ef01fb083030b0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ce35c93fca376e03d1d08e22b8146860e5711773b17f35e32a87bdf93338b182_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4aa1df7eacf95d9408d5016f5715b38ee4ecd340d9a66bcd55cb345d98de466d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:87ef275495cae4c69268a6375eb5e07d9895913b019bf1a73dcc5043b3a24a30_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:8daa3769a103ab420b8b43c68ed6d4d90a845bb23a358c62d38cf679511d6fdb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:18e0db16b10f2edaa9919257d37587d7df3c4c62cb88b8db38cda65e509a0492_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:1e12af727903c112c263bd301b9abd522da36fbe64e195f8a4d4fe19d34e9c6e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:ca613da143b223316bbfabe5c1618d5de77817057a47f8430b9541151b79f654_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4486fbb2570877848c2997a50aeaf427cdcf5f8a2656b3212c263d8ce0d8cce1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7e83a01469262e046bc98732e0e7ce4d71af991288d31155a9379d967ffb52fd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9d999175269f2e59feec60b202253ece2c27add1d003f80c0e40eae8d2621f8a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9f31f2da3caeba8ef97368c1ebdd3fb1df9aa911df241460d27fbecd2cfc9da8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1638b6de2276e53fd93970eecb2bebc56c34ffc099eda9bfcb02dfd10eb07be7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:22cd25be6169ebb1dfe48722f3b4c6133f14c5d4f6db6ef5c7c5c9f976b25901_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:646993f2432d9a7cf3d8d56e3caa5abb77fab65d4dd40a01ea68bc59e68ad082_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bb4b4fa70f8193a7cc49e278475052e1c053e1dca44298f02cf8a0c1bb95c740_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1076cb5e72c6e457760fddde4d94257042f5b0ebd7076a8713499bdbf4943c8d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:3c749018959822c9a7c67fc3f28f62236f1791b999901577445838c8f78947fb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4aa259c5fe5a5f92f61775e842ee7aa66fa29d6b75c2b67cccc8900b08b8e96d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:5fe33023e5387e6836b35074fdc002ca7d7c85c6c6cc95f6f645b1a7a3651b93_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:02aa2709ab8f16d997dff85d05909bd7b67ec3e4cf91d50b285f17532d8a625b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4aad374a238a0306aa63cbde5a29bb75d5b80d2c691558a1b384cc6b1de706ce_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:786af9a1f3e4f873aedc740637bd197272f21553304b987476b2e462b0dacfc4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c449bc96c47df9f808b4e89c06facf7eeaf44761485077311aea32ea1342f5e6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:9beab497bfb41b47b9f8599920563efcb58961c2a8166225f1935f45657843b4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:af7cc2cf62f672d6a00016c116f3c66b72b64fa0d05e7753c8e4b6e628a3a082_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:3a1c445bea72192dc031e4755bd063fecc4fc9139484f54d8d54af26dc755f45_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:6ff31d9e340619aff002ff35ad43b6131042cfd943dc0deb54f19721eefa1c14_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:227e8c82c210cd100cd7aa3b8c5bb39b3ff31a4bb6ad78bb7134c122dd9b02a6_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a7587160377c6622944f5dd49380ee9565d49bc02da4c5b631342a037835c574_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:2793040a3ccbef82e3d074bf0597a8bfc5b5927658a8bf4148b5b0675d6fb3a2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:835edd6d6766e17d868f7f6d283005b2ed2d38cca7fbad1c5b36f63c385b8e2e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b635f689b42b827ad12ec312500ac2582c022eebc7776bac97532bd61ac31cce_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:1099ddf483c4cfe64f687fdbe5587648756fb5b9a3d01538724b2ea2fd5ca6e2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:30dc9e1dd4b35944e21e40ad23583cb9d14be00172a0195dcc95bf8e01e34e1b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ac4fa9eddf99f4581573d52e741f0eca595c9e5bec12cb177f0eacc7150a46a8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ee30d6c3b56fb533d299a7a432618a1b2c83b1d9d72b2c58768c07c349fe95c8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5aece9cbc711608ad1dffc12ade865996984d714f5e64fc894bcc3985fa9c521_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:adb1d854f6dc5e70aa0f33164a3ded5a715ba0ccf894efadd73c7c4d661f0b21_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c0983bc8863c23ae680915339797991b26c17fbf4782caddc071a60c17992266_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:cc90303d2e2d0a5818706672d1aab7847450b9d2cd991d7638451829fbf26163_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1485611739af941f4e368aac9cb95ee105aee87258e5d872d51d7f74291a8e20_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:45d8a8c4703462edf967071e89e08d8d9e495d69245ad8b6ba2d6e80f579eba9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:584f6670245a288d5489cacce0e0cabb3c86bd6698f8118f49b8e3ccdfb47c39_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:5a29aea0e28d0ced0bf50bd3dac2bb6f6edce5ca6ef373f3d097e668a9e8cf35_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:3aaedfdd81b32cd2c67a0d39f819fc49ee2d31176496e043bd4d85efbd594481_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:97e6f95d96f347f03dbaf58cd6c7bf6c926546c1991cd83b5065fe0cafed2586_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a8b9d35e2ec9f2026a2ddf034e9f3ab2a9ea622924960f7d673564dc33ab6224_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:df1a7c4c835c59041b8c16e11580362d846ceb9b3334b8aafd36d3140b58d063_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:4d3251d46cfd8adf16ce49e35007a998689b714615bb66a12e0dcfeb896d8397_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8426d041e12f43a2b78791227c0f805afd75de6e306cf8bdc718f0f76651d75a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:aabd98101d18f4f5352d03547cc2cf784bf37f962b9c875059d6365a3371dd72_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b9c93d7e3ae198d025eb43e5c2caeda4198462ffaf407270dfc7119316ff5f98_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:b6c870af5b455dc9fc17314802f45c9ebf2bec19810ff75b4e157d96a94e6575_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:d2003914164b0f04ddde9b10d27ada74e57c26beb7ad06dac093098903909907_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:16a4f25c37894fe7ce7a943322dee37d8419bae36e7c7ca7b4e73dbccf8372e8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1b17792f997e30b1d5bf73388b68de6604e4235b0a10e5dc37955f8ff2077801_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:29871a94fc618bf280a7c38280ec0642c766838bac34a9ace503378a67f4638d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:fcfb0cf49134add5d8298b1fc1f52ab3eb924efc2bf40ad077c3def948b3ed8e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3144944813148f5acd4234b279b5569e5bc8942f390c76a5a88789fda81afc56_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e44901d545ce00d89aacf5b5afbe68663cb157adfd23f4b280f13e978c7a972f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:18b95158ab8c6470ea281f81f5f1dd2c0d1c198be78d3007b02f5a7937ade62d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:31bd9ee7e75b32542cf78d1cb12d254a93cf9623e00e5649c016bbf32b8dee04_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5b53eb46cbfbf25649fe3bedfe285e197f65cb55a057176d057e90bb65cf6562_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:bc8727121110bb8a6d9957f7871a6369e1512bb9cdf47a6d23ce12812d84a791_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:0747fad048dba8c93662ced1c2b1a18b7f9f75bbfe0740caaeebb9eff3acc30d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4a22ea1747135e6bd85bc59db41d17d0b4e761e29330e7e3666bf4d42a47649d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:bee322f686572e00dc5c6d7076de1db0034a26cbe44e0f9276b394718d6c191f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:df9ade514c7f2a80c4ea829e2f1890dcdd6a4acaeda829d3620e7d3874de77e9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:859e9211c265355892dc4aa19b7d845b985be40bb8f098702aef50f84c3e5eea_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:c2e28f6a9e1de3185753cd7fd47a51ed01cbd49697cc452448adbc961fe71003_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:c5ae19ec61f3c9cdae0db38b1aaa03838d421f9d4473fda4e52255cae97a2fdb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:e654a7604401da1deff9d8baedf0f7567831fe5f86f75e06fea3e5d140bb579e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:0640a6e0ebe2a6982708f326bc721c2c754eff2afdca443499843b111f223e39_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:5eb8c786a348343042687f659f7cf8b066efc3c4ed8764ecf36dc6e49a468cea_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:83237f13a3a3e051643bc1aa46838b87be13126c0e52404940351a2324008e68_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e67d6086ada10c96051bcbf4eb7414c407832de86a8e2d89364ae0d85a883982_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:9ddc6bf41dfb204e9241c57de41e0a6e1ab1c3f8ce2ef1a90573bb7365ab2bed_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b025b5d368618a31c64189f1a5f9b3db0b24068306117647796f00a22f6dc4ac_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:de35e280f4e50a18f2616dfc561db85b315425ff20bbfd4e19d5f64f93f3d0ba_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:f0368d0d3968189f10cfcbb972046bf09ad18a7a1a747887c239b75a1988344f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:21757065fc31856133fdfc4d459a993262239af0d2d242a6b55800bac866ef02_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3b08be9a543ddd200f66178d51c0f165c380cbc845a1be672b85e9dbe2db9f12_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:8e9d4820353602730cc0e808b2cf6ffc20ff80ce06915e40027815e9046555e9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f7a9a92412fca24faebcb8a574cac92c985d1392f1544e71fa26bea80314289a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:119315e723ff4b153d8f756357706bb4cd1ec5a160a7b173e359d733c680469f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:808301750b17198c8c7f5b2b71e6bef9a7e3d788ededb9a5f79e1b13e64fbc82_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:89ae8aa54d64f62a73557d413c3f146bfcca1c237a52bd57f0ae87ba8c8fff2e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:feecd842ada0c39c783faf280d103523668de8d16d43dc22f74f262f2a4aaba1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:595fd9e735db5032c9bd3a668135d99b6df650c250b294c4f8b11d67f990df79_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ce4371bf509e06e886c5ebd42312eaed3ed31fe6b8de91284f4681ccad199329_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:4662806bef8ccd703086edb7d1eb0c99f785927b1f30f227bb438829db52e532_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:d06875a7d480abe6e062be719a9d6ee0900180e659c09e2243df36e3ed55db07_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:2f6efec846cb1babc0dacf51b67634e83cad5e0f4700f5db54f8c356b0df8119_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:46a86c6ddb9f5bc798b43735eb0cf9d515091549680e43cd2993ba1b07bc052d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:aecbb57cc9a6d72de8520437e911255e51c97e4c40b55ef207fa98fa7c9dac9b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:9c8b022e6bfe80bd4998f177c0fc25e4a5d224a6dde99157f21de5d08f18e4a7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ab6a31d53e6e8a5a0b67f4020a52faa7fd3ce35160189aade3e958559b467dcf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:cb8394ff8b96398f8db5bfa7725c260d343774ec319fc1e3917dc19fb51c9b9a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d82a2ea6aa1515bd56aa55ea999f91e9f688e480d615fe53bfa2c74c1071eb82_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1af22f98af2fae1429e53c988267710578a3a092524eff5032e0c8f397a6a953_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:2ad01a7c2e75bb850686d59dbf73937ea69505657c2f2a55c10e4fc17ed83f82_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:95334d618727e811d16206a6f99991e93dde4bc8ed26766da848ea879093d736_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d460b99f6d0595fc76b4e85203f96a8a809cb709e22f4d8f819f99bc3e817688_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3b1986a8dabfaf0988f12820e1a199cfd0db684ac4e8d956ccce6eb8bf1146d3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:8568a6a6dc94a45bc8feadb7ff1cccfcacd176d276568ab96f4942aeebd4938f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:e24967262f34a1bb405c1010688b4a1ca1c8271787a1c8f5d8b86cf94429e6ae_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f2f71ca77685bcb4618502f0da4f242d48cf2473f0c7e439582e98f15bd0004d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:23400e78f2af2eff9dbed7a4da3000fee627509e5d4c87742aa87f8be1229a36_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:64863687e7fde678af49d370c9fdd5045d47dc2c3b921b179dfe0b392aa4b447_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:70935aad01a4c3b9c041d22554f4d8feef7038bca871fe1d84c6b74d4d830814_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:91ef5f2ef8cd345731b53ec5e044c30e14438f1935c74b5eca2436aa35e5a7c3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:071766cc6bb41db5220aa5173ef5d576f032ee1e8dd9868deabeba36f7798342_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:5a9fd7861ac77020db7532e72a52571c48c4f62164c1c5390cc55771b93894e9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:adc440a9129c3c9baf62a3f961179c843f6e68a06cef4f64a64e2a8cf7493d8d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f8f501653da6427153aa72340ac8238e79459759136d64d2ba6f8ae03184c436_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:023893e6a4a14842645d23171ad5562940fe5a25e681eb8afa278cf154f60a5a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:1d5ee360957a5cbcdbd54e71dd9ad1e0ee1a37f994e80081a07c289fe1be7c61_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:298f6b16fd4c32caa2d49c5ce1374d7d2037b3681f74e2bf7ecd0afb80c0e436_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f6048c371739ad69e9219e8ebe2045a246ec4ff01bd289bf630c45ecf006f52e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:2c96cb9ede1464bcdb2aa65b23d5c317050c99a9c7674b217301a84734b7fd88_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:31235aa238bc0662e8f3efdf393f9ca7699016dbe1261bce0ce37675afbc5054_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:698f820f8b9ba7d04cad32dbaf6420ac0e1ff5ae0a1d10f81e867a123dad0a60_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:6cd2462bf7a3f58f79de73fc8ed717092569862dbeedb6c72999a8ece328260b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3e602466b3dc3fc4c7879bd90a34a96878e5df827fa7664dac632199b2805464_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5839764d395594b922ad989a3fcc5bab129eb919d2430442390cdd7e95229219_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9913891ed84afd601b5bd646398f266f6970b7e3e164f423ecf561afbddf6f9a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:f236ad01ec1299b4a5e4b174ad698412bba0f090d7316672f230abadd209940c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:0c1f5188f4e79b0c508dbef9f9f6fa5c658aec17a66dcb14b23008d112aeb6a0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3d27787b58896192ef0b2da74861207bf188e5632c0d7b06ddac476ef558175e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:55402c1e07f5de8bae74f8fc9a579c2403cd12e65f9b6714c4d6b57ed42b4250_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:975fe9a014b7d9c4339bb34d0bdfc862b4a4de19b4e02b5b55a484ab99f31bbd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:142d516609c278895aa3302ba638724fb63ecfcfd232e1fc6571f5856aa4e034_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:28bb93cbe40b57c179ed088e45de698a93dd1c0c14d6ebd098439a412478d314_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:441602150d0bce7f8941a293e3a803bed75953986e93dac3eeee50848204728d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d92da8068e3440429fcd5a5b9f178dad1a0bb14fa3bee4849a99bfcc6674e37b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:55315b85da730c2bde56b7d08c4caaad5db5bfcdc2e9f21286ec48e58fb1c64b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6f2c19276901be4850c3d9f502da1365d84dad18e3e1327159af41877432c41a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d4092b12df304edca57e47dc5ee77e4e9006297763ec2e2371ab3856f94e4654_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:f9e46d3228ddf05919d0115f274f94f8afdb5e65c54fe6b17514e7a3b04d351d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5e06c7a4f4f0b3829c21710249546680ff1b7e7d541e30b556dfa69aeb7a5ef9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6ff5ecb5b92ac2d9b1498f86211b19e22627002d788647062ca604ba9ac8d7b0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c2c203df15e000f53388a84d8ab5affa78c4210861fcd0a28fce99c0ed86009a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:f080c488e219c5b862ea88e3ee48bf866c186caf803403d7605ff3afa5d5daac_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:4e6bff26378ddf7b42fbb27566ff9f47095cb5fcd74a26dbb1604725dab7c1cc_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:63efd9d23d66a2e7c754d1b921016177edec08aca034786be697c6ade7310e71_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:b15dbac78b5deda1493f959c14b14ff5344b982c4373471b13ab2f3829d520f0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d101f7ea169ee12e824370400ef6a94e0cbd48aeca6fe0ad4777b9bdc87d80aa_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:05692fc0d27f1bd3a0feba7c0eff4237ef52878ca37166d92a89aaf190972aac_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3805505b579ad8be8620a53e792410bedcb7e1716f3d6401e76c8bb179d8aae6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:47c1d91d614addb733f775406e764502e556f4a7414dd1a2060d3065f6c3c120_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:58650c0ce9725ed10e3646acdc76a72c4d3abda025bcb735ac2eee42ea261e3f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:4778a088ee10ef3ba59f3323ccccf942000e3d2bb8b0bc201822f7cef74909b6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:599fdac73334d243b4d362b2a752f184f303aec12e4426ff08b1b4a6fca0380b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b1ab8a122e88ee201853c669525590b6f73a60803d1772536e76c56531fa0041_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c231527dcedf3606bfa162c0026b0b037d41a908d6be2418f4250e234dc66023_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:83c6087954a19cc11c7042079ec3ca528c8a18678928c3ad9ed8b22ff07df36b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:209a01330e1894300123bfbcafc53948760feb80e0c7c81e521ea7abef269d69_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:013535daeaa7ceeaa565545a98d942396a07089a96937e4960a1fc0d44a4629d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:40fddb8896fcca216855ef34f2c8f0c6cbe3a59c6bdf4c3c751f69b57a63ce4e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c3f081c38876339613b7a641b30adb9c7f3e67d446151c892a65256ac274a472_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d6f330926e3962b0b73bb4b6a11a1b40cb0cacfdbe9fc0eb4ceeeaeb3bde758b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3f2283bea8d5c54ad689787a7c269022b04624d2b1ac830330a79d30364ffd47_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:476af4f8d17ec9fa6bdfbfbac2904244c4d51432b67f111ef0cf4a37ace9a86a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:a609dc606bfe95a904dd8c6abc0cac79316f17618d8b676512fe1b4e5412ba01_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e5b754105ab8d7cb9b581d3c4dea8a295919bec3ec645aac468b5f3267e0d7f0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7f92fb1c1dd18f03677ed953c82ff87011d8c15f1bcfd8c22cb7a877950bd063_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:d759dbeb39460193f8361524fcca202fb9f634d65d35f19fde1a187cd7230608_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f0544c40f7c610e45782d6a757343822cee131b745ae6ab4aad4b878994ce8eb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f5ec95c285270e35a77f89f8da39a51c5d29fae1ac277053eda82e250c715f91_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:191a27f89fa6ec450c37168a65ea66bae9ef862bd2b40c1e8d561b41db842591_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:905e494751d1e26c98857f7ec4f41b4321344f9e86d710186d9e9bf410f6e983_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d35affa9bfe2127cbed058251d47570d65b00a8045748fe1e97670797e8cae2d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:e82a015ff030ba177167a713df193d74480998d946b593a00c799330894702f6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:97a3a8951c456ee0c88a42cf7114a3225a3dce594b470b0b8f57f45c62efc1ae_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:b49317158bf5eb1940a35be96a959bfdb8beeef52e993bff41fcfd974b12dca4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:e616c0d47555235cc1c7e275538b48fd10b842cd11c831a4dc719afe4dfc5092_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:ec827ba35ddaa01c257247ce4f06ae733289364530f6b2c2d5b12a3b2959762b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4f5c8e59a54b30a9f38f1955c6d1474bd24bec33c52800338118973cb6f3e251_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:63fcc02b58dfa0bf549c199736bbbad1e764ab86d9375a6545ae1a7bc360f247_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:9264eec1243f98c37a0843baa36e78b1a88dbdd2bf602156d5f7ff4bce1cf223_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:cafe32e3ff4aabbb6243fc984431babd77e2ed05bb3c4abc621add33c5a69481_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3d6f997f5a6832459bbe5365b533f601dde3872be09c1e96b3b2fc21951f6adf_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a76abfdfb6be2616ba39fb25137dbb49dc56427081d9025f2825a3ce8e5a3928_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b540e70dfd87ad1e2e400e129a6b495617f9d57e54c1e54b09030cae11653d03_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e7c9dd297067d256671a0e06f9985a3624240158a1f4e2b97567409199ec453b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:49f6f4761d886208cc262f1f8e23ddcc0c05d5b4566f6cdc8abcb1a328c8c5ce_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:836c9a619a35d6b8d4929a78b96d0641434b880ca98f44df45f0edf7b69a1d48_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b4ffd4fcb95ed73bc3689988214a2e4210233143e0ba4f123ceb4c2ca14821b5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d4062c740ace239409c182e4c52858e384384faeb0f3d98486e0534f8dc19702_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:29b0d64444b1081a568d8c9354e79b60ddb1c3286f9b6dea3ab69023c11f3436_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4ed2d42fdc6e8fa9d3d08152849754d1827dd54ed86be4507d75f5c90bdde542_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:c1f38fa9fb729b6c497353127feaa36375749fa07f91020e8634838d58628878_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ef794a3bd52be528ba81c6964af2fbfeff03b1aa3d17ac36fdb97f124abfebfd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2518415bbe069935e8229d141d4a8a50285c408d1be2af467c458a324120154b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:b096377e0704a959a0ec41484825436b00d3d0887e49eacd59d88bda87e38b03_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c1b30a9d1f6908316a829b3084df67b9b8bf5043fa46060996cf259c50f62090_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ec9171ee21d867fd61004535db96e98f4dee9dd6f3fe86b719301cb1b0202a79_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:07f056306c1122527032aff7486e5fc75147f48c708c0c0abef7d570cdfa78d8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4314b0a4d5a82abd583de659e5033d0680dce2b535ebd3ae4dc1776e741bb214_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:5bd5ca703480895af05ce052c3f9f738672e989cd38e905cd17bbc378cae05dc_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:db97ffa52f99127907d41b6bf460299c3fff8adb69d64bd92ad371941364c374_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:16374008403825338098f7aaf57f74a2982a75355834552bf29246a9ff4e0b7d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:770cacd7e4e04a786a2e55a3cd9ec21048131c8eefb7baa4225e73a09f0f0901_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a240e71d7418d6f9781219faa2ea9cd315b7091b1a70d6032f81de2ca3c53aa7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a39da3d53b8b927594c3f5c3a5dfcea689f2b75091209c0cc36b18e1426fab20_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:34cd79b95f2ce098b064859e38785231def795d2804c05bf7542520e9d8b596e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:354b40ed867003c42975780f9db1320302500f4ea6c5ab14a0d0ae70b537192e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ba52f6036566829553d0039a99ab677c0e40b2a14bb3d26ca470c526489e4574_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f3eaef7985effa7f09545ee19442623c7aab7245597a4a1d18f6b02a7a8f77f5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:154143883875b88eb144b77d13d5e9f750cd8e020af720a7bc6a2e6dc252a260_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6fa758fb6577cd18e48fb9280192be46dc724a8cd02b54459a5d6a3cb3d06fa7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:80e191f5faa2991cf3bc7033691c4966f1a07953e4941ad8730ae7c6444c05f4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:88ce4b91b2161c9b22f154f2a6903f801e26f15115ac874c549e8644cc5e734f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3386c9093b00f29600b1807ec97b1a6c935ef7a6578de01f9ed5f90fae6a5a35_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3646bf2e6bce49c01198dfb2a1f67371ad1f20b48cffbd7fd8f652cb9b215ae2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c50c48749c9fbe882410ff025799c6f450b063ab3e17dd1c4cbd2afa2b48fe13_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:dfaca907445b7213f3931be31fdde7480c22aafc0bd3b030d7ef9f0d84f5549c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3ba301cdb9ac46c11853c61812596ac905e94f15172df53cf352a693ea5a0a6a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6faeb6e3779cbdc86d4c7cf93e739c0585019e82587abe150f76c7cfb88cc417_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a0d6e3c4b32eda442fe231aaf1a77ea61125e0509287c381ecdec1615e6aa7cd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:bde28b18ee5b582b69683df3122f4f9a3a4aff757c2caa9fafcbcad878d05d3e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2492414954e0ca3e228d6d000733ae02c5d4d68d4b9f5e7f992e1a5a60cbffd5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4aa1f8159ae2b9b385bfb204298e1710c09123bb19bb5b94c2b93dd0419e06f4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:9a2fdc67ac81e408bb49170bf7a862a07998fd951ebfde9396ebcda40078d3d4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c952fd4490ac28f6bc2b39054312e85645c12d20e39ae631e35470267d8b73c4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:001807fafc7bfc5eafe92ba92c127488d378e1b36262f0f71cd4e4feef05598e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3c3f3a57f87c512568f858da90b13c39e9441a1910c48b9bb51cc2ba3e816b04_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:62e3145facaac381967de0461a3aef63b2b6afc466dfb4e185a35aa67142b6b3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ddd906a1e486837653341632e3ccd2d805ba2c7a7d7c26dae34022ec6a7ee90d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2f80d2b9f76b8633c9e6d309c5df7f251259b61a9a40a0364f2160707de313e2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:779d8d482e7ee453e8245219a0e21d84bfa1080819b31fb9f5de38f49bf3d724_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d44b76b43d8d5303fa38a3b8698076912be870c7a901c41a68f59426cd41b39f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f5bc9a28cb8d0bbae97b39548ab6688a31dfe2b23b8d3a52da3bb397f6aa8b31_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:195460691d14dc4f518717e3678a9ea780eb548fea8904c5bd4e2d554b81233c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:29acb2429041bbf17eb0f3faa0da84c1c5655df8a425755c1263fc16911d667b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:20dc4b1b9ab504d4192bda76eace70933c264628c091ccb4ac78faf01104f356_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:366b95ac0f170d8c1c969b41f3c624026593ebe8bfbb466c5f7109e1a6ceb1cf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:32acad5511e808b1b3a80aa96458ed7f1800b4f19aebc9edc4f85ec3613b8ab7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:dc009efb6f6e9d60b022ab94d84d47fb169d2dfdf9680f4f24b40ac0a4ad396d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:77abc31290209253ce09838a292be7351c02d5a7367859c430a5b3d97cef7f31_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e4cf03a101a115d398aac9c645ef400b9366d4bbf189de664ccbf782db4ef5b9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8a9471f7c51a026fc621dcff7715fbc9620603aac2c2e4454e60e0f579527e62_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9c1b85cadf719072db5b5abf0b93b3556a74a67efbb88d7903bab7b6e988fadd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a454b939762af9397d7d5043d1e6070279e1a1c4240b2fc808f0e53872bc237e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:b0802c5220abce4c73b650e105e42d0c1a57c5248c4f55819e15053c59f2680a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:677d190589cf02f414cb0cf4a31041b02ed8d706afb433bed1420d6f35d7a44d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:af0aa63d5b375590ffdee42f4a7f00a4610e33c20ac7f3b23242a24ff43d141a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b2e943bd3add974a8511a316f526d92d0ac1e2a0755acdb49770728984abe2a4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:e433c5ea434c2261f40d623bdc22944c1ecd435c0ac08a41d36049c9bce1b604_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1e800e47a04f7f19c87bb79778586939b4bb2a32f5ce3790d796331ca93a9235_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2c0ca90b3662de85d7e595e76f678e419ea1f40990c51ba16bcd01438f0db553_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:607e95e44de20bbf0feccbd8bb58469928452e6e4f962ad088f452e0e7e6aa5e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ce154b3a8980274f592cd2d41da7a748f7c895f754a3fa7994eeea657684fb12_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:c00947fa5cc8fa1abc26adf7cf8acfd4336e1aac0f1007133b8c6440a8148a1d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:c9a5828c250033f2bf160b102a3722959210025d373b85ea69895c96fbfba833_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cd8048f17129cbbcb855587d48615ea6e574d12f2952c0b1b5aa3819cf453541_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cdf9da2745d57ceb97761e08b560f2de7a212f860362eea3fd445fe4f6f7c769_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:02b7af4ef7daa8499a24b02aea8a24c98960851864cf639e0b698b3844563a8b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:3f82d5da80747c147ab429d24e8e9791527f7cc89fb6a7435d0cf6d35cec8933_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9e4085498157bfd33b7bd7b212300fe58ce6d462854fdd8a597f288637503104_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a8775ca5ecd0065373034a37b6de3fd736045868a3b116aeb216637023aa9685_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:28986bf93efcbdf0c2012acf8513e958ae8b32db4b649b9355b1fcf66b35038b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:52990833d3dcdb340c68234412d3743070938573d0296ee45138b404054e311c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:92f7c8de428bcf236f2aecc0382d911bcf5f7f536bd09aa44f9019ca7627d116_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:fa6add264803c2adb838efabe0f0fd8f4d78b14bfea9c1e91cce957e17a77208_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:46910caf13bd60c69314b0a72b866a8342c1dcead811f01f91b1b1674ea1bcf1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:a7ab888801a85e65a01acf68805744b7f6a1ca713c329629370b0fe0a40c359d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ec97f4dc1d491cea9e81ead6ed959141f0ff2b36fd4fa623722020431cbee1dc_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f67e6ff190c45a81777e63b69812760e828838e338e1d27672d02b5544b3e682_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0a9880ede4b10a6328766c1d9b05f17c53faa4ac561a8e768f5fcdda9997f056_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:51f75fec0f0343d3f68e8d4810e7588475cb0955b4793db7347d3ff466cc7f78_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:74ec8a94d5cda524570b881e7a352604453026a0324010b7f4b3d0a898b5e457_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:fb67ab3a88d2c3f33925830b9c63584bf14b321adbeb2e752a039faaa0401c8c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:13cc747131cec81fd67e04409a69497d75a893f4b56adaaa3a1f77f1d0f3ae67_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:2236900dd28b8470cacf90c618bb50b05a0d1d66726afebbefddd2377283989e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:ef89f2da22f7b0c0f445b7e700b29cdf9ce229cfd7866ac6c7bd2ec367db3bc4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f5a6e48a72f6054924be3b81dde0cc0ddd95d7ea029e1d819553fa633c47632d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:49a6d800db550efd565f451e584b890e88b5c6ff8be6fa0e17c30bab2f9980a6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:cf42aee609494b7786b12443443b9bbccc8afe2658ff6c16cb5c86c05c95a30d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:eb13074eecb1627bef4ca2cb0dde1116ca08cba2adcafe089e898236bb37dbaa_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f96cd58eaec24e92cb84eba253aabc815becf9264136c2cc898d1424fc8c87fa_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:8597574b86410624f04ebb0fa280276db1ffc676a56fbc74425e16790013ee47_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:901d510199b2e6cc87c754af5a1c8ec564089441f85917043a80733c4c83a430_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:9bc218ed94e8e516b01c11f26bd9adc30251067492ee2a84f55b573c2d09f6fb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a951a17fbd50a051cde6c2fc4e863bd70e29485fcb085c4d0c977a0bfdda5ea6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:11487764cd999f6abe6bc5021312a0ad9449b14b2ecc6f7bb24bc0d7dc57db60_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:362cd0740085d7b9bdfd4d10706b04b4b92ea759697c57b340698ba7fee0e063_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ece30fffff9f1b1252e7063cb4ded0e669f661e123a02ae5bd966bfc5e3e1ed6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f0813c18a84c6a7570cd3f51826e81dd0cc164299173d05ccf7ed3d31be71961_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:b5291a1306ef132559dcf0405c4a15d2921133356d904aba886e2577030b1af2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:6fe441946297aa27d90fceb448adfe939cd74ca0d02ac818d9577735a8bb004c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:0003426c210d73355a8e23970e027c7412123a75d979052113f325edc288b478_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9315e7033cb22fd8229c7cfa7bc78b10583dfabcc54edb3ace0a3eb435394f9d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:b5291a1306ef132559dcf0405c4a15d2921133356d904aba886e2577030b1af2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:6fe441946297aa27d90fceb448adfe939cd74ca0d02ac818d9577735a8bb004c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:2198b31f6460daa49ac33aee124d664f8020228052df648ee79a2eacb155df0e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:f1ac1040078d827c434858ca528df96b41047b32c27ac522d11d6d269da755ff_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5a3cfe8da21c874d227a225313dc98a3b175e9b67dd90917a201d5be2c8b0d12_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:a119246a2ed145b6fc3ada68e546e729485a34fc869e3742ea1b01b9f853f1d4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:ac4b25b223b08c445aa875106114964745002e90908062d0c11b56e27ed9f8b6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b1fe363d1a527033081799943271457afbdac0cb23ff875a65a6292ce1f6cba7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:66cd3d5b1343fb7f7fd7a3922adbdca110368de4f696b91066252229dca3f16f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:7793b9facc62469acde7d6064a4c2f26d8482fd1a2205add60fe47541b3141e0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8fb627e3f8138d9ec3c3903373502ea0d3f83c1788641f016a9de4d7e41dafb4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:f239cce00d46794f91479cfa3c94a2edd14e206f85e684131fe857a80215fe6c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "crypto/tls: crypto/tls: Incorrect certificate validation during TLS session resumption"
},
{
"cve": "CVE-2025-69873",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2026-02-11T19:01:32.953264+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:7d17650f80e7bf782a7a59fe0672f593cdf9dfde775b7153fa5a5c4ed8b86e2c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:bf046c55304478c82791a67ae0dfeff89af904d9b56cd63a29b261cd02633798_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e6165bb623041db07759616b297f0541fcc87dc3bbb91cc77399cebe96c1b647_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:f47af1eb3413e739f7e219ea89dfa0f09bc31f18a771e49ad36b32f8219d9112_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:34161b5f6663f9408d7ce5afd4525442f41332a9501f658238f3eb6568eaf3ab_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a4116b2262af10fc2c7fc40800501add9f5a9c671907f3eee75cbfaa37d47263_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a8dca289390dc8556a4cf3cda46e5cd45bae33fa2b1a88ca053626ca3e3339e8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b43e298d73fb723ce446344fac3e136b0d3347b38e7d199a09d2bfb85c231249_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1ec3135a01ee2bce646338cc6d71d35c8adce9f3603f0f07ce90dd88dbf3c4db_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:94c42af9dd8afefe53de729d8ec8b5f9103cdd7f80c96999b2863bfed030cfcd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a80acaac8c10d6cce0815ddcf0bc296013e97d2cf69d1eb6ac1b7f3b35b40d74_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:e4c52bbf17f055890cf9968da78045295f6e37e52e3f4be5807db679ff63b874_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:28f2daa782218c5fb085acb774bf1d8c13a208b8f29f4a12b372db2c446ada76_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2edfc9e18f365bf2ffecd7ad45b5693b493de472fe7abffe73ff4375bc6d2af1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ba51aa38b39b8f57d6908665938870cced5541b831756f4039047245e0f2a8a5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ca246a844bb6fb906816e4008c922a0470c82bfe6a736f3a926de3def6aa0597_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:07d09ce1d5c97a717dc1c0f540e21fbf7fc2ae0c27be6fd0869ce0dabc0591fc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:44e3c6d5b98dd6655d38e3523fb34ed46dc89e97ef8a86f908d72461cbca59d4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:81e7e1cb47cdbab3a46bf8bb0ebcdd218f46aaa94236ef250fef0fd143c9204c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c318da767c7ef1f2452bb631e2726084f48a640c962f8003467c72ff48225b56_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0b26257250fe3542640ce1a4f5ca71f90294c307eeb477f1d1e4d61e3ef233b2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0cbec11d17abd89ac4ff332c238f92fc49c19f3e1575c26c6654cf2668ca9e66_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:2554ae05f488567b3c752c16c59f852ecfcb90746a47d48bdd39825aede43c21_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:af26188e6f7326835340b99be42189550233a7bfc652375b0859cc058fbbd0a9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:31460b57b3986f0d6c84406eccd1801eb3a03d176fa510978311d46390828020_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:aa730767af15fab6facc460b6e418bbfb0555933b4a54b01d34cb83c1148b8ca_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:ab43b9177badda24d20e8830f375132854ad313b46e27ffddb8d68b6543d8007_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:ee7eff8564ad522223787fc270f1f4d4233359872c994981619f1c10b3dfcaf8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:0d809a095a0d86c0b149fa0e28f852c1633c2904d7bfa23b6900617ef7ffc2d3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:5c15dfcbab56f579ee265d4acf74778d154ce0185234810ea249d9b9e415052d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a95c36cb709d7f9fb89eb6aedcd7cebc104b90f8d9f1be6591981dc9f96af398_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:db9a343c67b6462259b3f300af5efe643b7637bbc88ba5aa65e06e4f573b0049_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:238158a2264b9688491743d5f7c97a3f152ea2fc4a1342fe4b0e63f618dc50e0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:6dde5ab62c9f5e35b853112e3c04a8c856ef9260318dad58352ae36c2d30bfb6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7309bb2119edca063c67c7b074e1d45d99866223dec53f9942fce421e2e76250_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c0803e9ceecf77a8b1425fb0634b40e4095bb9d899c5d5af84aa285527723d83_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0dd635595c420ee1672257b6326a193195b2d21945664e649b09c62ddcc25d7a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2cd23c69b8d88a73a2aa368cecbe1e8812efa47760bf16ee0629feca934369fa_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:4beb73d1a2c279b310fad6789fff0ae70cbe18a79813819b1da9c2c5b6959aac_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:dbf382ce2e7158ff2483336643ede99b2a4fe4cc888af72e92e19ab864c62291_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:303ed90fddf42d1a5ec3ad7eb1df833003ad750f4cea17710870382a0f8c720e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c358b8a12046693741c5e88afa14a25e066ec9e51b84e22935c19dbf34ac5455_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d98dff9a03e2bc6564757afd151092cc5bec438c678f5fe5e402365bc6bbfb03_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:fa2d95a06de233147317ad93109aa809f5487e74748550e40f4189e8aeb5f50c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:943aba9a3a70cabfc2b0c94450b39ab3fbfd92f12629a2e175ad89251addc2ec_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a7c31f5ce80372bc4c63b60f9741352565eea006601522e25f03ce902e35564c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ae2f0cbe29206ae3ed5275bd7a0b101dac0e3bdd5520493ad4bb360e2267ca20_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:b9cc7a6280455a8a36e26494744d9ba540689594f8a1d8f625cd1811eec2b0b4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:54c3ecb1fecd80a81cd667f5edb968c62381bd2ddb659255cfd861dc0a8e0a9e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7deb4e0cac2bc3989fa828677e4717eb75f1bdd8223dc638310d32c73219314e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8901061b783b8a41f447eaf32919989dfd24bc13b1ef61b36f1132d66f64288d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:921aaba9517c1b00e09159d4539d47a55c543b1c7ce3c789e6e333ec133b5406_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0dccc414a5a3efd474a9eaeb61b6a2130f652c97b8b71592c7cc52827ae149c8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6c1df1bd921b4b6fb22f9db19a2c69ef5fd98d231fff3869a22442b36dec0ffa_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:eef901a0f37823970eacc110d194b81a6c679aa3dee5fd0d350b66ebb53a1542_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ff539434c8d3bf3c3a64f040a5f7ad702ded9290ff0a894a03fd45fef9fe42d9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fd88ff4734a68d6a95733ac650eccd70d1c4d23967f32b3ef8de08cea8bb05a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:8b02d7c27cfbb38d19b1456282d58e14c8d64efdba25a6238606f66610e5e9de_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a4b3b74bd3e1a9a1c81f040810325ed6bee59e0fb708c9589439fc9c734805b3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:bc92d21475ba5fd3d2292c5f386328bbbd237b92ab7288d3709229ece5b811e1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:360c5f509936d41297633704930574fb8fdcca27e98d1614ff81dadfadab4926_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:5fde232e29f5707caa6bb5219f108a563ae59bbc5d2818e368a5b9e472a1a2c7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6f1a30e659ad462113e1f481855cc292a760900cb5c05e669b5baa0b05a15277_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e2a33d8b21d3c833d9de1d6472e958b67ae7c6583e326b90ba51a2e1992d4924_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:1a6641eccc288ff48bda2311e1356ae244308345fc4c6e8bbeda2ed8b9f85eda_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3491a7f01d29b8ef97e0d28cf1258c37979ba8941d8bfc79c62bb7ad871e1f19_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:86a9b3d8064057e95ea8935b94edd85042eb86751e79f7a9783b9601b88d8ebb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f4f10a1f9554ad0aaa4fb9dbc97dc9d6b1b27af1ca3810731468b0c458b86a98_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:b06c2047e92976665952f3b0352b0c5bf8b5a2e6ba00b5a5468663fbb0309e1f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cc10468c6882a877f993ac4f6ef5f29e7069f99d6b3ceef528c8d7069ed362f8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d682c5746679d8dd8534b3d9c4b913880ef9d5713b7febaa3c7573fe7900b61b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fbbf71963f1f9fe061819fd07e90df13d27347f2854720be55d4ee453b6b60f0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:515147b779e1fe06b9b510177519d413a679552ed6c2ecf4b0ca8816a1e1ff6e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:f1fc196ec3db364df254fda90a46e6b12bd50d50c01f2996f970ff8f9c1ea1f8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:4dbc09f5c1c4011c13a1f461025da298ce289912d98627fc6d08ffe1a30a2a2e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:d3436d8f8316db7b836d1146932a1f8de35edb75644eb0c9f0e3af334aab8f87_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:1eba9990cf84de01e1ba504b9b852c48cbaee1eebe2c564977d1419177bad652_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:cbd46373b97caeca24a3b22de19a294091f3d5e294f2931f01d786ef566867f6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:09824ee3a4038855e2956ea2d70a72b5d1e4a9ecd9a323dfe27eab6df7de5c1f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:8d89ffb1ab74d5e02fcc13d2a00d5e1fcca30720d987c140544e061ca7fc6629_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a8b44c2c0bed6ec652301ea4090bc62c990130150a8c1378a06fdb3f9a7b848c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:d2005b9ade6f74ee3df518d9f124b8acfa909d0dbd34c1c3b9e044c0556fb268_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:c0d0de4014902209309d97c189f02ef66292b254edba7e02d26549e3ee24d7eb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:f673fdfb5f29159fce99cb0ce47a31fdae2f57533aa49b84228ec7fe03274aba_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:07afc1a6c00649e6f56a64a75a345ed3ec97e28976ac09d362bc44412fa6b67c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:54319cca65ce76d81bd7a392eb841bffc14867bdc1ae341bf8ee6f84d10c867d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:445ffb4c0d9ca84e2c57333adca83f863428819a7732111b204da9f57bad9826_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:cf571aeea198dd0b07a42f12727db8ac78fc7d40eb5d1ce47c0e521f84142ee0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:80bce123dd0a3488a9cac662d578f451608252e8144ee8158cc877c02c3f9d0b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:89a69823162109668d5562e46ec004b719bb60cab26872234730c458dfa697ec_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:53babfe25e9258b6e8564df67e1d465c9f144976af5be7b30d95b0dd910f6101_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:733f6a4a3f1a1ce7f0495e2ccd8f492ce3378e2f2ac1d6f618869bc0460bd341_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:0bd4e71e9d22f6c16130426710bba8abbb82b0510cdcc9eb6cc74a412021c45a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:34fe2d2d5972de86aca83a9affd601cb1c4564fb1939f4dbbee3dbedc2bddf9c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4e01b88be4742c25c24977471d81262f8f0f391ccd5c49250b306e726e1d32e6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:dbb1ac39b132a5d539fdd7f13df09e84eacb8460fd7e0097d562ef079ae2c677_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:1ae054478a86182135ca308fc3f18c49da06734b34fa897f74544644474c7807_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:3b7157d6c737fa70532d96c62fa68e35fe547eedc6c50580cb89f4ce9fff4fe8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:152e3c57d0bcd719bf1e20ef7d43ccadaf30939c8c9899a2ce115a55ad7be983_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1abc468fd1a09c4b30e624ef4cd9257c2d104db17dbcf19a5bb8323682271ea1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6e535ada8c1768a2411ffa684bc624afaca15618b2d1a8a6c50f0b97be52668c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d46b24f503b741f3c919cf2f30409342310e3b2d6110b043128ae5d496219c96_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:12c1eb19b65af75175b1708f0049bb3eeb16c8c9a632957f5f97a5419246c7c7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:36103549903651a18d5c1c25d07dc98ce058140cd2b8d6e80cb0f1a940a277fb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c6fa0940709c377171ed6f553729935a9bf1bc5abb7c47f919d3b0fdbab3fd74_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f421d2c61baf1f196a5386d02b56b72593ab557a99c1ac61fd99d324a8bba3f9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:01b50335d5ef7515c859414036920594a5fa5b0039f5191aab1f16d291f3514e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:98a06124ecb76ea1e4d88de6b1532b2c8c6a7f554d1d25b946258b2d2e274649_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:cd6a54657188c7a1c0147c72b9d7ea326de2d7332eaa2c049ce4e02807177bc1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:ff2c7571055602c2cf719149d742d2e7cf308f1a077c420205bcdb2afff13c00_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:455f935e22bc0a892237c11e22b9bebc4840c26c61510d43827563312ec71fd9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:8b30cda549756767ad42a0486cd2987e13eb28078ae00996076a2c4e52ec50e9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b3f754533c34684d3ebc8a6646c8698cca95b6836f9b9cf6bc80edcc1c888f19_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:ce1af97db3e2816184795c6d1fa3cfef25329df11482b2bf4441c40e51d21347_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:73b55b309bfcba54861b619a26745a67efb4271848e99db56af2536ceb0fa597_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9dd8eb511b9258dd6e6e2edf03a6e6d64c1bf8a5422c173cd0b0d9e1b2cd1734_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b43f4769ae4bea0d180d4be8183c92d1fe5aacce4287fc1462032f1783c42207_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b7d331a0edf44bcf0fe747365f092a69e1c1c7cd156d48781d40d41a3a0c8552_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:304b520b8986da52f9f1f175672f6acb79119085841fd0ff0fa9754e8f22b34a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:67d76b9cdf3b5be24e7d157bfe385f184c6abd429860ba6d2280f77265929f26_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:df5b6082f4f05bfef1b63ede7fdcb5b575e56bcf264bb21e71ea2dc98c884ce6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ea8623b6dde50f9b993f9823e27349650e5d80f3f4f37c6b9b79cbc08ffc6da1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:401e7eda5905ff108ac067119245fe3684e50e736737b350baa06ea6fb2b7174_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:445489e10735202ea518bbee1cd56545f0e7e66742712cf5006c4d4ef30fc1cd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a583347caae3aa7d703a2130fc1f57b9e81ea6a06bd33785d87f92596f1f6355_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d30bda3636af0792fa0b182e8c1f79f5198a293572b40eb28e90e8e536416719_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1a369e0372bdde7ee5ec7ad647d30e6fd9747904580cd025ef0e20e1309080b3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2d0b89c800f09fb923f249da6536b9d396a53311112c458973fa9aaffb9bbd77_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ca969364594a060f9adc621daa9d2af96fd265e32dff63699cb42aa60ec1a9e9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:f1b997f7c662c0c8e91be2d02d6605fdab614bb89039ad1f38d6cac2b4623ddf_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1f379914cc47321de26756b1fd2fb634ab93f0d50400467df35dd4303100ad1a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:748a768980651e5d15e4b06d8483c6ec6db7854844e2b7dd789ea0e5d0b42d70_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:922cfbcfa109c304f82be7edd274534d18f9e2c7fe036e9b078ef40dbaf5659a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f439945f38dba034123eeaffd05372162855f703ab5a939dfc40c8b6e68b6dc3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:515b64496798a09106a5a99cf322bb02cea22a7d1684653ed251ea15532a61f6_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6de46b3fa4c0a353f73b6dab1c6dd53546b38a7cf754063382a47a3487aecfef_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f41ea3ecd58d560a52e13cef8384f6197d49add48c01c432cd8971f53fe5a4b2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fafdde0ddc3752811000a0b64826ec60715a45f09b79aae8aae637b6a50f3c23_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:212637507016bc9b3317c3980c30b476867ebc90d1c0724f0178f445052da718_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5f148616ca51bcf1c30183e095a8b5a981a9be858254938ed45229e4b4ebfdd1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:9461ea9cf5c260411a69b6b39c5dd4048c592f234cc24d481561d90fffbaf1bd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b48c6f2691532175458342223ed6c744b4dfe2cb057d1abcdcf3980127791ce8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:2c1ca60eeda0aa20403364a3ba33d9ad349e98ae3c839bff106d4b3d59426d58_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4141802dad81ca0be90cb3e030f18156e4f129dd2dee7b40d4b4b2f63d7ce927_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4cb581ac92c27cae351d2021bf76d97b20da9a9db8f2b867df879a2917d052b3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:da3dc2f193bedf7af891b2123b2b25ab8ffc54ee21ce4ee4a05557b7175aef7a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:232a25a7c42589bb08f34e08eb3e609ccc7c1de4281c234bb59df3c763695339_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:77021ef3e969e39c28e863f22541819957f046f28a88ce0fb0f706381e8ffdf4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d024567af8fb35126a2084d9c0de93c5b349249dcbd202c0c5cfb7d2d05bcefd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:eff2753dce033753b4687d9eb031bafad6c3bc1e1dd941de90baa0322bf14496_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4a8e36032ebb3b81b4e2e854fda6217a58adeb78e133257689d118b00feb9d0f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4e99ed18cc738391a0b1f7fd6e5268dc1a2b2d0c235b96f5def3d9bc25bd0c4b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:acd10e1026c3bcbe1effdad4d96922661418e8660dbb0e8e97fb69b3df8a3578_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c84a3e6dfc4b3abe1c2f3e6f63018a8d45fa3333969ac2792dce86ed5dc5f7f6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1d83bebcaaf20c68ec4705bec480e45b4a69d8323d118a7fe4812b491ea940f0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:bbd338c6ca660031115a11f293b165aef23ad28150c6a8964dad403618cef28b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e9a218fb77c30af249580c4b11915d4876083f642c7388c6333f70b781bb9f17_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:fd8e0cb32df9a3eb7eecfb9d5356a136590223e69130193ad8a92f310465ecd8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:0de9a2d5418c0fadfc68e9f64335c23396fc3188b1ed7191e2e740e53aa1b29f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:2c6a648364c88588f7ed1c538eaaf850ad4ae8310b83cff95c11db695cf4f528_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:8a408e4ad9cf59aaf87b0c0c97d3e66c4339943d810da2703cb4d0a946ac036d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d4f83ef7cf93115c55d7053dcbe9cf980bf522cb4c3dce2feb95e6574657384c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:06849685ea1a02445fd85960975e0f4f0d39947420d0f381dd724b37f4f44994_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7ad3e41c51b206489d6de9809594d4407f0eb02df060111359880560088c9140_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a18cc97e985023b176af5daad9cfe50eee25bc7e5ef657d20c17aadda7a76c35_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:f3ebe18a671ed1e458d9c86184fad3fea2e8552d8be87b3f2bc83ca45f6eecc8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:29d61cf5ce7ecf8bd5e49c5d01b16a82819bbb345160b90ff46f0d936f1152dc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:34ec4d660b408030abf6f5c0858fcfc095d7548530e6bd4038009c55ecec3344_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5a947d842f80e6e70729d0195ea3fd77111aa4a564c82e9bd0614fbc715a85a0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:c6b897cbd33e4d897a44ff05e5a2f7093a5fe930fc249901baff8a28a015c408_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:20dcf9ed5dab0354410b6c14f8476980d2bea66f42bd64ae0c1e354e185bd820_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:559065936f9a9039c45cbd63a4dbeb4cd3f69e990eb7a878571971f6e94c936f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:79e01008c1f3a1ba2dc98f7ea3163c3874a5b204ca731d056b89ebaaf97bae50_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:c36158a99dbb4a03cc9581c46a7f0e84e3ce098fea15d5b3ff88e10d41d0eb1d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2c6e5834f6042b1a4301f47d8178b2e718a3a459745ffbc959e40cc660ada97c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:475ba06839391550b35bd29309fc939977a72d4262b99f129ef5fc964adcecc1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5470d37d9eb90f60a29221fe605551618af1037c555e7f82ee1c7c1b6b7de654_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c8ce750189b017ec94762b6691cb9a911f97f04927615f0c802149aa3f7282fa_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:1916354b8aed42783dbf3bb7a3be6ebba6f561aa7d8c8f41fd6e32f1e46b09e5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:93cd970355ff2c9cd65c6f051391a1dbccf543a1f4e79ebbe6b3f63ac4030ca5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9cfa1d58c7bc0f875b5b2d704afcc95c4321388c94202c7ecba217a12164e8c2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f21ecbf880d3fb65422bbd0c410aa47136526cdfe5b75fdbfd82e720530c9fec_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4c6a4ba7469a6e3736176c838dd09acca392d508ba2139bcde3d01a1ecd493b4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a21c60cfbdd3b771f448a09b89c09f0992008625caa9fa60c5f9cfdc7d49e457_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b6a1d9d0b74f769294c10ba1ba65fa36a43217a374f3e37a189fe3de1d33d737_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e192ef1c1c539e194a2c7aea2c1cce32c6bb01bba982d3f0f9354649f32d24bd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:03475c318b9a57df484c7be2cbf35f654487c3084efd389cf4f6ce0a0f845dae_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:974abdfcfb3399823b6531a50c8d09203167418b09f859229de602a55c6f43bc_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:aa3852b48c9efac7a7e87bb01593b4a8c7d9f996624154d5a34c836e2b126485_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e0e95daab3cde4412e5d3222236adacdb8283e65eb64572ed175b353adc4ea50_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:106fa9124ad7bfa7e2a7d6c68ebd812cf2bc82c55ac092c1a702217595fc93f1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:18317fde63976665f03833b7679bede00df0f32327c1d56a26afe112b4d26f6c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e068848e4408ea82c40cdf03f2e6c600a40c8743faf344e0b2630f12d79f2fe7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ed90b2768c731b0fb0d277a285164c8bd8cb531ee984be711f64bc503292e839_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0ea0939567de6bf628dd5ac96f7eb68d3b29f1819ab932296293504e99ae3390_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:45720e600e73a2d925662c4c6a7dc898e4c97e38bf9b6c708455167abf99b51e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9afcbae95f66db36e6ea832d41f02c8fa14ab3e79f52dd1878ea24b57565b547_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d4e9f8ad81006249c50770495829c63f9322d0214efc045a4a7b6b0955846f0f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:1d66fb102b391fb88b40efc0dc3b3935d6f4db31825ee4d878273e181585e0b5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:2a221eeae6e50cc04e9466e5777f829f58311b2506aa149094e5e31e0cbe6e09_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7f15db4d5cefd46fc71d1953fc5cd62630bb847c6966523c5ab3d6cc2e5f6a05_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:99a3124337bfd603542826a78e4068bfd7ffc9feac98bac54bd7b3f3384faf87_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:86260062116d03fe7c4ec9df2fde3ccabf315ebc380f61db472d334be90dc325_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:8f284d614d7fe9d7c0bb5ab076490a781f0922453650713dd6bd722a409f650d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a43770fac453ba7e59e8af0c2aff352471f81a1b5f34ba620d4555a16af464ba_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e3a8e74f008721239ea7c070e6f6def1e779b723863e5ca279702f81cdfc0f5f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:669084db9430a977c4370fd7949543c2e57e82da6db6d01c376b3c345f7c693f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:9c91c1adec653c87fbdac6f5755528a27a4ead82d740af2a5e5f38aa16789804_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a2ffcc7216ed314e39ac12c0cfb30d29a6a4267512cc24a8f59825967273a2b8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a950db91a853e2b6073fad294ea604d51e0623b8c34288af1a98752f79b873e8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3af31e33187cf904b7a3bbcf7cded17c69e345c73301563c60312d35d1b694b0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:42bcf4c037d6212103448703395c0ca44f36a89533e205f0965c2c111d218fc8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:7b9bc218875615eaea10e71de2ce1159bbc130dc9099eb71d9fe13d9a0f07179_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8af69064595a39874365e60cc66d5f6697f28df4f82f8e26b86eb3fe08eed8dc_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:43a9f7284fc596378453b6e3a6fa1eb553d403ee25492c8c10107aaa77d92412_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:9074d73e7164486f4e0bbcdcfa5f46529fab2937cc5531dd88b13b2fb433d6b6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:a6656391bbce0ef6c085dcb040dc623d737ee8c302638d0e952eb2cd6e9671ae_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b98987da700deeb50da293568dcab5cfa1ddc843e36ed4dc5fe6d0ac8b63c85e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:66a2823e0f80a885f64cdff57291c2d6af6fd0c117c2d033b372be28b0755b2b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:845d9b912f7dc3b56804668e652f7c6b711a3d064501785ef9fea0273f60063b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b94aad5462be3a96ad9d3a88d8aaa775e8d6446b7f8d1b8785de703d14875cf0_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f6ad6761f6dd00ae42d248741c778b31492259d891751c9dbdc6dc39c2960dcb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:7b31119b0f90aba00af66b6bf6e1d2f7248d3db7129a6fec071a9fba31dfd0e7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:93cc886509cfbf78ce38eec32119b47cca28aaf3b43a254a1deacdd86de5e877_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c4cfff6e697533c3a9323ba6ed15b74250ecbecf71123cfe49ad56708f505021_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ef759942f6399bbb13657a783a7648dbf7ec880e8f6d4ed64b69812f696fcc1b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:155ff7585ebff390dec5a0ee00bcea904cde275e165ac634b2083c1fec868a18_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6971b8fa9f04515d6e4d18a27982a2496a4efaaeff90e741f3248d31fe1961e0_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6d590f5de5ce957e2d21fbd86c08411dc90b6c2444fd43079a04e3acb35587f1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:718a4a859157646f240e5fa4e3f8ad5c5ac7e53373d8b5d0a45159f5eab2c9a7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:629f7a041cf101c337effebc71d27cebd4dbe4ac7f7eb58e93f872106f88426f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:7761842991965d184af3f11919c4a4524d285d69266f92bc01ddd1cc66195fba_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:9865d9323ac25a120e3dbf34644b7343e650cd04b201d65518940b49432f564b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:9f6c2d965dec4b6b13fa96bcaf0134bf2acf302e2a04fb6926075bc9e92de97d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:855b51d876eba214e06624567a2606ed0be538fa6db7e24fdd508a269e1ba2c7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b041548b2283b0b0837db6749c0da693f021d0510a5628bce91ff5be1fc83f71_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:c7fa529102a1f95a53afba3a07db55a3907123cd8bc01cc6e1c4afc3c41928c3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ef32e7c28a82efb0ff8edc4d2678e042afb2c378791a34ccdd9243eae5246d61_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:0b779b84bcdf0ea2821962e7df8f34696f23bfad88557c21ae5fefbce289acc2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:54847dfd1e87683efe51562e103367f952ea801cd409968b8b5e04ca0ce48bb7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c86b554d052e4c0f38d69b571d246c090f5843302d21fe0f2c7c06ddc604488_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:78d85dae433ada85e1fb57166d278887f652a03531326bce186c7d3b207df288_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:4c4ec9a44884b5d618f231cb65a9b69078c2d86c8f168d510441814357f9fbd7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:5bfc5d24081ed832066492f2542d2566f40aca433535ff6536307feaf416c727_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6717dfcf0c98ffe25190b97c977daafdfa53ca406572d81143430f4218a17382_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:fb7ecb21f68557f92a912f0cabea1719fd8969638e16f22c5c89d433168f3ade_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:6f80af3728d41b78b3e855ce438ca882452a785a0b794c374475e6634390f6bd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:7df0f2a7c3268c3fd166e4012ef20a9911d6d7be4ee9e260b2a8343a1a5c23d3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f26c33eae235ad613283bb3629ae031e06d95e4371b6ab35bfc95d6cd6eedc70_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ff72b14efa0c7c37a3795808564e00f60bee07de82fc22c7d1e0822893abeb8d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:15a34ce98242d87b27bcb7a2ff5f8a3426766e31e4aa8dd21280a94a0dd5de07_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1694ece44a326abafa983a7fb2b3f84f671941fdaa708c21159b2164bedc8fe7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:5316833a649816a20637f5815460cdea129cd9f304d66406c7d15210e09adc7a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:95a599547beb53655c1f6bcfe533196664371a94b5fea328543a5f90c1f4cfa7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:0c81a72caa0f5697779c8e808aae1c6da81c34d58ea22b7fc41535e5b047d4d4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:1b5092eff9d9daeea6ffcb7c40f04754c401744c8085b77b67f231cca7730818_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:7b0157dfb720632e557c0c1050c643c7a9dc9b36c5f1858a37e11604b04b795a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:915d7aa28dd103a665a72bba13375c72118885bc3867d07922425576d5372f71_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:27483fad6a2c4be85baf840f33c72d98357bb6a55e754051fff08820977c7a3f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:5bdbda0b9ae82292ab9dcd9c3907d42687418e591984ae30b53d93f422ca9d86_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:93069055bf2d16735b13a8ae1859af38b6b7b9fe3409806c30a2147689972023_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ef060678c540f10ecb261b29b6674be6d3830c7ed0e51f221256fb09130b4dcb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1d9d3b4b90eefd1714e4814e4c340d11a88f1208852b7c624fac4096ec3bae65_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:37afefb255d2e64fe5d72f6d32a3e4a55684b658b114dd341689ef0dd4cefb9b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6033b93ce5c2f73213bd89e9709038829a2739e238a1f827cdebdcac8c39dc91_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6fa75960064a732c4e25407c9c2e8b75bd98feb5bb06c9cd70dac8023eb21c0e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:5eafd2fde7b9fce1b13109f4729396155f7ef07d73d51067b11f96661327453b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:825963b5f6aeaab80cc3c6a3c173b588263b6a9ed2e481c06d42a229d18b40b8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9c24887a448382a80d554684df4280c49a3c6ab89fa9164d547d0ccd25c5b0d2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e423c9ccfc07b48c6ac2cc4369a6fd61e9b8c420a08f64d69e9a35b887874793_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:0ce9b759a50e8562b80a2466a194f70d0728ae93717dadedba3aca34712f14e6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:814fd188f5a532065135552df55e4c55fbf9952ba35f93ec6f4f22a4da2a43aa_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b87d5c52b3da29503ae5089fb3422ebbf5ab02840c486b19678a9c65f04a9e7b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:e7ed0864902433356021a2f30c65020370c3062889f7e5838be60d0ddb098ec5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1622e137e2fcea249115c062de3bb6e0a099ff4f4545ed1c98ae2109eeadcc71_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4a66bbbcf3b973ae35749d7d4a1987a561a57d16b154c0471092a2f242912e98_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:51a7d1ff4fd4ac2325da2064724449847c4aac05dadbc97f30d93d89bf887b1a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:f1743346567b7c2f4101128ba81ad4b3b00a40f3a97a465df9e1b895a08cb8a7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:852af33a0803094bcfd34f452e8490f95fff66d6e2028423cfff0a01f201457e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:9848cc582e21d833e5d5ce00a0655abf37173bccbf944e192510b3373510d81c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a97d77c1235d10228e36d47b304a14c05a10944904685f344953da18f2d30866_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e5cb819739007737f750a96605f14991efb3195f13c906efc64db87934389379_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:3d594065a138374b4efe911a3e4619baf1d888272607e83e4f614e8c3e48d2f0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:7e2fdd43861a1be04f8f6cdf2fe2651d1f7ad194d7a43326e8d65d7757ee3d7d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:08fef794d449fdc5f89da613254f8d8cc2512bffcd5a8f289a7bd8cce9f8660f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:9e43e41968b797593eb5d4823f8e1e7babc642c3ec308673ee1640198f12c234_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:2ab98db3bd54d97694587693c196944eedb77866bf2dc9fa70e6d186c0eadb34_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:cb11c30ff4bbdad9e25e12e2960d754cdfaa7af1507b07e74e21aa31a45b0390_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:107a0f20bc821c4dc4eeb05f29cdd1c0601db4b66f5a3245272098dc41ae7c5d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:38f286396ef7e0557eff8cc665ca46c4248e2b060aa9b170873e13eb691b207b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:5d3eff686a6a64f96a79d31f8cc6a88b17171973f4718d3da82e0dfd456436c4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:903ae03948c7e68b1eef1b1dc2f7d8718693e3149eed21862cf1fcfa13482dba_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:0fb76970c4ef89824f28a0993f2a21f5c91aab7bdf23d6d045da48d9c4d176ab_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:37898fbe4cf22592901521c29bc10ff1f3b8df7a200d64e9c94d037e8cc38e60_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:c4393a9eae01a0bb31f85f8a6cc609f80a8c2e7b7c4372c21bcfb91492ec78a4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:dd74aefdaae0c24dca43a36548e371ce292af5423751718b1a6480224d5e5680_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:500ce3a45214ea5bf17b0c7d0ebd33f75183db7bc04d30f7d0a25a225f494cc5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:6e201b3e5b45494f8ecd6d607bac314cc10b419d4f3a695c1aa9824b6eb9b8bc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:9772d2c999317adac02475b2448f24acc49cabb83c7727e9e478642dcb7e9794_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:d8d22b7e59cb411c3f1fbac22af12b78fcaada8e56313b2f5ac89806152ae825_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:5d1773de9a1eaf4b18081c968f3d1c3ab35af0333dd8ccf599c30a5336b40ccd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:93415b427bdd9185565c26901edda6e5d0e5b7bfa013605de8ee206716141c4c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:be9f4891181cd1b58aa9a3fa7a0d26dc3a382e9dda02744b06a1cd7d806ed6cf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fac44a7144ca9e888a74db83f6eeda24224d05238af0f8cb54627b74148f51a9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:20544ed1aea9d8b483ac6dd9655a0d108b80121b7011406e0a59de4c93060dd9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:29f0f10ec928c8face73cd03bad8478ab4b8386f0df20ee2482102f870f198c3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:adc31a12f2eb578e7bf135bb0931aba306487174c7e8e71f6d3d8661aad8c350_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:cc2921b6468b77227e9f210589f07cf458eced2ef0260582d0a1a4b8f9b7a613_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:156540860fbd6556102cc1abb3762e6595d374fceeeb7745d92655aa3fa74551_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:426c0e5e5885ee0450f36a93fea6f733637011c5f5c97ea2c790e0edab5d7cbb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:abea604212336f8e3cdeb786913ca33cf0843f3eb7be0d1aab681a005e6c9417_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f58646a44ac2716d6842af49e48f13b6c0a58ffde7202cf6004f479658ecb048_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:484ea3e99fe746668ca7fed6862b095326bfb8f26cc79c0bd4de143083b0dad6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d2cf9eb8a6b0528509e571a8ab3710bdb6b40abb5f19d797a9097524d2e3cb7e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:def75e5d102cae679cece8fb7e7cf26631d9aaee782319bceffef95fe76308db_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f6a4b9d3d3792cf016df0f539b41c2d33d4cfe3a85f87b8b1a2215c703a13d83_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:17d73f64095d650a84959f826da3009d844f209c39a9cf55460b842a08968fc9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:382ba71516ae6c2ce3670b92bb206e5bdaf5dd0519b2f1a6fcb417b99f0ccb13_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bb9cd5df0da433f514a256dc92610219d22962f8e9fdddc4a1d6bdda45174287_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:da71d08bba2b937f4111e6d773765da8379043335d83e600743608bc4c3b7580_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0761be83c6edba07296a17b61838c3720666dfad633f9edbe9643c1cca008a8c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:23021b0b3a60c43895c17a9d27eb53fb5cde7b9ba6ac7a5d81d1723d804ecfbc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4c802a4f273a7d7752c93b18c27e264cd373dd989797d1f9b970ae368bfbed90_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b41f90c9d31171dff6834e9c7b72ac295f7e0058eff6f5dc7480d7c4797b9700_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:192a0e7b36c1fe8b6b70e6504e12a59ecae23ef83d563ad4c8cca3ab5b2cdbe5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:39a6978585f0e1c57d7460a4fdd668a238e126c2ce7e599ad9e847bb55783249_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:851b15fc576a1939eac61342bfc75875d4029dccacbd57bef1b12ec784523bc5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:dbb87a87d86cf4186ac9c4e546048bd07eb4e4b3734935a152ecbb60bcbdc1ec_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:2c372fc451a83f382e57e1e63de0f0b10f0479e665c2e1d39b20c8bd2d84f51a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:881e89459149105fad3a737087f34ba6a0bed3d933bb73e4d1943a36d21a1f55_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:cea296a2222cfeabbdce7a42996be42db39f3d89321f93ffe705c0c01e7b5b30_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:ee35c6aa82fa9353c63acb0455e5196e946f423be7418de921beb7433bc27dd3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:64c68a2c39cedd586eb70141b21d19092d16303738072987e6a33a208dc1ff43_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:77d5bcf195bccd0d556e17803f4c5273010543366112916c8e9e4189b5f68627_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:98e7b50a5fb4fe900b08a52bfe5f1af0f189bceab97ce106ca4550e0fa5bf487_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ca76d72ac426b6a7fcf59fb99a3fabee6c5ad3e0095e75dec3a06194fda37740_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:07406356bc5aa39e2d130e94946ac1ff2346d3570819af5d1a228b3e927b3df4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:628d272cb4ef7a625677252fec78b4f6d7daaae10f3fa21e9e605fa294ff9ef7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:784c9da7c826f43b21b798e18d89f696ff3c0d6c999353336d1709149e3ed6e0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:806bb2fe904f03bdd46f5e7fd0da4e8c27badc7a363a034a896bb3c9331c565f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:09ab73ac9c9dae1e080a70737bd6f8c927d47404850ab85cdadcf2be42dd0b1b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:3ad634a5d007320ce93be80165b01aeeb25319a7458cd465aa4732518460855a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:71f3b158f659a76b705d4680a0f81d930f6f622546c903aa2bac8548382d232e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:cb741e1ce964c52ad3d7c373dcb2b2cf0292fae1c857f71cbec4485e0b1e3270_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:23b98311440ae92c9df288db4cb9336e442724af99c860289733d6c35dc07192_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4337bba1939749aef224134e01759014ce11a2ed05926c790c0eae870fd9b8dc_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:505907905f0d1476c5dbcbe7592c9d70ea91df7adc38e9618d2c48355ece4783_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:bc326e66fe857b4090cd0e717a9976857d63a5538890171adc420d47946b2c95_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:84abc2301d2fe7fefe78aa5dc90ddda63737ac2c8c47778b898a91738c6d69a6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:93f2305b36ca634a2b8fbbeb4bfdc1a5c868e791430d389f0e0326ca839920f7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:ca16e72147f9d94306abb1464485feff4a03a4922d5025d4b7250cab7ccc7732_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:653bdf880528e317bebac6f7aacff23ebab11af5bfa931af13a8d8e7b2745eb0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ba86e60cabbbf3c8845a60ba559d1a38d5370ec7ecddeba662ef01fb083030b0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ce35c93fca376e03d1d08e22b8146860e5711773b17f35e32a87bdf93338b182_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4aa1df7eacf95d9408d5016f5715b38ee4ecd340d9a66bcd55cb345d98de466d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:87ef275495cae4c69268a6375eb5e07d9895913b019bf1a73dcc5043b3a24a30_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:8daa3769a103ab420b8b43c68ed6d4d90a845bb23a358c62d38cf679511d6fdb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:18e0db16b10f2edaa9919257d37587d7df3c4c62cb88b8db38cda65e509a0492_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:1e12af727903c112c263bd301b9abd522da36fbe64e195f8a4d4fe19d34e9c6e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:ca613da143b223316bbfabe5c1618d5de77817057a47f8430b9541151b79f654_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4486fbb2570877848c2997a50aeaf427cdcf5f8a2656b3212c263d8ce0d8cce1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7e83a01469262e046bc98732e0e7ce4d71af991288d31155a9379d967ffb52fd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9d999175269f2e59feec60b202253ece2c27add1d003f80c0e40eae8d2621f8a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9f31f2da3caeba8ef97368c1ebdd3fb1df9aa911df241460d27fbecd2cfc9da8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1638b6de2276e53fd93970eecb2bebc56c34ffc099eda9bfcb02dfd10eb07be7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:22cd25be6169ebb1dfe48722f3b4c6133f14c5d4f6db6ef5c7c5c9f976b25901_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:646993f2432d9a7cf3d8d56e3caa5abb77fab65d4dd40a01ea68bc59e68ad082_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bb4b4fa70f8193a7cc49e278475052e1c053e1dca44298f02cf8a0c1bb95c740_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1076cb5e72c6e457760fddde4d94257042f5b0ebd7076a8713499bdbf4943c8d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:3c749018959822c9a7c67fc3f28f62236f1791b999901577445838c8f78947fb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4aa259c5fe5a5f92f61775e842ee7aa66fa29d6b75c2b67cccc8900b08b8e96d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:5fe33023e5387e6836b35074fdc002ca7d7c85c6c6cc95f6f645b1a7a3651b93_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:02aa2709ab8f16d997dff85d05909bd7b67ec3e4cf91d50b285f17532d8a625b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4aad374a238a0306aa63cbde5a29bb75d5b80d2c691558a1b384cc6b1de706ce_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:786af9a1f3e4f873aedc740637bd197272f21553304b987476b2e462b0dacfc4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c449bc96c47df9f808b4e89c06facf7eeaf44761485077311aea32ea1342f5e6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:9beab497bfb41b47b9f8599920563efcb58961c2a8166225f1935f45657843b4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:af7cc2cf62f672d6a00016c116f3c66b72b64fa0d05e7753c8e4b6e628a3a082_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:3a1c445bea72192dc031e4755bd063fecc4fc9139484f54d8d54af26dc755f45_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:6ff31d9e340619aff002ff35ad43b6131042cfd943dc0deb54f19721eefa1c14_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:227e8c82c210cd100cd7aa3b8c5bb39b3ff31a4bb6ad78bb7134c122dd9b02a6_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a7587160377c6622944f5dd49380ee9565d49bc02da4c5b631342a037835c574_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:2793040a3ccbef82e3d074bf0597a8bfc5b5927658a8bf4148b5b0675d6fb3a2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:835edd6d6766e17d868f7f6d283005b2ed2d38cca7fbad1c5b36f63c385b8e2e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b635f689b42b827ad12ec312500ac2582c022eebc7776bac97532bd61ac31cce_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:1099ddf483c4cfe64f687fdbe5587648756fb5b9a3d01538724b2ea2fd5ca6e2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:30dc9e1dd4b35944e21e40ad23583cb9d14be00172a0195dcc95bf8e01e34e1b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ac4fa9eddf99f4581573d52e741f0eca595c9e5bec12cb177f0eacc7150a46a8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ee30d6c3b56fb533d299a7a432618a1b2c83b1d9d72b2c58768c07c349fe95c8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5aece9cbc711608ad1dffc12ade865996984d714f5e64fc894bcc3985fa9c521_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:adb1d854f6dc5e70aa0f33164a3ded5a715ba0ccf894efadd73c7c4d661f0b21_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c0983bc8863c23ae680915339797991b26c17fbf4782caddc071a60c17992266_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:cc90303d2e2d0a5818706672d1aab7847450b9d2cd991d7638451829fbf26163_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1485611739af941f4e368aac9cb95ee105aee87258e5d872d51d7f74291a8e20_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:45d8a8c4703462edf967071e89e08d8d9e495d69245ad8b6ba2d6e80f579eba9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:584f6670245a288d5489cacce0e0cabb3c86bd6698f8118f49b8e3ccdfb47c39_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:5a29aea0e28d0ced0bf50bd3dac2bb6f6edce5ca6ef373f3d097e668a9e8cf35_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:3aaedfdd81b32cd2c67a0d39f819fc49ee2d31176496e043bd4d85efbd594481_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:97e6f95d96f347f03dbaf58cd6c7bf6c926546c1991cd83b5065fe0cafed2586_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a8b9d35e2ec9f2026a2ddf034e9f3ab2a9ea622924960f7d673564dc33ab6224_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:df1a7c4c835c59041b8c16e11580362d846ceb9b3334b8aafd36d3140b58d063_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:4d3251d46cfd8adf16ce49e35007a998689b714615bb66a12e0dcfeb896d8397_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8426d041e12f43a2b78791227c0f805afd75de6e306cf8bdc718f0f76651d75a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:aabd98101d18f4f5352d03547cc2cf784bf37f962b9c875059d6365a3371dd72_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b9c93d7e3ae198d025eb43e5c2caeda4198462ffaf407270dfc7119316ff5f98_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:b6c870af5b455dc9fc17314802f45c9ebf2bec19810ff75b4e157d96a94e6575_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:d2003914164b0f04ddde9b10d27ada74e57c26beb7ad06dac093098903909907_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:16a4f25c37894fe7ce7a943322dee37d8419bae36e7c7ca7b4e73dbccf8372e8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1b17792f997e30b1d5bf73388b68de6604e4235b0a10e5dc37955f8ff2077801_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:29871a94fc618bf280a7c38280ec0642c766838bac34a9ace503378a67f4638d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:fcfb0cf49134add5d8298b1fc1f52ab3eb924efc2bf40ad077c3def948b3ed8e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3144944813148f5acd4234b279b5569e5bc8942f390c76a5a88789fda81afc56_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e44901d545ce00d89aacf5b5afbe68663cb157adfd23f4b280f13e978c7a972f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:18b95158ab8c6470ea281f81f5f1dd2c0d1c198be78d3007b02f5a7937ade62d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:31bd9ee7e75b32542cf78d1cb12d254a93cf9623e00e5649c016bbf32b8dee04_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5b53eb46cbfbf25649fe3bedfe285e197f65cb55a057176d057e90bb65cf6562_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:bc8727121110bb8a6d9957f7871a6369e1512bb9cdf47a6d23ce12812d84a791_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:0747fad048dba8c93662ced1c2b1a18b7f9f75bbfe0740caaeebb9eff3acc30d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4a22ea1747135e6bd85bc59db41d17d0b4e761e29330e7e3666bf4d42a47649d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:bee322f686572e00dc5c6d7076de1db0034a26cbe44e0f9276b394718d6c191f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:df9ade514c7f2a80c4ea829e2f1890dcdd6a4acaeda829d3620e7d3874de77e9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:859e9211c265355892dc4aa19b7d845b985be40bb8f098702aef50f84c3e5eea_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:c2e28f6a9e1de3185753cd7fd47a51ed01cbd49697cc452448adbc961fe71003_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:c5ae19ec61f3c9cdae0db38b1aaa03838d421f9d4473fda4e52255cae97a2fdb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:e654a7604401da1deff9d8baedf0f7567831fe5f86f75e06fea3e5d140bb579e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:0640a6e0ebe2a6982708f326bc721c2c754eff2afdca443499843b111f223e39_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:5eb8c786a348343042687f659f7cf8b066efc3c4ed8764ecf36dc6e49a468cea_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:83237f13a3a3e051643bc1aa46838b87be13126c0e52404940351a2324008e68_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e67d6086ada10c96051bcbf4eb7414c407832de86a8e2d89364ae0d85a883982_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:9ddc6bf41dfb204e9241c57de41e0a6e1ab1c3f8ce2ef1a90573bb7365ab2bed_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b025b5d368618a31c64189f1a5f9b3db0b24068306117647796f00a22f6dc4ac_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:de35e280f4e50a18f2616dfc561db85b315425ff20bbfd4e19d5f64f93f3d0ba_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:f0368d0d3968189f10cfcbb972046bf09ad18a7a1a747887c239b75a1988344f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:21757065fc31856133fdfc4d459a993262239af0d2d242a6b55800bac866ef02_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3b08be9a543ddd200f66178d51c0f165c380cbc845a1be672b85e9dbe2db9f12_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:8e9d4820353602730cc0e808b2cf6ffc20ff80ce06915e40027815e9046555e9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f7a9a92412fca24faebcb8a574cac92c985d1392f1544e71fa26bea80314289a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:119315e723ff4b153d8f756357706bb4cd1ec5a160a7b173e359d733c680469f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:808301750b17198c8c7f5b2b71e6bef9a7e3d788ededb9a5f79e1b13e64fbc82_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:89ae8aa54d64f62a73557d413c3f146bfcca1c237a52bd57f0ae87ba8c8fff2e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:feecd842ada0c39c783faf280d103523668de8d16d43dc22f74f262f2a4aaba1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:595fd9e735db5032c9bd3a668135d99b6df650c250b294c4f8b11d67f990df79_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ce4371bf509e06e886c5ebd42312eaed3ed31fe6b8de91284f4681ccad199329_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:4662806bef8ccd703086edb7d1eb0c99f785927b1f30f227bb438829db52e532_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:d06875a7d480abe6e062be719a9d6ee0900180e659c09e2243df36e3ed55db07_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:2f6efec846cb1babc0dacf51b67634e83cad5e0f4700f5db54f8c356b0df8119_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:46a86c6ddb9f5bc798b43735eb0cf9d515091549680e43cd2993ba1b07bc052d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:aecbb57cc9a6d72de8520437e911255e51c97e4c40b55ef207fa98fa7c9dac9b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:9c8b022e6bfe80bd4998f177c0fc25e4a5d224a6dde99157f21de5d08f18e4a7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ab6a31d53e6e8a5a0b67f4020a52faa7fd3ce35160189aade3e958559b467dcf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:cb8394ff8b96398f8db5bfa7725c260d343774ec319fc1e3917dc19fb51c9b9a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d82a2ea6aa1515bd56aa55ea999f91e9f688e480d615fe53bfa2c74c1071eb82_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1af22f98af2fae1429e53c988267710578a3a092524eff5032e0c8f397a6a953_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:2ad01a7c2e75bb850686d59dbf73937ea69505657c2f2a55c10e4fc17ed83f82_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:95334d618727e811d16206a6f99991e93dde4bc8ed26766da848ea879093d736_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d460b99f6d0595fc76b4e85203f96a8a809cb709e22f4d8f819f99bc3e817688_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3b1986a8dabfaf0988f12820e1a199cfd0db684ac4e8d956ccce6eb8bf1146d3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:8568a6a6dc94a45bc8feadb7ff1cccfcacd176d276568ab96f4942aeebd4938f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:e24967262f34a1bb405c1010688b4a1ca1c8271787a1c8f5d8b86cf94429e6ae_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f2f71ca77685bcb4618502f0da4f242d48cf2473f0c7e439582e98f15bd0004d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:23400e78f2af2eff9dbed7a4da3000fee627509e5d4c87742aa87f8be1229a36_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:64863687e7fde678af49d370c9fdd5045d47dc2c3b921b179dfe0b392aa4b447_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:70935aad01a4c3b9c041d22554f4d8feef7038bca871fe1d84c6b74d4d830814_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:91ef5f2ef8cd345731b53ec5e044c30e14438f1935c74b5eca2436aa35e5a7c3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:023893e6a4a14842645d23171ad5562940fe5a25e681eb8afa278cf154f60a5a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:1d5ee360957a5cbcdbd54e71dd9ad1e0ee1a37f994e80081a07c289fe1be7c61_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:298f6b16fd4c32caa2d49c5ce1374d7d2037b3681f74e2bf7ecd0afb80c0e436_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f6048c371739ad69e9219e8ebe2045a246ec4ff01bd289bf630c45ecf006f52e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:2c96cb9ede1464bcdb2aa65b23d5c317050c99a9c7674b217301a84734b7fd88_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:31235aa238bc0662e8f3efdf393f9ca7699016dbe1261bce0ce37675afbc5054_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:698f820f8b9ba7d04cad32dbaf6420ac0e1ff5ae0a1d10f81e867a123dad0a60_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:6cd2462bf7a3f58f79de73fc8ed717092569862dbeedb6c72999a8ece328260b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3e602466b3dc3fc4c7879bd90a34a96878e5df827fa7664dac632199b2805464_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5839764d395594b922ad989a3fcc5bab129eb919d2430442390cdd7e95229219_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9913891ed84afd601b5bd646398f266f6970b7e3e164f423ecf561afbddf6f9a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:f236ad01ec1299b4a5e4b174ad698412bba0f090d7316672f230abadd209940c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:0c1f5188f4e79b0c508dbef9f9f6fa5c658aec17a66dcb14b23008d112aeb6a0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3d27787b58896192ef0b2da74861207bf188e5632c0d7b06ddac476ef558175e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:55402c1e07f5de8bae74f8fc9a579c2403cd12e65f9b6714c4d6b57ed42b4250_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:975fe9a014b7d9c4339bb34d0bdfc862b4a4de19b4e02b5b55a484ab99f31bbd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:142d516609c278895aa3302ba638724fb63ecfcfd232e1fc6571f5856aa4e034_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:28bb93cbe40b57c179ed088e45de698a93dd1c0c14d6ebd098439a412478d314_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:441602150d0bce7f8941a293e3a803bed75953986e93dac3eeee50848204728d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d92da8068e3440429fcd5a5b9f178dad1a0bb14fa3bee4849a99bfcc6674e37b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:55315b85da730c2bde56b7d08c4caaad5db5bfcdc2e9f21286ec48e58fb1c64b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6f2c19276901be4850c3d9f502da1365d84dad18e3e1327159af41877432c41a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d4092b12df304edca57e47dc5ee77e4e9006297763ec2e2371ab3856f94e4654_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:f9e46d3228ddf05919d0115f274f94f8afdb5e65c54fe6b17514e7a3b04d351d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5e06c7a4f4f0b3829c21710249546680ff1b7e7d541e30b556dfa69aeb7a5ef9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6ff5ecb5b92ac2d9b1498f86211b19e22627002d788647062ca604ba9ac8d7b0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c2c203df15e000f53388a84d8ab5affa78c4210861fcd0a28fce99c0ed86009a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:f080c488e219c5b862ea88e3ee48bf866c186caf803403d7605ff3afa5d5daac_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:4e6bff26378ddf7b42fbb27566ff9f47095cb5fcd74a26dbb1604725dab7c1cc_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:63efd9d23d66a2e7c754d1b921016177edec08aca034786be697c6ade7310e71_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:b15dbac78b5deda1493f959c14b14ff5344b982c4373471b13ab2f3829d520f0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d101f7ea169ee12e824370400ef6a94e0cbd48aeca6fe0ad4777b9bdc87d80aa_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:05692fc0d27f1bd3a0feba7c0eff4237ef52878ca37166d92a89aaf190972aac_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3805505b579ad8be8620a53e792410bedcb7e1716f3d6401e76c8bb179d8aae6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:47c1d91d614addb733f775406e764502e556f4a7414dd1a2060d3065f6c3c120_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:58650c0ce9725ed10e3646acdc76a72c4d3abda025bcb735ac2eee42ea261e3f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:4778a088ee10ef3ba59f3323ccccf942000e3d2bb8b0bc201822f7cef74909b6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:599fdac73334d243b4d362b2a752f184f303aec12e4426ff08b1b4a6fca0380b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b1ab8a122e88ee201853c669525590b6f73a60803d1772536e76c56531fa0041_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c231527dcedf3606bfa162c0026b0b037d41a908d6be2418f4250e234dc66023_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:83c6087954a19cc11c7042079ec3ca528c8a18678928c3ad9ed8b22ff07df36b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:209a01330e1894300123bfbcafc53948760feb80e0c7c81e521ea7abef269d69_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:013535daeaa7ceeaa565545a98d942396a07089a96937e4960a1fc0d44a4629d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:40fddb8896fcca216855ef34f2c8f0c6cbe3a59c6bdf4c3c751f69b57a63ce4e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c3f081c38876339613b7a641b30adb9c7f3e67d446151c892a65256ac274a472_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d6f330926e3962b0b73bb4b6a11a1b40cb0cacfdbe9fc0eb4ceeeaeb3bde758b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3f2283bea8d5c54ad689787a7c269022b04624d2b1ac830330a79d30364ffd47_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:476af4f8d17ec9fa6bdfbfbac2904244c4d51432b67f111ef0cf4a37ace9a86a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:a609dc606bfe95a904dd8c6abc0cac79316f17618d8b676512fe1b4e5412ba01_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e5b754105ab8d7cb9b581d3c4dea8a295919bec3ec645aac468b5f3267e0d7f0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7f92fb1c1dd18f03677ed953c82ff87011d8c15f1bcfd8c22cb7a877950bd063_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:d759dbeb39460193f8361524fcca202fb9f634d65d35f19fde1a187cd7230608_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f0544c40f7c610e45782d6a757343822cee131b745ae6ab4aad4b878994ce8eb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f5ec95c285270e35a77f89f8da39a51c5d29fae1ac277053eda82e250c715f91_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:191a27f89fa6ec450c37168a65ea66bae9ef862bd2b40c1e8d561b41db842591_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:905e494751d1e26c98857f7ec4f41b4321344f9e86d710186d9e9bf410f6e983_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d35affa9bfe2127cbed058251d47570d65b00a8045748fe1e97670797e8cae2d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:e82a015ff030ba177167a713df193d74480998d946b593a00c799330894702f6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:97a3a8951c456ee0c88a42cf7114a3225a3dce594b470b0b8f57f45c62efc1ae_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:b49317158bf5eb1940a35be96a959bfdb8beeef52e993bff41fcfd974b12dca4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:e616c0d47555235cc1c7e275538b48fd10b842cd11c831a4dc719afe4dfc5092_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:ec827ba35ddaa01c257247ce4f06ae733289364530f6b2c2d5b12a3b2959762b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4f5c8e59a54b30a9f38f1955c6d1474bd24bec33c52800338118973cb6f3e251_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:63fcc02b58dfa0bf549c199736bbbad1e764ab86d9375a6545ae1a7bc360f247_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:9264eec1243f98c37a0843baa36e78b1a88dbdd2bf602156d5f7ff4bce1cf223_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:cafe32e3ff4aabbb6243fc984431babd77e2ed05bb3c4abc621add33c5a69481_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3d6f997f5a6832459bbe5365b533f601dde3872be09c1e96b3b2fc21951f6adf_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a76abfdfb6be2616ba39fb25137dbb49dc56427081d9025f2825a3ce8e5a3928_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b540e70dfd87ad1e2e400e129a6b495617f9d57e54c1e54b09030cae11653d03_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e7c9dd297067d256671a0e06f9985a3624240158a1f4e2b97567409199ec453b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:49f6f4761d886208cc262f1f8e23ddcc0c05d5b4566f6cdc8abcb1a328c8c5ce_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:836c9a619a35d6b8d4929a78b96d0641434b880ca98f44df45f0edf7b69a1d48_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b4ffd4fcb95ed73bc3689988214a2e4210233143e0ba4f123ceb4c2ca14821b5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d4062c740ace239409c182e4c52858e384384faeb0f3d98486e0534f8dc19702_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:29b0d64444b1081a568d8c9354e79b60ddb1c3286f9b6dea3ab69023c11f3436_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4ed2d42fdc6e8fa9d3d08152849754d1827dd54ed86be4507d75f5c90bdde542_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:c1f38fa9fb729b6c497353127feaa36375749fa07f91020e8634838d58628878_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ef794a3bd52be528ba81c6964af2fbfeff03b1aa3d17ac36fdb97f124abfebfd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2518415bbe069935e8229d141d4a8a50285c408d1be2af467c458a324120154b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:b096377e0704a959a0ec41484825436b00d3d0887e49eacd59d88bda87e38b03_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c1b30a9d1f6908316a829b3084df67b9b8bf5043fa46060996cf259c50f62090_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ec9171ee21d867fd61004535db96e98f4dee9dd6f3fe86b719301cb1b0202a79_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:07f056306c1122527032aff7486e5fc75147f48c708c0c0abef7d570cdfa78d8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4314b0a4d5a82abd583de659e5033d0680dce2b535ebd3ae4dc1776e741bb214_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:5bd5ca703480895af05ce052c3f9f738672e989cd38e905cd17bbc378cae05dc_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:db97ffa52f99127907d41b6bf460299c3fff8adb69d64bd92ad371941364c374_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:16374008403825338098f7aaf57f74a2982a75355834552bf29246a9ff4e0b7d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:770cacd7e4e04a786a2e55a3cd9ec21048131c8eefb7baa4225e73a09f0f0901_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a240e71d7418d6f9781219faa2ea9cd315b7091b1a70d6032f81de2ca3c53aa7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a39da3d53b8b927594c3f5c3a5dfcea689f2b75091209c0cc36b18e1426fab20_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:34cd79b95f2ce098b064859e38785231def795d2804c05bf7542520e9d8b596e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:354b40ed867003c42975780f9db1320302500f4ea6c5ab14a0d0ae70b537192e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ba52f6036566829553d0039a99ab677c0e40b2a14bb3d26ca470c526489e4574_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f3eaef7985effa7f09545ee19442623c7aab7245597a4a1d18f6b02a7a8f77f5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:154143883875b88eb144b77d13d5e9f750cd8e020af720a7bc6a2e6dc252a260_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6fa758fb6577cd18e48fb9280192be46dc724a8cd02b54459a5d6a3cb3d06fa7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:80e191f5faa2991cf3bc7033691c4966f1a07953e4941ad8730ae7c6444c05f4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:88ce4b91b2161c9b22f154f2a6903f801e26f15115ac874c549e8644cc5e734f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3386c9093b00f29600b1807ec97b1a6c935ef7a6578de01f9ed5f90fae6a5a35_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3646bf2e6bce49c01198dfb2a1f67371ad1f20b48cffbd7fd8f652cb9b215ae2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c50c48749c9fbe882410ff025799c6f450b063ab3e17dd1c4cbd2afa2b48fe13_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:dfaca907445b7213f3931be31fdde7480c22aafc0bd3b030d7ef9f0d84f5549c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3ba301cdb9ac46c11853c61812596ac905e94f15172df53cf352a693ea5a0a6a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6faeb6e3779cbdc86d4c7cf93e739c0585019e82587abe150f76c7cfb88cc417_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a0d6e3c4b32eda442fe231aaf1a77ea61125e0509287c381ecdec1615e6aa7cd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:bde28b18ee5b582b69683df3122f4f9a3a4aff757c2caa9fafcbcad878d05d3e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2492414954e0ca3e228d6d000733ae02c5d4d68d4b9f5e7f992e1a5a60cbffd5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4aa1f8159ae2b9b385bfb204298e1710c09123bb19bb5b94c2b93dd0419e06f4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:9a2fdc67ac81e408bb49170bf7a862a07998fd951ebfde9396ebcda40078d3d4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c952fd4490ac28f6bc2b39054312e85645c12d20e39ae631e35470267d8b73c4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:001807fafc7bfc5eafe92ba92c127488d378e1b36262f0f71cd4e4feef05598e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3c3f3a57f87c512568f858da90b13c39e9441a1910c48b9bb51cc2ba3e816b04_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:62e3145facaac381967de0461a3aef63b2b6afc466dfb4e185a35aa67142b6b3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ddd906a1e486837653341632e3ccd2d805ba2c7a7d7c26dae34022ec6a7ee90d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2f80d2b9f76b8633c9e6d309c5df7f251259b61a9a40a0364f2160707de313e2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:779d8d482e7ee453e8245219a0e21d84bfa1080819b31fb9f5de38f49bf3d724_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d44b76b43d8d5303fa38a3b8698076912be870c7a901c41a68f59426cd41b39f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f5bc9a28cb8d0bbae97b39548ab6688a31dfe2b23b8d3a52da3bb397f6aa8b31_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:195460691d14dc4f518717e3678a9ea780eb548fea8904c5bd4e2d554b81233c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:29acb2429041bbf17eb0f3faa0da84c1c5655df8a425755c1263fc16911d667b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:20dc4b1b9ab504d4192bda76eace70933c264628c091ccb4ac78faf01104f356_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:366b95ac0f170d8c1c969b41f3c624026593ebe8bfbb466c5f7109e1a6ceb1cf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:32acad5511e808b1b3a80aa96458ed7f1800b4f19aebc9edc4f85ec3613b8ab7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:dc009efb6f6e9d60b022ab94d84d47fb169d2dfdf9680f4f24b40ac0a4ad396d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:77abc31290209253ce09838a292be7351c02d5a7367859c430a5b3d97cef7f31_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e4cf03a101a115d398aac9c645ef400b9366d4bbf189de664ccbf782db4ef5b9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8a9471f7c51a026fc621dcff7715fbc9620603aac2c2e4454e60e0f579527e62_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9c1b85cadf719072db5b5abf0b93b3556a74a67efbb88d7903bab7b6e988fadd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a454b939762af9397d7d5043d1e6070279e1a1c4240b2fc808f0e53872bc237e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:b0802c5220abce4c73b650e105e42d0c1a57c5248c4f55819e15053c59f2680a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:677d190589cf02f414cb0cf4a31041b02ed8d706afb433bed1420d6f35d7a44d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:af0aa63d5b375590ffdee42f4a7f00a4610e33c20ac7f3b23242a24ff43d141a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b2e943bd3add974a8511a316f526d92d0ac1e2a0755acdb49770728984abe2a4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:e433c5ea434c2261f40d623bdc22944c1ecd435c0ac08a41d36049c9bce1b604_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1e800e47a04f7f19c87bb79778586939b4bb2a32f5ce3790d796331ca93a9235_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2c0ca90b3662de85d7e595e76f678e419ea1f40990c51ba16bcd01438f0db553_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:607e95e44de20bbf0feccbd8bb58469928452e6e4f962ad088f452e0e7e6aa5e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ce154b3a8980274f592cd2d41da7a748f7c895f754a3fa7994eeea657684fb12_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:c00947fa5cc8fa1abc26adf7cf8acfd4336e1aac0f1007133b8c6440a8148a1d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:c9a5828c250033f2bf160b102a3722959210025d373b85ea69895c96fbfba833_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cd8048f17129cbbcb855587d48615ea6e574d12f2952c0b1b5aa3819cf453541_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cdf9da2745d57ceb97761e08b560f2de7a212f860362eea3fd445fe4f6f7c769_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:02b7af4ef7daa8499a24b02aea8a24c98960851864cf639e0b698b3844563a8b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:3f82d5da80747c147ab429d24e8e9791527f7cc89fb6a7435d0cf6d35cec8933_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9e4085498157bfd33b7bd7b212300fe58ce6d462854fdd8a597f288637503104_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a8775ca5ecd0065373034a37b6de3fd736045868a3b116aeb216637023aa9685_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:28986bf93efcbdf0c2012acf8513e958ae8b32db4b649b9355b1fcf66b35038b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:52990833d3dcdb340c68234412d3743070938573d0296ee45138b404054e311c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:92f7c8de428bcf236f2aecc0382d911bcf5f7f536bd09aa44f9019ca7627d116_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:fa6add264803c2adb838efabe0f0fd8f4d78b14bfea9c1e91cce957e17a77208_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:46910caf13bd60c69314b0a72b866a8342c1dcead811f01f91b1b1674ea1bcf1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:a7ab888801a85e65a01acf68805744b7f6a1ca713c329629370b0fe0a40c359d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ec97f4dc1d491cea9e81ead6ed959141f0ff2b36fd4fa623722020431cbee1dc_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f67e6ff190c45a81777e63b69812760e828838e338e1d27672d02b5544b3e682_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0a9880ede4b10a6328766c1d9b05f17c53faa4ac561a8e768f5fcdda9997f056_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:51f75fec0f0343d3f68e8d4810e7588475cb0955b4793db7347d3ff466cc7f78_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:74ec8a94d5cda524570b881e7a352604453026a0324010b7f4b3d0a898b5e457_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:fb67ab3a88d2c3f33925830b9c63584bf14b321adbeb2e752a039faaa0401c8c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:13cc747131cec81fd67e04409a69497d75a893f4b56adaaa3a1f77f1d0f3ae67_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:2236900dd28b8470cacf90c618bb50b05a0d1d66726afebbefddd2377283989e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:ef89f2da22f7b0c0f445b7e700b29cdf9ce229cfd7866ac6c7bd2ec367db3bc4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f5a6e48a72f6054924be3b81dde0cc0ddd95d7ea029e1d819553fa633c47632d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:49a6d800db550efd565f451e584b890e88b5c6ff8be6fa0e17c30bab2f9980a6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:cf42aee609494b7786b12443443b9bbccc8afe2658ff6c16cb5c86c05c95a30d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:eb13074eecb1627bef4ca2cb0dde1116ca08cba2adcafe089e898236bb37dbaa_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f96cd58eaec24e92cb84eba253aabc815becf9264136c2cc898d1424fc8c87fa_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:8597574b86410624f04ebb0fa280276db1ffc676a56fbc74425e16790013ee47_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:901d510199b2e6cc87c754af5a1c8ec564089441f85917043a80733c4c83a430_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:9bc218ed94e8e516b01c11f26bd9adc30251067492ee2a84f55b573c2d09f6fb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a951a17fbd50a051cde6c2fc4e863bd70e29485fcb085c4d0c977a0bfdda5ea6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:11487764cd999f6abe6bc5021312a0ad9449b14b2ecc6f7bb24bc0d7dc57db60_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:362cd0740085d7b9bdfd4d10706b04b4b92ea759697c57b340698ba7fee0e063_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ece30fffff9f1b1252e7063cb4ded0e669f661e123a02ae5bd966bfc5e3e1ed6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f0813c18a84c6a7570cd3f51826e81dd0cc164299173d05ccf7ed3d31be71961_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:b5291a1306ef132559dcf0405c4a15d2921133356d904aba886e2577030b1af2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:6fe441946297aa27d90fceb448adfe939cd74ca0d02ac818d9577735a8bb004c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:0003426c210d73355a8e23970e027c7412123a75d979052113f325edc288b478_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9315e7033cb22fd8229c7cfa7bc78b10583dfabcc54edb3ace0a3eb435394f9d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:b5291a1306ef132559dcf0405c4a15d2921133356d904aba886e2577030b1af2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:6fe441946297aa27d90fceb448adfe939cd74ca0d02ac818d9577735a8bb004c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:2198b31f6460daa49ac33aee124d664f8020228052df648ee79a2eacb155df0e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:f1ac1040078d827c434858ca528df96b41047b32c27ac522d11d6d269da755ff_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5a3cfe8da21c874d227a225313dc98a3b175e9b67dd90917a201d5be2c8b0d12_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:a119246a2ed145b6fc3ada68e546e729485a34fc869e3742ea1b01b9f853f1d4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:ac4b25b223b08c445aa875106114964745002e90908062d0c11b56e27ed9f8b6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b1fe363d1a527033081799943271457afbdac0cb23ff875a65a6292ce1f6cba7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:66cd3d5b1343fb7f7fd7a3922adbdca110368de4f696b91066252229dca3f16f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:7793b9facc62469acde7d6064a4c2f26d8482fd1a2205add60fe47541b3141e0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8fb627e3f8138d9ec3c3903373502ea0d3f83c1788641f016a9de4d7e41dafb4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:f239cce00d46794f91479cfa3c94a2edd14e206f85e684131fe857a80215fe6c_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2439070"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in ajv. When the $data option is enabled, the value of the pattern keyword is passed directly to the JavaScript RegExp() constructor without sufficient validation. An attacker able to supply a malicious regular expression pattern can trigger a ReDoS (Regular Expression Denial of Service), causing the application to become unresponsive and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ajv: ReDoS via $data reference",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, the $data option must be enabled and the attacker needs to be able to send a payload with a specially crafted regular expression to the application processing the input. A 31-character payload causes approximately 44 seconds of execution, with each additional character doubling the execution time. Therefore, even a small payload can cause an application to become unresponsive and eventually result in a denial of service. Due to this reason, this flaw has been rated with an important severity.",
"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": [
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:071766cc6bb41db5220aa5173ef5d576f032ee1e8dd9868deabeba36f7798342_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:5a9fd7861ac77020db7532e72a52571c48c4f62164c1c5390cc55771b93894e9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:adc440a9129c3c9baf62a3f961179c843f6e68a06cef4f64a64e2a8cf7493d8d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f8f501653da6427153aa72340ac8238e79459759136d64d2ba6f8ae03184c436_s390x"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:7d17650f80e7bf782a7a59fe0672f593cdf9dfde775b7153fa5a5c4ed8b86e2c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:bf046c55304478c82791a67ae0dfeff89af904d9b56cd63a29b261cd02633798_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e6165bb623041db07759616b297f0541fcc87dc3bbb91cc77399cebe96c1b647_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:f47af1eb3413e739f7e219ea89dfa0f09bc31f18a771e49ad36b32f8219d9112_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:34161b5f6663f9408d7ce5afd4525442f41332a9501f658238f3eb6568eaf3ab_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a4116b2262af10fc2c7fc40800501add9f5a9c671907f3eee75cbfaa37d47263_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a8dca289390dc8556a4cf3cda46e5cd45bae33fa2b1a88ca053626ca3e3339e8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b43e298d73fb723ce446344fac3e136b0d3347b38e7d199a09d2bfb85c231249_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1ec3135a01ee2bce646338cc6d71d35c8adce9f3603f0f07ce90dd88dbf3c4db_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:94c42af9dd8afefe53de729d8ec8b5f9103cdd7f80c96999b2863bfed030cfcd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a80acaac8c10d6cce0815ddcf0bc296013e97d2cf69d1eb6ac1b7f3b35b40d74_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:e4c52bbf17f055890cf9968da78045295f6e37e52e3f4be5807db679ff63b874_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:28f2daa782218c5fb085acb774bf1d8c13a208b8f29f4a12b372db2c446ada76_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2edfc9e18f365bf2ffecd7ad45b5693b493de472fe7abffe73ff4375bc6d2af1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ba51aa38b39b8f57d6908665938870cced5541b831756f4039047245e0f2a8a5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ca246a844bb6fb906816e4008c922a0470c82bfe6a736f3a926de3def6aa0597_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:07d09ce1d5c97a717dc1c0f540e21fbf7fc2ae0c27be6fd0869ce0dabc0591fc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:44e3c6d5b98dd6655d38e3523fb34ed46dc89e97ef8a86f908d72461cbca59d4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:81e7e1cb47cdbab3a46bf8bb0ebcdd218f46aaa94236ef250fef0fd143c9204c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c318da767c7ef1f2452bb631e2726084f48a640c962f8003467c72ff48225b56_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0b26257250fe3542640ce1a4f5ca71f90294c307eeb477f1d1e4d61e3ef233b2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0cbec11d17abd89ac4ff332c238f92fc49c19f3e1575c26c6654cf2668ca9e66_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:2554ae05f488567b3c752c16c59f852ecfcb90746a47d48bdd39825aede43c21_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:af26188e6f7326835340b99be42189550233a7bfc652375b0859cc058fbbd0a9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:31460b57b3986f0d6c84406eccd1801eb3a03d176fa510978311d46390828020_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:aa730767af15fab6facc460b6e418bbfb0555933b4a54b01d34cb83c1148b8ca_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:ab43b9177badda24d20e8830f375132854ad313b46e27ffddb8d68b6543d8007_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:ee7eff8564ad522223787fc270f1f4d4233359872c994981619f1c10b3dfcaf8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:0d809a095a0d86c0b149fa0e28f852c1633c2904d7bfa23b6900617ef7ffc2d3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:5c15dfcbab56f579ee265d4acf74778d154ce0185234810ea249d9b9e415052d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a95c36cb709d7f9fb89eb6aedcd7cebc104b90f8d9f1be6591981dc9f96af398_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:db9a343c67b6462259b3f300af5efe643b7637bbc88ba5aa65e06e4f573b0049_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:238158a2264b9688491743d5f7c97a3f152ea2fc4a1342fe4b0e63f618dc50e0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:6dde5ab62c9f5e35b853112e3c04a8c856ef9260318dad58352ae36c2d30bfb6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7309bb2119edca063c67c7b074e1d45d99866223dec53f9942fce421e2e76250_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c0803e9ceecf77a8b1425fb0634b40e4095bb9d899c5d5af84aa285527723d83_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0dd635595c420ee1672257b6326a193195b2d21945664e649b09c62ddcc25d7a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2cd23c69b8d88a73a2aa368cecbe1e8812efa47760bf16ee0629feca934369fa_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:4beb73d1a2c279b310fad6789fff0ae70cbe18a79813819b1da9c2c5b6959aac_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:dbf382ce2e7158ff2483336643ede99b2a4fe4cc888af72e92e19ab864c62291_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:303ed90fddf42d1a5ec3ad7eb1df833003ad750f4cea17710870382a0f8c720e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c358b8a12046693741c5e88afa14a25e066ec9e51b84e22935c19dbf34ac5455_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d98dff9a03e2bc6564757afd151092cc5bec438c678f5fe5e402365bc6bbfb03_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:fa2d95a06de233147317ad93109aa809f5487e74748550e40f4189e8aeb5f50c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:943aba9a3a70cabfc2b0c94450b39ab3fbfd92f12629a2e175ad89251addc2ec_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a7c31f5ce80372bc4c63b60f9741352565eea006601522e25f03ce902e35564c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ae2f0cbe29206ae3ed5275bd7a0b101dac0e3bdd5520493ad4bb360e2267ca20_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:b9cc7a6280455a8a36e26494744d9ba540689594f8a1d8f625cd1811eec2b0b4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:54c3ecb1fecd80a81cd667f5edb968c62381bd2ddb659255cfd861dc0a8e0a9e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7deb4e0cac2bc3989fa828677e4717eb75f1bdd8223dc638310d32c73219314e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8901061b783b8a41f447eaf32919989dfd24bc13b1ef61b36f1132d66f64288d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:921aaba9517c1b00e09159d4539d47a55c543b1c7ce3c789e6e333ec133b5406_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0dccc414a5a3efd474a9eaeb61b6a2130f652c97b8b71592c7cc52827ae149c8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6c1df1bd921b4b6fb22f9db19a2c69ef5fd98d231fff3869a22442b36dec0ffa_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:eef901a0f37823970eacc110d194b81a6c679aa3dee5fd0d350b66ebb53a1542_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ff539434c8d3bf3c3a64f040a5f7ad702ded9290ff0a894a03fd45fef9fe42d9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fd88ff4734a68d6a95733ac650eccd70d1c4d23967f32b3ef8de08cea8bb05a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:8b02d7c27cfbb38d19b1456282d58e14c8d64efdba25a6238606f66610e5e9de_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a4b3b74bd3e1a9a1c81f040810325ed6bee59e0fb708c9589439fc9c734805b3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:bc92d21475ba5fd3d2292c5f386328bbbd237b92ab7288d3709229ece5b811e1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:360c5f509936d41297633704930574fb8fdcca27e98d1614ff81dadfadab4926_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:5fde232e29f5707caa6bb5219f108a563ae59bbc5d2818e368a5b9e472a1a2c7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6f1a30e659ad462113e1f481855cc292a760900cb5c05e669b5baa0b05a15277_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e2a33d8b21d3c833d9de1d6472e958b67ae7c6583e326b90ba51a2e1992d4924_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:1a6641eccc288ff48bda2311e1356ae244308345fc4c6e8bbeda2ed8b9f85eda_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3491a7f01d29b8ef97e0d28cf1258c37979ba8941d8bfc79c62bb7ad871e1f19_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:86a9b3d8064057e95ea8935b94edd85042eb86751e79f7a9783b9601b88d8ebb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f4f10a1f9554ad0aaa4fb9dbc97dc9d6b1b27af1ca3810731468b0c458b86a98_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:b06c2047e92976665952f3b0352b0c5bf8b5a2e6ba00b5a5468663fbb0309e1f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cc10468c6882a877f993ac4f6ef5f29e7069f99d6b3ceef528c8d7069ed362f8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d682c5746679d8dd8534b3d9c4b913880ef9d5713b7febaa3c7573fe7900b61b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fbbf71963f1f9fe061819fd07e90df13d27347f2854720be55d4ee453b6b60f0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:515147b779e1fe06b9b510177519d413a679552ed6c2ecf4b0ca8816a1e1ff6e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:f1fc196ec3db364df254fda90a46e6b12bd50d50c01f2996f970ff8f9c1ea1f8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:4dbc09f5c1c4011c13a1f461025da298ce289912d98627fc6d08ffe1a30a2a2e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:d3436d8f8316db7b836d1146932a1f8de35edb75644eb0c9f0e3af334aab8f87_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:1eba9990cf84de01e1ba504b9b852c48cbaee1eebe2c564977d1419177bad652_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:cbd46373b97caeca24a3b22de19a294091f3d5e294f2931f01d786ef566867f6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:09824ee3a4038855e2956ea2d70a72b5d1e4a9ecd9a323dfe27eab6df7de5c1f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:8d89ffb1ab74d5e02fcc13d2a00d5e1fcca30720d987c140544e061ca7fc6629_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a8b44c2c0bed6ec652301ea4090bc62c990130150a8c1378a06fdb3f9a7b848c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:d2005b9ade6f74ee3df518d9f124b8acfa909d0dbd34c1c3b9e044c0556fb268_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:c0d0de4014902209309d97c189f02ef66292b254edba7e02d26549e3ee24d7eb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:f673fdfb5f29159fce99cb0ce47a31fdae2f57533aa49b84228ec7fe03274aba_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:07afc1a6c00649e6f56a64a75a345ed3ec97e28976ac09d362bc44412fa6b67c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:54319cca65ce76d81bd7a392eb841bffc14867bdc1ae341bf8ee6f84d10c867d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:445ffb4c0d9ca84e2c57333adca83f863428819a7732111b204da9f57bad9826_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:cf571aeea198dd0b07a42f12727db8ac78fc7d40eb5d1ce47c0e521f84142ee0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:80bce123dd0a3488a9cac662d578f451608252e8144ee8158cc877c02c3f9d0b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:89a69823162109668d5562e46ec004b719bb60cab26872234730c458dfa697ec_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:53babfe25e9258b6e8564df67e1d465c9f144976af5be7b30d95b0dd910f6101_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:733f6a4a3f1a1ce7f0495e2ccd8f492ce3378e2f2ac1d6f618869bc0460bd341_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:0bd4e71e9d22f6c16130426710bba8abbb82b0510cdcc9eb6cc74a412021c45a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:34fe2d2d5972de86aca83a9affd601cb1c4564fb1939f4dbbee3dbedc2bddf9c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4e01b88be4742c25c24977471d81262f8f0f391ccd5c49250b306e726e1d32e6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:dbb1ac39b132a5d539fdd7f13df09e84eacb8460fd7e0097d562ef079ae2c677_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:1ae054478a86182135ca308fc3f18c49da06734b34fa897f74544644474c7807_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:3b7157d6c737fa70532d96c62fa68e35fe547eedc6c50580cb89f4ce9fff4fe8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:152e3c57d0bcd719bf1e20ef7d43ccadaf30939c8c9899a2ce115a55ad7be983_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1abc468fd1a09c4b30e624ef4cd9257c2d104db17dbcf19a5bb8323682271ea1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6e535ada8c1768a2411ffa684bc624afaca15618b2d1a8a6c50f0b97be52668c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d46b24f503b741f3c919cf2f30409342310e3b2d6110b043128ae5d496219c96_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:12c1eb19b65af75175b1708f0049bb3eeb16c8c9a632957f5f97a5419246c7c7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:36103549903651a18d5c1c25d07dc98ce058140cd2b8d6e80cb0f1a940a277fb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c6fa0940709c377171ed6f553729935a9bf1bc5abb7c47f919d3b0fdbab3fd74_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f421d2c61baf1f196a5386d02b56b72593ab557a99c1ac61fd99d324a8bba3f9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:01b50335d5ef7515c859414036920594a5fa5b0039f5191aab1f16d291f3514e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:98a06124ecb76ea1e4d88de6b1532b2c8c6a7f554d1d25b946258b2d2e274649_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:cd6a54657188c7a1c0147c72b9d7ea326de2d7332eaa2c049ce4e02807177bc1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:ff2c7571055602c2cf719149d742d2e7cf308f1a077c420205bcdb2afff13c00_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:455f935e22bc0a892237c11e22b9bebc4840c26c61510d43827563312ec71fd9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:8b30cda549756767ad42a0486cd2987e13eb28078ae00996076a2c4e52ec50e9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b3f754533c34684d3ebc8a6646c8698cca95b6836f9b9cf6bc80edcc1c888f19_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:ce1af97db3e2816184795c6d1fa3cfef25329df11482b2bf4441c40e51d21347_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:73b55b309bfcba54861b619a26745a67efb4271848e99db56af2536ceb0fa597_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9dd8eb511b9258dd6e6e2edf03a6e6d64c1bf8a5422c173cd0b0d9e1b2cd1734_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b43f4769ae4bea0d180d4be8183c92d1fe5aacce4287fc1462032f1783c42207_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b7d331a0edf44bcf0fe747365f092a69e1c1c7cd156d48781d40d41a3a0c8552_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:304b520b8986da52f9f1f175672f6acb79119085841fd0ff0fa9754e8f22b34a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:67d76b9cdf3b5be24e7d157bfe385f184c6abd429860ba6d2280f77265929f26_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:df5b6082f4f05bfef1b63ede7fdcb5b575e56bcf264bb21e71ea2dc98c884ce6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ea8623b6dde50f9b993f9823e27349650e5d80f3f4f37c6b9b79cbc08ffc6da1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:401e7eda5905ff108ac067119245fe3684e50e736737b350baa06ea6fb2b7174_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:445489e10735202ea518bbee1cd56545f0e7e66742712cf5006c4d4ef30fc1cd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a583347caae3aa7d703a2130fc1f57b9e81ea6a06bd33785d87f92596f1f6355_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d30bda3636af0792fa0b182e8c1f79f5198a293572b40eb28e90e8e536416719_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1a369e0372bdde7ee5ec7ad647d30e6fd9747904580cd025ef0e20e1309080b3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2d0b89c800f09fb923f249da6536b9d396a53311112c458973fa9aaffb9bbd77_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ca969364594a060f9adc621daa9d2af96fd265e32dff63699cb42aa60ec1a9e9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:f1b997f7c662c0c8e91be2d02d6605fdab614bb89039ad1f38d6cac2b4623ddf_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1f379914cc47321de26756b1fd2fb634ab93f0d50400467df35dd4303100ad1a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:748a768980651e5d15e4b06d8483c6ec6db7854844e2b7dd789ea0e5d0b42d70_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:922cfbcfa109c304f82be7edd274534d18f9e2c7fe036e9b078ef40dbaf5659a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f439945f38dba034123eeaffd05372162855f703ab5a939dfc40c8b6e68b6dc3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:515b64496798a09106a5a99cf322bb02cea22a7d1684653ed251ea15532a61f6_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6de46b3fa4c0a353f73b6dab1c6dd53546b38a7cf754063382a47a3487aecfef_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f41ea3ecd58d560a52e13cef8384f6197d49add48c01c432cd8971f53fe5a4b2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fafdde0ddc3752811000a0b64826ec60715a45f09b79aae8aae637b6a50f3c23_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:212637507016bc9b3317c3980c30b476867ebc90d1c0724f0178f445052da718_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5f148616ca51bcf1c30183e095a8b5a981a9be858254938ed45229e4b4ebfdd1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:9461ea9cf5c260411a69b6b39c5dd4048c592f234cc24d481561d90fffbaf1bd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b48c6f2691532175458342223ed6c744b4dfe2cb057d1abcdcf3980127791ce8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:2c1ca60eeda0aa20403364a3ba33d9ad349e98ae3c839bff106d4b3d59426d58_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4141802dad81ca0be90cb3e030f18156e4f129dd2dee7b40d4b4b2f63d7ce927_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4cb581ac92c27cae351d2021bf76d97b20da9a9db8f2b867df879a2917d052b3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:da3dc2f193bedf7af891b2123b2b25ab8ffc54ee21ce4ee4a05557b7175aef7a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:232a25a7c42589bb08f34e08eb3e609ccc7c1de4281c234bb59df3c763695339_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:77021ef3e969e39c28e863f22541819957f046f28a88ce0fb0f706381e8ffdf4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d024567af8fb35126a2084d9c0de93c5b349249dcbd202c0c5cfb7d2d05bcefd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:eff2753dce033753b4687d9eb031bafad6c3bc1e1dd941de90baa0322bf14496_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4a8e36032ebb3b81b4e2e854fda6217a58adeb78e133257689d118b00feb9d0f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4e99ed18cc738391a0b1f7fd6e5268dc1a2b2d0c235b96f5def3d9bc25bd0c4b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:acd10e1026c3bcbe1effdad4d96922661418e8660dbb0e8e97fb69b3df8a3578_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c84a3e6dfc4b3abe1c2f3e6f63018a8d45fa3333969ac2792dce86ed5dc5f7f6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1d83bebcaaf20c68ec4705bec480e45b4a69d8323d118a7fe4812b491ea940f0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:bbd338c6ca660031115a11f293b165aef23ad28150c6a8964dad403618cef28b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e9a218fb77c30af249580c4b11915d4876083f642c7388c6333f70b781bb9f17_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:fd8e0cb32df9a3eb7eecfb9d5356a136590223e69130193ad8a92f310465ecd8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:0de9a2d5418c0fadfc68e9f64335c23396fc3188b1ed7191e2e740e53aa1b29f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:2c6a648364c88588f7ed1c538eaaf850ad4ae8310b83cff95c11db695cf4f528_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:8a408e4ad9cf59aaf87b0c0c97d3e66c4339943d810da2703cb4d0a946ac036d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d4f83ef7cf93115c55d7053dcbe9cf980bf522cb4c3dce2feb95e6574657384c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:06849685ea1a02445fd85960975e0f4f0d39947420d0f381dd724b37f4f44994_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7ad3e41c51b206489d6de9809594d4407f0eb02df060111359880560088c9140_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a18cc97e985023b176af5daad9cfe50eee25bc7e5ef657d20c17aadda7a76c35_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:f3ebe18a671ed1e458d9c86184fad3fea2e8552d8be87b3f2bc83ca45f6eecc8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:29d61cf5ce7ecf8bd5e49c5d01b16a82819bbb345160b90ff46f0d936f1152dc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:34ec4d660b408030abf6f5c0858fcfc095d7548530e6bd4038009c55ecec3344_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5a947d842f80e6e70729d0195ea3fd77111aa4a564c82e9bd0614fbc715a85a0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:c6b897cbd33e4d897a44ff05e5a2f7093a5fe930fc249901baff8a28a015c408_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:20dcf9ed5dab0354410b6c14f8476980d2bea66f42bd64ae0c1e354e185bd820_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:559065936f9a9039c45cbd63a4dbeb4cd3f69e990eb7a878571971f6e94c936f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:79e01008c1f3a1ba2dc98f7ea3163c3874a5b204ca731d056b89ebaaf97bae50_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:c36158a99dbb4a03cc9581c46a7f0e84e3ce098fea15d5b3ff88e10d41d0eb1d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2c6e5834f6042b1a4301f47d8178b2e718a3a459745ffbc959e40cc660ada97c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:475ba06839391550b35bd29309fc939977a72d4262b99f129ef5fc964adcecc1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5470d37d9eb90f60a29221fe605551618af1037c555e7f82ee1c7c1b6b7de654_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c8ce750189b017ec94762b6691cb9a911f97f04927615f0c802149aa3f7282fa_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:1916354b8aed42783dbf3bb7a3be6ebba6f561aa7d8c8f41fd6e32f1e46b09e5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:93cd970355ff2c9cd65c6f051391a1dbccf543a1f4e79ebbe6b3f63ac4030ca5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9cfa1d58c7bc0f875b5b2d704afcc95c4321388c94202c7ecba217a12164e8c2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f21ecbf880d3fb65422bbd0c410aa47136526cdfe5b75fdbfd82e720530c9fec_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4c6a4ba7469a6e3736176c838dd09acca392d508ba2139bcde3d01a1ecd493b4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a21c60cfbdd3b771f448a09b89c09f0992008625caa9fa60c5f9cfdc7d49e457_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b6a1d9d0b74f769294c10ba1ba65fa36a43217a374f3e37a189fe3de1d33d737_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e192ef1c1c539e194a2c7aea2c1cce32c6bb01bba982d3f0f9354649f32d24bd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:03475c318b9a57df484c7be2cbf35f654487c3084efd389cf4f6ce0a0f845dae_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:974abdfcfb3399823b6531a50c8d09203167418b09f859229de602a55c6f43bc_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:aa3852b48c9efac7a7e87bb01593b4a8c7d9f996624154d5a34c836e2b126485_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e0e95daab3cde4412e5d3222236adacdb8283e65eb64572ed175b353adc4ea50_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:106fa9124ad7bfa7e2a7d6c68ebd812cf2bc82c55ac092c1a702217595fc93f1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:18317fde63976665f03833b7679bede00df0f32327c1d56a26afe112b4d26f6c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e068848e4408ea82c40cdf03f2e6c600a40c8743faf344e0b2630f12d79f2fe7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ed90b2768c731b0fb0d277a285164c8bd8cb531ee984be711f64bc503292e839_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0ea0939567de6bf628dd5ac96f7eb68d3b29f1819ab932296293504e99ae3390_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:45720e600e73a2d925662c4c6a7dc898e4c97e38bf9b6c708455167abf99b51e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9afcbae95f66db36e6ea832d41f02c8fa14ab3e79f52dd1878ea24b57565b547_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d4e9f8ad81006249c50770495829c63f9322d0214efc045a4a7b6b0955846f0f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:1d66fb102b391fb88b40efc0dc3b3935d6f4db31825ee4d878273e181585e0b5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:2a221eeae6e50cc04e9466e5777f829f58311b2506aa149094e5e31e0cbe6e09_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7f15db4d5cefd46fc71d1953fc5cd62630bb847c6966523c5ab3d6cc2e5f6a05_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:99a3124337bfd603542826a78e4068bfd7ffc9feac98bac54bd7b3f3384faf87_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:86260062116d03fe7c4ec9df2fde3ccabf315ebc380f61db472d334be90dc325_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:8f284d614d7fe9d7c0bb5ab076490a781f0922453650713dd6bd722a409f650d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a43770fac453ba7e59e8af0c2aff352471f81a1b5f34ba620d4555a16af464ba_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e3a8e74f008721239ea7c070e6f6def1e779b723863e5ca279702f81cdfc0f5f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:669084db9430a977c4370fd7949543c2e57e82da6db6d01c376b3c345f7c693f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:9c91c1adec653c87fbdac6f5755528a27a4ead82d740af2a5e5f38aa16789804_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a2ffcc7216ed314e39ac12c0cfb30d29a6a4267512cc24a8f59825967273a2b8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a950db91a853e2b6073fad294ea604d51e0623b8c34288af1a98752f79b873e8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3af31e33187cf904b7a3bbcf7cded17c69e345c73301563c60312d35d1b694b0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:42bcf4c037d6212103448703395c0ca44f36a89533e205f0965c2c111d218fc8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:7b9bc218875615eaea10e71de2ce1159bbc130dc9099eb71d9fe13d9a0f07179_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8af69064595a39874365e60cc66d5f6697f28df4f82f8e26b86eb3fe08eed8dc_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:43a9f7284fc596378453b6e3a6fa1eb553d403ee25492c8c10107aaa77d92412_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:9074d73e7164486f4e0bbcdcfa5f46529fab2937cc5531dd88b13b2fb433d6b6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:a6656391bbce0ef6c085dcb040dc623d737ee8c302638d0e952eb2cd6e9671ae_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b98987da700deeb50da293568dcab5cfa1ddc843e36ed4dc5fe6d0ac8b63c85e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:66a2823e0f80a885f64cdff57291c2d6af6fd0c117c2d033b372be28b0755b2b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:845d9b912f7dc3b56804668e652f7c6b711a3d064501785ef9fea0273f60063b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b94aad5462be3a96ad9d3a88d8aaa775e8d6446b7f8d1b8785de703d14875cf0_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f6ad6761f6dd00ae42d248741c778b31492259d891751c9dbdc6dc39c2960dcb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:7b31119b0f90aba00af66b6bf6e1d2f7248d3db7129a6fec071a9fba31dfd0e7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:93cc886509cfbf78ce38eec32119b47cca28aaf3b43a254a1deacdd86de5e877_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c4cfff6e697533c3a9323ba6ed15b74250ecbecf71123cfe49ad56708f505021_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ef759942f6399bbb13657a783a7648dbf7ec880e8f6d4ed64b69812f696fcc1b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:155ff7585ebff390dec5a0ee00bcea904cde275e165ac634b2083c1fec868a18_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6971b8fa9f04515d6e4d18a27982a2496a4efaaeff90e741f3248d31fe1961e0_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6d590f5de5ce957e2d21fbd86c08411dc90b6c2444fd43079a04e3acb35587f1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:718a4a859157646f240e5fa4e3f8ad5c5ac7e53373d8b5d0a45159f5eab2c9a7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:629f7a041cf101c337effebc71d27cebd4dbe4ac7f7eb58e93f872106f88426f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:7761842991965d184af3f11919c4a4524d285d69266f92bc01ddd1cc66195fba_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:9865d9323ac25a120e3dbf34644b7343e650cd04b201d65518940b49432f564b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:9f6c2d965dec4b6b13fa96bcaf0134bf2acf302e2a04fb6926075bc9e92de97d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:855b51d876eba214e06624567a2606ed0be538fa6db7e24fdd508a269e1ba2c7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b041548b2283b0b0837db6749c0da693f021d0510a5628bce91ff5be1fc83f71_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:c7fa529102a1f95a53afba3a07db55a3907123cd8bc01cc6e1c4afc3c41928c3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ef32e7c28a82efb0ff8edc4d2678e042afb2c378791a34ccdd9243eae5246d61_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:0b779b84bcdf0ea2821962e7df8f34696f23bfad88557c21ae5fefbce289acc2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:54847dfd1e87683efe51562e103367f952ea801cd409968b8b5e04ca0ce48bb7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c86b554d052e4c0f38d69b571d246c090f5843302d21fe0f2c7c06ddc604488_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:78d85dae433ada85e1fb57166d278887f652a03531326bce186c7d3b207df288_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:4c4ec9a44884b5d618f231cb65a9b69078c2d86c8f168d510441814357f9fbd7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:5bfc5d24081ed832066492f2542d2566f40aca433535ff6536307feaf416c727_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6717dfcf0c98ffe25190b97c977daafdfa53ca406572d81143430f4218a17382_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:fb7ecb21f68557f92a912f0cabea1719fd8969638e16f22c5c89d433168f3ade_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:6f80af3728d41b78b3e855ce438ca882452a785a0b794c374475e6634390f6bd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:7df0f2a7c3268c3fd166e4012ef20a9911d6d7be4ee9e260b2a8343a1a5c23d3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f26c33eae235ad613283bb3629ae031e06d95e4371b6ab35bfc95d6cd6eedc70_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ff72b14efa0c7c37a3795808564e00f60bee07de82fc22c7d1e0822893abeb8d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:15a34ce98242d87b27bcb7a2ff5f8a3426766e31e4aa8dd21280a94a0dd5de07_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1694ece44a326abafa983a7fb2b3f84f671941fdaa708c21159b2164bedc8fe7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:5316833a649816a20637f5815460cdea129cd9f304d66406c7d15210e09adc7a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:95a599547beb53655c1f6bcfe533196664371a94b5fea328543a5f90c1f4cfa7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:0c81a72caa0f5697779c8e808aae1c6da81c34d58ea22b7fc41535e5b047d4d4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:1b5092eff9d9daeea6ffcb7c40f04754c401744c8085b77b67f231cca7730818_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:7b0157dfb720632e557c0c1050c643c7a9dc9b36c5f1858a37e11604b04b795a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:915d7aa28dd103a665a72bba13375c72118885bc3867d07922425576d5372f71_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:27483fad6a2c4be85baf840f33c72d98357bb6a55e754051fff08820977c7a3f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:5bdbda0b9ae82292ab9dcd9c3907d42687418e591984ae30b53d93f422ca9d86_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:93069055bf2d16735b13a8ae1859af38b6b7b9fe3409806c30a2147689972023_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ef060678c540f10ecb261b29b6674be6d3830c7ed0e51f221256fb09130b4dcb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1d9d3b4b90eefd1714e4814e4c340d11a88f1208852b7c624fac4096ec3bae65_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:37afefb255d2e64fe5d72f6d32a3e4a55684b658b114dd341689ef0dd4cefb9b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6033b93ce5c2f73213bd89e9709038829a2739e238a1f827cdebdcac8c39dc91_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6fa75960064a732c4e25407c9c2e8b75bd98feb5bb06c9cd70dac8023eb21c0e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:5eafd2fde7b9fce1b13109f4729396155f7ef07d73d51067b11f96661327453b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:825963b5f6aeaab80cc3c6a3c173b588263b6a9ed2e481c06d42a229d18b40b8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9c24887a448382a80d554684df4280c49a3c6ab89fa9164d547d0ccd25c5b0d2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e423c9ccfc07b48c6ac2cc4369a6fd61e9b8c420a08f64d69e9a35b887874793_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:0ce9b759a50e8562b80a2466a194f70d0728ae93717dadedba3aca34712f14e6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:814fd188f5a532065135552df55e4c55fbf9952ba35f93ec6f4f22a4da2a43aa_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b87d5c52b3da29503ae5089fb3422ebbf5ab02840c486b19678a9c65f04a9e7b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:e7ed0864902433356021a2f30c65020370c3062889f7e5838be60d0ddb098ec5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1622e137e2fcea249115c062de3bb6e0a099ff4f4545ed1c98ae2109eeadcc71_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4a66bbbcf3b973ae35749d7d4a1987a561a57d16b154c0471092a2f242912e98_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:51a7d1ff4fd4ac2325da2064724449847c4aac05dadbc97f30d93d89bf887b1a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:f1743346567b7c2f4101128ba81ad4b3b00a40f3a97a465df9e1b895a08cb8a7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:852af33a0803094bcfd34f452e8490f95fff66d6e2028423cfff0a01f201457e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:9848cc582e21d833e5d5ce00a0655abf37173bccbf944e192510b3373510d81c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a97d77c1235d10228e36d47b304a14c05a10944904685f344953da18f2d30866_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e5cb819739007737f750a96605f14991efb3195f13c906efc64db87934389379_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:3d594065a138374b4efe911a3e4619baf1d888272607e83e4f614e8c3e48d2f0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:7e2fdd43861a1be04f8f6cdf2fe2651d1f7ad194d7a43326e8d65d7757ee3d7d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:08fef794d449fdc5f89da613254f8d8cc2512bffcd5a8f289a7bd8cce9f8660f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:9e43e41968b797593eb5d4823f8e1e7babc642c3ec308673ee1640198f12c234_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:2ab98db3bd54d97694587693c196944eedb77866bf2dc9fa70e6d186c0eadb34_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:cb11c30ff4bbdad9e25e12e2960d754cdfaa7af1507b07e74e21aa31a45b0390_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:107a0f20bc821c4dc4eeb05f29cdd1c0601db4b66f5a3245272098dc41ae7c5d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:38f286396ef7e0557eff8cc665ca46c4248e2b060aa9b170873e13eb691b207b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:5d3eff686a6a64f96a79d31f8cc6a88b17171973f4718d3da82e0dfd456436c4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:903ae03948c7e68b1eef1b1dc2f7d8718693e3149eed21862cf1fcfa13482dba_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:0fb76970c4ef89824f28a0993f2a21f5c91aab7bdf23d6d045da48d9c4d176ab_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:37898fbe4cf22592901521c29bc10ff1f3b8df7a200d64e9c94d037e8cc38e60_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:c4393a9eae01a0bb31f85f8a6cc609f80a8c2e7b7c4372c21bcfb91492ec78a4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:dd74aefdaae0c24dca43a36548e371ce292af5423751718b1a6480224d5e5680_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:500ce3a45214ea5bf17b0c7d0ebd33f75183db7bc04d30f7d0a25a225f494cc5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:6e201b3e5b45494f8ecd6d607bac314cc10b419d4f3a695c1aa9824b6eb9b8bc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:9772d2c999317adac02475b2448f24acc49cabb83c7727e9e478642dcb7e9794_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:d8d22b7e59cb411c3f1fbac22af12b78fcaada8e56313b2f5ac89806152ae825_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:5d1773de9a1eaf4b18081c968f3d1c3ab35af0333dd8ccf599c30a5336b40ccd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:93415b427bdd9185565c26901edda6e5d0e5b7bfa013605de8ee206716141c4c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:be9f4891181cd1b58aa9a3fa7a0d26dc3a382e9dda02744b06a1cd7d806ed6cf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fac44a7144ca9e888a74db83f6eeda24224d05238af0f8cb54627b74148f51a9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:20544ed1aea9d8b483ac6dd9655a0d108b80121b7011406e0a59de4c93060dd9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:29f0f10ec928c8face73cd03bad8478ab4b8386f0df20ee2482102f870f198c3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:adc31a12f2eb578e7bf135bb0931aba306487174c7e8e71f6d3d8661aad8c350_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:cc2921b6468b77227e9f210589f07cf458eced2ef0260582d0a1a4b8f9b7a613_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:156540860fbd6556102cc1abb3762e6595d374fceeeb7745d92655aa3fa74551_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:426c0e5e5885ee0450f36a93fea6f733637011c5f5c97ea2c790e0edab5d7cbb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:abea604212336f8e3cdeb786913ca33cf0843f3eb7be0d1aab681a005e6c9417_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f58646a44ac2716d6842af49e48f13b6c0a58ffde7202cf6004f479658ecb048_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:484ea3e99fe746668ca7fed6862b095326bfb8f26cc79c0bd4de143083b0dad6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d2cf9eb8a6b0528509e571a8ab3710bdb6b40abb5f19d797a9097524d2e3cb7e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:def75e5d102cae679cece8fb7e7cf26631d9aaee782319bceffef95fe76308db_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f6a4b9d3d3792cf016df0f539b41c2d33d4cfe3a85f87b8b1a2215c703a13d83_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:17d73f64095d650a84959f826da3009d844f209c39a9cf55460b842a08968fc9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:382ba71516ae6c2ce3670b92bb206e5bdaf5dd0519b2f1a6fcb417b99f0ccb13_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bb9cd5df0da433f514a256dc92610219d22962f8e9fdddc4a1d6bdda45174287_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:da71d08bba2b937f4111e6d773765da8379043335d83e600743608bc4c3b7580_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0761be83c6edba07296a17b61838c3720666dfad633f9edbe9643c1cca008a8c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:23021b0b3a60c43895c17a9d27eb53fb5cde7b9ba6ac7a5d81d1723d804ecfbc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4c802a4f273a7d7752c93b18c27e264cd373dd989797d1f9b970ae368bfbed90_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b41f90c9d31171dff6834e9c7b72ac295f7e0058eff6f5dc7480d7c4797b9700_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:192a0e7b36c1fe8b6b70e6504e12a59ecae23ef83d563ad4c8cca3ab5b2cdbe5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:39a6978585f0e1c57d7460a4fdd668a238e126c2ce7e599ad9e847bb55783249_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:851b15fc576a1939eac61342bfc75875d4029dccacbd57bef1b12ec784523bc5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:dbb87a87d86cf4186ac9c4e546048bd07eb4e4b3734935a152ecbb60bcbdc1ec_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:2c372fc451a83f382e57e1e63de0f0b10f0479e665c2e1d39b20c8bd2d84f51a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:881e89459149105fad3a737087f34ba6a0bed3d933bb73e4d1943a36d21a1f55_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:cea296a2222cfeabbdce7a42996be42db39f3d89321f93ffe705c0c01e7b5b30_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:ee35c6aa82fa9353c63acb0455e5196e946f423be7418de921beb7433bc27dd3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:64c68a2c39cedd586eb70141b21d19092d16303738072987e6a33a208dc1ff43_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:77d5bcf195bccd0d556e17803f4c5273010543366112916c8e9e4189b5f68627_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:98e7b50a5fb4fe900b08a52bfe5f1af0f189bceab97ce106ca4550e0fa5bf487_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ca76d72ac426b6a7fcf59fb99a3fabee6c5ad3e0095e75dec3a06194fda37740_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:07406356bc5aa39e2d130e94946ac1ff2346d3570819af5d1a228b3e927b3df4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:628d272cb4ef7a625677252fec78b4f6d7daaae10f3fa21e9e605fa294ff9ef7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:784c9da7c826f43b21b798e18d89f696ff3c0d6c999353336d1709149e3ed6e0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:806bb2fe904f03bdd46f5e7fd0da4e8c27badc7a363a034a896bb3c9331c565f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:09ab73ac9c9dae1e080a70737bd6f8c927d47404850ab85cdadcf2be42dd0b1b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:3ad634a5d007320ce93be80165b01aeeb25319a7458cd465aa4732518460855a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:71f3b158f659a76b705d4680a0f81d930f6f622546c903aa2bac8548382d232e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:cb741e1ce964c52ad3d7c373dcb2b2cf0292fae1c857f71cbec4485e0b1e3270_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:23b98311440ae92c9df288db4cb9336e442724af99c860289733d6c35dc07192_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4337bba1939749aef224134e01759014ce11a2ed05926c790c0eae870fd9b8dc_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:505907905f0d1476c5dbcbe7592c9d70ea91df7adc38e9618d2c48355ece4783_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:bc326e66fe857b4090cd0e717a9976857d63a5538890171adc420d47946b2c95_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:84abc2301d2fe7fefe78aa5dc90ddda63737ac2c8c47778b898a91738c6d69a6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:93f2305b36ca634a2b8fbbeb4bfdc1a5c868e791430d389f0e0326ca839920f7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:ca16e72147f9d94306abb1464485feff4a03a4922d5025d4b7250cab7ccc7732_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:653bdf880528e317bebac6f7aacff23ebab11af5bfa931af13a8d8e7b2745eb0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ba86e60cabbbf3c8845a60ba559d1a38d5370ec7ecddeba662ef01fb083030b0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ce35c93fca376e03d1d08e22b8146860e5711773b17f35e32a87bdf93338b182_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4aa1df7eacf95d9408d5016f5715b38ee4ecd340d9a66bcd55cb345d98de466d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:87ef275495cae4c69268a6375eb5e07d9895913b019bf1a73dcc5043b3a24a30_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:8daa3769a103ab420b8b43c68ed6d4d90a845bb23a358c62d38cf679511d6fdb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:18e0db16b10f2edaa9919257d37587d7df3c4c62cb88b8db38cda65e509a0492_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:1e12af727903c112c263bd301b9abd522da36fbe64e195f8a4d4fe19d34e9c6e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:ca613da143b223316bbfabe5c1618d5de77817057a47f8430b9541151b79f654_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4486fbb2570877848c2997a50aeaf427cdcf5f8a2656b3212c263d8ce0d8cce1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7e83a01469262e046bc98732e0e7ce4d71af991288d31155a9379d967ffb52fd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9d999175269f2e59feec60b202253ece2c27add1d003f80c0e40eae8d2621f8a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9f31f2da3caeba8ef97368c1ebdd3fb1df9aa911df241460d27fbecd2cfc9da8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1638b6de2276e53fd93970eecb2bebc56c34ffc099eda9bfcb02dfd10eb07be7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:22cd25be6169ebb1dfe48722f3b4c6133f14c5d4f6db6ef5c7c5c9f976b25901_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:646993f2432d9a7cf3d8d56e3caa5abb77fab65d4dd40a01ea68bc59e68ad082_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bb4b4fa70f8193a7cc49e278475052e1c053e1dca44298f02cf8a0c1bb95c740_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1076cb5e72c6e457760fddde4d94257042f5b0ebd7076a8713499bdbf4943c8d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:3c749018959822c9a7c67fc3f28f62236f1791b999901577445838c8f78947fb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4aa259c5fe5a5f92f61775e842ee7aa66fa29d6b75c2b67cccc8900b08b8e96d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:5fe33023e5387e6836b35074fdc002ca7d7c85c6c6cc95f6f645b1a7a3651b93_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:02aa2709ab8f16d997dff85d05909bd7b67ec3e4cf91d50b285f17532d8a625b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4aad374a238a0306aa63cbde5a29bb75d5b80d2c691558a1b384cc6b1de706ce_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:786af9a1f3e4f873aedc740637bd197272f21553304b987476b2e462b0dacfc4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c449bc96c47df9f808b4e89c06facf7eeaf44761485077311aea32ea1342f5e6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:9beab497bfb41b47b9f8599920563efcb58961c2a8166225f1935f45657843b4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:af7cc2cf62f672d6a00016c116f3c66b72b64fa0d05e7753c8e4b6e628a3a082_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:3a1c445bea72192dc031e4755bd063fecc4fc9139484f54d8d54af26dc755f45_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:6ff31d9e340619aff002ff35ad43b6131042cfd943dc0deb54f19721eefa1c14_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:227e8c82c210cd100cd7aa3b8c5bb39b3ff31a4bb6ad78bb7134c122dd9b02a6_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a7587160377c6622944f5dd49380ee9565d49bc02da4c5b631342a037835c574_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:2793040a3ccbef82e3d074bf0597a8bfc5b5927658a8bf4148b5b0675d6fb3a2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:835edd6d6766e17d868f7f6d283005b2ed2d38cca7fbad1c5b36f63c385b8e2e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b635f689b42b827ad12ec312500ac2582c022eebc7776bac97532bd61ac31cce_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:1099ddf483c4cfe64f687fdbe5587648756fb5b9a3d01538724b2ea2fd5ca6e2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:30dc9e1dd4b35944e21e40ad23583cb9d14be00172a0195dcc95bf8e01e34e1b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ac4fa9eddf99f4581573d52e741f0eca595c9e5bec12cb177f0eacc7150a46a8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ee30d6c3b56fb533d299a7a432618a1b2c83b1d9d72b2c58768c07c349fe95c8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5aece9cbc711608ad1dffc12ade865996984d714f5e64fc894bcc3985fa9c521_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:adb1d854f6dc5e70aa0f33164a3ded5a715ba0ccf894efadd73c7c4d661f0b21_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c0983bc8863c23ae680915339797991b26c17fbf4782caddc071a60c17992266_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:cc90303d2e2d0a5818706672d1aab7847450b9d2cd991d7638451829fbf26163_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1485611739af941f4e368aac9cb95ee105aee87258e5d872d51d7f74291a8e20_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:45d8a8c4703462edf967071e89e08d8d9e495d69245ad8b6ba2d6e80f579eba9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:584f6670245a288d5489cacce0e0cabb3c86bd6698f8118f49b8e3ccdfb47c39_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:5a29aea0e28d0ced0bf50bd3dac2bb6f6edce5ca6ef373f3d097e668a9e8cf35_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:3aaedfdd81b32cd2c67a0d39f819fc49ee2d31176496e043bd4d85efbd594481_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:97e6f95d96f347f03dbaf58cd6c7bf6c926546c1991cd83b5065fe0cafed2586_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a8b9d35e2ec9f2026a2ddf034e9f3ab2a9ea622924960f7d673564dc33ab6224_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:df1a7c4c835c59041b8c16e11580362d846ceb9b3334b8aafd36d3140b58d063_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:4d3251d46cfd8adf16ce49e35007a998689b714615bb66a12e0dcfeb896d8397_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8426d041e12f43a2b78791227c0f805afd75de6e306cf8bdc718f0f76651d75a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:aabd98101d18f4f5352d03547cc2cf784bf37f962b9c875059d6365a3371dd72_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b9c93d7e3ae198d025eb43e5c2caeda4198462ffaf407270dfc7119316ff5f98_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:b6c870af5b455dc9fc17314802f45c9ebf2bec19810ff75b4e157d96a94e6575_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:d2003914164b0f04ddde9b10d27ada74e57c26beb7ad06dac093098903909907_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:16a4f25c37894fe7ce7a943322dee37d8419bae36e7c7ca7b4e73dbccf8372e8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1b17792f997e30b1d5bf73388b68de6604e4235b0a10e5dc37955f8ff2077801_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:29871a94fc618bf280a7c38280ec0642c766838bac34a9ace503378a67f4638d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:fcfb0cf49134add5d8298b1fc1f52ab3eb924efc2bf40ad077c3def948b3ed8e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3144944813148f5acd4234b279b5569e5bc8942f390c76a5a88789fda81afc56_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e44901d545ce00d89aacf5b5afbe68663cb157adfd23f4b280f13e978c7a972f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:18b95158ab8c6470ea281f81f5f1dd2c0d1c198be78d3007b02f5a7937ade62d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:31bd9ee7e75b32542cf78d1cb12d254a93cf9623e00e5649c016bbf32b8dee04_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5b53eb46cbfbf25649fe3bedfe285e197f65cb55a057176d057e90bb65cf6562_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:bc8727121110bb8a6d9957f7871a6369e1512bb9cdf47a6d23ce12812d84a791_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:0747fad048dba8c93662ced1c2b1a18b7f9f75bbfe0740caaeebb9eff3acc30d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4a22ea1747135e6bd85bc59db41d17d0b4e761e29330e7e3666bf4d42a47649d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:bee322f686572e00dc5c6d7076de1db0034a26cbe44e0f9276b394718d6c191f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:df9ade514c7f2a80c4ea829e2f1890dcdd6a4acaeda829d3620e7d3874de77e9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:859e9211c265355892dc4aa19b7d845b985be40bb8f098702aef50f84c3e5eea_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:c2e28f6a9e1de3185753cd7fd47a51ed01cbd49697cc452448adbc961fe71003_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:c5ae19ec61f3c9cdae0db38b1aaa03838d421f9d4473fda4e52255cae97a2fdb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:e654a7604401da1deff9d8baedf0f7567831fe5f86f75e06fea3e5d140bb579e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:0640a6e0ebe2a6982708f326bc721c2c754eff2afdca443499843b111f223e39_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:5eb8c786a348343042687f659f7cf8b066efc3c4ed8764ecf36dc6e49a468cea_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:83237f13a3a3e051643bc1aa46838b87be13126c0e52404940351a2324008e68_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e67d6086ada10c96051bcbf4eb7414c407832de86a8e2d89364ae0d85a883982_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:9ddc6bf41dfb204e9241c57de41e0a6e1ab1c3f8ce2ef1a90573bb7365ab2bed_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b025b5d368618a31c64189f1a5f9b3db0b24068306117647796f00a22f6dc4ac_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:de35e280f4e50a18f2616dfc561db85b315425ff20bbfd4e19d5f64f93f3d0ba_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:f0368d0d3968189f10cfcbb972046bf09ad18a7a1a747887c239b75a1988344f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:21757065fc31856133fdfc4d459a993262239af0d2d242a6b55800bac866ef02_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3b08be9a543ddd200f66178d51c0f165c380cbc845a1be672b85e9dbe2db9f12_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:8e9d4820353602730cc0e808b2cf6ffc20ff80ce06915e40027815e9046555e9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f7a9a92412fca24faebcb8a574cac92c985d1392f1544e71fa26bea80314289a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:119315e723ff4b153d8f756357706bb4cd1ec5a160a7b173e359d733c680469f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:808301750b17198c8c7f5b2b71e6bef9a7e3d788ededb9a5f79e1b13e64fbc82_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:89ae8aa54d64f62a73557d413c3f146bfcca1c237a52bd57f0ae87ba8c8fff2e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:feecd842ada0c39c783faf280d103523668de8d16d43dc22f74f262f2a4aaba1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:595fd9e735db5032c9bd3a668135d99b6df650c250b294c4f8b11d67f990df79_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ce4371bf509e06e886c5ebd42312eaed3ed31fe6b8de91284f4681ccad199329_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:4662806bef8ccd703086edb7d1eb0c99f785927b1f30f227bb438829db52e532_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:d06875a7d480abe6e062be719a9d6ee0900180e659c09e2243df36e3ed55db07_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:2f6efec846cb1babc0dacf51b67634e83cad5e0f4700f5db54f8c356b0df8119_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:46a86c6ddb9f5bc798b43735eb0cf9d515091549680e43cd2993ba1b07bc052d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:aecbb57cc9a6d72de8520437e911255e51c97e4c40b55ef207fa98fa7c9dac9b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:9c8b022e6bfe80bd4998f177c0fc25e4a5d224a6dde99157f21de5d08f18e4a7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ab6a31d53e6e8a5a0b67f4020a52faa7fd3ce35160189aade3e958559b467dcf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:cb8394ff8b96398f8db5bfa7725c260d343774ec319fc1e3917dc19fb51c9b9a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d82a2ea6aa1515bd56aa55ea999f91e9f688e480d615fe53bfa2c74c1071eb82_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1af22f98af2fae1429e53c988267710578a3a092524eff5032e0c8f397a6a953_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:2ad01a7c2e75bb850686d59dbf73937ea69505657c2f2a55c10e4fc17ed83f82_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:95334d618727e811d16206a6f99991e93dde4bc8ed26766da848ea879093d736_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d460b99f6d0595fc76b4e85203f96a8a809cb709e22f4d8f819f99bc3e817688_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3b1986a8dabfaf0988f12820e1a199cfd0db684ac4e8d956ccce6eb8bf1146d3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:8568a6a6dc94a45bc8feadb7ff1cccfcacd176d276568ab96f4942aeebd4938f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:e24967262f34a1bb405c1010688b4a1ca1c8271787a1c8f5d8b86cf94429e6ae_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f2f71ca77685bcb4618502f0da4f242d48cf2473f0c7e439582e98f15bd0004d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:23400e78f2af2eff9dbed7a4da3000fee627509e5d4c87742aa87f8be1229a36_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:64863687e7fde678af49d370c9fdd5045d47dc2c3b921b179dfe0b392aa4b447_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:70935aad01a4c3b9c041d22554f4d8feef7038bca871fe1d84c6b74d4d830814_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:91ef5f2ef8cd345731b53ec5e044c30e14438f1935c74b5eca2436aa35e5a7c3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:023893e6a4a14842645d23171ad5562940fe5a25e681eb8afa278cf154f60a5a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:1d5ee360957a5cbcdbd54e71dd9ad1e0ee1a37f994e80081a07c289fe1be7c61_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:298f6b16fd4c32caa2d49c5ce1374d7d2037b3681f74e2bf7ecd0afb80c0e436_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f6048c371739ad69e9219e8ebe2045a246ec4ff01bd289bf630c45ecf006f52e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:2c96cb9ede1464bcdb2aa65b23d5c317050c99a9c7674b217301a84734b7fd88_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:31235aa238bc0662e8f3efdf393f9ca7699016dbe1261bce0ce37675afbc5054_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:698f820f8b9ba7d04cad32dbaf6420ac0e1ff5ae0a1d10f81e867a123dad0a60_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:6cd2462bf7a3f58f79de73fc8ed717092569862dbeedb6c72999a8ece328260b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3e602466b3dc3fc4c7879bd90a34a96878e5df827fa7664dac632199b2805464_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5839764d395594b922ad989a3fcc5bab129eb919d2430442390cdd7e95229219_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9913891ed84afd601b5bd646398f266f6970b7e3e164f423ecf561afbddf6f9a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:f236ad01ec1299b4a5e4b174ad698412bba0f090d7316672f230abadd209940c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:0c1f5188f4e79b0c508dbef9f9f6fa5c658aec17a66dcb14b23008d112aeb6a0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3d27787b58896192ef0b2da74861207bf188e5632c0d7b06ddac476ef558175e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:55402c1e07f5de8bae74f8fc9a579c2403cd12e65f9b6714c4d6b57ed42b4250_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:975fe9a014b7d9c4339bb34d0bdfc862b4a4de19b4e02b5b55a484ab99f31bbd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:142d516609c278895aa3302ba638724fb63ecfcfd232e1fc6571f5856aa4e034_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:28bb93cbe40b57c179ed088e45de698a93dd1c0c14d6ebd098439a412478d314_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:441602150d0bce7f8941a293e3a803bed75953986e93dac3eeee50848204728d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d92da8068e3440429fcd5a5b9f178dad1a0bb14fa3bee4849a99bfcc6674e37b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:55315b85da730c2bde56b7d08c4caaad5db5bfcdc2e9f21286ec48e58fb1c64b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6f2c19276901be4850c3d9f502da1365d84dad18e3e1327159af41877432c41a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d4092b12df304edca57e47dc5ee77e4e9006297763ec2e2371ab3856f94e4654_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:f9e46d3228ddf05919d0115f274f94f8afdb5e65c54fe6b17514e7a3b04d351d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5e06c7a4f4f0b3829c21710249546680ff1b7e7d541e30b556dfa69aeb7a5ef9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6ff5ecb5b92ac2d9b1498f86211b19e22627002d788647062ca604ba9ac8d7b0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c2c203df15e000f53388a84d8ab5affa78c4210861fcd0a28fce99c0ed86009a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:f080c488e219c5b862ea88e3ee48bf866c186caf803403d7605ff3afa5d5daac_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:4e6bff26378ddf7b42fbb27566ff9f47095cb5fcd74a26dbb1604725dab7c1cc_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:63efd9d23d66a2e7c754d1b921016177edec08aca034786be697c6ade7310e71_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:b15dbac78b5deda1493f959c14b14ff5344b982c4373471b13ab2f3829d520f0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d101f7ea169ee12e824370400ef6a94e0cbd48aeca6fe0ad4777b9bdc87d80aa_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:05692fc0d27f1bd3a0feba7c0eff4237ef52878ca37166d92a89aaf190972aac_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3805505b579ad8be8620a53e792410bedcb7e1716f3d6401e76c8bb179d8aae6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:47c1d91d614addb733f775406e764502e556f4a7414dd1a2060d3065f6c3c120_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:58650c0ce9725ed10e3646acdc76a72c4d3abda025bcb735ac2eee42ea261e3f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:4778a088ee10ef3ba59f3323ccccf942000e3d2bb8b0bc201822f7cef74909b6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:599fdac73334d243b4d362b2a752f184f303aec12e4426ff08b1b4a6fca0380b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b1ab8a122e88ee201853c669525590b6f73a60803d1772536e76c56531fa0041_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c231527dcedf3606bfa162c0026b0b037d41a908d6be2418f4250e234dc66023_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:83c6087954a19cc11c7042079ec3ca528c8a18678928c3ad9ed8b22ff07df36b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:209a01330e1894300123bfbcafc53948760feb80e0c7c81e521ea7abef269d69_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:013535daeaa7ceeaa565545a98d942396a07089a96937e4960a1fc0d44a4629d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:40fddb8896fcca216855ef34f2c8f0c6cbe3a59c6bdf4c3c751f69b57a63ce4e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c3f081c38876339613b7a641b30adb9c7f3e67d446151c892a65256ac274a472_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d6f330926e3962b0b73bb4b6a11a1b40cb0cacfdbe9fc0eb4ceeeaeb3bde758b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3f2283bea8d5c54ad689787a7c269022b04624d2b1ac830330a79d30364ffd47_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:476af4f8d17ec9fa6bdfbfbac2904244c4d51432b67f111ef0cf4a37ace9a86a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:a609dc606bfe95a904dd8c6abc0cac79316f17618d8b676512fe1b4e5412ba01_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e5b754105ab8d7cb9b581d3c4dea8a295919bec3ec645aac468b5f3267e0d7f0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7f92fb1c1dd18f03677ed953c82ff87011d8c15f1bcfd8c22cb7a877950bd063_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:d759dbeb39460193f8361524fcca202fb9f634d65d35f19fde1a187cd7230608_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f0544c40f7c610e45782d6a757343822cee131b745ae6ab4aad4b878994ce8eb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f5ec95c285270e35a77f89f8da39a51c5d29fae1ac277053eda82e250c715f91_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:191a27f89fa6ec450c37168a65ea66bae9ef862bd2b40c1e8d561b41db842591_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:905e494751d1e26c98857f7ec4f41b4321344f9e86d710186d9e9bf410f6e983_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d35affa9bfe2127cbed058251d47570d65b00a8045748fe1e97670797e8cae2d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:e82a015ff030ba177167a713df193d74480998d946b593a00c799330894702f6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:97a3a8951c456ee0c88a42cf7114a3225a3dce594b470b0b8f57f45c62efc1ae_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:b49317158bf5eb1940a35be96a959bfdb8beeef52e993bff41fcfd974b12dca4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:e616c0d47555235cc1c7e275538b48fd10b842cd11c831a4dc719afe4dfc5092_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:ec827ba35ddaa01c257247ce4f06ae733289364530f6b2c2d5b12a3b2959762b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4f5c8e59a54b30a9f38f1955c6d1474bd24bec33c52800338118973cb6f3e251_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:63fcc02b58dfa0bf549c199736bbbad1e764ab86d9375a6545ae1a7bc360f247_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:9264eec1243f98c37a0843baa36e78b1a88dbdd2bf602156d5f7ff4bce1cf223_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:cafe32e3ff4aabbb6243fc984431babd77e2ed05bb3c4abc621add33c5a69481_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3d6f997f5a6832459bbe5365b533f601dde3872be09c1e96b3b2fc21951f6adf_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a76abfdfb6be2616ba39fb25137dbb49dc56427081d9025f2825a3ce8e5a3928_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b540e70dfd87ad1e2e400e129a6b495617f9d57e54c1e54b09030cae11653d03_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e7c9dd297067d256671a0e06f9985a3624240158a1f4e2b97567409199ec453b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:49f6f4761d886208cc262f1f8e23ddcc0c05d5b4566f6cdc8abcb1a328c8c5ce_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:836c9a619a35d6b8d4929a78b96d0641434b880ca98f44df45f0edf7b69a1d48_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b4ffd4fcb95ed73bc3689988214a2e4210233143e0ba4f123ceb4c2ca14821b5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d4062c740ace239409c182e4c52858e384384faeb0f3d98486e0534f8dc19702_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:29b0d64444b1081a568d8c9354e79b60ddb1c3286f9b6dea3ab69023c11f3436_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4ed2d42fdc6e8fa9d3d08152849754d1827dd54ed86be4507d75f5c90bdde542_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:c1f38fa9fb729b6c497353127feaa36375749fa07f91020e8634838d58628878_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ef794a3bd52be528ba81c6964af2fbfeff03b1aa3d17ac36fdb97f124abfebfd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2518415bbe069935e8229d141d4a8a50285c408d1be2af467c458a324120154b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:b096377e0704a959a0ec41484825436b00d3d0887e49eacd59d88bda87e38b03_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c1b30a9d1f6908316a829b3084df67b9b8bf5043fa46060996cf259c50f62090_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ec9171ee21d867fd61004535db96e98f4dee9dd6f3fe86b719301cb1b0202a79_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:07f056306c1122527032aff7486e5fc75147f48c708c0c0abef7d570cdfa78d8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4314b0a4d5a82abd583de659e5033d0680dce2b535ebd3ae4dc1776e741bb214_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:5bd5ca703480895af05ce052c3f9f738672e989cd38e905cd17bbc378cae05dc_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:db97ffa52f99127907d41b6bf460299c3fff8adb69d64bd92ad371941364c374_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:16374008403825338098f7aaf57f74a2982a75355834552bf29246a9ff4e0b7d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:770cacd7e4e04a786a2e55a3cd9ec21048131c8eefb7baa4225e73a09f0f0901_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a240e71d7418d6f9781219faa2ea9cd315b7091b1a70d6032f81de2ca3c53aa7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a39da3d53b8b927594c3f5c3a5dfcea689f2b75091209c0cc36b18e1426fab20_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:34cd79b95f2ce098b064859e38785231def795d2804c05bf7542520e9d8b596e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:354b40ed867003c42975780f9db1320302500f4ea6c5ab14a0d0ae70b537192e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ba52f6036566829553d0039a99ab677c0e40b2a14bb3d26ca470c526489e4574_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f3eaef7985effa7f09545ee19442623c7aab7245597a4a1d18f6b02a7a8f77f5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:154143883875b88eb144b77d13d5e9f750cd8e020af720a7bc6a2e6dc252a260_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6fa758fb6577cd18e48fb9280192be46dc724a8cd02b54459a5d6a3cb3d06fa7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:80e191f5faa2991cf3bc7033691c4966f1a07953e4941ad8730ae7c6444c05f4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:88ce4b91b2161c9b22f154f2a6903f801e26f15115ac874c549e8644cc5e734f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3386c9093b00f29600b1807ec97b1a6c935ef7a6578de01f9ed5f90fae6a5a35_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3646bf2e6bce49c01198dfb2a1f67371ad1f20b48cffbd7fd8f652cb9b215ae2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c50c48749c9fbe882410ff025799c6f450b063ab3e17dd1c4cbd2afa2b48fe13_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:dfaca907445b7213f3931be31fdde7480c22aafc0bd3b030d7ef9f0d84f5549c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3ba301cdb9ac46c11853c61812596ac905e94f15172df53cf352a693ea5a0a6a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6faeb6e3779cbdc86d4c7cf93e739c0585019e82587abe150f76c7cfb88cc417_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a0d6e3c4b32eda442fe231aaf1a77ea61125e0509287c381ecdec1615e6aa7cd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:bde28b18ee5b582b69683df3122f4f9a3a4aff757c2caa9fafcbcad878d05d3e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2492414954e0ca3e228d6d000733ae02c5d4d68d4b9f5e7f992e1a5a60cbffd5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4aa1f8159ae2b9b385bfb204298e1710c09123bb19bb5b94c2b93dd0419e06f4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:9a2fdc67ac81e408bb49170bf7a862a07998fd951ebfde9396ebcda40078d3d4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c952fd4490ac28f6bc2b39054312e85645c12d20e39ae631e35470267d8b73c4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:001807fafc7bfc5eafe92ba92c127488d378e1b36262f0f71cd4e4feef05598e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3c3f3a57f87c512568f858da90b13c39e9441a1910c48b9bb51cc2ba3e816b04_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:62e3145facaac381967de0461a3aef63b2b6afc466dfb4e185a35aa67142b6b3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ddd906a1e486837653341632e3ccd2d805ba2c7a7d7c26dae34022ec6a7ee90d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2f80d2b9f76b8633c9e6d309c5df7f251259b61a9a40a0364f2160707de313e2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:779d8d482e7ee453e8245219a0e21d84bfa1080819b31fb9f5de38f49bf3d724_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d44b76b43d8d5303fa38a3b8698076912be870c7a901c41a68f59426cd41b39f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f5bc9a28cb8d0bbae97b39548ab6688a31dfe2b23b8d3a52da3bb397f6aa8b31_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:195460691d14dc4f518717e3678a9ea780eb548fea8904c5bd4e2d554b81233c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:29acb2429041bbf17eb0f3faa0da84c1c5655df8a425755c1263fc16911d667b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:20dc4b1b9ab504d4192bda76eace70933c264628c091ccb4ac78faf01104f356_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:366b95ac0f170d8c1c969b41f3c624026593ebe8bfbb466c5f7109e1a6ceb1cf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:32acad5511e808b1b3a80aa96458ed7f1800b4f19aebc9edc4f85ec3613b8ab7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:dc009efb6f6e9d60b022ab94d84d47fb169d2dfdf9680f4f24b40ac0a4ad396d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:77abc31290209253ce09838a292be7351c02d5a7367859c430a5b3d97cef7f31_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e4cf03a101a115d398aac9c645ef400b9366d4bbf189de664ccbf782db4ef5b9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8a9471f7c51a026fc621dcff7715fbc9620603aac2c2e4454e60e0f579527e62_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9c1b85cadf719072db5b5abf0b93b3556a74a67efbb88d7903bab7b6e988fadd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a454b939762af9397d7d5043d1e6070279e1a1c4240b2fc808f0e53872bc237e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:b0802c5220abce4c73b650e105e42d0c1a57c5248c4f55819e15053c59f2680a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:677d190589cf02f414cb0cf4a31041b02ed8d706afb433bed1420d6f35d7a44d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:af0aa63d5b375590ffdee42f4a7f00a4610e33c20ac7f3b23242a24ff43d141a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b2e943bd3add974a8511a316f526d92d0ac1e2a0755acdb49770728984abe2a4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:e433c5ea434c2261f40d623bdc22944c1ecd435c0ac08a41d36049c9bce1b604_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1e800e47a04f7f19c87bb79778586939b4bb2a32f5ce3790d796331ca93a9235_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2c0ca90b3662de85d7e595e76f678e419ea1f40990c51ba16bcd01438f0db553_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:607e95e44de20bbf0feccbd8bb58469928452e6e4f962ad088f452e0e7e6aa5e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ce154b3a8980274f592cd2d41da7a748f7c895f754a3fa7994eeea657684fb12_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:c00947fa5cc8fa1abc26adf7cf8acfd4336e1aac0f1007133b8c6440a8148a1d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:c9a5828c250033f2bf160b102a3722959210025d373b85ea69895c96fbfba833_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cd8048f17129cbbcb855587d48615ea6e574d12f2952c0b1b5aa3819cf453541_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cdf9da2745d57ceb97761e08b560f2de7a212f860362eea3fd445fe4f6f7c769_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:02b7af4ef7daa8499a24b02aea8a24c98960851864cf639e0b698b3844563a8b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:3f82d5da80747c147ab429d24e8e9791527f7cc89fb6a7435d0cf6d35cec8933_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9e4085498157bfd33b7bd7b212300fe58ce6d462854fdd8a597f288637503104_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a8775ca5ecd0065373034a37b6de3fd736045868a3b116aeb216637023aa9685_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:28986bf93efcbdf0c2012acf8513e958ae8b32db4b649b9355b1fcf66b35038b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:52990833d3dcdb340c68234412d3743070938573d0296ee45138b404054e311c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:92f7c8de428bcf236f2aecc0382d911bcf5f7f536bd09aa44f9019ca7627d116_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:fa6add264803c2adb838efabe0f0fd8f4d78b14bfea9c1e91cce957e17a77208_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:46910caf13bd60c69314b0a72b866a8342c1dcead811f01f91b1b1674ea1bcf1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:a7ab888801a85e65a01acf68805744b7f6a1ca713c329629370b0fe0a40c359d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ec97f4dc1d491cea9e81ead6ed959141f0ff2b36fd4fa623722020431cbee1dc_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f67e6ff190c45a81777e63b69812760e828838e338e1d27672d02b5544b3e682_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0a9880ede4b10a6328766c1d9b05f17c53faa4ac561a8e768f5fcdda9997f056_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:51f75fec0f0343d3f68e8d4810e7588475cb0955b4793db7347d3ff466cc7f78_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:74ec8a94d5cda524570b881e7a352604453026a0324010b7f4b3d0a898b5e457_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:fb67ab3a88d2c3f33925830b9c63584bf14b321adbeb2e752a039faaa0401c8c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:13cc747131cec81fd67e04409a69497d75a893f4b56adaaa3a1f77f1d0f3ae67_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:2236900dd28b8470cacf90c618bb50b05a0d1d66726afebbefddd2377283989e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:ef89f2da22f7b0c0f445b7e700b29cdf9ce229cfd7866ac6c7bd2ec367db3bc4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f5a6e48a72f6054924be3b81dde0cc0ddd95d7ea029e1d819553fa633c47632d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:49a6d800db550efd565f451e584b890e88b5c6ff8be6fa0e17c30bab2f9980a6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:cf42aee609494b7786b12443443b9bbccc8afe2658ff6c16cb5c86c05c95a30d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:eb13074eecb1627bef4ca2cb0dde1116ca08cba2adcafe089e898236bb37dbaa_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f96cd58eaec24e92cb84eba253aabc815becf9264136c2cc898d1424fc8c87fa_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:8597574b86410624f04ebb0fa280276db1ffc676a56fbc74425e16790013ee47_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:901d510199b2e6cc87c754af5a1c8ec564089441f85917043a80733c4c83a430_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:9bc218ed94e8e516b01c11f26bd9adc30251067492ee2a84f55b573c2d09f6fb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a951a17fbd50a051cde6c2fc4e863bd70e29485fcb085c4d0c977a0bfdda5ea6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:11487764cd999f6abe6bc5021312a0ad9449b14b2ecc6f7bb24bc0d7dc57db60_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:362cd0740085d7b9bdfd4d10706b04b4b92ea759697c57b340698ba7fee0e063_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ece30fffff9f1b1252e7063cb4ded0e669f661e123a02ae5bd966bfc5e3e1ed6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f0813c18a84c6a7570cd3f51826e81dd0cc164299173d05ccf7ed3d31be71961_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:b5291a1306ef132559dcf0405c4a15d2921133356d904aba886e2577030b1af2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:6fe441946297aa27d90fceb448adfe939cd74ca0d02ac818d9577735a8bb004c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:0003426c210d73355a8e23970e027c7412123a75d979052113f325edc288b478_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9315e7033cb22fd8229c7cfa7bc78b10583dfabcc54edb3ace0a3eb435394f9d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:b5291a1306ef132559dcf0405c4a15d2921133356d904aba886e2577030b1af2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:6fe441946297aa27d90fceb448adfe939cd74ca0d02ac818d9577735a8bb004c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:2198b31f6460daa49ac33aee124d664f8020228052df648ee79a2eacb155df0e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:f1ac1040078d827c434858ca528df96b41047b32c27ac522d11d6d269da755ff_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5a3cfe8da21c874d227a225313dc98a3b175e9b67dd90917a201d5be2c8b0d12_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:a119246a2ed145b6fc3ada68e546e729485a34fc869e3742ea1b01b9f853f1d4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:ac4b25b223b08c445aa875106114964745002e90908062d0c11b56e27ed9f8b6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b1fe363d1a527033081799943271457afbdac0cb23ff875a65a6292ce1f6cba7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:66cd3d5b1343fb7f7fd7a3922adbdca110368de4f696b91066252229dca3f16f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:7793b9facc62469acde7d6064a4c2f26d8482fd1a2205add60fe47541b3141e0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8fb627e3f8138d9ec3c3903373502ea0d3f83c1788641f016a9de4d7e41dafb4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:f239cce00d46794f91479cfa3c94a2edd14e206f85e684131fe857a80215fe6c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-69873"
},
{
"category": "external",
"summary": "RHBZ#2439070",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2439070"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-69873",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69873"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-69873",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-69873"
},
{
"category": "external",
"summary": "https://github.com/EthanKim88/ethan-cve-disclosures/blob/main/CVE-2025-69873-ajv-ReDoS.md",
"url": "https://github.com/EthanKim88/ethan-cve-disclosures/blob/main/CVE-2025-69873-ajv-ReDoS.md"
}
],
"release_date": "2026-02-11T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-01T03:47:45+00:00",
"details": "For OpenShift Container Platform 4.17 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.17/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:51723b1449a55cd6489cd60689b42d4c53ceb6956765ff51087fa90f806ac65d\n\n (For s390x architecture)\n The image digest is sha256:e463f5f9a9cb41a172c0fafcd34e48fcfa24f92dc4ddf7b1ab0c8ad909233d0c\n\n (For ppc64le architecture)\n The image digest is sha256:4736dafe11d3ac46f8f6126de474c7030a59e75636d023f20048c6894d783338\n\n (For aarch64 architecture)\n The image digest is sha256:b78fb9415afb4d73e22c9d8f7ec9de1729023913a11ce4c85bae1e0e71560daf\n\nAll OpenShift Container Platform 4.17 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.17/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:071766cc6bb41db5220aa5173ef5d576f032ee1e8dd9868deabeba36f7798342_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:5a9fd7861ac77020db7532e72a52571c48c4f62164c1c5390cc55771b93894e9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:adc440a9129c3c9baf62a3f961179c843f6e68a06cef4f64a64e2a8cf7493d8d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f8f501653da6427153aa72340ac8238e79459759136d64d2ba6f8ae03184c436_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5907"
},
{
"category": "workaround",
"details": "To mitigate this issue, disable the $data feature if your application does not require it. If $data must be used, implement strict validation of the input fields that are referenced by the pattern keyword to ensure they contain only expected and safe characters.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:7d17650f80e7bf782a7a59fe0672f593cdf9dfde775b7153fa5a5c4ed8b86e2c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:bf046c55304478c82791a67ae0dfeff89af904d9b56cd63a29b261cd02633798_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e6165bb623041db07759616b297f0541fcc87dc3bbb91cc77399cebe96c1b647_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:f47af1eb3413e739f7e219ea89dfa0f09bc31f18a771e49ad36b32f8219d9112_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:34161b5f6663f9408d7ce5afd4525442f41332a9501f658238f3eb6568eaf3ab_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a4116b2262af10fc2c7fc40800501add9f5a9c671907f3eee75cbfaa37d47263_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a8dca289390dc8556a4cf3cda46e5cd45bae33fa2b1a88ca053626ca3e3339e8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b43e298d73fb723ce446344fac3e136b0d3347b38e7d199a09d2bfb85c231249_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1ec3135a01ee2bce646338cc6d71d35c8adce9f3603f0f07ce90dd88dbf3c4db_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:94c42af9dd8afefe53de729d8ec8b5f9103cdd7f80c96999b2863bfed030cfcd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a80acaac8c10d6cce0815ddcf0bc296013e97d2cf69d1eb6ac1b7f3b35b40d74_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:e4c52bbf17f055890cf9968da78045295f6e37e52e3f4be5807db679ff63b874_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:28f2daa782218c5fb085acb774bf1d8c13a208b8f29f4a12b372db2c446ada76_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2edfc9e18f365bf2ffecd7ad45b5693b493de472fe7abffe73ff4375bc6d2af1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ba51aa38b39b8f57d6908665938870cced5541b831756f4039047245e0f2a8a5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ca246a844bb6fb906816e4008c922a0470c82bfe6a736f3a926de3def6aa0597_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:07d09ce1d5c97a717dc1c0f540e21fbf7fc2ae0c27be6fd0869ce0dabc0591fc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:44e3c6d5b98dd6655d38e3523fb34ed46dc89e97ef8a86f908d72461cbca59d4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:81e7e1cb47cdbab3a46bf8bb0ebcdd218f46aaa94236ef250fef0fd143c9204c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c318da767c7ef1f2452bb631e2726084f48a640c962f8003467c72ff48225b56_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0b26257250fe3542640ce1a4f5ca71f90294c307eeb477f1d1e4d61e3ef233b2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0cbec11d17abd89ac4ff332c238f92fc49c19f3e1575c26c6654cf2668ca9e66_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:2554ae05f488567b3c752c16c59f852ecfcb90746a47d48bdd39825aede43c21_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:af26188e6f7326835340b99be42189550233a7bfc652375b0859cc058fbbd0a9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:31460b57b3986f0d6c84406eccd1801eb3a03d176fa510978311d46390828020_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:aa730767af15fab6facc460b6e418bbfb0555933b4a54b01d34cb83c1148b8ca_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:ab43b9177badda24d20e8830f375132854ad313b46e27ffddb8d68b6543d8007_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:ee7eff8564ad522223787fc270f1f4d4233359872c994981619f1c10b3dfcaf8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:0d809a095a0d86c0b149fa0e28f852c1633c2904d7bfa23b6900617ef7ffc2d3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:5c15dfcbab56f579ee265d4acf74778d154ce0185234810ea249d9b9e415052d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a95c36cb709d7f9fb89eb6aedcd7cebc104b90f8d9f1be6591981dc9f96af398_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:db9a343c67b6462259b3f300af5efe643b7637bbc88ba5aa65e06e4f573b0049_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:238158a2264b9688491743d5f7c97a3f152ea2fc4a1342fe4b0e63f618dc50e0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:6dde5ab62c9f5e35b853112e3c04a8c856ef9260318dad58352ae36c2d30bfb6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7309bb2119edca063c67c7b074e1d45d99866223dec53f9942fce421e2e76250_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c0803e9ceecf77a8b1425fb0634b40e4095bb9d899c5d5af84aa285527723d83_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0dd635595c420ee1672257b6326a193195b2d21945664e649b09c62ddcc25d7a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2cd23c69b8d88a73a2aa368cecbe1e8812efa47760bf16ee0629feca934369fa_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:4beb73d1a2c279b310fad6789fff0ae70cbe18a79813819b1da9c2c5b6959aac_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:dbf382ce2e7158ff2483336643ede99b2a4fe4cc888af72e92e19ab864c62291_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:303ed90fddf42d1a5ec3ad7eb1df833003ad750f4cea17710870382a0f8c720e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c358b8a12046693741c5e88afa14a25e066ec9e51b84e22935c19dbf34ac5455_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d98dff9a03e2bc6564757afd151092cc5bec438c678f5fe5e402365bc6bbfb03_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:fa2d95a06de233147317ad93109aa809f5487e74748550e40f4189e8aeb5f50c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:943aba9a3a70cabfc2b0c94450b39ab3fbfd92f12629a2e175ad89251addc2ec_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a7c31f5ce80372bc4c63b60f9741352565eea006601522e25f03ce902e35564c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ae2f0cbe29206ae3ed5275bd7a0b101dac0e3bdd5520493ad4bb360e2267ca20_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:b9cc7a6280455a8a36e26494744d9ba540689594f8a1d8f625cd1811eec2b0b4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:54c3ecb1fecd80a81cd667f5edb968c62381bd2ddb659255cfd861dc0a8e0a9e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7deb4e0cac2bc3989fa828677e4717eb75f1bdd8223dc638310d32c73219314e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8901061b783b8a41f447eaf32919989dfd24bc13b1ef61b36f1132d66f64288d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:921aaba9517c1b00e09159d4539d47a55c543b1c7ce3c789e6e333ec133b5406_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0dccc414a5a3efd474a9eaeb61b6a2130f652c97b8b71592c7cc52827ae149c8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6c1df1bd921b4b6fb22f9db19a2c69ef5fd98d231fff3869a22442b36dec0ffa_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:eef901a0f37823970eacc110d194b81a6c679aa3dee5fd0d350b66ebb53a1542_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ff539434c8d3bf3c3a64f040a5f7ad702ded9290ff0a894a03fd45fef9fe42d9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fd88ff4734a68d6a95733ac650eccd70d1c4d23967f32b3ef8de08cea8bb05a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:8b02d7c27cfbb38d19b1456282d58e14c8d64efdba25a6238606f66610e5e9de_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a4b3b74bd3e1a9a1c81f040810325ed6bee59e0fb708c9589439fc9c734805b3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:bc92d21475ba5fd3d2292c5f386328bbbd237b92ab7288d3709229ece5b811e1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:360c5f509936d41297633704930574fb8fdcca27e98d1614ff81dadfadab4926_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:5fde232e29f5707caa6bb5219f108a563ae59bbc5d2818e368a5b9e472a1a2c7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6f1a30e659ad462113e1f481855cc292a760900cb5c05e669b5baa0b05a15277_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e2a33d8b21d3c833d9de1d6472e958b67ae7c6583e326b90ba51a2e1992d4924_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:1a6641eccc288ff48bda2311e1356ae244308345fc4c6e8bbeda2ed8b9f85eda_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3491a7f01d29b8ef97e0d28cf1258c37979ba8941d8bfc79c62bb7ad871e1f19_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:86a9b3d8064057e95ea8935b94edd85042eb86751e79f7a9783b9601b88d8ebb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f4f10a1f9554ad0aaa4fb9dbc97dc9d6b1b27af1ca3810731468b0c458b86a98_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:b06c2047e92976665952f3b0352b0c5bf8b5a2e6ba00b5a5468663fbb0309e1f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cc10468c6882a877f993ac4f6ef5f29e7069f99d6b3ceef528c8d7069ed362f8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d682c5746679d8dd8534b3d9c4b913880ef9d5713b7febaa3c7573fe7900b61b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fbbf71963f1f9fe061819fd07e90df13d27347f2854720be55d4ee453b6b60f0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:515147b779e1fe06b9b510177519d413a679552ed6c2ecf4b0ca8816a1e1ff6e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:f1fc196ec3db364df254fda90a46e6b12bd50d50c01f2996f970ff8f9c1ea1f8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:4dbc09f5c1c4011c13a1f461025da298ce289912d98627fc6d08ffe1a30a2a2e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:d3436d8f8316db7b836d1146932a1f8de35edb75644eb0c9f0e3af334aab8f87_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:1eba9990cf84de01e1ba504b9b852c48cbaee1eebe2c564977d1419177bad652_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:cbd46373b97caeca24a3b22de19a294091f3d5e294f2931f01d786ef566867f6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:09824ee3a4038855e2956ea2d70a72b5d1e4a9ecd9a323dfe27eab6df7de5c1f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:8d89ffb1ab74d5e02fcc13d2a00d5e1fcca30720d987c140544e061ca7fc6629_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a8b44c2c0bed6ec652301ea4090bc62c990130150a8c1378a06fdb3f9a7b848c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:d2005b9ade6f74ee3df518d9f124b8acfa909d0dbd34c1c3b9e044c0556fb268_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:c0d0de4014902209309d97c189f02ef66292b254edba7e02d26549e3ee24d7eb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:f673fdfb5f29159fce99cb0ce47a31fdae2f57533aa49b84228ec7fe03274aba_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:07afc1a6c00649e6f56a64a75a345ed3ec97e28976ac09d362bc44412fa6b67c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:54319cca65ce76d81bd7a392eb841bffc14867bdc1ae341bf8ee6f84d10c867d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:445ffb4c0d9ca84e2c57333adca83f863428819a7732111b204da9f57bad9826_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:cf571aeea198dd0b07a42f12727db8ac78fc7d40eb5d1ce47c0e521f84142ee0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:80bce123dd0a3488a9cac662d578f451608252e8144ee8158cc877c02c3f9d0b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:89a69823162109668d5562e46ec004b719bb60cab26872234730c458dfa697ec_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:53babfe25e9258b6e8564df67e1d465c9f144976af5be7b30d95b0dd910f6101_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:733f6a4a3f1a1ce7f0495e2ccd8f492ce3378e2f2ac1d6f618869bc0460bd341_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:0bd4e71e9d22f6c16130426710bba8abbb82b0510cdcc9eb6cc74a412021c45a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:34fe2d2d5972de86aca83a9affd601cb1c4564fb1939f4dbbee3dbedc2bddf9c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4e01b88be4742c25c24977471d81262f8f0f391ccd5c49250b306e726e1d32e6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:dbb1ac39b132a5d539fdd7f13df09e84eacb8460fd7e0097d562ef079ae2c677_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:1ae054478a86182135ca308fc3f18c49da06734b34fa897f74544644474c7807_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:3b7157d6c737fa70532d96c62fa68e35fe547eedc6c50580cb89f4ce9fff4fe8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:152e3c57d0bcd719bf1e20ef7d43ccadaf30939c8c9899a2ce115a55ad7be983_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1abc468fd1a09c4b30e624ef4cd9257c2d104db17dbcf19a5bb8323682271ea1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6e535ada8c1768a2411ffa684bc624afaca15618b2d1a8a6c50f0b97be52668c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d46b24f503b741f3c919cf2f30409342310e3b2d6110b043128ae5d496219c96_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:12c1eb19b65af75175b1708f0049bb3eeb16c8c9a632957f5f97a5419246c7c7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:36103549903651a18d5c1c25d07dc98ce058140cd2b8d6e80cb0f1a940a277fb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c6fa0940709c377171ed6f553729935a9bf1bc5abb7c47f919d3b0fdbab3fd74_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f421d2c61baf1f196a5386d02b56b72593ab557a99c1ac61fd99d324a8bba3f9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:01b50335d5ef7515c859414036920594a5fa5b0039f5191aab1f16d291f3514e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:98a06124ecb76ea1e4d88de6b1532b2c8c6a7f554d1d25b946258b2d2e274649_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:cd6a54657188c7a1c0147c72b9d7ea326de2d7332eaa2c049ce4e02807177bc1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:ff2c7571055602c2cf719149d742d2e7cf308f1a077c420205bcdb2afff13c00_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:455f935e22bc0a892237c11e22b9bebc4840c26c61510d43827563312ec71fd9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:8b30cda549756767ad42a0486cd2987e13eb28078ae00996076a2c4e52ec50e9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b3f754533c34684d3ebc8a6646c8698cca95b6836f9b9cf6bc80edcc1c888f19_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:ce1af97db3e2816184795c6d1fa3cfef25329df11482b2bf4441c40e51d21347_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:73b55b309bfcba54861b619a26745a67efb4271848e99db56af2536ceb0fa597_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9dd8eb511b9258dd6e6e2edf03a6e6d64c1bf8a5422c173cd0b0d9e1b2cd1734_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b43f4769ae4bea0d180d4be8183c92d1fe5aacce4287fc1462032f1783c42207_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b7d331a0edf44bcf0fe747365f092a69e1c1c7cd156d48781d40d41a3a0c8552_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:304b520b8986da52f9f1f175672f6acb79119085841fd0ff0fa9754e8f22b34a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:67d76b9cdf3b5be24e7d157bfe385f184c6abd429860ba6d2280f77265929f26_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:df5b6082f4f05bfef1b63ede7fdcb5b575e56bcf264bb21e71ea2dc98c884ce6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ea8623b6dde50f9b993f9823e27349650e5d80f3f4f37c6b9b79cbc08ffc6da1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:401e7eda5905ff108ac067119245fe3684e50e736737b350baa06ea6fb2b7174_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:445489e10735202ea518bbee1cd56545f0e7e66742712cf5006c4d4ef30fc1cd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a583347caae3aa7d703a2130fc1f57b9e81ea6a06bd33785d87f92596f1f6355_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d30bda3636af0792fa0b182e8c1f79f5198a293572b40eb28e90e8e536416719_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1a369e0372bdde7ee5ec7ad647d30e6fd9747904580cd025ef0e20e1309080b3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2d0b89c800f09fb923f249da6536b9d396a53311112c458973fa9aaffb9bbd77_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ca969364594a060f9adc621daa9d2af96fd265e32dff63699cb42aa60ec1a9e9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:f1b997f7c662c0c8e91be2d02d6605fdab614bb89039ad1f38d6cac2b4623ddf_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1f379914cc47321de26756b1fd2fb634ab93f0d50400467df35dd4303100ad1a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:748a768980651e5d15e4b06d8483c6ec6db7854844e2b7dd789ea0e5d0b42d70_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:922cfbcfa109c304f82be7edd274534d18f9e2c7fe036e9b078ef40dbaf5659a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f439945f38dba034123eeaffd05372162855f703ab5a939dfc40c8b6e68b6dc3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:515b64496798a09106a5a99cf322bb02cea22a7d1684653ed251ea15532a61f6_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6de46b3fa4c0a353f73b6dab1c6dd53546b38a7cf754063382a47a3487aecfef_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f41ea3ecd58d560a52e13cef8384f6197d49add48c01c432cd8971f53fe5a4b2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fafdde0ddc3752811000a0b64826ec60715a45f09b79aae8aae637b6a50f3c23_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:212637507016bc9b3317c3980c30b476867ebc90d1c0724f0178f445052da718_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5f148616ca51bcf1c30183e095a8b5a981a9be858254938ed45229e4b4ebfdd1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:9461ea9cf5c260411a69b6b39c5dd4048c592f234cc24d481561d90fffbaf1bd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b48c6f2691532175458342223ed6c744b4dfe2cb057d1abcdcf3980127791ce8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:2c1ca60eeda0aa20403364a3ba33d9ad349e98ae3c839bff106d4b3d59426d58_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4141802dad81ca0be90cb3e030f18156e4f129dd2dee7b40d4b4b2f63d7ce927_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4cb581ac92c27cae351d2021bf76d97b20da9a9db8f2b867df879a2917d052b3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:da3dc2f193bedf7af891b2123b2b25ab8ffc54ee21ce4ee4a05557b7175aef7a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:232a25a7c42589bb08f34e08eb3e609ccc7c1de4281c234bb59df3c763695339_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:77021ef3e969e39c28e863f22541819957f046f28a88ce0fb0f706381e8ffdf4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d024567af8fb35126a2084d9c0de93c5b349249dcbd202c0c5cfb7d2d05bcefd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:eff2753dce033753b4687d9eb031bafad6c3bc1e1dd941de90baa0322bf14496_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4a8e36032ebb3b81b4e2e854fda6217a58adeb78e133257689d118b00feb9d0f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4e99ed18cc738391a0b1f7fd6e5268dc1a2b2d0c235b96f5def3d9bc25bd0c4b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:acd10e1026c3bcbe1effdad4d96922661418e8660dbb0e8e97fb69b3df8a3578_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c84a3e6dfc4b3abe1c2f3e6f63018a8d45fa3333969ac2792dce86ed5dc5f7f6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1d83bebcaaf20c68ec4705bec480e45b4a69d8323d118a7fe4812b491ea940f0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:bbd338c6ca660031115a11f293b165aef23ad28150c6a8964dad403618cef28b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e9a218fb77c30af249580c4b11915d4876083f642c7388c6333f70b781bb9f17_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:fd8e0cb32df9a3eb7eecfb9d5356a136590223e69130193ad8a92f310465ecd8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:0de9a2d5418c0fadfc68e9f64335c23396fc3188b1ed7191e2e740e53aa1b29f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:2c6a648364c88588f7ed1c538eaaf850ad4ae8310b83cff95c11db695cf4f528_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:8a408e4ad9cf59aaf87b0c0c97d3e66c4339943d810da2703cb4d0a946ac036d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d4f83ef7cf93115c55d7053dcbe9cf980bf522cb4c3dce2feb95e6574657384c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:06849685ea1a02445fd85960975e0f4f0d39947420d0f381dd724b37f4f44994_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7ad3e41c51b206489d6de9809594d4407f0eb02df060111359880560088c9140_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a18cc97e985023b176af5daad9cfe50eee25bc7e5ef657d20c17aadda7a76c35_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:f3ebe18a671ed1e458d9c86184fad3fea2e8552d8be87b3f2bc83ca45f6eecc8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:29d61cf5ce7ecf8bd5e49c5d01b16a82819bbb345160b90ff46f0d936f1152dc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:34ec4d660b408030abf6f5c0858fcfc095d7548530e6bd4038009c55ecec3344_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5a947d842f80e6e70729d0195ea3fd77111aa4a564c82e9bd0614fbc715a85a0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:c6b897cbd33e4d897a44ff05e5a2f7093a5fe930fc249901baff8a28a015c408_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:20dcf9ed5dab0354410b6c14f8476980d2bea66f42bd64ae0c1e354e185bd820_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:559065936f9a9039c45cbd63a4dbeb4cd3f69e990eb7a878571971f6e94c936f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:79e01008c1f3a1ba2dc98f7ea3163c3874a5b204ca731d056b89ebaaf97bae50_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:c36158a99dbb4a03cc9581c46a7f0e84e3ce098fea15d5b3ff88e10d41d0eb1d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2c6e5834f6042b1a4301f47d8178b2e718a3a459745ffbc959e40cc660ada97c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:475ba06839391550b35bd29309fc939977a72d4262b99f129ef5fc964adcecc1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5470d37d9eb90f60a29221fe605551618af1037c555e7f82ee1c7c1b6b7de654_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c8ce750189b017ec94762b6691cb9a911f97f04927615f0c802149aa3f7282fa_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:1916354b8aed42783dbf3bb7a3be6ebba6f561aa7d8c8f41fd6e32f1e46b09e5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:93cd970355ff2c9cd65c6f051391a1dbccf543a1f4e79ebbe6b3f63ac4030ca5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9cfa1d58c7bc0f875b5b2d704afcc95c4321388c94202c7ecba217a12164e8c2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f21ecbf880d3fb65422bbd0c410aa47136526cdfe5b75fdbfd82e720530c9fec_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4c6a4ba7469a6e3736176c838dd09acca392d508ba2139bcde3d01a1ecd493b4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a21c60cfbdd3b771f448a09b89c09f0992008625caa9fa60c5f9cfdc7d49e457_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b6a1d9d0b74f769294c10ba1ba65fa36a43217a374f3e37a189fe3de1d33d737_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e192ef1c1c539e194a2c7aea2c1cce32c6bb01bba982d3f0f9354649f32d24bd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:03475c318b9a57df484c7be2cbf35f654487c3084efd389cf4f6ce0a0f845dae_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:974abdfcfb3399823b6531a50c8d09203167418b09f859229de602a55c6f43bc_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:aa3852b48c9efac7a7e87bb01593b4a8c7d9f996624154d5a34c836e2b126485_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e0e95daab3cde4412e5d3222236adacdb8283e65eb64572ed175b353adc4ea50_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:106fa9124ad7bfa7e2a7d6c68ebd812cf2bc82c55ac092c1a702217595fc93f1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:18317fde63976665f03833b7679bede00df0f32327c1d56a26afe112b4d26f6c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e068848e4408ea82c40cdf03f2e6c600a40c8743faf344e0b2630f12d79f2fe7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ed90b2768c731b0fb0d277a285164c8bd8cb531ee984be711f64bc503292e839_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0ea0939567de6bf628dd5ac96f7eb68d3b29f1819ab932296293504e99ae3390_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:45720e600e73a2d925662c4c6a7dc898e4c97e38bf9b6c708455167abf99b51e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9afcbae95f66db36e6ea832d41f02c8fa14ab3e79f52dd1878ea24b57565b547_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d4e9f8ad81006249c50770495829c63f9322d0214efc045a4a7b6b0955846f0f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:1d66fb102b391fb88b40efc0dc3b3935d6f4db31825ee4d878273e181585e0b5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:2a221eeae6e50cc04e9466e5777f829f58311b2506aa149094e5e31e0cbe6e09_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7f15db4d5cefd46fc71d1953fc5cd62630bb847c6966523c5ab3d6cc2e5f6a05_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:99a3124337bfd603542826a78e4068bfd7ffc9feac98bac54bd7b3f3384faf87_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:86260062116d03fe7c4ec9df2fde3ccabf315ebc380f61db472d334be90dc325_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:8f284d614d7fe9d7c0bb5ab076490a781f0922453650713dd6bd722a409f650d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a43770fac453ba7e59e8af0c2aff352471f81a1b5f34ba620d4555a16af464ba_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e3a8e74f008721239ea7c070e6f6def1e779b723863e5ca279702f81cdfc0f5f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:669084db9430a977c4370fd7949543c2e57e82da6db6d01c376b3c345f7c693f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:9c91c1adec653c87fbdac6f5755528a27a4ead82d740af2a5e5f38aa16789804_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a2ffcc7216ed314e39ac12c0cfb30d29a6a4267512cc24a8f59825967273a2b8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a950db91a853e2b6073fad294ea604d51e0623b8c34288af1a98752f79b873e8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3af31e33187cf904b7a3bbcf7cded17c69e345c73301563c60312d35d1b694b0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:42bcf4c037d6212103448703395c0ca44f36a89533e205f0965c2c111d218fc8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:7b9bc218875615eaea10e71de2ce1159bbc130dc9099eb71d9fe13d9a0f07179_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8af69064595a39874365e60cc66d5f6697f28df4f82f8e26b86eb3fe08eed8dc_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:43a9f7284fc596378453b6e3a6fa1eb553d403ee25492c8c10107aaa77d92412_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:9074d73e7164486f4e0bbcdcfa5f46529fab2937cc5531dd88b13b2fb433d6b6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:a6656391bbce0ef6c085dcb040dc623d737ee8c302638d0e952eb2cd6e9671ae_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b98987da700deeb50da293568dcab5cfa1ddc843e36ed4dc5fe6d0ac8b63c85e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:66a2823e0f80a885f64cdff57291c2d6af6fd0c117c2d033b372be28b0755b2b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:845d9b912f7dc3b56804668e652f7c6b711a3d064501785ef9fea0273f60063b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b94aad5462be3a96ad9d3a88d8aaa775e8d6446b7f8d1b8785de703d14875cf0_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f6ad6761f6dd00ae42d248741c778b31492259d891751c9dbdc6dc39c2960dcb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:7b31119b0f90aba00af66b6bf6e1d2f7248d3db7129a6fec071a9fba31dfd0e7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:93cc886509cfbf78ce38eec32119b47cca28aaf3b43a254a1deacdd86de5e877_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c4cfff6e697533c3a9323ba6ed15b74250ecbecf71123cfe49ad56708f505021_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ef759942f6399bbb13657a783a7648dbf7ec880e8f6d4ed64b69812f696fcc1b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:155ff7585ebff390dec5a0ee00bcea904cde275e165ac634b2083c1fec868a18_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6971b8fa9f04515d6e4d18a27982a2496a4efaaeff90e741f3248d31fe1961e0_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6d590f5de5ce957e2d21fbd86c08411dc90b6c2444fd43079a04e3acb35587f1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:718a4a859157646f240e5fa4e3f8ad5c5ac7e53373d8b5d0a45159f5eab2c9a7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:629f7a041cf101c337effebc71d27cebd4dbe4ac7f7eb58e93f872106f88426f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:7761842991965d184af3f11919c4a4524d285d69266f92bc01ddd1cc66195fba_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:9865d9323ac25a120e3dbf34644b7343e650cd04b201d65518940b49432f564b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:9f6c2d965dec4b6b13fa96bcaf0134bf2acf302e2a04fb6926075bc9e92de97d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:855b51d876eba214e06624567a2606ed0be538fa6db7e24fdd508a269e1ba2c7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b041548b2283b0b0837db6749c0da693f021d0510a5628bce91ff5be1fc83f71_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:c7fa529102a1f95a53afba3a07db55a3907123cd8bc01cc6e1c4afc3c41928c3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ef32e7c28a82efb0ff8edc4d2678e042afb2c378791a34ccdd9243eae5246d61_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:0b779b84bcdf0ea2821962e7df8f34696f23bfad88557c21ae5fefbce289acc2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:54847dfd1e87683efe51562e103367f952ea801cd409968b8b5e04ca0ce48bb7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c86b554d052e4c0f38d69b571d246c090f5843302d21fe0f2c7c06ddc604488_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:78d85dae433ada85e1fb57166d278887f652a03531326bce186c7d3b207df288_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:4c4ec9a44884b5d618f231cb65a9b69078c2d86c8f168d510441814357f9fbd7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:5bfc5d24081ed832066492f2542d2566f40aca433535ff6536307feaf416c727_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6717dfcf0c98ffe25190b97c977daafdfa53ca406572d81143430f4218a17382_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:fb7ecb21f68557f92a912f0cabea1719fd8969638e16f22c5c89d433168f3ade_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:6f80af3728d41b78b3e855ce438ca882452a785a0b794c374475e6634390f6bd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:7df0f2a7c3268c3fd166e4012ef20a9911d6d7be4ee9e260b2a8343a1a5c23d3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f26c33eae235ad613283bb3629ae031e06d95e4371b6ab35bfc95d6cd6eedc70_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ff72b14efa0c7c37a3795808564e00f60bee07de82fc22c7d1e0822893abeb8d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:15a34ce98242d87b27bcb7a2ff5f8a3426766e31e4aa8dd21280a94a0dd5de07_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1694ece44a326abafa983a7fb2b3f84f671941fdaa708c21159b2164bedc8fe7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:5316833a649816a20637f5815460cdea129cd9f304d66406c7d15210e09adc7a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:95a599547beb53655c1f6bcfe533196664371a94b5fea328543a5f90c1f4cfa7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:0c81a72caa0f5697779c8e808aae1c6da81c34d58ea22b7fc41535e5b047d4d4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:1b5092eff9d9daeea6ffcb7c40f04754c401744c8085b77b67f231cca7730818_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:7b0157dfb720632e557c0c1050c643c7a9dc9b36c5f1858a37e11604b04b795a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:915d7aa28dd103a665a72bba13375c72118885bc3867d07922425576d5372f71_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:27483fad6a2c4be85baf840f33c72d98357bb6a55e754051fff08820977c7a3f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:5bdbda0b9ae82292ab9dcd9c3907d42687418e591984ae30b53d93f422ca9d86_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:93069055bf2d16735b13a8ae1859af38b6b7b9fe3409806c30a2147689972023_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ef060678c540f10ecb261b29b6674be6d3830c7ed0e51f221256fb09130b4dcb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1d9d3b4b90eefd1714e4814e4c340d11a88f1208852b7c624fac4096ec3bae65_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:37afefb255d2e64fe5d72f6d32a3e4a55684b658b114dd341689ef0dd4cefb9b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6033b93ce5c2f73213bd89e9709038829a2739e238a1f827cdebdcac8c39dc91_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6fa75960064a732c4e25407c9c2e8b75bd98feb5bb06c9cd70dac8023eb21c0e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:5eafd2fde7b9fce1b13109f4729396155f7ef07d73d51067b11f96661327453b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:825963b5f6aeaab80cc3c6a3c173b588263b6a9ed2e481c06d42a229d18b40b8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9c24887a448382a80d554684df4280c49a3c6ab89fa9164d547d0ccd25c5b0d2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e423c9ccfc07b48c6ac2cc4369a6fd61e9b8c420a08f64d69e9a35b887874793_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:0ce9b759a50e8562b80a2466a194f70d0728ae93717dadedba3aca34712f14e6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:814fd188f5a532065135552df55e4c55fbf9952ba35f93ec6f4f22a4da2a43aa_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b87d5c52b3da29503ae5089fb3422ebbf5ab02840c486b19678a9c65f04a9e7b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:e7ed0864902433356021a2f30c65020370c3062889f7e5838be60d0ddb098ec5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1622e137e2fcea249115c062de3bb6e0a099ff4f4545ed1c98ae2109eeadcc71_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4a66bbbcf3b973ae35749d7d4a1987a561a57d16b154c0471092a2f242912e98_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:51a7d1ff4fd4ac2325da2064724449847c4aac05dadbc97f30d93d89bf887b1a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:f1743346567b7c2f4101128ba81ad4b3b00a40f3a97a465df9e1b895a08cb8a7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:852af33a0803094bcfd34f452e8490f95fff66d6e2028423cfff0a01f201457e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:9848cc582e21d833e5d5ce00a0655abf37173bccbf944e192510b3373510d81c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a97d77c1235d10228e36d47b304a14c05a10944904685f344953da18f2d30866_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e5cb819739007737f750a96605f14991efb3195f13c906efc64db87934389379_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:3d594065a138374b4efe911a3e4619baf1d888272607e83e4f614e8c3e48d2f0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:7e2fdd43861a1be04f8f6cdf2fe2651d1f7ad194d7a43326e8d65d7757ee3d7d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:08fef794d449fdc5f89da613254f8d8cc2512bffcd5a8f289a7bd8cce9f8660f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:9e43e41968b797593eb5d4823f8e1e7babc642c3ec308673ee1640198f12c234_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:2ab98db3bd54d97694587693c196944eedb77866bf2dc9fa70e6d186c0eadb34_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:cb11c30ff4bbdad9e25e12e2960d754cdfaa7af1507b07e74e21aa31a45b0390_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:107a0f20bc821c4dc4eeb05f29cdd1c0601db4b66f5a3245272098dc41ae7c5d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:38f286396ef7e0557eff8cc665ca46c4248e2b060aa9b170873e13eb691b207b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:5d3eff686a6a64f96a79d31f8cc6a88b17171973f4718d3da82e0dfd456436c4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:903ae03948c7e68b1eef1b1dc2f7d8718693e3149eed21862cf1fcfa13482dba_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:0fb76970c4ef89824f28a0993f2a21f5c91aab7bdf23d6d045da48d9c4d176ab_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:37898fbe4cf22592901521c29bc10ff1f3b8df7a200d64e9c94d037e8cc38e60_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:c4393a9eae01a0bb31f85f8a6cc609f80a8c2e7b7c4372c21bcfb91492ec78a4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:dd74aefdaae0c24dca43a36548e371ce292af5423751718b1a6480224d5e5680_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:500ce3a45214ea5bf17b0c7d0ebd33f75183db7bc04d30f7d0a25a225f494cc5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:6e201b3e5b45494f8ecd6d607bac314cc10b419d4f3a695c1aa9824b6eb9b8bc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:9772d2c999317adac02475b2448f24acc49cabb83c7727e9e478642dcb7e9794_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:d8d22b7e59cb411c3f1fbac22af12b78fcaada8e56313b2f5ac89806152ae825_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:5d1773de9a1eaf4b18081c968f3d1c3ab35af0333dd8ccf599c30a5336b40ccd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:93415b427bdd9185565c26901edda6e5d0e5b7bfa013605de8ee206716141c4c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:be9f4891181cd1b58aa9a3fa7a0d26dc3a382e9dda02744b06a1cd7d806ed6cf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fac44a7144ca9e888a74db83f6eeda24224d05238af0f8cb54627b74148f51a9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:20544ed1aea9d8b483ac6dd9655a0d108b80121b7011406e0a59de4c93060dd9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:29f0f10ec928c8face73cd03bad8478ab4b8386f0df20ee2482102f870f198c3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:adc31a12f2eb578e7bf135bb0931aba306487174c7e8e71f6d3d8661aad8c350_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:cc2921b6468b77227e9f210589f07cf458eced2ef0260582d0a1a4b8f9b7a613_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:156540860fbd6556102cc1abb3762e6595d374fceeeb7745d92655aa3fa74551_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:426c0e5e5885ee0450f36a93fea6f733637011c5f5c97ea2c790e0edab5d7cbb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:abea604212336f8e3cdeb786913ca33cf0843f3eb7be0d1aab681a005e6c9417_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f58646a44ac2716d6842af49e48f13b6c0a58ffde7202cf6004f479658ecb048_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:484ea3e99fe746668ca7fed6862b095326bfb8f26cc79c0bd4de143083b0dad6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d2cf9eb8a6b0528509e571a8ab3710bdb6b40abb5f19d797a9097524d2e3cb7e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:def75e5d102cae679cece8fb7e7cf26631d9aaee782319bceffef95fe76308db_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f6a4b9d3d3792cf016df0f539b41c2d33d4cfe3a85f87b8b1a2215c703a13d83_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:17d73f64095d650a84959f826da3009d844f209c39a9cf55460b842a08968fc9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:382ba71516ae6c2ce3670b92bb206e5bdaf5dd0519b2f1a6fcb417b99f0ccb13_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bb9cd5df0da433f514a256dc92610219d22962f8e9fdddc4a1d6bdda45174287_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:da71d08bba2b937f4111e6d773765da8379043335d83e600743608bc4c3b7580_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0761be83c6edba07296a17b61838c3720666dfad633f9edbe9643c1cca008a8c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:23021b0b3a60c43895c17a9d27eb53fb5cde7b9ba6ac7a5d81d1723d804ecfbc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4c802a4f273a7d7752c93b18c27e264cd373dd989797d1f9b970ae368bfbed90_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b41f90c9d31171dff6834e9c7b72ac295f7e0058eff6f5dc7480d7c4797b9700_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:192a0e7b36c1fe8b6b70e6504e12a59ecae23ef83d563ad4c8cca3ab5b2cdbe5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:39a6978585f0e1c57d7460a4fdd668a238e126c2ce7e599ad9e847bb55783249_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:851b15fc576a1939eac61342bfc75875d4029dccacbd57bef1b12ec784523bc5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:dbb87a87d86cf4186ac9c4e546048bd07eb4e4b3734935a152ecbb60bcbdc1ec_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:2c372fc451a83f382e57e1e63de0f0b10f0479e665c2e1d39b20c8bd2d84f51a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:881e89459149105fad3a737087f34ba6a0bed3d933bb73e4d1943a36d21a1f55_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:cea296a2222cfeabbdce7a42996be42db39f3d89321f93ffe705c0c01e7b5b30_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:ee35c6aa82fa9353c63acb0455e5196e946f423be7418de921beb7433bc27dd3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:64c68a2c39cedd586eb70141b21d19092d16303738072987e6a33a208dc1ff43_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:77d5bcf195bccd0d556e17803f4c5273010543366112916c8e9e4189b5f68627_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:98e7b50a5fb4fe900b08a52bfe5f1af0f189bceab97ce106ca4550e0fa5bf487_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ca76d72ac426b6a7fcf59fb99a3fabee6c5ad3e0095e75dec3a06194fda37740_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:07406356bc5aa39e2d130e94946ac1ff2346d3570819af5d1a228b3e927b3df4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:628d272cb4ef7a625677252fec78b4f6d7daaae10f3fa21e9e605fa294ff9ef7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:784c9da7c826f43b21b798e18d89f696ff3c0d6c999353336d1709149e3ed6e0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:806bb2fe904f03bdd46f5e7fd0da4e8c27badc7a363a034a896bb3c9331c565f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:09ab73ac9c9dae1e080a70737bd6f8c927d47404850ab85cdadcf2be42dd0b1b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:3ad634a5d007320ce93be80165b01aeeb25319a7458cd465aa4732518460855a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:71f3b158f659a76b705d4680a0f81d930f6f622546c903aa2bac8548382d232e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:cb741e1ce964c52ad3d7c373dcb2b2cf0292fae1c857f71cbec4485e0b1e3270_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:23b98311440ae92c9df288db4cb9336e442724af99c860289733d6c35dc07192_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4337bba1939749aef224134e01759014ce11a2ed05926c790c0eae870fd9b8dc_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:505907905f0d1476c5dbcbe7592c9d70ea91df7adc38e9618d2c48355ece4783_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:bc326e66fe857b4090cd0e717a9976857d63a5538890171adc420d47946b2c95_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:84abc2301d2fe7fefe78aa5dc90ddda63737ac2c8c47778b898a91738c6d69a6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:93f2305b36ca634a2b8fbbeb4bfdc1a5c868e791430d389f0e0326ca839920f7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:ca16e72147f9d94306abb1464485feff4a03a4922d5025d4b7250cab7ccc7732_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:653bdf880528e317bebac6f7aacff23ebab11af5bfa931af13a8d8e7b2745eb0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ba86e60cabbbf3c8845a60ba559d1a38d5370ec7ecddeba662ef01fb083030b0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ce35c93fca376e03d1d08e22b8146860e5711773b17f35e32a87bdf93338b182_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4aa1df7eacf95d9408d5016f5715b38ee4ecd340d9a66bcd55cb345d98de466d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:87ef275495cae4c69268a6375eb5e07d9895913b019bf1a73dcc5043b3a24a30_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:8daa3769a103ab420b8b43c68ed6d4d90a845bb23a358c62d38cf679511d6fdb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:18e0db16b10f2edaa9919257d37587d7df3c4c62cb88b8db38cda65e509a0492_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:1e12af727903c112c263bd301b9abd522da36fbe64e195f8a4d4fe19d34e9c6e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:ca613da143b223316bbfabe5c1618d5de77817057a47f8430b9541151b79f654_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4486fbb2570877848c2997a50aeaf427cdcf5f8a2656b3212c263d8ce0d8cce1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7e83a01469262e046bc98732e0e7ce4d71af991288d31155a9379d967ffb52fd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9d999175269f2e59feec60b202253ece2c27add1d003f80c0e40eae8d2621f8a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9f31f2da3caeba8ef97368c1ebdd3fb1df9aa911df241460d27fbecd2cfc9da8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1638b6de2276e53fd93970eecb2bebc56c34ffc099eda9bfcb02dfd10eb07be7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:22cd25be6169ebb1dfe48722f3b4c6133f14c5d4f6db6ef5c7c5c9f976b25901_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:646993f2432d9a7cf3d8d56e3caa5abb77fab65d4dd40a01ea68bc59e68ad082_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bb4b4fa70f8193a7cc49e278475052e1c053e1dca44298f02cf8a0c1bb95c740_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1076cb5e72c6e457760fddde4d94257042f5b0ebd7076a8713499bdbf4943c8d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:3c749018959822c9a7c67fc3f28f62236f1791b999901577445838c8f78947fb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4aa259c5fe5a5f92f61775e842ee7aa66fa29d6b75c2b67cccc8900b08b8e96d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:5fe33023e5387e6836b35074fdc002ca7d7c85c6c6cc95f6f645b1a7a3651b93_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:02aa2709ab8f16d997dff85d05909bd7b67ec3e4cf91d50b285f17532d8a625b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4aad374a238a0306aa63cbde5a29bb75d5b80d2c691558a1b384cc6b1de706ce_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:786af9a1f3e4f873aedc740637bd197272f21553304b987476b2e462b0dacfc4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c449bc96c47df9f808b4e89c06facf7eeaf44761485077311aea32ea1342f5e6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:9beab497bfb41b47b9f8599920563efcb58961c2a8166225f1935f45657843b4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:af7cc2cf62f672d6a00016c116f3c66b72b64fa0d05e7753c8e4b6e628a3a082_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:3a1c445bea72192dc031e4755bd063fecc4fc9139484f54d8d54af26dc755f45_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:6ff31d9e340619aff002ff35ad43b6131042cfd943dc0deb54f19721eefa1c14_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:227e8c82c210cd100cd7aa3b8c5bb39b3ff31a4bb6ad78bb7134c122dd9b02a6_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a7587160377c6622944f5dd49380ee9565d49bc02da4c5b631342a037835c574_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:2793040a3ccbef82e3d074bf0597a8bfc5b5927658a8bf4148b5b0675d6fb3a2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:835edd6d6766e17d868f7f6d283005b2ed2d38cca7fbad1c5b36f63c385b8e2e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b635f689b42b827ad12ec312500ac2582c022eebc7776bac97532bd61ac31cce_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:1099ddf483c4cfe64f687fdbe5587648756fb5b9a3d01538724b2ea2fd5ca6e2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:30dc9e1dd4b35944e21e40ad23583cb9d14be00172a0195dcc95bf8e01e34e1b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ac4fa9eddf99f4581573d52e741f0eca595c9e5bec12cb177f0eacc7150a46a8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ee30d6c3b56fb533d299a7a432618a1b2c83b1d9d72b2c58768c07c349fe95c8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5aece9cbc711608ad1dffc12ade865996984d714f5e64fc894bcc3985fa9c521_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:adb1d854f6dc5e70aa0f33164a3ded5a715ba0ccf894efadd73c7c4d661f0b21_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c0983bc8863c23ae680915339797991b26c17fbf4782caddc071a60c17992266_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:cc90303d2e2d0a5818706672d1aab7847450b9d2cd991d7638451829fbf26163_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1485611739af941f4e368aac9cb95ee105aee87258e5d872d51d7f74291a8e20_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:45d8a8c4703462edf967071e89e08d8d9e495d69245ad8b6ba2d6e80f579eba9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:584f6670245a288d5489cacce0e0cabb3c86bd6698f8118f49b8e3ccdfb47c39_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:5a29aea0e28d0ced0bf50bd3dac2bb6f6edce5ca6ef373f3d097e668a9e8cf35_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:3aaedfdd81b32cd2c67a0d39f819fc49ee2d31176496e043bd4d85efbd594481_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:97e6f95d96f347f03dbaf58cd6c7bf6c926546c1991cd83b5065fe0cafed2586_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a8b9d35e2ec9f2026a2ddf034e9f3ab2a9ea622924960f7d673564dc33ab6224_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:df1a7c4c835c59041b8c16e11580362d846ceb9b3334b8aafd36d3140b58d063_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:4d3251d46cfd8adf16ce49e35007a998689b714615bb66a12e0dcfeb896d8397_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8426d041e12f43a2b78791227c0f805afd75de6e306cf8bdc718f0f76651d75a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:aabd98101d18f4f5352d03547cc2cf784bf37f962b9c875059d6365a3371dd72_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b9c93d7e3ae198d025eb43e5c2caeda4198462ffaf407270dfc7119316ff5f98_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:b6c870af5b455dc9fc17314802f45c9ebf2bec19810ff75b4e157d96a94e6575_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:d2003914164b0f04ddde9b10d27ada74e57c26beb7ad06dac093098903909907_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:16a4f25c37894fe7ce7a943322dee37d8419bae36e7c7ca7b4e73dbccf8372e8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1b17792f997e30b1d5bf73388b68de6604e4235b0a10e5dc37955f8ff2077801_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:29871a94fc618bf280a7c38280ec0642c766838bac34a9ace503378a67f4638d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:fcfb0cf49134add5d8298b1fc1f52ab3eb924efc2bf40ad077c3def948b3ed8e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3144944813148f5acd4234b279b5569e5bc8942f390c76a5a88789fda81afc56_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e44901d545ce00d89aacf5b5afbe68663cb157adfd23f4b280f13e978c7a972f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:18b95158ab8c6470ea281f81f5f1dd2c0d1c198be78d3007b02f5a7937ade62d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:31bd9ee7e75b32542cf78d1cb12d254a93cf9623e00e5649c016bbf32b8dee04_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5b53eb46cbfbf25649fe3bedfe285e197f65cb55a057176d057e90bb65cf6562_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:bc8727121110bb8a6d9957f7871a6369e1512bb9cdf47a6d23ce12812d84a791_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:0747fad048dba8c93662ced1c2b1a18b7f9f75bbfe0740caaeebb9eff3acc30d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4a22ea1747135e6bd85bc59db41d17d0b4e761e29330e7e3666bf4d42a47649d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:bee322f686572e00dc5c6d7076de1db0034a26cbe44e0f9276b394718d6c191f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:df9ade514c7f2a80c4ea829e2f1890dcdd6a4acaeda829d3620e7d3874de77e9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:859e9211c265355892dc4aa19b7d845b985be40bb8f098702aef50f84c3e5eea_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:c2e28f6a9e1de3185753cd7fd47a51ed01cbd49697cc452448adbc961fe71003_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:c5ae19ec61f3c9cdae0db38b1aaa03838d421f9d4473fda4e52255cae97a2fdb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:e654a7604401da1deff9d8baedf0f7567831fe5f86f75e06fea3e5d140bb579e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:0640a6e0ebe2a6982708f326bc721c2c754eff2afdca443499843b111f223e39_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:5eb8c786a348343042687f659f7cf8b066efc3c4ed8764ecf36dc6e49a468cea_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:83237f13a3a3e051643bc1aa46838b87be13126c0e52404940351a2324008e68_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e67d6086ada10c96051bcbf4eb7414c407832de86a8e2d89364ae0d85a883982_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:9ddc6bf41dfb204e9241c57de41e0a6e1ab1c3f8ce2ef1a90573bb7365ab2bed_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b025b5d368618a31c64189f1a5f9b3db0b24068306117647796f00a22f6dc4ac_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:de35e280f4e50a18f2616dfc561db85b315425ff20bbfd4e19d5f64f93f3d0ba_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:f0368d0d3968189f10cfcbb972046bf09ad18a7a1a747887c239b75a1988344f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:21757065fc31856133fdfc4d459a993262239af0d2d242a6b55800bac866ef02_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3b08be9a543ddd200f66178d51c0f165c380cbc845a1be672b85e9dbe2db9f12_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:8e9d4820353602730cc0e808b2cf6ffc20ff80ce06915e40027815e9046555e9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f7a9a92412fca24faebcb8a574cac92c985d1392f1544e71fa26bea80314289a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:119315e723ff4b153d8f756357706bb4cd1ec5a160a7b173e359d733c680469f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:808301750b17198c8c7f5b2b71e6bef9a7e3d788ededb9a5f79e1b13e64fbc82_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:89ae8aa54d64f62a73557d413c3f146bfcca1c237a52bd57f0ae87ba8c8fff2e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:feecd842ada0c39c783faf280d103523668de8d16d43dc22f74f262f2a4aaba1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:595fd9e735db5032c9bd3a668135d99b6df650c250b294c4f8b11d67f990df79_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ce4371bf509e06e886c5ebd42312eaed3ed31fe6b8de91284f4681ccad199329_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:4662806bef8ccd703086edb7d1eb0c99f785927b1f30f227bb438829db52e532_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:d06875a7d480abe6e062be719a9d6ee0900180e659c09e2243df36e3ed55db07_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:2f6efec846cb1babc0dacf51b67634e83cad5e0f4700f5db54f8c356b0df8119_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:46a86c6ddb9f5bc798b43735eb0cf9d515091549680e43cd2993ba1b07bc052d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:aecbb57cc9a6d72de8520437e911255e51c97e4c40b55ef207fa98fa7c9dac9b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:9c8b022e6bfe80bd4998f177c0fc25e4a5d224a6dde99157f21de5d08f18e4a7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ab6a31d53e6e8a5a0b67f4020a52faa7fd3ce35160189aade3e958559b467dcf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:cb8394ff8b96398f8db5bfa7725c260d343774ec319fc1e3917dc19fb51c9b9a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d82a2ea6aa1515bd56aa55ea999f91e9f688e480d615fe53bfa2c74c1071eb82_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1af22f98af2fae1429e53c988267710578a3a092524eff5032e0c8f397a6a953_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:2ad01a7c2e75bb850686d59dbf73937ea69505657c2f2a55c10e4fc17ed83f82_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:95334d618727e811d16206a6f99991e93dde4bc8ed26766da848ea879093d736_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d460b99f6d0595fc76b4e85203f96a8a809cb709e22f4d8f819f99bc3e817688_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3b1986a8dabfaf0988f12820e1a199cfd0db684ac4e8d956ccce6eb8bf1146d3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:8568a6a6dc94a45bc8feadb7ff1cccfcacd176d276568ab96f4942aeebd4938f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:e24967262f34a1bb405c1010688b4a1ca1c8271787a1c8f5d8b86cf94429e6ae_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f2f71ca77685bcb4618502f0da4f242d48cf2473f0c7e439582e98f15bd0004d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:23400e78f2af2eff9dbed7a4da3000fee627509e5d4c87742aa87f8be1229a36_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:64863687e7fde678af49d370c9fdd5045d47dc2c3b921b179dfe0b392aa4b447_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:70935aad01a4c3b9c041d22554f4d8feef7038bca871fe1d84c6b74d4d830814_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:91ef5f2ef8cd345731b53ec5e044c30e14438f1935c74b5eca2436aa35e5a7c3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:071766cc6bb41db5220aa5173ef5d576f032ee1e8dd9868deabeba36f7798342_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:5a9fd7861ac77020db7532e72a52571c48c4f62164c1c5390cc55771b93894e9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:adc440a9129c3c9baf62a3f961179c843f6e68a06cef4f64a64e2a8cf7493d8d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f8f501653da6427153aa72340ac8238e79459759136d64d2ba6f8ae03184c436_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:023893e6a4a14842645d23171ad5562940fe5a25e681eb8afa278cf154f60a5a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:1d5ee360957a5cbcdbd54e71dd9ad1e0ee1a37f994e80081a07c289fe1be7c61_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:298f6b16fd4c32caa2d49c5ce1374d7d2037b3681f74e2bf7ecd0afb80c0e436_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f6048c371739ad69e9219e8ebe2045a246ec4ff01bd289bf630c45ecf006f52e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:2c96cb9ede1464bcdb2aa65b23d5c317050c99a9c7674b217301a84734b7fd88_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:31235aa238bc0662e8f3efdf393f9ca7699016dbe1261bce0ce37675afbc5054_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:698f820f8b9ba7d04cad32dbaf6420ac0e1ff5ae0a1d10f81e867a123dad0a60_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:6cd2462bf7a3f58f79de73fc8ed717092569862dbeedb6c72999a8ece328260b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3e602466b3dc3fc4c7879bd90a34a96878e5df827fa7664dac632199b2805464_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5839764d395594b922ad989a3fcc5bab129eb919d2430442390cdd7e95229219_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9913891ed84afd601b5bd646398f266f6970b7e3e164f423ecf561afbddf6f9a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:f236ad01ec1299b4a5e4b174ad698412bba0f090d7316672f230abadd209940c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:0c1f5188f4e79b0c508dbef9f9f6fa5c658aec17a66dcb14b23008d112aeb6a0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3d27787b58896192ef0b2da74861207bf188e5632c0d7b06ddac476ef558175e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:55402c1e07f5de8bae74f8fc9a579c2403cd12e65f9b6714c4d6b57ed42b4250_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:975fe9a014b7d9c4339bb34d0bdfc862b4a4de19b4e02b5b55a484ab99f31bbd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:142d516609c278895aa3302ba638724fb63ecfcfd232e1fc6571f5856aa4e034_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:28bb93cbe40b57c179ed088e45de698a93dd1c0c14d6ebd098439a412478d314_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:441602150d0bce7f8941a293e3a803bed75953986e93dac3eeee50848204728d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d92da8068e3440429fcd5a5b9f178dad1a0bb14fa3bee4849a99bfcc6674e37b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:55315b85da730c2bde56b7d08c4caaad5db5bfcdc2e9f21286ec48e58fb1c64b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6f2c19276901be4850c3d9f502da1365d84dad18e3e1327159af41877432c41a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d4092b12df304edca57e47dc5ee77e4e9006297763ec2e2371ab3856f94e4654_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:f9e46d3228ddf05919d0115f274f94f8afdb5e65c54fe6b17514e7a3b04d351d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5e06c7a4f4f0b3829c21710249546680ff1b7e7d541e30b556dfa69aeb7a5ef9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6ff5ecb5b92ac2d9b1498f86211b19e22627002d788647062ca604ba9ac8d7b0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c2c203df15e000f53388a84d8ab5affa78c4210861fcd0a28fce99c0ed86009a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:f080c488e219c5b862ea88e3ee48bf866c186caf803403d7605ff3afa5d5daac_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:4e6bff26378ddf7b42fbb27566ff9f47095cb5fcd74a26dbb1604725dab7c1cc_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:63efd9d23d66a2e7c754d1b921016177edec08aca034786be697c6ade7310e71_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:b15dbac78b5deda1493f959c14b14ff5344b982c4373471b13ab2f3829d520f0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d101f7ea169ee12e824370400ef6a94e0cbd48aeca6fe0ad4777b9bdc87d80aa_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:05692fc0d27f1bd3a0feba7c0eff4237ef52878ca37166d92a89aaf190972aac_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3805505b579ad8be8620a53e792410bedcb7e1716f3d6401e76c8bb179d8aae6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:47c1d91d614addb733f775406e764502e556f4a7414dd1a2060d3065f6c3c120_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:58650c0ce9725ed10e3646acdc76a72c4d3abda025bcb735ac2eee42ea261e3f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:4778a088ee10ef3ba59f3323ccccf942000e3d2bb8b0bc201822f7cef74909b6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:599fdac73334d243b4d362b2a752f184f303aec12e4426ff08b1b4a6fca0380b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b1ab8a122e88ee201853c669525590b6f73a60803d1772536e76c56531fa0041_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c231527dcedf3606bfa162c0026b0b037d41a908d6be2418f4250e234dc66023_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:83c6087954a19cc11c7042079ec3ca528c8a18678928c3ad9ed8b22ff07df36b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:209a01330e1894300123bfbcafc53948760feb80e0c7c81e521ea7abef269d69_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:013535daeaa7ceeaa565545a98d942396a07089a96937e4960a1fc0d44a4629d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:40fddb8896fcca216855ef34f2c8f0c6cbe3a59c6bdf4c3c751f69b57a63ce4e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c3f081c38876339613b7a641b30adb9c7f3e67d446151c892a65256ac274a472_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d6f330926e3962b0b73bb4b6a11a1b40cb0cacfdbe9fc0eb4ceeeaeb3bde758b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3f2283bea8d5c54ad689787a7c269022b04624d2b1ac830330a79d30364ffd47_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:476af4f8d17ec9fa6bdfbfbac2904244c4d51432b67f111ef0cf4a37ace9a86a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:a609dc606bfe95a904dd8c6abc0cac79316f17618d8b676512fe1b4e5412ba01_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e5b754105ab8d7cb9b581d3c4dea8a295919bec3ec645aac468b5f3267e0d7f0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7f92fb1c1dd18f03677ed953c82ff87011d8c15f1bcfd8c22cb7a877950bd063_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:d759dbeb39460193f8361524fcca202fb9f634d65d35f19fde1a187cd7230608_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f0544c40f7c610e45782d6a757343822cee131b745ae6ab4aad4b878994ce8eb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f5ec95c285270e35a77f89f8da39a51c5d29fae1ac277053eda82e250c715f91_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:191a27f89fa6ec450c37168a65ea66bae9ef862bd2b40c1e8d561b41db842591_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:905e494751d1e26c98857f7ec4f41b4321344f9e86d710186d9e9bf410f6e983_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d35affa9bfe2127cbed058251d47570d65b00a8045748fe1e97670797e8cae2d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:e82a015ff030ba177167a713df193d74480998d946b593a00c799330894702f6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:97a3a8951c456ee0c88a42cf7114a3225a3dce594b470b0b8f57f45c62efc1ae_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:b49317158bf5eb1940a35be96a959bfdb8beeef52e993bff41fcfd974b12dca4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:e616c0d47555235cc1c7e275538b48fd10b842cd11c831a4dc719afe4dfc5092_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:ec827ba35ddaa01c257247ce4f06ae733289364530f6b2c2d5b12a3b2959762b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4f5c8e59a54b30a9f38f1955c6d1474bd24bec33c52800338118973cb6f3e251_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:63fcc02b58dfa0bf549c199736bbbad1e764ab86d9375a6545ae1a7bc360f247_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:9264eec1243f98c37a0843baa36e78b1a88dbdd2bf602156d5f7ff4bce1cf223_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:cafe32e3ff4aabbb6243fc984431babd77e2ed05bb3c4abc621add33c5a69481_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3d6f997f5a6832459bbe5365b533f601dde3872be09c1e96b3b2fc21951f6adf_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a76abfdfb6be2616ba39fb25137dbb49dc56427081d9025f2825a3ce8e5a3928_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b540e70dfd87ad1e2e400e129a6b495617f9d57e54c1e54b09030cae11653d03_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e7c9dd297067d256671a0e06f9985a3624240158a1f4e2b97567409199ec453b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:49f6f4761d886208cc262f1f8e23ddcc0c05d5b4566f6cdc8abcb1a328c8c5ce_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:836c9a619a35d6b8d4929a78b96d0641434b880ca98f44df45f0edf7b69a1d48_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b4ffd4fcb95ed73bc3689988214a2e4210233143e0ba4f123ceb4c2ca14821b5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d4062c740ace239409c182e4c52858e384384faeb0f3d98486e0534f8dc19702_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:29b0d64444b1081a568d8c9354e79b60ddb1c3286f9b6dea3ab69023c11f3436_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4ed2d42fdc6e8fa9d3d08152849754d1827dd54ed86be4507d75f5c90bdde542_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:c1f38fa9fb729b6c497353127feaa36375749fa07f91020e8634838d58628878_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ef794a3bd52be528ba81c6964af2fbfeff03b1aa3d17ac36fdb97f124abfebfd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2518415bbe069935e8229d141d4a8a50285c408d1be2af467c458a324120154b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:b096377e0704a959a0ec41484825436b00d3d0887e49eacd59d88bda87e38b03_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c1b30a9d1f6908316a829b3084df67b9b8bf5043fa46060996cf259c50f62090_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ec9171ee21d867fd61004535db96e98f4dee9dd6f3fe86b719301cb1b0202a79_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:07f056306c1122527032aff7486e5fc75147f48c708c0c0abef7d570cdfa78d8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4314b0a4d5a82abd583de659e5033d0680dce2b535ebd3ae4dc1776e741bb214_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:5bd5ca703480895af05ce052c3f9f738672e989cd38e905cd17bbc378cae05dc_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:db97ffa52f99127907d41b6bf460299c3fff8adb69d64bd92ad371941364c374_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:16374008403825338098f7aaf57f74a2982a75355834552bf29246a9ff4e0b7d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:770cacd7e4e04a786a2e55a3cd9ec21048131c8eefb7baa4225e73a09f0f0901_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a240e71d7418d6f9781219faa2ea9cd315b7091b1a70d6032f81de2ca3c53aa7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a39da3d53b8b927594c3f5c3a5dfcea689f2b75091209c0cc36b18e1426fab20_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:34cd79b95f2ce098b064859e38785231def795d2804c05bf7542520e9d8b596e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:354b40ed867003c42975780f9db1320302500f4ea6c5ab14a0d0ae70b537192e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ba52f6036566829553d0039a99ab677c0e40b2a14bb3d26ca470c526489e4574_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f3eaef7985effa7f09545ee19442623c7aab7245597a4a1d18f6b02a7a8f77f5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:154143883875b88eb144b77d13d5e9f750cd8e020af720a7bc6a2e6dc252a260_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6fa758fb6577cd18e48fb9280192be46dc724a8cd02b54459a5d6a3cb3d06fa7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:80e191f5faa2991cf3bc7033691c4966f1a07953e4941ad8730ae7c6444c05f4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:88ce4b91b2161c9b22f154f2a6903f801e26f15115ac874c549e8644cc5e734f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3386c9093b00f29600b1807ec97b1a6c935ef7a6578de01f9ed5f90fae6a5a35_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3646bf2e6bce49c01198dfb2a1f67371ad1f20b48cffbd7fd8f652cb9b215ae2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c50c48749c9fbe882410ff025799c6f450b063ab3e17dd1c4cbd2afa2b48fe13_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:dfaca907445b7213f3931be31fdde7480c22aafc0bd3b030d7ef9f0d84f5549c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3ba301cdb9ac46c11853c61812596ac905e94f15172df53cf352a693ea5a0a6a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6faeb6e3779cbdc86d4c7cf93e739c0585019e82587abe150f76c7cfb88cc417_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a0d6e3c4b32eda442fe231aaf1a77ea61125e0509287c381ecdec1615e6aa7cd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:bde28b18ee5b582b69683df3122f4f9a3a4aff757c2caa9fafcbcad878d05d3e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2492414954e0ca3e228d6d000733ae02c5d4d68d4b9f5e7f992e1a5a60cbffd5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4aa1f8159ae2b9b385bfb204298e1710c09123bb19bb5b94c2b93dd0419e06f4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:9a2fdc67ac81e408bb49170bf7a862a07998fd951ebfde9396ebcda40078d3d4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c952fd4490ac28f6bc2b39054312e85645c12d20e39ae631e35470267d8b73c4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:001807fafc7bfc5eafe92ba92c127488d378e1b36262f0f71cd4e4feef05598e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3c3f3a57f87c512568f858da90b13c39e9441a1910c48b9bb51cc2ba3e816b04_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:62e3145facaac381967de0461a3aef63b2b6afc466dfb4e185a35aa67142b6b3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ddd906a1e486837653341632e3ccd2d805ba2c7a7d7c26dae34022ec6a7ee90d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2f80d2b9f76b8633c9e6d309c5df7f251259b61a9a40a0364f2160707de313e2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:779d8d482e7ee453e8245219a0e21d84bfa1080819b31fb9f5de38f49bf3d724_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d44b76b43d8d5303fa38a3b8698076912be870c7a901c41a68f59426cd41b39f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f5bc9a28cb8d0bbae97b39548ab6688a31dfe2b23b8d3a52da3bb397f6aa8b31_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:195460691d14dc4f518717e3678a9ea780eb548fea8904c5bd4e2d554b81233c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:29acb2429041bbf17eb0f3faa0da84c1c5655df8a425755c1263fc16911d667b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:20dc4b1b9ab504d4192bda76eace70933c264628c091ccb4ac78faf01104f356_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:366b95ac0f170d8c1c969b41f3c624026593ebe8bfbb466c5f7109e1a6ceb1cf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:32acad5511e808b1b3a80aa96458ed7f1800b4f19aebc9edc4f85ec3613b8ab7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:dc009efb6f6e9d60b022ab94d84d47fb169d2dfdf9680f4f24b40ac0a4ad396d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:77abc31290209253ce09838a292be7351c02d5a7367859c430a5b3d97cef7f31_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e4cf03a101a115d398aac9c645ef400b9366d4bbf189de664ccbf782db4ef5b9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8a9471f7c51a026fc621dcff7715fbc9620603aac2c2e4454e60e0f579527e62_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9c1b85cadf719072db5b5abf0b93b3556a74a67efbb88d7903bab7b6e988fadd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a454b939762af9397d7d5043d1e6070279e1a1c4240b2fc808f0e53872bc237e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:b0802c5220abce4c73b650e105e42d0c1a57c5248c4f55819e15053c59f2680a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:677d190589cf02f414cb0cf4a31041b02ed8d706afb433bed1420d6f35d7a44d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:af0aa63d5b375590ffdee42f4a7f00a4610e33c20ac7f3b23242a24ff43d141a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b2e943bd3add974a8511a316f526d92d0ac1e2a0755acdb49770728984abe2a4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:e433c5ea434c2261f40d623bdc22944c1ecd435c0ac08a41d36049c9bce1b604_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1e800e47a04f7f19c87bb79778586939b4bb2a32f5ce3790d796331ca93a9235_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2c0ca90b3662de85d7e595e76f678e419ea1f40990c51ba16bcd01438f0db553_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:607e95e44de20bbf0feccbd8bb58469928452e6e4f962ad088f452e0e7e6aa5e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ce154b3a8980274f592cd2d41da7a748f7c895f754a3fa7994eeea657684fb12_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:c00947fa5cc8fa1abc26adf7cf8acfd4336e1aac0f1007133b8c6440a8148a1d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:c9a5828c250033f2bf160b102a3722959210025d373b85ea69895c96fbfba833_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cd8048f17129cbbcb855587d48615ea6e574d12f2952c0b1b5aa3819cf453541_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cdf9da2745d57ceb97761e08b560f2de7a212f860362eea3fd445fe4f6f7c769_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:02b7af4ef7daa8499a24b02aea8a24c98960851864cf639e0b698b3844563a8b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:3f82d5da80747c147ab429d24e8e9791527f7cc89fb6a7435d0cf6d35cec8933_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9e4085498157bfd33b7bd7b212300fe58ce6d462854fdd8a597f288637503104_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a8775ca5ecd0065373034a37b6de3fd736045868a3b116aeb216637023aa9685_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:28986bf93efcbdf0c2012acf8513e958ae8b32db4b649b9355b1fcf66b35038b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:52990833d3dcdb340c68234412d3743070938573d0296ee45138b404054e311c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:92f7c8de428bcf236f2aecc0382d911bcf5f7f536bd09aa44f9019ca7627d116_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:fa6add264803c2adb838efabe0f0fd8f4d78b14bfea9c1e91cce957e17a77208_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:46910caf13bd60c69314b0a72b866a8342c1dcead811f01f91b1b1674ea1bcf1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:a7ab888801a85e65a01acf68805744b7f6a1ca713c329629370b0fe0a40c359d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ec97f4dc1d491cea9e81ead6ed959141f0ff2b36fd4fa623722020431cbee1dc_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f67e6ff190c45a81777e63b69812760e828838e338e1d27672d02b5544b3e682_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0a9880ede4b10a6328766c1d9b05f17c53faa4ac561a8e768f5fcdda9997f056_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:51f75fec0f0343d3f68e8d4810e7588475cb0955b4793db7347d3ff466cc7f78_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:74ec8a94d5cda524570b881e7a352604453026a0324010b7f4b3d0a898b5e457_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:fb67ab3a88d2c3f33925830b9c63584bf14b321adbeb2e752a039faaa0401c8c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:13cc747131cec81fd67e04409a69497d75a893f4b56adaaa3a1f77f1d0f3ae67_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:2236900dd28b8470cacf90c618bb50b05a0d1d66726afebbefddd2377283989e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:ef89f2da22f7b0c0f445b7e700b29cdf9ce229cfd7866ac6c7bd2ec367db3bc4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f5a6e48a72f6054924be3b81dde0cc0ddd95d7ea029e1d819553fa633c47632d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:49a6d800db550efd565f451e584b890e88b5c6ff8be6fa0e17c30bab2f9980a6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:cf42aee609494b7786b12443443b9bbccc8afe2658ff6c16cb5c86c05c95a30d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:eb13074eecb1627bef4ca2cb0dde1116ca08cba2adcafe089e898236bb37dbaa_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f96cd58eaec24e92cb84eba253aabc815becf9264136c2cc898d1424fc8c87fa_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:8597574b86410624f04ebb0fa280276db1ffc676a56fbc74425e16790013ee47_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:901d510199b2e6cc87c754af5a1c8ec564089441f85917043a80733c4c83a430_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:9bc218ed94e8e516b01c11f26bd9adc30251067492ee2a84f55b573c2d09f6fb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a951a17fbd50a051cde6c2fc4e863bd70e29485fcb085c4d0c977a0bfdda5ea6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:11487764cd999f6abe6bc5021312a0ad9449b14b2ecc6f7bb24bc0d7dc57db60_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:362cd0740085d7b9bdfd4d10706b04b4b92ea759697c57b340698ba7fee0e063_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ece30fffff9f1b1252e7063cb4ded0e669f661e123a02ae5bd966bfc5e3e1ed6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f0813c18a84c6a7570cd3f51826e81dd0cc164299173d05ccf7ed3d31be71961_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:b5291a1306ef132559dcf0405c4a15d2921133356d904aba886e2577030b1af2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:6fe441946297aa27d90fceb448adfe939cd74ca0d02ac818d9577735a8bb004c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:0003426c210d73355a8e23970e027c7412123a75d979052113f325edc288b478_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9315e7033cb22fd8229c7cfa7bc78b10583dfabcc54edb3ace0a3eb435394f9d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:b5291a1306ef132559dcf0405c4a15d2921133356d904aba886e2577030b1af2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:6fe441946297aa27d90fceb448adfe939cd74ca0d02ac818d9577735a8bb004c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:2198b31f6460daa49ac33aee124d664f8020228052df648ee79a2eacb155df0e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:f1ac1040078d827c434858ca528df96b41047b32c27ac522d11d6d269da755ff_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5a3cfe8da21c874d227a225313dc98a3b175e9b67dd90917a201d5be2c8b0d12_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:a119246a2ed145b6fc3ada68e546e729485a34fc869e3742ea1b01b9f853f1d4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:ac4b25b223b08c445aa875106114964745002e90908062d0c11b56e27ed9f8b6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b1fe363d1a527033081799943271457afbdac0cb23ff875a65a6292ce1f6cba7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:66cd3d5b1343fb7f7fd7a3922adbdca110368de4f696b91066252229dca3f16f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:7793b9facc62469acde7d6064a4c2f26d8482fd1a2205add60fe47541b3141e0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8fb627e3f8138d9ec3c3903373502ea0d3f83c1788641f016a9de4d7e41dafb4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:f239cce00d46794f91479cfa3c94a2edd14e206f85e684131fe857a80215fe6c_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:7d17650f80e7bf782a7a59fe0672f593cdf9dfde775b7153fa5a5c4ed8b86e2c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:bf046c55304478c82791a67ae0dfeff89af904d9b56cd63a29b261cd02633798_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e6165bb623041db07759616b297f0541fcc87dc3bbb91cc77399cebe96c1b647_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:f47af1eb3413e739f7e219ea89dfa0f09bc31f18a771e49ad36b32f8219d9112_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:34161b5f6663f9408d7ce5afd4525442f41332a9501f658238f3eb6568eaf3ab_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a4116b2262af10fc2c7fc40800501add9f5a9c671907f3eee75cbfaa37d47263_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a8dca289390dc8556a4cf3cda46e5cd45bae33fa2b1a88ca053626ca3e3339e8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b43e298d73fb723ce446344fac3e136b0d3347b38e7d199a09d2bfb85c231249_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1ec3135a01ee2bce646338cc6d71d35c8adce9f3603f0f07ce90dd88dbf3c4db_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:94c42af9dd8afefe53de729d8ec8b5f9103cdd7f80c96999b2863bfed030cfcd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a80acaac8c10d6cce0815ddcf0bc296013e97d2cf69d1eb6ac1b7f3b35b40d74_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:e4c52bbf17f055890cf9968da78045295f6e37e52e3f4be5807db679ff63b874_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:28f2daa782218c5fb085acb774bf1d8c13a208b8f29f4a12b372db2c446ada76_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2edfc9e18f365bf2ffecd7ad45b5693b493de472fe7abffe73ff4375bc6d2af1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ba51aa38b39b8f57d6908665938870cced5541b831756f4039047245e0f2a8a5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ca246a844bb6fb906816e4008c922a0470c82bfe6a736f3a926de3def6aa0597_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:07d09ce1d5c97a717dc1c0f540e21fbf7fc2ae0c27be6fd0869ce0dabc0591fc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:44e3c6d5b98dd6655d38e3523fb34ed46dc89e97ef8a86f908d72461cbca59d4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:81e7e1cb47cdbab3a46bf8bb0ebcdd218f46aaa94236ef250fef0fd143c9204c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c318da767c7ef1f2452bb631e2726084f48a640c962f8003467c72ff48225b56_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0b26257250fe3542640ce1a4f5ca71f90294c307eeb477f1d1e4d61e3ef233b2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0cbec11d17abd89ac4ff332c238f92fc49c19f3e1575c26c6654cf2668ca9e66_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:2554ae05f488567b3c752c16c59f852ecfcb90746a47d48bdd39825aede43c21_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:af26188e6f7326835340b99be42189550233a7bfc652375b0859cc058fbbd0a9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:31460b57b3986f0d6c84406eccd1801eb3a03d176fa510978311d46390828020_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:aa730767af15fab6facc460b6e418bbfb0555933b4a54b01d34cb83c1148b8ca_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:ab43b9177badda24d20e8830f375132854ad313b46e27ffddb8d68b6543d8007_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:ee7eff8564ad522223787fc270f1f4d4233359872c994981619f1c10b3dfcaf8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:0d809a095a0d86c0b149fa0e28f852c1633c2904d7bfa23b6900617ef7ffc2d3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:5c15dfcbab56f579ee265d4acf74778d154ce0185234810ea249d9b9e415052d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a95c36cb709d7f9fb89eb6aedcd7cebc104b90f8d9f1be6591981dc9f96af398_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:db9a343c67b6462259b3f300af5efe643b7637bbc88ba5aa65e06e4f573b0049_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:238158a2264b9688491743d5f7c97a3f152ea2fc4a1342fe4b0e63f618dc50e0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:6dde5ab62c9f5e35b853112e3c04a8c856ef9260318dad58352ae36c2d30bfb6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7309bb2119edca063c67c7b074e1d45d99866223dec53f9942fce421e2e76250_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c0803e9ceecf77a8b1425fb0634b40e4095bb9d899c5d5af84aa285527723d83_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0dd635595c420ee1672257b6326a193195b2d21945664e649b09c62ddcc25d7a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2cd23c69b8d88a73a2aa368cecbe1e8812efa47760bf16ee0629feca934369fa_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:4beb73d1a2c279b310fad6789fff0ae70cbe18a79813819b1da9c2c5b6959aac_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:dbf382ce2e7158ff2483336643ede99b2a4fe4cc888af72e92e19ab864c62291_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:303ed90fddf42d1a5ec3ad7eb1df833003ad750f4cea17710870382a0f8c720e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c358b8a12046693741c5e88afa14a25e066ec9e51b84e22935c19dbf34ac5455_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d98dff9a03e2bc6564757afd151092cc5bec438c678f5fe5e402365bc6bbfb03_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:fa2d95a06de233147317ad93109aa809f5487e74748550e40f4189e8aeb5f50c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:943aba9a3a70cabfc2b0c94450b39ab3fbfd92f12629a2e175ad89251addc2ec_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a7c31f5ce80372bc4c63b60f9741352565eea006601522e25f03ce902e35564c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ae2f0cbe29206ae3ed5275bd7a0b101dac0e3bdd5520493ad4bb360e2267ca20_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:b9cc7a6280455a8a36e26494744d9ba540689594f8a1d8f625cd1811eec2b0b4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:54c3ecb1fecd80a81cd667f5edb968c62381bd2ddb659255cfd861dc0a8e0a9e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7deb4e0cac2bc3989fa828677e4717eb75f1bdd8223dc638310d32c73219314e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8901061b783b8a41f447eaf32919989dfd24bc13b1ef61b36f1132d66f64288d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:921aaba9517c1b00e09159d4539d47a55c543b1c7ce3c789e6e333ec133b5406_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0dccc414a5a3efd474a9eaeb61b6a2130f652c97b8b71592c7cc52827ae149c8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6c1df1bd921b4b6fb22f9db19a2c69ef5fd98d231fff3869a22442b36dec0ffa_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:eef901a0f37823970eacc110d194b81a6c679aa3dee5fd0d350b66ebb53a1542_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ff539434c8d3bf3c3a64f040a5f7ad702ded9290ff0a894a03fd45fef9fe42d9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fd88ff4734a68d6a95733ac650eccd70d1c4d23967f32b3ef8de08cea8bb05a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:8b02d7c27cfbb38d19b1456282d58e14c8d64efdba25a6238606f66610e5e9de_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a4b3b74bd3e1a9a1c81f040810325ed6bee59e0fb708c9589439fc9c734805b3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:bc92d21475ba5fd3d2292c5f386328bbbd237b92ab7288d3709229ece5b811e1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:360c5f509936d41297633704930574fb8fdcca27e98d1614ff81dadfadab4926_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:5fde232e29f5707caa6bb5219f108a563ae59bbc5d2818e368a5b9e472a1a2c7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6f1a30e659ad462113e1f481855cc292a760900cb5c05e669b5baa0b05a15277_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e2a33d8b21d3c833d9de1d6472e958b67ae7c6583e326b90ba51a2e1992d4924_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:1a6641eccc288ff48bda2311e1356ae244308345fc4c6e8bbeda2ed8b9f85eda_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3491a7f01d29b8ef97e0d28cf1258c37979ba8941d8bfc79c62bb7ad871e1f19_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:86a9b3d8064057e95ea8935b94edd85042eb86751e79f7a9783b9601b88d8ebb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f4f10a1f9554ad0aaa4fb9dbc97dc9d6b1b27af1ca3810731468b0c458b86a98_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:b06c2047e92976665952f3b0352b0c5bf8b5a2e6ba00b5a5468663fbb0309e1f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cc10468c6882a877f993ac4f6ef5f29e7069f99d6b3ceef528c8d7069ed362f8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d682c5746679d8dd8534b3d9c4b913880ef9d5713b7febaa3c7573fe7900b61b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fbbf71963f1f9fe061819fd07e90df13d27347f2854720be55d4ee453b6b60f0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:515147b779e1fe06b9b510177519d413a679552ed6c2ecf4b0ca8816a1e1ff6e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:f1fc196ec3db364df254fda90a46e6b12bd50d50c01f2996f970ff8f9c1ea1f8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:4dbc09f5c1c4011c13a1f461025da298ce289912d98627fc6d08ffe1a30a2a2e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:d3436d8f8316db7b836d1146932a1f8de35edb75644eb0c9f0e3af334aab8f87_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:1eba9990cf84de01e1ba504b9b852c48cbaee1eebe2c564977d1419177bad652_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:cbd46373b97caeca24a3b22de19a294091f3d5e294f2931f01d786ef566867f6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:09824ee3a4038855e2956ea2d70a72b5d1e4a9ecd9a323dfe27eab6df7de5c1f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:8d89ffb1ab74d5e02fcc13d2a00d5e1fcca30720d987c140544e061ca7fc6629_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a8b44c2c0bed6ec652301ea4090bc62c990130150a8c1378a06fdb3f9a7b848c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:d2005b9ade6f74ee3df518d9f124b8acfa909d0dbd34c1c3b9e044c0556fb268_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:c0d0de4014902209309d97c189f02ef66292b254edba7e02d26549e3ee24d7eb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:f673fdfb5f29159fce99cb0ce47a31fdae2f57533aa49b84228ec7fe03274aba_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:07afc1a6c00649e6f56a64a75a345ed3ec97e28976ac09d362bc44412fa6b67c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:54319cca65ce76d81bd7a392eb841bffc14867bdc1ae341bf8ee6f84d10c867d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:445ffb4c0d9ca84e2c57333adca83f863428819a7732111b204da9f57bad9826_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:cf571aeea198dd0b07a42f12727db8ac78fc7d40eb5d1ce47c0e521f84142ee0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:80bce123dd0a3488a9cac662d578f451608252e8144ee8158cc877c02c3f9d0b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:89a69823162109668d5562e46ec004b719bb60cab26872234730c458dfa697ec_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:53babfe25e9258b6e8564df67e1d465c9f144976af5be7b30d95b0dd910f6101_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:733f6a4a3f1a1ce7f0495e2ccd8f492ce3378e2f2ac1d6f618869bc0460bd341_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:0bd4e71e9d22f6c16130426710bba8abbb82b0510cdcc9eb6cc74a412021c45a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:34fe2d2d5972de86aca83a9affd601cb1c4564fb1939f4dbbee3dbedc2bddf9c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4e01b88be4742c25c24977471d81262f8f0f391ccd5c49250b306e726e1d32e6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:dbb1ac39b132a5d539fdd7f13df09e84eacb8460fd7e0097d562ef079ae2c677_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:1ae054478a86182135ca308fc3f18c49da06734b34fa897f74544644474c7807_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:3b7157d6c737fa70532d96c62fa68e35fe547eedc6c50580cb89f4ce9fff4fe8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:152e3c57d0bcd719bf1e20ef7d43ccadaf30939c8c9899a2ce115a55ad7be983_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1abc468fd1a09c4b30e624ef4cd9257c2d104db17dbcf19a5bb8323682271ea1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6e535ada8c1768a2411ffa684bc624afaca15618b2d1a8a6c50f0b97be52668c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d46b24f503b741f3c919cf2f30409342310e3b2d6110b043128ae5d496219c96_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:12c1eb19b65af75175b1708f0049bb3eeb16c8c9a632957f5f97a5419246c7c7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:36103549903651a18d5c1c25d07dc98ce058140cd2b8d6e80cb0f1a940a277fb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c6fa0940709c377171ed6f553729935a9bf1bc5abb7c47f919d3b0fdbab3fd74_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f421d2c61baf1f196a5386d02b56b72593ab557a99c1ac61fd99d324a8bba3f9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:01b50335d5ef7515c859414036920594a5fa5b0039f5191aab1f16d291f3514e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:98a06124ecb76ea1e4d88de6b1532b2c8c6a7f554d1d25b946258b2d2e274649_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:cd6a54657188c7a1c0147c72b9d7ea326de2d7332eaa2c049ce4e02807177bc1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:ff2c7571055602c2cf719149d742d2e7cf308f1a077c420205bcdb2afff13c00_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:455f935e22bc0a892237c11e22b9bebc4840c26c61510d43827563312ec71fd9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:8b30cda549756767ad42a0486cd2987e13eb28078ae00996076a2c4e52ec50e9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b3f754533c34684d3ebc8a6646c8698cca95b6836f9b9cf6bc80edcc1c888f19_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:ce1af97db3e2816184795c6d1fa3cfef25329df11482b2bf4441c40e51d21347_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:73b55b309bfcba54861b619a26745a67efb4271848e99db56af2536ceb0fa597_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9dd8eb511b9258dd6e6e2edf03a6e6d64c1bf8a5422c173cd0b0d9e1b2cd1734_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b43f4769ae4bea0d180d4be8183c92d1fe5aacce4287fc1462032f1783c42207_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b7d331a0edf44bcf0fe747365f092a69e1c1c7cd156d48781d40d41a3a0c8552_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:304b520b8986da52f9f1f175672f6acb79119085841fd0ff0fa9754e8f22b34a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:67d76b9cdf3b5be24e7d157bfe385f184c6abd429860ba6d2280f77265929f26_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:df5b6082f4f05bfef1b63ede7fdcb5b575e56bcf264bb21e71ea2dc98c884ce6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ea8623b6dde50f9b993f9823e27349650e5d80f3f4f37c6b9b79cbc08ffc6da1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:401e7eda5905ff108ac067119245fe3684e50e736737b350baa06ea6fb2b7174_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:445489e10735202ea518bbee1cd56545f0e7e66742712cf5006c4d4ef30fc1cd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a583347caae3aa7d703a2130fc1f57b9e81ea6a06bd33785d87f92596f1f6355_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d30bda3636af0792fa0b182e8c1f79f5198a293572b40eb28e90e8e536416719_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1a369e0372bdde7ee5ec7ad647d30e6fd9747904580cd025ef0e20e1309080b3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2d0b89c800f09fb923f249da6536b9d396a53311112c458973fa9aaffb9bbd77_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ca969364594a060f9adc621daa9d2af96fd265e32dff63699cb42aa60ec1a9e9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:f1b997f7c662c0c8e91be2d02d6605fdab614bb89039ad1f38d6cac2b4623ddf_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1f379914cc47321de26756b1fd2fb634ab93f0d50400467df35dd4303100ad1a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:748a768980651e5d15e4b06d8483c6ec6db7854844e2b7dd789ea0e5d0b42d70_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:922cfbcfa109c304f82be7edd274534d18f9e2c7fe036e9b078ef40dbaf5659a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f439945f38dba034123eeaffd05372162855f703ab5a939dfc40c8b6e68b6dc3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:515b64496798a09106a5a99cf322bb02cea22a7d1684653ed251ea15532a61f6_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6de46b3fa4c0a353f73b6dab1c6dd53546b38a7cf754063382a47a3487aecfef_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f41ea3ecd58d560a52e13cef8384f6197d49add48c01c432cd8971f53fe5a4b2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fafdde0ddc3752811000a0b64826ec60715a45f09b79aae8aae637b6a50f3c23_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:212637507016bc9b3317c3980c30b476867ebc90d1c0724f0178f445052da718_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5f148616ca51bcf1c30183e095a8b5a981a9be858254938ed45229e4b4ebfdd1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:9461ea9cf5c260411a69b6b39c5dd4048c592f234cc24d481561d90fffbaf1bd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b48c6f2691532175458342223ed6c744b4dfe2cb057d1abcdcf3980127791ce8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:2c1ca60eeda0aa20403364a3ba33d9ad349e98ae3c839bff106d4b3d59426d58_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4141802dad81ca0be90cb3e030f18156e4f129dd2dee7b40d4b4b2f63d7ce927_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4cb581ac92c27cae351d2021bf76d97b20da9a9db8f2b867df879a2917d052b3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:da3dc2f193bedf7af891b2123b2b25ab8ffc54ee21ce4ee4a05557b7175aef7a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:232a25a7c42589bb08f34e08eb3e609ccc7c1de4281c234bb59df3c763695339_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:77021ef3e969e39c28e863f22541819957f046f28a88ce0fb0f706381e8ffdf4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d024567af8fb35126a2084d9c0de93c5b349249dcbd202c0c5cfb7d2d05bcefd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:eff2753dce033753b4687d9eb031bafad6c3bc1e1dd941de90baa0322bf14496_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4a8e36032ebb3b81b4e2e854fda6217a58adeb78e133257689d118b00feb9d0f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4e99ed18cc738391a0b1f7fd6e5268dc1a2b2d0c235b96f5def3d9bc25bd0c4b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:acd10e1026c3bcbe1effdad4d96922661418e8660dbb0e8e97fb69b3df8a3578_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c84a3e6dfc4b3abe1c2f3e6f63018a8d45fa3333969ac2792dce86ed5dc5f7f6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1d83bebcaaf20c68ec4705bec480e45b4a69d8323d118a7fe4812b491ea940f0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:bbd338c6ca660031115a11f293b165aef23ad28150c6a8964dad403618cef28b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e9a218fb77c30af249580c4b11915d4876083f642c7388c6333f70b781bb9f17_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:fd8e0cb32df9a3eb7eecfb9d5356a136590223e69130193ad8a92f310465ecd8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:0de9a2d5418c0fadfc68e9f64335c23396fc3188b1ed7191e2e740e53aa1b29f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:2c6a648364c88588f7ed1c538eaaf850ad4ae8310b83cff95c11db695cf4f528_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:8a408e4ad9cf59aaf87b0c0c97d3e66c4339943d810da2703cb4d0a946ac036d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d4f83ef7cf93115c55d7053dcbe9cf980bf522cb4c3dce2feb95e6574657384c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:06849685ea1a02445fd85960975e0f4f0d39947420d0f381dd724b37f4f44994_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7ad3e41c51b206489d6de9809594d4407f0eb02df060111359880560088c9140_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a18cc97e985023b176af5daad9cfe50eee25bc7e5ef657d20c17aadda7a76c35_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:f3ebe18a671ed1e458d9c86184fad3fea2e8552d8be87b3f2bc83ca45f6eecc8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:29d61cf5ce7ecf8bd5e49c5d01b16a82819bbb345160b90ff46f0d936f1152dc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:34ec4d660b408030abf6f5c0858fcfc095d7548530e6bd4038009c55ecec3344_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5a947d842f80e6e70729d0195ea3fd77111aa4a564c82e9bd0614fbc715a85a0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:c6b897cbd33e4d897a44ff05e5a2f7093a5fe930fc249901baff8a28a015c408_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:20dcf9ed5dab0354410b6c14f8476980d2bea66f42bd64ae0c1e354e185bd820_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:559065936f9a9039c45cbd63a4dbeb4cd3f69e990eb7a878571971f6e94c936f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:79e01008c1f3a1ba2dc98f7ea3163c3874a5b204ca731d056b89ebaaf97bae50_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:c36158a99dbb4a03cc9581c46a7f0e84e3ce098fea15d5b3ff88e10d41d0eb1d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2c6e5834f6042b1a4301f47d8178b2e718a3a459745ffbc959e40cc660ada97c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:475ba06839391550b35bd29309fc939977a72d4262b99f129ef5fc964adcecc1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5470d37d9eb90f60a29221fe605551618af1037c555e7f82ee1c7c1b6b7de654_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c8ce750189b017ec94762b6691cb9a911f97f04927615f0c802149aa3f7282fa_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:1916354b8aed42783dbf3bb7a3be6ebba6f561aa7d8c8f41fd6e32f1e46b09e5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:93cd970355ff2c9cd65c6f051391a1dbccf543a1f4e79ebbe6b3f63ac4030ca5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9cfa1d58c7bc0f875b5b2d704afcc95c4321388c94202c7ecba217a12164e8c2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f21ecbf880d3fb65422bbd0c410aa47136526cdfe5b75fdbfd82e720530c9fec_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4c6a4ba7469a6e3736176c838dd09acca392d508ba2139bcde3d01a1ecd493b4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a21c60cfbdd3b771f448a09b89c09f0992008625caa9fa60c5f9cfdc7d49e457_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b6a1d9d0b74f769294c10ba1ba65fa36a43217a374f3e37a189fe3de1d33d737_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e192ef1c1c539e194a2c7aea2c1cce32c6bb01bba982d3f0f9354649f32d24bd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:03475c318b9a57df484c7be2cbf35f654487c3084efd389cf4f6ce0a0f845dae_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:974abdfcfb3399823b6531a50c8d09203167418b09f859229de602a55c6f43bc_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:aa3852b48c9efac7a7e87bb01593b4a8c7d9f996624154d5a34c836e2b126485_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e0e95daab3cde4412e5d3222236adacdb8283e65eb64572ed175b353adc4ea50_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:106fa9124ad7bfa7e2a7d6c68ebd812cf2bc82c55ac092c1a702217595fc93f1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:18317fde63976665f03833b7679bede00df0f32327c1d56a26afe112b4d26f6c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e068848e4408ea82c40cdf03f2e6c600a40c8743faf344e0b2630f12d79f2fe7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ed90b2768c731b0fb0d277a285164c8bd8cb531ee984be711f64bc503292e839_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0ea0939567de6bf628dd5ac96f7eb68d3b29f1819ab932296293504e99ae3390_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:45720e600e73a2d925662c4c6a7dc898e4c97e38bf9b6c708455167abf99b51e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9afcbae95f66db36e6ea832d41f02c8fa14ab3e79f52dd1878ea24b57565b547_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d4e9f8ad81006249c50770495829c63f9322d0214efc045a4a7b6b0955846f0f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:1d66fb102b391fb88b40efc0dc3b3935d6f4db31825ee4d878273e181585e0b5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:2a221eeae6e50cc04e9466e5777f829f58311b2506aa149094e5e31e0cbe6e09_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7f15db4d5cefd46fc71d1953fc5cd62630bb847c6966523c5ab3d6cc2e5f6a05_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:99a3124337bfd603542826a78e4068bfd7ffc9feac98bac54bd7b3f3384faf87_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:86260062116d03fe7c4ec9df2fde3ccabf315ebc380f61db472d334be90dc325_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:8f284d614d7fe9d7c0bb5ab076490a781f0922453650713dd6bd722a409f650d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a43770fac453ba7e59e8af0c2aff352471f81a1b5f34ba620d4555a16af464ba_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e3a8e74f008721239ea7c070e6f6def1e779b723863e5ca279702f81cdfc0f5f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:669084db9430a977c4370fd7949543c2e57e82da6db6d01c376b3c345f7c693f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:9c91c1adec653c87fbdac6f5755528a27a4ead82d740af2a5e5f38aa16789804_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a2ffcc7216ed314e39ac12c0cfb30d29a6a4267512cc24a8f59825967273a2b8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a950db91a853e2b6073fad294ea604d51e0623b8c34288af1a98752f79b873e8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3af31e33187cf904b7a3bbcf7cded17c69e345c73301563c60312d35d1b694b0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:42bcf4c037d6212103448703395c0ca44f36a89533e205f0965c2c111d218fc8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:7b9bc218875615eaea10e71de2ce1159bbc130dc9099eb71d9fe13d9a0f07179_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8af69064595a39874365e60cc66d5f6697f28df4f82f8e26b86eb3fe08eed8dc_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:43a9f7284fc596378453b6e3a6fa1eb553d403ee25492c8c10107aaa77d92412_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:9074d73e7164486f4e0bbcdcfa5f46529fab2937cc5531dd88b13b2fb433d6b6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:a6656391bbce0ef6c085dcb040dc623d737ee8c302638d0e952eb2cd6e9671ae_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b98987da700deeb50da293568dcab5cfa1ddc843e36ed4dc5fe6d0ac8b63c85e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:66a2823e0f80a885f64cdff57291c2d6af6fd0c117c2d033b372be28b0755b2b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:845d9b912f7dc3b56804668e652f7c6b711a3d064501785ef9fea0273f60063b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b94aad5462be3a96ad9d3a88d8aaa775e8d6446b7f8d1b8785de703d14875cf0_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f6ad6761f6dd00ae42d248741c778b31492259d891751c9dbdc6dc39c2960dcb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:7b31119b0f90aba00af66b6bf6e1d2f7248d3db7129a6fec071a9fba31dfd0e7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:93cc886509cfbf78ce38eec32119b47cca28aaf3b43a254a1deacdd86de5e877_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c4cfff6e697533c3a9323ba6ed15b74250ecbecf71123cfe49ad56708f505021_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ef759942f6399bbb13657a783a7648dbf7ec880e8f6d4ed64b69812f696fcc1b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:155ff7585ebff390dec5a0ee00bcea904cde275e165ac634b2083c1fec868a18_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6971b8fa9f04515d6e4d18a27982a2496a4efaaeff90e741f3248d31fe1961e0_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6d590f5de5ce957e2d21fbd86c08411dc90b6c2444fd43079a04e3acb35587f1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:718a4a859157646f240e5fa4e3f8ad5c5ac7e53373d8b5d0a45159f5eab2c9a7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:629f7a041cf101c337effebc71d27cebd4dbe4ac7f7eb58e93f872106f88426f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:7761842991965d184af3f11919c4a4524d285d69266f92bc01ddd1cc66195fba_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:9865d9323ac25a120e3dbf34644b7343e650cd04b201d65518940b49432f564b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:9f6c2d965dec4b6b13fa96bcaf0134bf2acf302e2a04fb6926075bc9e92de97d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:855b51d876eba214e06624567a2606ed0be538fa6db7e24fdd508a269e1ba2c7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b041548b2283b0b0837db6749c0da693f021d0510a5628bce91ff5be1fc83f71_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:c7fa529102a1f95a53afba3a07db55a3907123cd8bc01cc6e1c4afc3c41928c3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ef32e7c28a82efb0ff8edc4d2678e042afb2c378791a34ccdd9243eae5246d61_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:0b779b84bcdf0ea2821962e7df8f34696f23bfad88557c21ae5fefbce289acc2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:54847dfd1e87683efe51562e103367f952ea801cd409968b8b5e04ca0ce48bb7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c86b554d052e4c0f38d69b571d246c090f5843302d21fe0f2c7c06ddc604488_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:78d85dae433ada85e1fb57166d278887f652a03531326bce186c7d3b207df288_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:4c4ec9a44884b5d618f231cb65a9b69078c2d86c8f168d510441814357f9fbd7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:5bfc5d24081ed832066492f2542d2566f40aca433535ff6536307feaf416c727_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6717dfcf0c98ffe25190b97c977daafdfa53ca406572d81143430f4218a17382_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:fb7ecb21f68557f92a912f0cabea1719fd8969638e16f22c5c89d433168f3ade_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:6f80af3728d41b78b3e855ce438ca882452a785a0b794c374475e6634390f6bd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:7df0f2a7c3268c3fd166e4012ef20a9911d6d7be4ee9e260b2a8343a1a5c23d3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f26c33eae235ad613283bb3629ae031e06d95e4371b6ab35bfc95d6cd6eedc70_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ff72b14efa0c7c37a3795808564e00f60bee07de82fc22c7d1e0822893abeb8d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:15a34ce98242d87b27bcb7a2ff5f8a3426766e31e4aa8dd21280a94a0dd5de07_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1694ece44a326abafa983a7fb2b3f84f671941fdaa708c21159b2164bedc8fe7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:5316833a649816a20637f5815460cdea129cd9f304d66406c7d15210e09adc7a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:95a599547beb53655c1f6bcfe533196664371a94b5fea328543a5f90c1f4cfa7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:0c81a72caa0f5697779c8e808aae1c6da81c34d58ea22b7fc41535e5b047d4d4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:1b5092eff9d9daeea6ffcb7c40f04754c401744c8085b77b67f231cca7730818_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:7b0157dfb720632e557c0c1050c643c7a9dc9b36c5f1858a37e11604b04b795a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:915d7aa28dd103a665a72bba13375c72118885bc3867d07922425576d5372f71_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:27483fad6a2c4be85baf840f33c72d98357bb6a55e754051fff08820977c7a3f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:5bdbda0b9ae82292ab9dcd9c3907d42687418e591984ae30b53d93f422ca9d86_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:93069055bf2d16735b13a8ae1859af38b6b7b9fe3409806c30a2147689972023_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ef060678c540f10ecb261b29b6674be6d3830c7ed0e51f221256fb09130b4dcb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1d9d3b4b90eefd1714e4814e4c340d11a88f1208852b7c624fac4096ec3bae65_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:37afefb255d2e64fe5d72f6d32a3e4a55684b658b114dd341689ef0dd4cefb9b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6033b93ce5c2f73213bd89e9709038829a2739e238a1f827cdebdcac8c39dc91_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6fa75960064a732c4e25407c9c2e8b75bd98feb5bb06c9cd70dac8023eb21c0e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:5eafd2fde7b9fce1b13109f4729396155f7ef07d73d51067b11f96661327453b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:825963b5f6aeaab80cc3c6a3c173b588263b6a9ed2e481c06d42a229d18b40b8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9c24887a448382a80d554684df4280c49a3c6ab89fa9164d547d0ccd25c5b0d2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e423c9ccfc07b48c6ac2cc4369a6fd61e9b8c420a08f64d69e9a35b887874793_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:0ce9b759a50e8562b80a2466a194f70d0728ae93717dadedba3aca34712f14e6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:814fd188f5a532065135552df55e4c55fbf9952ba35f93ec6f4f22a4da2a43aa_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b87d5c52b3da29503ae5089fb3422ebbf5ab02840c486b19678a9c65f04a9e7b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:e7ed0864902433356021a2f30c65020370c3062889f7e5838be60d0ddb098ec5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1622e137e2fcea249115c062de3bb6e0a099ff4f4545ed1c98ae2109eeadcc71_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4a66bbbcf3b973ae35749d7d4a1987a561a57d16b154c0471092a2f242912e98_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:51a7d1ff4fd4ac2325da2064724449847c4aac05dadbc97f30d93d89bf887b1a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:f1743346567b7c2f4101128ba81ad4b3b00a40f3a97a465df9e1b895a08cb8a7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:852af33a0803094bcfd34f452e8490f95fff66d6e2028423cfff0a01f201457e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:9848cc582e21d833e5d5ce00a0655abf37173bccbf944e192510b3373510d81c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a97d77c1235d10228e36d47b304a14c05a10944904685f344953da18f2d30866_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e5cb819739007737f750a96605f14991efb3195f13c906efc64db87934389379_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:3d594065a138374b4efe911a3e4619baf1d888272607e83e4f614e8c3e48d2f0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:7e2fdd43861a1be04f8f6cdf2fe2651d1f7ad194d7a43326e8d65d7757ee3d7d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:08fef794d449fdc5f89da613254f8d8cc2512bffcd5a8f289a7bd8cce9f8660f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:9e43e41968b797593eb5d4823f8e1e7babc642c3ec308673ee1640198f12c234_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:2ab98db3bd54d97694587693c196944eedb77866bf2dc9fa70e6d186c0eadb34_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:cb11c30ff4bbdad9e25e12e2960d754cdfaa7af1507b07e74e21aa31a45b0390_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:107a0f20bc821c4dc4eeb05f29cdd1c0601db4b66f5a3245272098dc41ae7c5d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:38f286396ef7e0557eff8cc665ca46c4248e2b060aa9b170873e13eb691b207b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:5d3eff686a6a64f96a79d31f8cc6a88b17171973f4718d3da82e0dfd456436c4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:903ae03948c7e68b1eef1b1dc2f7d8718693e3149eed21862cf1fcfa13482dba_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:0fb76970c4ef89824f28a0993f2a21f5c91aab7bdf23d6d045da48d9c4d176ab_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:37898fbe4cf22592901521c29bc10ff1f3b8df7a200d64e9c94d037e8cc38e60_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:c4393a9eae01a0bb31f85f8a6cc609f80a8c2e7b7c4372c21bcfb91492ec78a4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:dd74aefdaae0c24dca43a36548e371ce292af5423751718b1a6480224d5e5680_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:500ce3a45214ea5bf17b0c7d0ebd33f75183db7bc04d30f7d0a25a225f494cc5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:6e201b3e5b45494f8ecd6d607bac314cc10b419d4f3a695c1aa9824b6eb9b8bc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:9772d2c999317adac02475b2448f24acc49cabb83c7727e9e478642dcb7e9794_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:d8d22b7e59cb411c3f1fbac22af12b78fcaada8e56313b2f5ac89806152ae825_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:5d1773de9a1eaf4b18081c968f3d1c3ab35af0333dd8ccf599c30a5336b40ccd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:93415b427bdd9185565c26901edda6e5d0e5b7bfa013605de8ee206716141c4c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:be9f4891181cd1b58aa9a3fa7a0d26dc3a382e9dda02744b06a1cd7d806ed6cf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fac44a7144ca9e888a74db83f6eeda24224d05238af0f8cb54627b74148f51a9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:20544ed1aea9d8b483ac6dd9655a0d108b80121b7011406e0a59de4c93060dd9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:29f0f10ec928c8face73cd03bad8478ab4b8386f0df20ee2482102f870f198c3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:adc31a12f2eb578e7bf135bb0931aba306487174c7e8e71f6d3d8661aad8c350_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:cc2921b6468b77227e9f210589f07cf458eced2ef0260582d0a1a4b8f9b7a613_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:156540860fbd6556102cc1abb3762e6595d374fceeeb7745d92655aa3fa74551_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:426c0e5e5885ee0450f36a93fea6f733637011c5f5c97ea2c790e0edab5d7cbb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:abea604212336f8e3cdeb786913ca33cf0843f3eb7be0d1aab681a005e6c9417_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f58646a44ac2716d6842af49e48f13b6c0a58ffde7202cf6004f479658ecb048_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:484ea3e99fe746668ca7fed6862b095326bfb8f26cc79c0bd4de143083b0dad6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d2cf9eb8a6b0528509e571a8ab3710bdb6b40abb5f19d797a9097524d2e3cb7e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:def75e5d102cae679cece8fb7e7cf26631d9aaee782319bceffef95fe76308db_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f6a4b9d3d3792cf016df0f539b41c2d33d4cfe3a85f87b8b1a2215c703a13d83_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:17d73f64095d650a84959f826da3009d844f209c39a9cf55460b842a08968fc9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:382ba71516ae6c2ce3670b92bb206e5bdaf5dd0519b2f1a6fcb417b99f0ccb13_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bb9cd5df0da433f514a256dc92610219d22962f8e9fdddc4a1d6bdda45174287_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:da71d08bba2b937f4111e6d773765da8379043335d83e600743608bc4c3b7580_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0761be83c6edba07296a17b61838c3720666dfad633f9edbe9643c1cca008a8c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:23021b0b3a60c43895c17a9d27eb53fb5cde7b9ba6ac7a5d81d1723d804ecfbc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4c802a4f273a7d7752c93b18c27e264cd373dd989797d1f9b970ae368bfbed90_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b41f90c9d31171dff6834e9c7b72ac295f7e0058eff6f5dc7480d7c4797b9700_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:192a0e7b36c1fe8b6b70e6504e12a59ecae23ef83d563ad4c8cca3ab5b2cdbe5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:39a6978585f0e1c57d7460a4fdd668a238e126c2ce7e599ad9e847bb55783249_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:851b15fc576a1939eac61342bfc75875d4029dccacbd57bef1b12ec784523bc5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:dbb87a87d86cf4186ac9c4e546048bd07eb4e4b3734935a152ecbb60bcbdc1ec_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:2c372fc451a83f382e57e1e63de0f0b10f0479e665c2e1d39b20c8bd2d84f51a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:881e89459149105fad3a737087f34ba6a0bed3d933bb73e4d1943a36d21a1f55_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:cea296a2222cfeabbdce7a42996be42db39f3d89321f93ffe705c0c01e7b5b30_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:ee35c6aa82fa9353c63acb0455e5196e946f423be7418de921beb7433bc27dd3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:64c68a2c39cedd586eb70141b21d19092d16303738072987e6a33a208dc1ff43_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:77d5bcf195bccd0d556e17803f4c5273010543366112916c8e9e4189b5f68627_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:98e7b50a5fb4fe900b08a52bfe5f1af0f189bceab97ce106ca4550e0fa5bf487_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ca76d72ac426b6a7fcf59fb99a3fabee6c5ad3e0095e75dec3a06194fda37740_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:07406356bc5aa39e2d130e94946ac1ff2346d3570819af5d1a228b3e927b3df4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:628d272cb4ef7a625677252fec78b4f6d7daaae10f3fa21e9e605fa294ff9ef7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:784c9da7c826f43b21b798e18d89f696ff3c0d6c999353336d1709149e3ed6e0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:806bb2fe904f03bdd46f5e7fd0da4e8c27badc7a363a034a896bb3c9331c565f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:09ab73ac9c9dae1e080a70737bd6f8c927d47404850ab85cdadcf2be42dd0b1b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:3ad634a5d007320ce93be80165b01aeeb25319a7458cd465aa4732518460855a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:71f3b158f659a76b705d4680a0f81d930f6f622546c903aa2bac8548382d232e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:cb741e1ce964c52ad3d7c373dcb2b2cf0292fae1c857f71cbec4485e0b1e3270_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:23b98311440ae92c9df288db4cb9336e442724af99c860289733d6c35dc07192_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4337bba1939749aef224134e01759014ce11a2ed05926c790c0eae870fd9b8dc_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:505907905f0d1476c5dbcbe7592c9d70ea91df7adc38e9618d2c48355ece4783_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:bc326e66fe857b4090cd0e717a9976857d63a5538890171adc420d47946b2c95_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:84abc2301d2fe7fefe78aa5dc90ddda63737ac2c8c47778b898a91738c6d69a6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:93f2305b36ca634a2b8fbbeb4bfdc1a5c868e791430d389f0e0326ca839920f7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:ca16e72147f9d94306abb1464485feff4a03a4922d5025d4b7250cab7ccc7732_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:653bdf880528e317bebac6f7aacff23ebab11af5bfa931af13a8d8e7b2745eb0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ba86e60cabbbf3c8845a60ba559d1a38d5370ec7ecddeba662ef01fb083030b0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ce35c93fca376e03d1d08e22b8146860e5711773b17f35e32a87bdf93338b182_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4aa1df7eacf95d9408d5016f5715b38ee4ecd340d9a66bcd55cb345d98de466d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:87ef275495cae4c69268a6375eb5e07d9895913b019bf1a73dcc5043b3a24a30_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:8daa3769a103ab420b8b43c68ed6d4d90a845bb23a358c62d38cf679511d6fdb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:18e0db16b10f2edaa9919257d37587d7df3c4c62cb88b8db38cda65e509a0492_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:1e12af727903c112c263bd301b9abd522da36fbe64e195f8a4d4fe19d34e9c6e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:ca613da143b223316bbfabe5c1618d5de77817057a47f8430b9541151b79f654_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4486fbb2570877848c2997a50aeaf427cdcf5f8a2656b3212c263d8ce0d8cce1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7e83a01469262e046bc98732e0e7ce4d71af991288d31155a9379d967ffb52fd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9d999175269f2e59feec60b202253ece2c27add1d003f80c0e40eae8d2621f8a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9f31f2da3caeba8ef97368c1ebdd3fb1df9aa911df241460d27fbecd2cfc9da8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1638b6de2276e53fd93970eecb2bebc56c34ffc099eda9bfcb02dfd10eb07be7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:22cd25be6169ebb1dfe48722f3b4c6133f14c5d4f6db6ef5c7c5c9f976b25901_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:646993f2432d9a7cf3d8d56e3caa5abb77fab65d4dd40a01ea68bc59e68ad082_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bb4b4fa70f8193a7cc49e278475052e1c053e1dca44298f02cf8a0c1bb95c740_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1076cb5e72c6e457760fddde4d94257042f5b0ebd7076a8713499bdbf4943c8d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:3c749018959822c9a7c67fc3f28f62236f1791b999901577445838c8f78947fb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4aa259c5fe5a5f92f61775e842ee7aa66fa29d6b75c2b67cccc8900b08b8e96d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:5fe33023e5387e6836b35074fdc002ca7d7c85c6c6cc95f6f645b1a7a3651b93_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:02aa2709ab8f16d997dff85d05909bd7b67ec3e4cf91d50b285f17532d8a625b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4aad374a238a0306aa63cbde5a29bb75d5b80d2c691558a1b384cc6b1de706ce_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:786af9a1f3e4f873aedc740637bd197272f21553304b987476b2e462b0dacfc4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c449bc96c47df9f808b4e89c06facf7eeaf44761485077311aea32ea1342f5e6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:9beab497bfb41b47b9f8599920563efcb58961c2a8166225f1935f45657843b4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:af7cc2cf62f672d6a00016c116f3c66b72b64fa0d05e7753c8e4b6e628a3a082_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:3a1c445bea72192dc031e4755bd063fecc4fc9139484f54d8d54af26dc755f45_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:6ff31d9e340619aff002ff35ad43b6131042cfd943dc0deb54f19721eefa1c14_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:227e8c82c210cd100cd7aa3b8c5bb39b3ff31a4bb6ad78bb7134c122dd9b02a6_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a7587160377c6622944f5dd49380ee9565d49bc02da4c5b631342a037835c574_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:2793040a3ccbef82e3d074bf0597a8bfc5b5927658a8bf4148b5b0675d6fb3a2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:835edd6d6766e17d868f7f6d283005b2ed2d38cca7fbad1c5b36f63c385b8e2e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b635f689b42b827ad12ec312500ac2582c022eebc7776bac97532bd61ac31cce_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:1099ddf483c4cfe64f687fdbe5587648756fb5b9a3d01538724b2ea2fd5ca6e2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:30dc9e1dd4b35944e21e40ad23583cb9d14be00172a0195dcc95bf8e01e34e1b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ac4fa9eddf99f4581573d52e741f0eca595c9e5bec12cb177f0eacc7150a46a8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ee30d6c3b56fb533d299a7a432618a1b2c83b1d9d72b2c58768c07c349fe95c8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5aece9cbc711608ad1dffc12ade865996984d714f5e64fc894bcc3985fa9c521_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:adb1d854f6dc5e70aa0f33164a3ded5a715ba0ccf894efadd73c7c4d661f0b21_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c0983bc8863c23ae680915339797991b26c17fbf4782caddc071a60c17992266_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:cc90303d2e2d0a5818706672d1aab7847450b9d2cd991d7638451829fbf26163_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1485611739af941f4e368aac9cb95ee105aee87258e5d872d51d7f74291a8e20_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:45d8a8c4703462edf967071e89e08d8d9e495d69245ad8b6ba2d6e80f579eba9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:584f6670245a288d5489cacce0e0cabb3c86bd6698f8118f49b8e3ccdfb47c39_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:5a29aea0e28d0ced0bf50bd3dac2bb6f6edce5ca6ef373f3d097e668a9e8cf35_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:3aaedfdd81b32cd2c67a0d39f819fc49ee2d31176496e043bd4d85efbd594481_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:97e6f95d96f347f03dbaf58cd6c7bf6c926546c1991cd83b5065fe0cafed2586_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a8b9d35e2ec9f2026a2ddf034e9f3ab2a9ea622924960f7d673564dc33ab6224_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:df1a7c4c835c59041b8c16e11580362d846ceb9b3334b8aafd36d3140b58d063_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:4d3251d46cfd8adf16ce49e35007a998689b714615bb66a12e0dcfeb896d8397_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8426d041e12f43a2b78791227c0f805afd75de6e306cf8bdc718f0f76651d75a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:aabd98101d18f4f5352d03547cc2cf784bf37f962b9c875059d6365a3371dd72_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b9c93d7e3ae198d025eb43e5c2caeda4198462ffaf407270dfc7119316ff5f98_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:b6c870af5b455dc9fc17314802f45c9ebf2bec19810ff75b4e157d96a94e6575_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:d2003914164b0f04ddde9b10d27ada74e57c26beb7ad06dac093098903909907_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:16a4f25c37894fe7ce7a943322dee37d8419bae36e7c7ca7b4e73dbccf8372e8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1b17792f997e30b1d5bf73388b68de6604e4235b0a10e5dc37955f8ff2077801_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:29871a94fc618bf280a7c38280ec0642c766838bac34a9ace503378a67f4638d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:fcfb0cf49134add5d8298b1fc1f52ab3eb924efc2bf40ad077c3def948b3ed8e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3144944813148f5acd4234b279b5569e5bc8942f390c76a5a88789fda81afc56_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e44901d545ce00d89aacf5b5afbe68663cb157adfd23f4b280f13e978c7a972f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:18b95158ab8c6470ea281f81f5f1dd2c0d1c198be78d3007b02f5a7937ade62d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:31bd9ee7e75b32542cf78d1cb12d254a93cf9623e00e5649c016bbf32b8dee04_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5b53eb46cbfbf25649fe3bedfe285e197f65cb55a057176d057e90bb65cf6562_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:bc8727121110bb8a6d9957f7871a6369e1512bb9cdf47a6d23ce12812d84a791_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:0747fad048dba8c93662ced1c2b1a18b7f9f75bbfe0740caaeebb9eff3acc30d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4a22ea1747135e6bd85bc59db41d17d0b4e761e29330e7e3666bf4d42a47649d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:bee322f686572e00dc5c6d7076de1db0034a26cbe44e0f9276b394718d6c191f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:df9ade514c7f2a80c4ea829e2f1890dcdd6a4acaeda829d3620e7d3874de77e9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:859e9211c265355892dc4aa19b7d845b985be40bb8f098702aef50f84c3e5eea_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:c2e28f6a9e1de3185753cd7fd47a51ed01cbd49697cc452448adbc961fe71003_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:c5ae19ec61f3c9cdae0db38b1aaa03838d421f9d4473fda4e52255cae97a2fdb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:e654a7604401da1deff9d8baedf0f7567831fe5f86f75e06fea3e5d140bb579e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:0640a6e0ebe2a6982708f326bc721c2c754eff2afdca443499843b111f223e39_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:5eb8c786a348343042687f659f7cf8b066efc3c4ed8764ecf36dc6e49a468cea_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:83237f13a3a3e051643bc1aa46838b87be13126c0e52404940351a2324008e68_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e67d6086ada10c96051bcbf4eb7414c407832de86a8e2d89364ae0d85a883982_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:9ddc6bf41dfb204e9241c57de41e0a6e1ab1c3f8ce2ef1a90573bb7365ab2bed_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b025b5d368618a31c64189f1a5f9b3db0b24068306117647796f00a22f6dc4ac_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:de35e280f4e50a18f2616dfc561db85b315425ff20bbfd4e19d5f64f93f3d0ba_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:f0368d0d3968189f10cfcbb972046bf09ad18a7a1a747887c239b75a1988344f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:21757065fc31856133fdfc4d459a993262239af0d2d242a6b55800bac866ef02_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3b08be9a543ddd200f66178d51c0f165c380cbc845a1be672b85e9dbe2db9f12_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:8e9d4820353602730cc0e808b2cf6ffc20ff80ce06915e40027815e9046555e9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f7a9a92412fca24faebcb8a574cac92c985d1392f1544e71fa26bea80314289a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:119315e723ff4b153d8f756357706bb4cd1ec5a160a7b173e359d733c680469f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:808301750b17198c8c7f5b2b71e6bef9a7e3d788ededb9a5f79e1b13e64fbc82_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:89ae8aa54d64f62a73557d413c3f146bfcca1c237a52bd57f0ae87ba8c8fff2e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:feecd842ada0c39c783faf280d103523668de8d16d43dc22f74f262f2a4aaba1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:595fd9e735db5032c9bd3a668135d99b6df650c250b294c4f8b11d67f990df79_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ce4371bf509e06e886c5ebd42312eaed3ed31fe6b8de91284f4681ccad199329_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:4662806bef8ccd703086edb7d1eb0c99f785927b1f30f227bb438829db52e532_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:d06875a7d480abe6e062be719a9d6ee0900180e659c09e2243df36e3ed55db07_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:2f6efec846cb1babc0dacf51b67634e83cad5e0f4700f5db54f8c356b0df8119_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:46a86c6ddb9f5bc798b43735eb0cf9d515091549680e43cd2993ba1b07bc052d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:aecbb57cc9a6d72de8520437e911255e51c97e4c40b55ef207fa98fa7c9dac9b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:9c8b022e6bfe80bd4998f177c0fc25e4a5d224a6dde99157f21de5d08f18e4a7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ab6a31d53e6e8a5a0b67f4020a52faa7fd3ce35160189aade3e958559b467dcf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:cb8394ff8b96398f8db5bfa7725c260d343774ec319fc1e3917dc19fb51c9b9a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d82a2ea6aa1515bd56aa55ea999f91e9f688e480d615fe53bfa2c74c1071eb82_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1af22f98af2fae1429e53c988267710578a3a092524eff5032e0c8f397a6a953_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:2ad01a7c2e75bb850686d59dbf73937ea69505657c2f2a55c10e4fc17ed83f82_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:95334d618727e811d16206a6f99991e93dde4bc8ed26766da848ea879093d736_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d460b99f6d0595fc76b4e85203f96a8a809cb709e22f4d8f819f99bc3e817688_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3b1986a8dabfaf0988f12820e1a199cfd0db684ac4e8d956ccce6eb8bf1146d3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:8568a6a6dc94a45bc8feadb7ff1cccfcacd176d276568ab96f4942aeebd4938f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:e24967262f34a1bb405c1010688b4a1ca1c8271787a1c8f5d8b86cf94429e6ae_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f2f71ca77685bcb4618502f0da4f242d48cf2473f0c7e439582e98f15bd0004d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:23400e78f2af2eff9dbed7a4da3000fee627509e5d4c87742aa87f8be1229a36_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:64863687e7fde678af49d370c9fdd5045d47dc2c3b921b179dfe0b392aa4b447_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:70935aad01a4c3b9c041d22554f4d8feef7038bca871fe1d84c6b74d4d830814_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:91ef5f2ef8cd345731b53ec5e044c30e14438f1935c74b5eca2436aa35e5a7c3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:071766cc6bb41db5220aa5173ef5d576f032ee1e8dd9868deabeba36f7798342_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:5a9fd7861ac77020db7532e72a52571c48c4f62164c1c5390cc55771b93894e9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:adc440a9129c3c9baf62a3f961179c843f6e68a06cef4f64a64e2a8cf7493d8d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f8f501653da6427153aa72340ac8238e79459759136d64d2ba6f8ae03184c436_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:023893e6a4a14842645d23171ad5562940fe5a25e681eb8afa278cf154f60a5a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:1d5ee360957a5cbcdbd54e71dd9ad1e0ee1a37f994e80081a07c289fe1be7c61_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:298f6b16fd4c32caa2d49c5ce1374d7d2037b3681f74e2bf7ecd0afb80c0e436_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f6048c371739ad69e9219e8ebe2045a246ec4ff01bd289bf630c45ecf006f52e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:2c96cb9ede1464bcdb2aa65b23d5c317050c99a9c7674b217301a84734b7fd88_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:31235aa238bc0662e8f3efdf393f9ca7699016dbe1261bce0ce37675afbc5054_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:698f820f8b9ba7d04cad32dbaf6420ac0e1ff5ae0a1d10f81e867a123dad0a60_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:6cd2462bf7a3f58f79de73fc8ed717092569862dbeedb6c72999a8ece328260b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3e602466b3dc3fc4c7879bd90a34a96878e5df827fa7664dac632199b2805464_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5839764d395594b922ad989a3fcc5bab129eb919d2430442390cdd7e95229219_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9913891ed84afd601b5bd646398f266f6970b7e3e164f423ecf561afbddf6f9a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:f236ad01ec1299b4a5e4b174ad698412bba0f090d7316672f230abadd209940c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:0c1f5188f4e79b0c508dbef9f9f6fa5c658aec17a66dcb14b23008d112aeb6a0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3d27787b58896192ef0b2da74861207bf188e5632c0d7b06ddac476ef558175e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:55402c1e07f5de8bae74f8fc9a579c2403cd12e65f9b6714c4d6b57ed42b4250_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:975fe9a014b7d9c4339bb34d0bdfc862b4a4de19b4e02b5b55a484ab99f31bbd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:142d516609c278895aa3302ba638724fb63ecfcfd232e1fc6571f5856aa4e034_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:28bb93cbe40b57c179ed088e45de698a93dd1c0c14d6ebd098439a412478d314_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:441602150d0bce7f8941a293e3a803bed75953986e93dac3eeee50848204728d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d92da8068e3440429fcd5a5b9f178dad1a0bb14fa3bee4849a99bfcc6674e37b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:55315b85da730c2bde56b7d08c4caaad5db5bfcdc2e9f21286ec48e58fb1c64b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6f2c19276901be4850c3d9f502da1365d84dad18e3e1327159af41877432c41a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d4092b12df304edca57e47dc5ee77e4e9006297763ec2e2371ab3856f94e4654_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:f9e46d3228ddf05919d0115f274f94f8afdb5e65c54fe6b17514e7a3b04d351d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5e06c7a4f4f0b3829c21710249546680ff1b7e7d541e30b556dfa69aeb7a5ef9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6ff5ecb5b92ac2d9b1498f86211b19e22627002d788647062ca604ba9ac8d7b0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c2c203df15e000f53388a84d8ab5affa78c4210861fcd0a28fce99c0ed86009a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:f080c488e219c5b862ea88e3ee48bf866c186caf803403d7605ff3afa5d5daac_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:4e6bff26378ddf7b42fbb27566ff9f47095cb5fcd74a26dbb1604725dab7c1cc_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:63efd9d23d66a2e7c754d1b921016177edec08aca034786be697c6ade7310e71_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:b15dbac78b5deda1493f959c14b14ff5344b982c4373471b13ab2f3829d520f0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d101f7ea169ee12e824370400ef6a94e0cbd48aeca6fe0ad4777b9bdc87d80aa_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:05692fc0d27f1bd3a0feba7c0eff4237ef52878ca37166d92a89aaf190972aac_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3805505b579ad8be8620a53e792410bedcb7e1716f3d6401e76c8bb179d8aae6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:47c1d91d614addb733f775406e764502e556f4a7414dd1a2060d3065f6c3c120_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:58650c0ce9725ed10e3646acdc76a72c4d3abda025bcb735ac2eee42ea261e3f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:4778a088ee10ef3ba59f3323ccccf942000e3d2bb8b0bc201822f7cef74909b6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:599fdac73334d243b4d362b2a752f184f303aec12e4426ff08b1b4a6fca0380b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b1ab8a122e88ee201853c669525590b6f73a60803d1772536e76c56531fa0041_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c231527dcedf3606bfa162c0026b0b037d41a908d6be2418f4250e234dc66023_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:83c6087954a19cc11c7042079ec3ca528c8a18678928c3ad9ed8b22ff07df36b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:209a01330e1894300123bfbcafc53948760feb80e0c7c81e521ea7abef269d69_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:013535daeaa7ceeaa565545a98d942396a07089a96937e4960a1fc0d44a4629d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:40fddb8896fcca216855ef34f2c8f0c6cbe3a59c6bdf4c3c751f69b57a63ce4e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c3f081c38876339613b7a641b30adb9c7f3e67d446151c892a65256ac274a472_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d6f330926e3962b0b73bb4b6a11a1b40cb0cacfdbe9fc0eb4ceeeaeb3bde758b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3f2283bea8d5c54ad689787a7c269022b04624d2b1ac830330a79d30364ffd47_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:476af4f8d17ec9fa6bdfbfbac2904244c4d51432b67f111ef0cf4a37ace9a86a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:a609dc606bfe95a904dd8c6abc0cac79316f17618d8b676512fe1b4e5412ba01_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e5b754105ab8d7cb9b581d3c4dea8a295919bec3ec645aac468b5f3267e0d7f0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7f92fb1c1dd18f03677ed953c82ff87011d8c15f1bcfd8c22cb7a877950bd063_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:d759dbeb39460193f8361524fcca202fb9f634d65d35f19fde1a187cd7230608_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f0544c40f7c610e45782d6a757343822cee131b745ae6ab4aad4b878994ce8eb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f5ec95c285270e35a77f89f8da39a51c5d29fae1ac277053eda82e250c715f91_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:191a27f89fa6ec450c37168a65ea66bae9ef862bd2b40c1e8d561b41db842591_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:905e494751d1e26c98857f7ec4f41b4321344f9e86d710186d9e9bf410f6e983_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d35affa9bfe2127cbed058251d47570d65b00a8045748fe1e97670797e8cae2d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:e82a015ff030ba177167a713df193d74480998d946b593a00c799330894702f6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:97a3a8951c456ee0c88a42cf7114a3225a3dce594b470b0b8f57f45c62efc1ae_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:b49317158bf5eb1940a35be96a959bfdb8beeef52e993bff41fcfd974b12dca4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:e616c0d47555235cc1c7e275538b48fd10b842cd11c831a4dc719afe4dfc5092_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:ec827ba35ddaa01c257247ce4f06ae733289364530f6b2c2d5b12a3b2959762b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4f5c8e59a54b30a9f38f1955c6d1474bd24bec33c52800338118973cb6f3e251_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:63fcc02b58dfa0bf549c199736bbbad1e764ab86d9375a6545ae1a7bc360f247_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:9264eec1243f98c37a0843baa36e78b1a88dbdd2bf602156d5f7ff4bce1cf223_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:cafe32e3ff4aabbb6243fc984431babd77e2ed05bb3c4abc621add33c5a69481_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3d6f997f5a6832459bbe5365b533f601dde3872be09c1e96b3b2fc21951f6adf_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a76abfdfb6be2616ba39fb25137dbb49dc56427081d9025f2825a3ce8e5a3928_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b540e70dfd87ad1e2e400e129a6b495617f9d57e54c1e54b09030cae11653d03_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e7c9dd297067d256671a0e06f9985a3624240158a1f4e2b97567409199ec453b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:49f6f4761d886208cc262f1f8e23ddcc0c05d5b4566f6cdc8abcb1a328c8c5ce_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:836c9a619a35d6b8d4929a78b96d0641434b880ca98f44df45f0edf7b69a1d48_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b4ffd4fcb95ed73bc3689988214a2e4210233143e0ba4f123ceb4c2ca14821b5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d4062c740ace239409c182e4c52858e384384faeb0f3d98486e0534f8dc19702_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:29b0d64444b1081a568d8c9354e79b60ddb1c3286f9b6dea3ab69023c11f3436_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4ed2d42fdc6e8fa9d3d08152849754d1827dd54ed86be4507d75f5c90bdde542_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:c1f38fa9fb729b6c497353127feaa36375749fa07f91020e8634838d58628878_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ef794a3bd52be528ba81c6964af2fbfeff03b1aa3d17ac36fdb97f124abfebfd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2518415bbe069935e8229d141d4a8a50285c408d1be2af467c458a324120154b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:b096377e0704a959a0ec41484825436b00d3d0887e49eacd59d88bda87e38b03_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c1b30a9d1f6908316a829b3084df67b9b8bf5043fa46060996cf259c50f62090_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ec9171ee21d867fd61004535db96e98f4dee9dd6f3fe86b719301cb1b0202a79_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:07f056306c1122527032aff7486e5fc75147f48c708c0c0abef7d570cdfa78d8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4314b0a4d5a82abd583de659e5033d0680dce2b535ebd3ae4dc1776e741bb214_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:5bd5ca703480895af05ce052c3f9f738672e989cd38e905cd17bbc378cae05dc_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:db97ffa52f99127907d41b6bf460299c3fff8adb69d64bd92ad371941364c374_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:16374008403825338098f7aaf57f74a2982a75355834552bf29246a9ff4e0b7d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:770cacd7e4e04a786a2e55a3cd9ec21048131c8eefb7baa4225e73a09f0f0901_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a240e71d7418d6f9781219faa2ea9cd315b7091b1a70d6032f81de2ca3c53aa7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a39da3d53b8b927594c3f5c3a5dfcea689f2b75091209c0cc36b18e1426fab20_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:34cd79b95f2ce098b064859e38785231def795d2804c05bf7542520e9d8b596e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:354b40ed867003c42975780f9db1320302500f4ea6c5ab14a0d0ae70b537192e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ba52f6036566829553d0039a99ab677c0e40b2a14bb3d26ca470c526489e4574_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f3eaef7985effa7f09545ee19442623c7aab7245597a4a1d18f6b02a7a8f77f5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:154143883875b88eb144b77d13d5e9f750cd8e020af720a7bc6a2e6dc252a260_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6fa758fb6577cd18e48fb9280192be46dc724a8cd02b54459a5d6a3cb3d06fa7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:80e191f5faa2991cf3bc7033691c4966f1a07953e4941ad8730ae7c6444c05f4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:88ce4b91b2161c9b22f154f2a6903f801e26f15115ac874c549e8644cc5e734f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3386c9093b00f29600b1807ec97b1a6c935ef7a6578de01f9ed5f90fae6a5a35_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3646bf2e6bce49c01198dfb2a1f67371ad1f20b48cffbd7fd8f652cb9b215ae2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c50c48749c9fbe882410ff025799c6f450b063ab3e17dd1c4cbd2afa2b48fe13_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:dfaca907445b7213f3931be31fdde7480c22aafc0bd3b030d7ef9f0d84f5549c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3ba301cdb9ac46c11853c61812596ac905e94f15172df53cf352a693ea5a0a6a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6faeb6e3779cbdc86d4c7cf93e739c0585019e82587abe150f76c7cfb88cc417_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a0d6e3c4b32eda442fe231aaf1a77ea61125e0509287c381ecdec1615e6aa7cd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:bde28b18ee5b582b69683df3122f4f9a3a4aff757c2caa9fafcbcad878d05d3e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2492414954e0ca3e228d6d000733ae02c5d4d68d4b9f5e7f992e1a5a60cbffd5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4aa1f8159ae2b9b385bfb204298e1710c09123bb19bb5b94c2b93dd0419e06f4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:9a2fdc67ac81e408bb49170bf7a862a07998fd951ebfde9396ebcda40078d3d4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c952fd4490ac28f6bc2b39054312e85645c12d20e39ae631e35470267d8b73c4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:001807fafc7bfc5eafe92ba92c127488d378e1b36262f0f71cd4e4feef05598e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3c3f3a57f87c512568f858da90b13c39e9441a1910c48b9bb51cc2ba3e816b04_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:62e3145facaac381967de0461a3aef63b2b6afc466dfb4e185a35aa67142b6b3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ddd906a1e486837653341632e3ccd2d805ba2c7a7d7c26dae34022ec6a7ee90d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2f80d2b9f76b8633c9e6d309c5df7f251259b61a9a40a0364f2160707de313e2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:779d8d482e7ee453e8245219a0e21d84bfa1080819b31fb9f5de38f49bf3d724_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d44b76b43d8d5303fa38a3b8698076912be870c7a901c41a68f59426cd41b39f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f5bc9a28cb8d0bbae97b39548ab6688a31dfe2b23b8d3a52da3bb397f6aa8b31_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:195460691d14dc4f518717e3678a9ea780eb548fea8904c5bd4e2d554b81233c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:29acb2429041bbf17eb0f3faa0da84c1c5655df8a425755c1263fc16911d667b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:20dc4b1b9ab504d4192bda76eace70933c264628c091ccb4ac78faf01104f356_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:366b95ac0f170d8c1c969b41f3c624026593ebe8bfbb466c5f7109e1a6ceb1cf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:32acad5511e808b1b3a80aa96458ed7f1800b4f19aebc9edc4f85ec3613b8ab7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:dc009efb6f6e9d60b022ab94d84d47fb169d2dfdf9680f4f24b40ac0a4ad396d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:77abc31290209253ce09838a292be7351c02d5a7367859c430a5b3d97cef7f31_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e4cf03a101a115d398aac9c645ef400b9366d4bbf189de664ccbf782db4ef5b9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8a9471f7c51a026fc621dcff7715fbc9620603aac2c2e4454e60e0f579527e62_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9c1b85cadf719072db5b5abf0b93b3556a74a67efbb88d7903bab7b6e988fadd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a454b939762af9397d7d5043d1e6070279e1a1c4240b2fc808f0e53872bc237e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:b0802c5220abce4c73b650e105e42d0c1a57c5248c4f55819e15053c59f2680a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:677d190589cf02f414cb0cf4a31041b02ed8d706afb433bed1420d6f35d7a44d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:af0aa63d5b375590ffdee42f4a7f00a4610e33c20ac7f3b23242a24ff43d141a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b2e943bd3add974a8511a316f526d92d0ac1e2a0755acdb49770728984abe2a4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:e433c5ea434c2261f40d623bdc22944c1ecd435c0ac08a41d36049c9bce1b604_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1e800e47a04f7f19c87bb79778586939b4bb2a32f5ce3790d796331ca93a9235_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2c0ca90b3662de85d7e595e76f678e419ea1f40990c51ba16bcd01438f0db553_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:607e95e44de20bbf0feccbd8bb58469928452e6e4f962ad088f452e0e7e6aa5e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ce154b3a8980274f592cd2d41da7a748f7c895f754a3fa7994eeea657684fb12_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:c00947fa5cc8fa1abc26adf7cf8acfd4336e1aac0f1007133b8c6440a8148a1d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:c9a5828c250033f2bf160b102a3722959210025d373b85ea69895c96fbfba833_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cd8048f17129cbbcb855587d48615ea6e574d12f2952c0b1b5aa3819cf453541_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cdf9da2745d57ceb97761e08b560f2de7a212f860362eea3fd445fe4f6f7c769_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:02b7af4ef7daa8499a24b02aea8a24c98960851864cf639e0b698b3844563a8b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:3f82d5da80747c147ab429d24e8e9791527f7cc89fb6a7435d0cf6d35cec8933_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9e4085498157bfd33b7bd7b212300fe58ce6d462854fdd8a597f288637503104_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a8775ca5ecd0065373034a37b6de3fd736045868a3b116aeb216637023aa9685_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:28986bf93efcbdf0c2012acf8513e958ae8b32db4b649b9355b1fcf66b35038b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:52990833d3dcdb340c68234412d3743070938573d0296ee45138b404054e311c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:92f7c8de428bcf236f2aecc0382d911bcf5f7f536bd09aa44f9019ca7627d116_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:fa6add264803c2adb838efabe0f0fd8f4d78b14bfea9c1e91cce957e17a77208_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:46910caf13bd60c69314b0a72b866a8342c1dcead811f01f91b1b1674ea1bcf1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:a7ab888801a85e65a01acf68805744b7f6a1ca713c329629370b0fe0a40c359d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ec97f4dc1d491cea9e81ead6ed959141f0ff2b36fd4fa623722020431cbee1dc_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f67e6ff190c45a81777e63b69812760e828838e338e1d27672d02b5544b3e682_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0a9880ede4b10a6328766c1d9b05f17c53faa4ac561a8e768f5fcdda9997f056_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:51f75fec0f0343d3f68e8d4810e7588475cb0955b4793db7347d3ff466cc7f78_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:74ec8a94d5cda524570b881e7a352604453026a0324010b7f4b3d0a898b5e457_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:fb67ab3a88d2c3f33925830b9c63584bf14b321adbeb2e752a039faaa0401c8c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:13cc747131cec81fd67e04409a69497d75a893f4b56adaaa3a1f77f1d0f3ae67_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:2236900dd28b8470cacf90c618bb50b05a0d1d66726afebbefddd2377283989e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:ef89f2da22f7b0c0f445b7e700b29cdf9ce229cfd7866ac6c7bd2ec367db3bc4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f5a6e48a72f6054924be3b81dde0cc0ddd95d7ea029e1d819553fa633c47632d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:49a6d800db550efd565f451e584b890e88b5c6ff8be6fa0e17c30bab2f9980a6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:cf42aee609494b7786b12443443b9bbccc8afe2658ff6c16cb5c86c05c95a30d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:eb13074eecb1627bef4ca2cb0dde1116ca08cba2adcafe089e898236bb37dbaa_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f96cd58eaec24e92cb84eba253aabc815becf9264136c2cc898d1424fc8c87fa_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:8597574b86410624f04ebb0fa280276db1ffc676a56fbc74425e16790013ee47_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:901d510199b2e6cc87c754af5a1c8ec564089441f85917043a80733c4c83a430_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:9bc218ed94e8e516b01c11f26bd9adc30251067492ee2a84f55b573c2d09f6fb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a951a17fbd50a051cde6c2fc4e863bd70e29485fcb085c4d0c977a0bfdda5ea6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:11487764cd999f6abe6bc5021312a0ad9449b14b2ecc6f7bb24bc0d7dc57db60_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:362cd0740085d7b9bdfd4d10706b04b4b92ea759697c57b340698ba7fee0e063_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ece30fffff9f1b1252e7063cb4ded0e669f661e123a02ae5bd966bfc5e3e1ed6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f0813c18a84c6a7570cd3f51826e81dd0cc164299173d05ccf7ed3d31be71961_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:b5291a1306ef132559dcf0405c4a15d2921133356d904aba886e2577030b1af2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:6fe441946297aa27d90fceb448adfe939cd74ca0d02ac818d9577735a8bb004c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:0003426c210d73355a8e23970e027c7412123a75d979052113f325edc288b478_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9315e7033cb22fd8229c7cfa7bc78b10583dfabcc54edb3ace0a3eb435394f9d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:b5291a1306ef132559dcf0405c4a15d2921133356d904aba886e2577030b1af2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:6fe441946297aa27d90fceb448adfe939cd74ca0d02ac818d9577735a8bb004c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:2198b31f6460daa49ac33aee124d664f8020228052df648ee79a2eacb155df0e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:f1ac1040078d827c434858ca528df96b41047b32c27ac522d11d6d269da755ff_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5a3cfe8da21c874d227a225313dc98a3b175e9b67dd90917a201d5be2c8b0d12_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:a119246a2ed145b6fc3ada68e546e729485a34fc869e3742ea1b01b9f853f1d4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:ac4b25b223b08c445aa875106114964745002e90908062d0c11b56e27ed9f8b6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b1fe363d1a527033081799943271457afbdac0cb23ff875a65a6292ce1f6cba7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:66cd3d5b1343fb7f7fd7a3922adbdca110368de4f696b91066252229dca3f16f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:7793b9facc62469acde7d6064a4c2f26d8482fd1a2205add60fe47541b3141e0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8fb627e3f8138d9ec3c3903373502ea0d3f83c1788641f016a9de4d7e41dafb4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:f239cce00d46794f91479cfa3c94a2edd14e206f85e684131fe857a80215fe6c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "ajv: ReDoS via $data reference"
},
{
"cve": "CVE-2026-22797",
"cwe": {
"id": "CWE-290",
"name": "Authentication Bypass by Spoofing"
},
"discovery_date": "2026-01-19T18:01:09.300375+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:7d17650f80e7bf782a7a59fe0672f593cdf9dfde775b7153fa5a5c4ed8b86e2c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:bf046c55304478c82791a67ae0dfeff89af904d9b56cd63a29b261cd02633798_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e6165bb623041db07759616b297f0541fcc87dc3bbb91cc77399cebe96c1b647_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:f47af1eb3413e739f7e219ea89dfa0f09bc31f18a771e49ad36b32f8219d9112_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:34161b5f6663f9408d7ce5afd4525442f41332a9501f658238f3eb6568eaf3ab_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a4116b2262af10fc2c7fc40800501add9f5a9c671907f3eee75cbfaa37d47263_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a8dca289390dc8556a4cf3cda46e5cd45bae33fa2b1a88ca053626ca3e3339e8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b43e298d73fb723ce446344fac3e136b0d3347b38e7d199a09d2bfb85c231249_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1ec3135a01ee2bce646338cc6d71d35c8adce9f3603f0f07ce90dd88dbf3c4db_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:94c42af9dd8afefe53de729d8ec8b5f9103cdd7f80c96999b2863bfed030cfcd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a80acaac8c10d6cce0815ddcf0bc296013e97d2cf69d1eb6ac1b7f3b35b40d74_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:e4c52bbf17f055890cf9968da78045295f6e37e52e3f4be5807db679ff63b874_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:28f2daa782218c5fb085acb774bf1d8c13a208b8f29f4a12b372db2c446ada76_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2edfc9e18f365bf2ffecd7ad45b5693b493de472fe7abffe73ff4375bc6d2af1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ba51aa38b39b8f57d6908665938870cced5541b831756f4039047245e0f2a8a5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ca246a844bb6fb906816e4008c922a0470c82bfe6a736f3a926de3def6aa0597_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:07d09ce1d5c97a717dc1c0f540e21fbf7fc2ae0c27be6fd0869ce0dabc0591fc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:44e3c6d5b98dd6655d38e3523fb34ed46dc89e97ef8a86f908d72461cbca59d4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:81e7e1cb47cdbab3a46bf8bb0ebcdd218f46aaa94236ef250fef0fd143c9204c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c318da767c7ef1f2452bb631e2726084f48a640c962f8003467c72ff48225b56_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0b26257250fe3542640ce1a4f5ca71f90294c307eeb477f1d1e4d61e3ef233b2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0cbec11d17abd89ac4ff332c238f92fc49c19f3e1575c26c6654cf2668ca9e66_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:2554ae05f488567b3c752c16c59f852ecfcb90746a47d48bdd39825aede43c21_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:af26188e6f7326835340b99be42189550233a7bfc652375b0859cc058fbbd0a9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:31460b57b3986f0d6c84406eccd1801eb3a03d176fa510978311d46390828020_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:aa730767af15fab6facc460b6e418bbfb0555933b4a54b01d34cb83c1148b8ca_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:ab43b9177badda24d20e8830f375132854ad313b46e27ffddb8d68b6543d8007_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:ee7eff8564ad522223787fc270f1f4d4233359872c994981619f1c10b3dfcaf8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:0d809a095a0d86c0b149fa0e28f852c1633c2904d7bfa23b6900617ef7ffc2d3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:5c15dfcbab56f579ee265d4acf74778d154ce0185234810ea249d9b9e415052d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a95c36cb709d7f9fb89eb6aedcd7cebc104b90f8d9f1be6591981dc9f96af398_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:db9a343c67b6462259b3f300af5efe643b7637bbc88ba5aa65e06e4f573b0049_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:238158a2264b9688491743d5f7c97a3f152ea2fc4a1342fe4b0e63f618dc50e0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:6dde5ab62c9f5e35b853112e3c04a8c856ef9260318dad58352ae36c2d30bfb6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7309bb2119edca063c67c7b074e1d45d99866223dec53f9942fce421e2e76250_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c0803e9ceecf77a8b1425fb0634b40e4095bb9d899c5d5af84aa285527723d83_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0dd635595c420ee1672257b6326a193195b2d21945664e649b09c62ddcc25d7a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2cd23c69b8d88a73a2aa368cecbe1e8812efa47760bf16ee0629feca934369fa_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:4beb73d1a2c279b310fad6789fff0ae70cbe18a79813819b1da9c2c5b6959aac_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:dbf382ce2e7158ff2483336643ede99b2a4fe4cc888af72e92e19ab864c62291_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:303ed90fddf42d1a5ec3ad7eb1df833003ad750f4cea17710870382a0f8c720e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c358b8a12046693741c5e88afa14a25e066ec9e51b84e22935c19dbf34ac5455_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d98dff9a03e2bc6564757afd151092cc5bec438c678f5fe5e402365bc6bbfb03_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:fa2d95a06de233147317ad93109aa809f5487e74748550e40f4189e8aeb5f50c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:943aba9a3a70cabfc2b0c94450b39ab3fbfd92f12629a2e175ad89251addc2ec_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a7c31f5ce80372bc4c63b60f9741352565eea006601522e25f03ce902e35564c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ae2f0cbe29206ae3ed5275bd7a0b101dac0e3bdd5520493ad4bb360e2267ca20_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:b9cc7a6280455a8a36e26494744d9ba540689594f8a1d8f625cd1811eec2b0b4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:54c3ecb1fecd80a81cd667f5edb968c62381bd2ddb659255cfd861dc0a8e0a9e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7deb4e0cac2bc3989fa828677e4717eb75f1bdd8223dc638310d32c73219314e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8901061b783b8a41f447eaf32919989dfd24bc13b1ef61b36f1132d66f64288d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:921aaba9517c1b00e09159d4539d47a55c543b1c7ce3c789e6e333ec133b5406_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0dccc414a5a3efd474a9eaeb61b6a2130f652c97b8b71592c7cc52827ae149c8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6c1df1bd921b4b6fb22f9db19a2c69ef5fd98d231fff3869a22442b36dec0ffa_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:eef901a0f37823970eacc110d194b81a6c679aa3dee5fd0d350b66ebb53a1542_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ff539434c8d3bf3c3a64f040a5f7ad702ded9290ff0a894a03fd45fef9fe42d9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fd88ff4734a68d6a95733ac650eccd70d1c4d23967f32b3ef8de08cea8bb05a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:8b02d7c27cfbb38d19b1456282d58e14c8d64efdba25a6238606f66610e5e9de_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a4b3b74bd3e1a9a1c81f040810325ed6bee59e0fb708c9589439fc9c734805b3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:bc92d21475ba5fd3d2292c5f386328bbbd237b92ab7288d3709229ece5b811e1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:360c5f509936d41297633704930574fb8fdcca27e98d1614ff81dadfadab4926_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:5fde232e29f5707caa6bb5219f108a563ae59bbc5d2818e368a5b9e472a1a2c7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6f1a30e659ad462113e1f481855cc292a760900cb5c05e669b5baa0b05a15277_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e2a33d8b21d3c833d9de1d6472e958b67ae7c6583e326b90ba51a2e1992d4924_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:1a6641eccc288ff48bda2311e1356ae244308345fc4c6e8bbeda2ed8b9f85eda_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3491a7f01d29b8ef97e0d28cf1258c37979ba8941d8bfc79c62bb7ad871e1f19_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:86a9b3d8064057e95ea8935b94edd85042eb86751e79f7a9783b9601b88d8ebb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f4f10a1f9554ad0aaa4fb9dbc97dc9d6b1b27af1ca3810731468b0c458b86a98_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:b06c2047e92976665952f3b0352b0c5bf8b5a2e6ba00b5a5468663fbb0309e1f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cc10468c6882a877f993ac4f6ef5f29e7069f99d6b3ceef528c8d7069ed362f8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d682c5746679d8dd8534b3d9c4b913880ef9d5713b7febaa3c7573fe7900b61b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fbbf71963f1f9fe061819fd07e90df13d27347f2854720be55d4ee453b6b60f0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:515147b779e1fe06b9b510177519d413a679552ed6c2ecf4b0ca8816a1e1ff6e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:f1fc196ec3db364df254fda90a46e6b12bd50d50c01f2996f970ff8f9c1ea1f8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:4dbc09f5c1c4011c13a1f461025da298ce289912d98627fc6d08ffe1a30a2a2e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:d3436d8f8316db7b836d1146932a1f8de35edb75644eb0c9f0e3af334aab8f87_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:1eba9990cf84de01e1ba504b9b852c48cbaee1eebe2c564977d1419177bad652_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:cbd46373b97caeca24a3b22de19a294091f3d5e294f2931f01d786ef566867f6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:09824ee3a4038855e2956ea2d70a72b5d1e4a9ecd9a323dfe27eab6df7de5c1f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:8d89ffb1ab74d5e02fcc13d2a00d5e1fcca30720d987c140544e061ca7fc6629_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a8b44c2c0bed6ec652301ea4090bc62c990130150a8c1378a06fdb3f9a7b848c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:d2005b9ade6f74ee3df518d9f124b8acfa909d0dbd34c1c3b9e044c0556fb268_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:c0d0de4014902209309d97c189f02ef66292b254edba7e02d26549e3ee24d7eb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:f673fdfb5f29159fce99cb0ce47a31fdae2f57533aa49b84228ec7fe03274aba_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:07afc1a6c00649e6f56a64a75a345ed3ec97e28976ac09d362bc44412fa6b67c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:54319cca65ce76d81bd7a392eb841bffc14867bdc1ae341bf8ee6f84d10c867d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:445ffb4c0d9ca84e2c57333adca83f863428819a7732111b204da9f57bad9826_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:cf571aeea198dd0b07a42f12727db8ac78fc7d40eb5d1ce47c0e521f84142ee0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:80bce123dd0a3488a9cac662d578f451608252e8144ee8158cc877c02c3f9d0b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:89a69823162109668d5562e46ec004b719bb60cab26872234730c458dfa697ec_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:53babfe25e9258b6e8564df67e1d465c9f144976af5be7b30d95b0dd910f6101_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:733f6a4a3f1a1ce7f0495e2ccd8f492ce3378e2f2ac1d6f618869bc0460bd341_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:0bd4e71e9d22f6c16130426710bba8abbb82b0510cdcc9eb6cc74a412021c45a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:34fe2d2d5972de86aca83a9affd601cb1c4564fb1939f4dbbee3dbedc2bddf9c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4e01b88be4742c25c24977471d81262f8f0f391ccd5c49250b306e726e1d32e6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:dbb1ac39b132a5d539fdd7f13df09e84eacb8460fd7e0097d562ef079ae2c677_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:1ae054478a86182135ca308fc3f18c49da06734b34fa897f74544644474c7807_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:3b7157d6c737fa70532d96c62fa68e35fe547eedc6c50580cb89f4ce9fff4fe8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:152e3c57d0bcd719bf1e20ef7d43ccadaf30939c8c9899a2ce115a55ad7be983_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1abc468fd1a09c4b30e624ef4cd9257c2d104db17dbcf19a5bb8323682271ea1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6e535ada8c1768a2411ffa684bc624afaca15618b2d1a8a6c50f0b97be52668c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d46b24f503b741f3c919cf2f30409342310e3b2d6110b043128ae5d496219c96_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:12c1eb19b65af75175b1708f0049bb3eeb16c8c9a632957f5f97a5419246c7c7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:36103549903651a18d5c1c25d07dc98ce058140cd2b8d6e80cb0f1a940a277fb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c6fa0940709c377171ed6f553729935a9bf1bc5abb7c47f919d3b0fdbab3fd74_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f421d2c61baf1f196a5386d02b56b72593ab557a99c1ac61fd99d324a8bba3f9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:01b50335d5ef7515c859414036920594a5fa5b0039f5191aab1f16d291f3514e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:98a06124ecb76ea1e4d88de6b1532b2c8c6a7f554d1d25b946258b2d2e274649_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:cd6a54657188c7a1c0147c72b9d7ea326de2d7332eaa2c049ce4e02807177bc1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:ff2c7571055602c2cf719149d742d2e7cf308f1a077c420205bcdb2afff13c00_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:455f935e22bc0a892237c11e22b9bebc4840c26c61510d43827563312ec71fd9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:8b30cda549756767ad42a0486cd2987e13eb28078ae00996076a2c4e52ec50e9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b3f754533c34684d3ebc8a6646c8698cca95b6836f9b9cf6bc80edcc1c888f19_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:ce1af97db3e2816184795c6d1fa3cfef25329df11482b2bf4441c40e51d21347_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:73b55b309bfcba54861b619a26745a67efb4271848e99db56af2536ceb0fa597_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9dd8eb511b9258dd6e6e2edf03a6e6d64c1bf8a5422c173cd0b0d9e1b2cd1734_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b43f4769ae4bea0d180d4be8183c92d1fe5aacce4287fc1462032f1783c42207_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b7d331a0edf44bcf0fe747365f092a69e1c1c7cd156d48781d40d41a3a0c8552_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:304b520b8986da52f9f1f175672f6acb79119085841fd0ff0fa9754e8f22b34a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:67d76b9cdf3b5be24e7d157bfe385f184c6abd429860ba6d2280f77265929f26_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:df5b6082f4f05bfef1b63ede7fdcb5b575e56bcf264bb21e71ea2dc98c884ce6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ea8623b6dde50f9b993f9823e27349650e5d80f3f4f37c6b9b79cbc08ffc6da1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:401e7eda5905ff108ac067119245fe3684e50e736737b350baa06ea6fb2b7174_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:445489e10735202ea518bbee1cd56545f0e7e66742712cf5006c4d4ef30fc1cd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a583347caae3aa7d703a2130fc1f57b9e81ea6a06bd33785d87f92596f1f6355_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d30bda3636af0792fa0b182e8c1f79f5198a293572b40eb28e90e8e536416719_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1a369e0372bdde7ee5ec7ad647d30e6fd9747904580cd025ef0e20e1309080b3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2d0b89c800f09fb923f249da6536b9d396a53311112c458973fa9aaffb9bbd77_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ca969364594a060f9adc621daa9d2af96fd265e32dff63699cb42aa60ec1a9e9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:f1b997f7c662c0c8e91be2d02d6605fdab614bb89039ad1f38d6cac2b4623ddf_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1f379914cc47321de26756b1fd2fb634ab93f0d50400467df35dd4303100ad1a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:748a768980651e5d15e4b06d8483c6ec6db7854844e2b7dd789ea0e5d0b42d70_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:922cfbcfa109c304f82be7edd274534d18f9e2c7fe036e9b078ef40dbaf5659a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f439945f38dba034123eeaffd05372162855f703ab5a939dfc40c8b6e68b6dc3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:515b64496798a09106a5a99cf322bb02cea22a7d1684653ed251ea15532a61f6_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6de46b3fa4c0a353f73b6dab1c6dd53546b38a7cf754063382a47a3487aecfef_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f41ea3ecd58d560a52e13cef8384f6197d49add48c01c432cd8971f53fe5a4b2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fafdde0ddc3752811000a0b64826ec60715a45f09b79aae8aae637b6a50f3c23_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:212637507016bc9b3317c3980c30b476867ebc90d1c0724f0178f445052da718_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5f148616ca51bcf1c30183e095a8b5a981a9be858254938ed45229e4b4ebfdd1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:9461ea9cf5c260411a69b6b39c5dd4048c592f234cc24d481561d90fffbaf1bd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b48c6f2691532175458342223ed6c744b4dfe2cb057d1abcdcf3980127791ce8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:2c1ca60eeda0aa20403364a3ba33d9ad349e98ae3c839bff106d4b3d59426d58_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4141802dad81ca0be90cb3e030f18156e4f129dd2dee7b40d4b4b2f63d7ce927_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4cb581ac92c27cae351d2021bf76d97b20da9a9db8f2b867df879a2917d052b3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:da3dc2f193bedf7af891b2123b2b25ab8ffc54ee21ce4ee4a05557b7175aef7a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:232a25a7c42589bb08f34e08eb3e609ccc7c1de4281c234bb59df3c763695339_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:77021ef3e969e39c28e863f22541819957f046f28a88ce0fb0f706381e8ffdf4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d024567af8fb35126a2084d9c0de93c5b349249dcbd202c0c5cfb7d2d05bcefd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:eff2753dce033753b4687d9eb031bafad6c3bc1e1dd941de90baa0322bf14496_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4a8e36032ebb3b81b4e2e854fda6217a58adeb78e133257689d118b00feb9d0f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4e99ed18cc738391a0b1f7fd6e5268dc1a2b2d0c235b96f5def3d9bc25bd0c4b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:acd10e1026c3bcbe1effdad4d96922661418e8660dbb0e8e97fb69b3df8a3578_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c84a3e6dfc4b3abe1c2f3e6f63018a8d45fa3333969ac2792dce86ed5dc5f7f6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1d83bebcaaf20c68ec4705bec480e45b4a69d8323d118a7fe4812b491ea940f0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:bbd338c6ca660031115a11f293b165aef23ad28150c6a8964dad403618cef28b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e9a218fb77c30af249580c4b11915d4876083f642c7388c6333f70b781bb9f17_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:fd8e0cb32df9a3eb7eecfb9d5356a136590223e69130193ad8a92f310465ecd8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:0de9a2d5418c0fadfc68e9f64335c23396fc3188b1ed7191e2e740e53aa1b29f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:2c6a648364c88588f7ed1c538eaaf850ad4ae8310b83cff95c11db695cf4f528_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:8a408e4ad9cf59aaf87b0c0c97d3e66c4339943d810da2703cb4d0a946ac036d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d4f83ef7cf93115c55d7053dcbe9cf980bf522cb4c3dce2feb95e6574657384c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:06849685ea1a02445fd85960975e0f4f0d39947420d0f381dd724b37f4f44994_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7ad3e41c51b206489d6de9809594d4407f0eb02df060111359880560088c9140_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a18cc97e985023b176af5daad9cfe50eee25bc7e5ef657d20c17aadda7a76c35_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:f3ebe18a671ed1e458d9c86184fad3fea2e8552d8be87b3f2bc83ca45f6eecc8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:29d61cf5ce7ecf8bd5e49c5d01b16a82819bbb345160b90ff46f0d936f1152dc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:34ec4d660b408030abf6f5c0858fcfc095d7548530e6bd4038009c55ecec3344_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5a947d842f80e6e70729d0195ea3fd77111aa4a564c82e9bd0614fbc715a85a0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:c6b897cbd33e4d897a44ff05e5a2f7093a5fe930fc249901baff8a28a015c408_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:20dcf9ed5dab0354410b6c14f8476980d2bea66f42bd64ae0c1e354e185bd820_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:559065936f9a9039c45cbd63a4dbeb4cd3f69e990eb7a878571971f6e94c936f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:79e01008c1f3a1ba2dc98f7ea3163c3874a5b204ca731d056b89ebaaf97bae50_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:c36158a99dbb4a03cc9581c46a7f0e84e3ce098fea15d5b3ff88e10d41d0eb1d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2c6e5834f6042b1a4301f47d8178b2e718a3a459745ffbc959e40cc660ada97c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:475ba06839391550b35bd29309fc939977a72d4262b99f129ef5fc964adcecc1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5470d37d9eb90f60a29221fe605551618af1037c555e7f82ee1c7c1b6b7de654_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c8ce750189b017ec94762b6691cb9a911f97f04927615f0c802149aa3f7282fa_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:1916354b8aed42783dbf3bb7a3be6ebba6f561aa7d8c8f41fd6e32f1e46b09e5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:93cd970355ff2c9cd65c6f051391a1dbccf543a1f4e79ebbe6b3f63ac4030ca5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9cfa1d58c7bc0f875b5b2d704afcc95c4321388c94202c7ecba217a12164e8c2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f21ecbf880d3fb65422bbd0c410aa47136526cdfe5b75fdbfd82e720530c9fec_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4c6a4ba7469a6e3736176c838dd09acca392d508ba2139bcde3d01a1ecd493b4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a21c60cfbdd3b771f448a09b89c09f0992008625caa9fa60c5f9cfdc7d49e457_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b6a1d9d0b74f769294c10ba1ba65fa36a43217a374f3e37a189fe3de1d33d737_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e192ef1c1c539e194a2c7aea2c1cce32c6bb01bba982d3f0f9354649f32d24bd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:03475c318b9a57df484c7be2cbf35f654487c3084efd389cf4f6ce0a0f845dae_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:974abdfcfb3399823b6531a50c8d09203167418b09f859229de602a55c6f43bc_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:aa3852b48c9efac7a7e87bb01593b4a8c7d9f996624154d5a34c836e2b126485_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e0e95daab3cde4412e5d3222236adacdb8283e65eb64572ed175b353adc4ea50_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:106fa9124ad7bfa7e2a7d6c68ebd812cf2bc82c55ac092c1a702217595fc93f1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:18317fde63976665f03833b7679bede00df0f32327c1d56a26afe112b4d26f6c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e068848e4408ea82c40cdf03f2e6c600a40c8743faf344e0b2630f12d79f2fe7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ed90b2768c731b0fb0d277a285164c8bd8cb531ee984be711f64bc503292e839_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0ea0939567de6bf628dd5ac96f7eb68d3b29f1819ab932296293504e99ae3390_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:45720e600e73a2d925662c4c6a7dc898e4c97e38bf9b6c708455167abf99b51e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9afcbae95f66db36e6ea832d41f02c8fa14ab3e79f52dd1878ea24b57565b547_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d4e9f8ad81006249c50770495829c63f9322d0214efc045a4a7b6b0955846f0f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:1d66fb102b391fb88b40efc0dc3b3935d6f4db31825ee4d878273e181585e0b5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:2a221eeae6e50cc04e9466e5777f829f58311b2506aa149094e5e31e0cbe6e09_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7f15db4d5cefd46fc71d1953fc5cd62630bb847c6966523c5ab3d6cc2e5f6a05_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:99a3124337bfd603542826a78e4068bfd7ffc9feac98bac54bd7b3f3384faf87_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:86260062116d03fe7c4ec9df2fde3ccabf315ebc380f61db472d334be90dc325_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:8f284d614d7fe9d7c0bb5ab076490a781f0922453650713dd6bd722a409f650d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a43770fac453ba7e59e8af0c2aff352471f81a1b5f34ba620d4555a16af464ba_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e3a8e74f008721239ea7c070e6f6def1e779b723863e5ca279702f81cdfc0f5f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:669084db9430a977c4370fd7949543c2e57e82da6db6d01c376b3c345f7c693f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:9c91c1adec653c87fbdac6f5755528a27a4ead82d740af2a5e5f38aa16789804_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a2ffcc7216ed314e39ac12c0cfb30d29a6a4267512cc24a8f59825967273a2b8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a950db91a853e2b6073fad294ea604d51e0623b8c34288af1a98752f79b873e8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3af31e33187cf904b7a3bbcf7cded17c69e345c73301563c60312d35d1b694b0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:42bcf4c037d6212103448703395c0ca44f36a89533e205f0965c2c111d218fc8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:7b9bc218875615eaea10e71de2ce1159bbc130dc9099eb71d9fe13d9a0f07179_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8af69064595a39874365e60cc66d5f6697f28df4f82f8e26b86eb3fe08eed8dc_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:43a9f7284fc596378453b6e3a6fa1eb553d403ee25492c8c10107aaa77d92412_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:9074d73e7164486f4e0bbcdcfa5f46529fab2937cc5531dd88b13b2fb433d6b6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:a6656391bbce0ef6c085dcb040dc623d737ee8c302638d0e952eb2cd6e9671ae_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b98987da700deeb50da293568dcab5cfa1ddc843e36ed4dc5fe6d0ac8b63c85e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:66a2823e0f80a885f64cdff57291c2d6af6fd0c117c2d033b372be28b0755b2b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:845d9b912f7dc3b56804668e652f7c6b711a3d064501785ef9fea0273f60063b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b94aad5462be3a96ad9d3a88d8aaa775e8d6446b7f8d1b8785de703d14875cf0_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f6ad6761f6dd00ae42d248741c778b31492259d891751c9dbdc6dc39c2960dcb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:7b31119b0f90aba00af66b6bf6e1d2f7248d3db7129a6fec071a9fba31dfd0e7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:93cc886509cfbf78ce38eec32119b47cca28aaf3b43a254a1deacdd86de5e877_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c4cfff6e697533c3a9323ba6ed15b74250ecbecf71123cfe49ad56708f505021_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ef759942f6399bbb13657a783a7648dbf7ec880e8f6d4ed64b69812f696fcc1b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:155ff7585ebff390dec5a0ee00bcea904cde275e165ac634b2083c1fec868a18_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6971b8fa9f04515d6e4d18a27982a2496a4efaaeff90e741f3248d31fe1961e0_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6d590f5de5ce957e2d21fbd86c08411dc90b6c2444fd43079a04e3acb35587f1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:718a4a859157646f240e5fa4e3f8ad5c5ac7e53373d8b5d0a45159f5eab2c9a7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:629f7a041cf101c337effebc71d27cebd4dbe4ac7f7eb58e93f872106f88426f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:7761842991965d184af3f11919c4a4524d285d69266f92bc01ddd1cc66195fba_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:9865d9323ac25a120e3dbf34644b7343e650cd04b201d65518940b49432f564b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:9f6c2d965dec4b6b13fa96bcaf0134bf2acf302e2a04fb6926075bc9e92de97d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:855b51d876eba214e06624567a2606ed0be538fa6db7e24fdd508a269e1ba2c7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b041548b2283b0b0837db6749c0da693f021d0510a5628bce91ff5be1fc83f71_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:c7fa529102a1f95a53afba3a07db55a3907123cd8bc01cc6e1c4afc3c41928c3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ef32e7c28a82efb0ff8edc4d2678e042afb2c378791a34ccdd9243eae5246d61_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:0b779b84bcdf0ea2821962e7df8f34696f23bfad88557c21ae5fefbce289acc2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:54847dfd1e87683efe51562e103367f952ea801cd409968b8b5e04ca0ce48bb7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c86b554d052e4c0f38d69b571d246c090f5843302d21fe0f2c7c06ddc604488_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:78d85dae433ada85e1fb57166d278887f652a03531326bce186c7d3b207df288_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:4c4ec9a44884b5d618f231cb65a9b69078c2d86c8f168d510441814357f9fbd7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:5bfc5d24081ed832066492f2542d2566f40aca433535ff6536307feaf416c727_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6717dfcf0c98ffe25190b97c977daafdfa53ca406572d81143430f4218a17382_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:fb7ecb21f68557f92a912f0cabea1719fd8969638e16f22c5c89d433168f3ade_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:6f80af3728d41b78b3e855ce438ca882452a785a0b794c374475e6634390f6bd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:7df0f2a7c3268c3fd166e4012ef20a9911d6d7be4ee9e260b2a8343a1a5c23d3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f26c33eae235ad613283bb3629ae031e06d95e4371b6ab35bfc95d6cd6eedc70_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ff72b14efa0c7c37a3795808564e00f60bee07de82fc22c7d1e0822893abeb8d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:15a34ce98242d87b27bcb7a2ff5f8a3426766e31e4aa8dd21280a94a0dd5de07_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1694ece44a326abafa983a7fb2b3f84f671941fdaa708c21159b2164bedc8fe7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:5316833a649816a20637f5815460cdea129cd9f304d66406c7d15210e09adc7a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:95a599547beb53655c1f6bcfe533196664371a94b5fea328543a5f90c1f4cfa7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:0c81a72caa0f5697779c8e808aae1c6da81c34d58ea22b7fc41535e5b047d4d4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:1b5092eff9d9daeea6ffcb7c40f04754c401744c8085b77b67f231cca7730818_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:7b0157dfb720632e557c0c1050c643c7a9dc9b36c5f1858a37e11604b04b795a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:915d7aa28dd103a665a72bba13375c72118885bc3867d07922425576d5372f71_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:27483fad6a2c4be85baf840f33c72d98357bb6a55e754051fff08820977c7a3f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:5bdbda0b9ae82292ab9dcd9c3907d42687418e591984ae30b53d93f422ca9d86_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:93069055bf2d16735b13a8ae1859af38b6b7b9fe3409806c30a2147689972023_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ef060678c540f10ecb261b29b6674be6d3830c7ed0e51f221256fb09130b4dcb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1d9d3b4b90eefd1714e4814e4c340d11a88f1208852b7c624fac4096ec3bae65_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:37afefb255d2e64fe5d72f6d32a3e4a55684b658b114dd341689ef0dd4cefb9b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6033b93ce5c2f73213bd89e9709038829a2739e238a1f827cdebdcac8c39dc91_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6fa75960064a732c4e25407c9c2e8b75bd98feb5bb06c9cd70dac8023eb21c0e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:5eafd2fde7b9fce1b13109f4729396155f7ef07d73d51067b11f96661327453b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:825963b5f6aeaab80cc3c6a3c173b588263b6a9ed2e481c06d42a229d18b40b8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9c24887a448382a80d554684df4280c49a3c6ab89fa9164d547d0ccd25c5b0d2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e423c9ccfc07b48c6ac2cc4369a6fd61e9b8c420a08f64d69e9a35b887874793_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:0ce9b759a50e8562b80a2466a194f70d0728ae93717dadedba3aca34712f14e6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:814fd188f5a532065135552df55e4c55fbf9952ba35f93ec6f4f22a4da2a43aa_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b87d5c52b3da29503ae5089fb3422ebbf5ab02840c486b19678a9c65f04a9e7b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:e7ed0864902433356021a2f30c65020370c3062889f7e5838be60d0ddb098ec5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1622e137e2fcea249115c062de3bb6e0a099ff4f4545ed1c98ae2109eeadcc71_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4a66bbbcf3b973ae35749d7d4a1987a561a57d16b154c0471092a2f242912e98_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:51a7d1ff4fd4ac2325da2064724449847c4aac05dadbc97f30d93d89bf887b1a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:f1743346567b7c2f4101128ba81ad4b3b00a40f3a97a465df9e1b895a08cb8a7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:852af33a0803094bcfd34f452e8490f95fff66d6e2028423cfff0a01f201457e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:9848cc582e21d833e5d5ce00a0655abf37173bccbf944e192510b3373510d81c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a97d77c1235d10228e36d47b304a14c05a10944904685f344953da18f2d30866_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e5cb819739007737f750a96605f14991efb3195f13c906efc64db87934389379_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:3d594065a138374b4efe911a3e4619baf1d888272607e83e4f614e8c3e48d2f0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:7e2fdd43861a1be04f8f6cdf2fe2651d1f7ad194d7a43326e8d65d7757ee3d7d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:08fef794d449fdc5f89da613254f8d8cc2512bffcd5a8f289a7bd8cce9f8660f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:9e43e41968b797593eb5d4823f8e1e7babc642c3ec308673ee1640198f12c234_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:2ab98db3bd54d97694587693c196944eedb77866bf2dc9fa70e6d186c0eadb34_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:cb11c30ff4bbdad9e25e12e2960d754cdfaa7af1507b07e74e21aa31a45b0390_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:107a0f20bc821c4dc4eeb05f29cdd1c0601db4b66f5a3245272098dc41ae7c5d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:38f286396ef7e0557eff8cc665ca46c4248e2b060aa9b170873e13eb691b207b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:5d3eff686a6a64f96a79d31f8cc6a88b17171973f4718d3da82e0dfd456436c4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:903ae03948c7e68b1eef1b1dc2f7d8718693e3149eed21862cf1fcfa13482dba_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:0fb76970c4ef89824f28a0993f2a21f5c91aab7bdf23d6d045da48d9c4d176ab_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:37898fbe4cf22592901521c29bc10ff1f3b8df7a200d64e9c94d037e8cc38e60_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:c4393a9eae01a0bb31f85f8a6cc609f80a8c2e7b7c4372c21bcfb91492ec78a4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:dd74aefdaae0c24dca43a36548e371ce292af5423751718b1a6480224d5e5680_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:500ce3a45214ea5bf17b0c7d0ebd33f75183db7bc04d30f7d0a25a225f494cc5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:6e201b3e5b45494f8ecd6d607bac314cc10b419d4f3a695c1aa9824b6eb9b8bc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:9772d2c999317adac02475b2448f24acc49cabb83c7727e9e478642dcb7e9794_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:d8d22b7e59cb411c3f1fbac22af12b78fcaada8e56313b2f5ac89806152ae825_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:5d1773de9a1eaf4b18081c968f3d1c3ab35af0333dd8ccf599c30a5336b40ccd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:93415b427bdd9185565c26901edda6e5d0e5b7bfa013605de8ee206716141c4c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:be9f4891181cd1b58aa9a3fa7a0d26dc3a382e9dda02744b06a1cd7d806ed6cf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fac44a7144ca9e888a74db83f6eeda24224d05238af0f8cb54627b74148f51a9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:20544ed1aea9d8b483ac6dd9655a0d108b80121b7011406e0a59de4c93060dd9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:29f0f10ec928c8face73cd03bad8478ab4b8386f0df20ee2482102f870f198c3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:adc31a12f2eb578e7bf135bb0931aba306487174c7e8e71f6d3d8661aad8c350_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:cc2921b6468b77227e9f210589f07cf458eced2ef0260582d0a1a4b8f9b7a613_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:156540860fbd6556102cc1abb3762e6595d374fceeeb7745d92655aa3fa74551_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:426c0e5e5885ee0450f36a93fea6f733637011c5f5c97ea2c790e0edab5d7cbb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:abea604212336f8e3cdeb786913ca33cf0843f3eb7be0d1aab681a005e6c9417_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f58646a44ac2716d6842af49e48f13b6c0a58ffde7202cf6004f479658ecb048_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:484ea3e99fe746668ca7fed6862b095326bfb8f26cc79c0bd4de143083b0dad6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d2cf9eb8a6b0528509e571a8ab3710bdb6b40abb5f19d797a9097524d2e3cb7e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:def75e5d102cae679cece8fb7e7cf26631d9aaee782319bceffef95fe76308db_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f6a4b9d3d3792cf016df0f539b41c2d33d4cfe3a85f87b8b1a2215c703a13d83_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:17d73f64095d650a84959f826da3009d844f209c39a9cf55460b842a08968fc9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:382ba71516ae6c2ce3670b92bb206e5bdaf5dd0519b2f1a6fcb417b99f0ccb13_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bb9cd5df0da433f514a256dc92610219d22962f8e9fdddc4a1d6bdda45174287_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:da71d08bba2b937f4111e6d773765da8379043335d83e600743608bc4c3b7580_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0761be83c6edba07296a17b61838c3720666dfad633f9edbe9643c1cca008a8c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:23021b0b3a60c43895c17a9d27eb53fb5cde7b9ba6ac7a5d81d1723d804ecfbc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4c802a4f273a7d7752c93b18c27e264cd373dd989797d1f9b970ae368bfbed90_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b41f90c9d31171dff6834e9c7b72ac295f7e0058eff6f5dc7480d7c4797b9700_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:192a0e7b36c1fe8b6b70e6504e12a59ecae23ef83d563ad4c8cca3ab5b2cdbe5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:39a6978585f0e1c57d7460a4fdd668a238e126c2ce7e599ad9e847bb55783249_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:851b15fc576a1939eac61342bfc75875d4029dccacbd57bef1b12ec784523bc5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:dbb87a87d86cf4186ac9c4e546048bd07eb4e4b3734935a152ecbb60bcbdc1ec_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:2c372fc451a83f382e57e1e63de0f0b10f0479e665c2e1d39b20c8bd2d84f51a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:881e89459149105fad3a737087f34ba6a0bed3d933bb73e4d1943a36d21a1f55_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:cea296a2222cfeabbdce7a42996be42db39f3d89321f93ffe705c0c01e7b5b30_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:ee35c6aa82fa9353c63acb0455e5196e946f423be7418de921beb7433bc27dd3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:64c68a2c39cedd586eb70141b21d19092d16303738072987e6a33a208dc1ff43_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:77d5bcf195bccd0d556e17803f4c5273010543366112916c8e9e4189b5f68627_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:98e7b50a5fb4fe900b08a52bfe5f1af0f189bceab97ce106ca4550e0fa5bf487_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ca76d72ac426b6a7fcf59fb99a3fabee6c5ad3e0095e75dec3a06194fda37740_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:07406356bc5aa39e2d130e94946ac1ff2346d3570819af5d1a228b3e927b3df4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:628d272cb4ef7a625677252fec78b4f6d7daaae10f3fa21e9e605fa294ff9ef7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:784c9da7c826f43b21b798e18d89f696ff3c0d6c999353336d1709149e3ed6e0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:806bb2fe904f03bdd46f5e7fd0da4e8c27badc7a363a034a896bb3c9331c565f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:09ab73ac9c9dae1e080a70737bd6f8c927d47404850ab85cdadcf2be42dd0b1b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:3ad634a5d007320ce93be80165b01aeeb25319a7458cd465aa4732518460855a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:71f3b158f659a76b705d4680a0f81d930f6f622546c903aa2bac8548382d232e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:cb741e1ce964c52ad3d7c373dcb2b2cf0292fae1c857f71cbec4485e0b1e3270_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:23b98311440ae92c9df288db4cb9336e442724af99c860289733d6c35dc07192_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4337bba1939749aef224134e01759014ce11a2ed05926c790c0eae870fd9b8dc_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:505907905f0d1476c5dbcbe7592c9d70ea91df7adc38e9618d2c48355ece4783_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:bc326e66fe857b4090cd0e717a9976857d63a5538890171adc420d47946b2c95_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:84abc2301d2fe7fefe78aa5dc90ddda63737ac2c8c47778b898a91738c6d69a6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:93f2305b36ca634a2b8fbbeb4bfdc1a5c868e791430d389f0e0326ca839920f7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:ca16e72147f9d94306abb1464485feff4a03a4922d5025d4b7250cab7ccc7732_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:653bdf880528e317bebac6f7aacff23ebab11af5bfa931af13a8d8e7b2745eb0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ba86e60cabbbf3c8845a60ba559d1a38d5370ec7ecddeba662ef01fb083030b0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ce35c93fca376e03d1d08e22b8146860e5711773b17f35e32a87bdf93338b182_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4aa1df7eacf95d9408d5016f5715b38ee4ecd340d9a66bcd55cb345d98de466d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:87ef275495cae4c69268a6375eb5e07d9895913b019bf1a73dcc5043b3a24a30_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:8daa3769a103ab420b8b43c68ed6d4d90a845bb23a358c62d38cf679511d6fdb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:18e0db16b10f2edaa9919257d37587d7df3c4c62cb88b8db38cda65e509a0492_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:1e12af727903c112c263bd301b9abd522da36fbe64e195f8a4d4fe19d34e9c6e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:ca613da143b223316bbfabe5c1618d5de77817057a47f8430b9541151b79f654_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4486fbb2570877848c2997a50aeaf427cdcf5f8a2656b3212c263d8ce0d8cce1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7e83a01469262e046bc98732e0e7ce4d71af991288d31155a9379d967ffb52fd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9d999175269f2e59feec60b202253ece2c27add1d003f80c0e40eae8d2621f8a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9f31f2da3caeba8ef97368c1ebdd3fb1df9aa911df241460d27fbecd2cfc9da8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1638b6de2276e53fd93970eecb2bebc56c34ffc099eda9bfcb02dfd10eb07be7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:22cd25be6169ebb1dfe48722f3b4c6133f14c5d4f6db6ef5c7c5c9f976b25901_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:646993f2432d9a7cf3d8d56e3caa5abb77fab65d4dd40a01ea68bc59e68ad082_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bb4b4fa70f8193a7cc49e278475052e1c053e1dca44298f02cf8a0c1bb95c740_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1076cb5e72c6e457760fddde4d94257042f5b0ebd7076a8713499bdbf4943c8d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:3c749018959822c9a7c67fc3f28f62236f1791b999901577445838c8f78947fb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4aa259c5fe5a5f92f61775e842ee7aa66fa29d6b75c2b67cccc8900b08b8e96d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:5fe33023e5387e6836b35074fdc002ca7d7c85c6c6cc95f6f645b1a7a3651b93_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:02aa2709ab8f16d997dff85d05909bd7b67ec3e4cf91d50b285f17532d8a625b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4aad374a238a0306aa63cbde5a29bb75d5b80d2c691558a1b384cc6b1de706ce_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:786af9a1f3e4f873aedc740637bd197272f21553304b987476b2e462b0dacfc4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c449bc96c47df9f808b4e89c06facf7eeaf44761485077311aea32ea1342f5e6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:9beab497bfb41b47b9f8599920563efcb58961c2a8166225f1935f45657843b4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:af7cc2cf62f672d6a00016c116f3c66b72b64fa0d05e7753c8e4b6e628a3a082_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:3a1c445bea72192dc031e4755bd063fecc4fc9139484f54d8d54af26dc755f45_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:6ff31d9e340619aff002ff35ad43b6131042cfd943dc0deb54f19721eefa1c14_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:227e8c82c210cd100cd7aa3b8c5bb39b3ff31a4bb6ad78bb7134c122dd9b02a6_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a7587160377c6622944f5dd49380ee9565d49bc02da4c5b631342a037835c574_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:2793040a3ccbef82e3d074bf0597a8bfc5b5927658a8bf4148b5b0675d6fb3a2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:835edd6d6766e17d868f7f6d283005b2ed2d38cca7fbad1c5b36f63c385b8e2e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b635f689b42b827ad12ec312500ac2582c022eebc7776bac97532bd61ac31cce_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:1099ddf483c4cfe64f687fdbe5587648756fb5b9a3d01538724b2ea2fd5ca6e2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:30dc9e1dd4b35944e21e40ad23583cb9d14be00172a0195dcc95bf8e01e34e1b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ac4fa9eddf99f4581573d52e741f0eca595c9e5bec12cb177f0eacc7150a46a8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ee30d6c3b56fb533d299a7a432618a1b2c83b1d9d72b2c58768c07c349fe95c8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5aece9cbc711608ad1dffc12ade865996984d714f5e64fc894bcc3985fa9c521_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:adb1d854f6dc5e70aa0f33164a3ded5a715ba0ccf894efadd73c7c4d661f0b21_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c0983bc8863c23ae680915339797991b26c17fbf4782caddc071a60c17992266_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:cc90303d2e2d0a5818706672d1aab7847450b9d2cd991d7638451829fbf26163_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1485611739af941f4e368aac9cb95ee105aee87258e5d872d51d7f74291a8e20_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:45d8a8c4703462edf967071e89e08d8d9e495d69245ad8b6ba2d6e80f579eba9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:584f6670245a288d5489cacce0e0cabb3c86bd6698f8118f49b8e3ccdfb47c39_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:5a29aea0e28d0ced0bf50bd3dac2bb6f6edce5ca6ef373f3d097e668a9e8cf35_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:3aaedfdd81b32cd2c67a0d39f819fc49ee2d31176496e043bd4d85efbd594481_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:97e6f95d96f347f03dbaf58cd6c7bf6c926546c1991cd83b5065fe0cafed2586_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a8b9d35e2ec9f2026a2ddf034e9f3ab2a9ea622924960f7d673564dc33ab6224_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:df1a7c4c835c59041b8c16e11580362d846ceb9b3334b8aafd36d3140b58d063_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:4d3251d46cfd8adf16ce49e35007a998689b714615bb66a12e0dcfeb896d8397_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8426d041e12f43a2b78791227c0f805afd75de6e306cf8bdc718f0f76651d75a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:aabd98101d18f4f5352d03547cc2cf784bf37f962b9c875059d6365a3371dd72_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b9c93d7e3ae198d025eb43e5c2caeda4198462ffaf407270dfc7119316ff5f98_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:b6c870af5b455dc9fc17314802f45c9ebf2bec19810ff75b4e157d96a94e6575_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:d2003914164b0f04ddde9b10d27ada74e57c26beb7ad06dac093098903909907_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:16a4f25c37894fe7ce7a943322dee37d8419bae36e7c7ca7b4e73dbccf8372e8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1b17792f997e30b1d5bf73388b68de6604e4235b0a10e5dc37955f8ff2077801_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3144944813148f5acd4234b279b5569e5bc8942f390c76a5a88789fda81afc56_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e44901d545ce00d89aacf5b5afbe68663cb157adfd23f4b280f13e978c7a972f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:18b95158ab8c6470ea281f81f5f1dd2c0d1c198be78d3007b02f5a7937ade62d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:31bd9ee7e75b32542cf78d1cb12d254a93cf9623e00e5649c016bbf32b8dee04_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5b53eb46cbfbf25649fe3bedfe285e197f65cb55a057176d057e90bb65cf6562_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:bc8727121110bb8a6d9957f7871a6369e1512bb9cdf47a6d23ce12812d84a791_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:0747fad048dba8c93662ced1c2b1a18b7f9f75bbfe0740caaeebb9eff3acc30d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4a22ea1747135e6bd85bc59db41d17d0b4e761e29330e7e3666bf4d42a47649d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:bee322f686572e00dc5c6d7076de1db0034a26cbe44e0f9276b394718d6c191f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:df9ade514c7f2a80c4ea829e2f1890dcdd6a4acaeda829d3620e7d3874de77e9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:859e9211c265355892dc4aa19b7d845b985be40bb8f098702aef50f84c3e5eea_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:c2e28f6a9e1de3185753cd7fd47a51ed01cbd49697cc452448adbc961fe71003_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:c5ae19ec61f3c9cdae0db38b1aaa03838d421f9d4473fda4e52255cae97a2fdb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:e654a7604401da1deff9d8baedf0f7567831fe5f86f75e06fea3e5d140bb579e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:0640a6e0ebe2a6982708f326bc721c2c754eff2afdca443499843b111f223e39_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:5eb8c786a348343042687f659f7cf8b066efc3c4ed8764ecf36dc6e49a468cea_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:83237f13a3a3e051643bc1aa46838b87be13126c0e52404940351a2324008e68_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e67d6086ada10c96051bcbf4eb7414c407832de86a8e2d89364ae0d85a883982_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:9ddc6bf41dfb204e9241c57de41e0a6e1ab1c3f8ce2ef1a90573bb7365ab2bed_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b025b5d368618a31c64189f1a5f9b3db0b24068306117647796f00a22f6dc4ac_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:de35e280f4e50a18f2616dfc561db85b315425ff20bbfd4e19d5f64f93f3d0ba_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:f0368d0d3968189f10cfcbb972046bf09ad18a7a1a747887c239b75a1988344f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:21757065fc31856133fdfc4d459a993262239af0d2d242a6b55800bac866ef02_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3b08be9a543ddd200f66178d51c0f165c380cbc845a1be672b85e9dbe2db9f12_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:8e9d4820353602730cc0e808b2cf6ffc20ff80ce06915e40027815e9046555e9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f7a9a92412fca24faebcb8a574cac92c985d1392f1544e71fa26bea80314289a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:119315e723ff4b153d8f756357706bb4cd1ec5a160a7b173e359d733c680469f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:808301750b17198c8c7f5b2b71e6bef9a7e3d788ededb9a5f79e1b13e64fbc82_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:89ae8aa54d64f62a73557d413c3f146bfcca1c237a52bd57f0ae87ba8c8fff2e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:feecd842ada0c39c783faf280d103523668de8d16d43dc22f74f262f2a4aaba1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:595fd9e735db5032c9bd3a668135d99b6df650c250b294c4f8b11d67f990df79_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ce4371bf509e06e886c5ebd42312eaed3ed31fe6b8de91284f4681ccad199329_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:4662806bef8ccd703086edb7d1eb0c99f785927b1f30f227bb438829db52e532_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:d06875a7d480abe6e062be719a9d6ee0900180e659c09e2243df36e3ed55db07_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:2f6efec846cb1babc0dacf51b67634e83cad5e0f4700f5db54f8c356b0df8119_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:46a86c6ddb9f5bc798b43735eb0cf9d515091549680e43cd2993ba1b07bc052d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:aecbb57cc9a6d72de8520437e911255e51c97e4c40b55ef207fa98fa7c9dac9b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:9c8b022e6bfe80bd4998f177c0fc25e4a5d224a6dde99157f21de5d08f18e4a7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ab6a31d53e6e8a5a0b67f4020a52faa7fd3ce35160189aade3e958559b467dcf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:cb8394ff8b96398f8db5bfa7725c260d343774ec319fc1e3917dc19fb51c9b9a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d82a2ea6aa1515bd56aa55ea999f91e9f688e480d615fe53bfa2c74c1071eb82_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1af22f98af2fae1429e53c988267710578a3a092524eff5032e0c8f397a6a953_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:2ad01a7c2e75bb850686d59dbf73937ea69505657c2f2a55c10e4fc17ed83f82_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:95334d618727e811d16206a6f99991e93dde4bc8ed26766da848ea879093d736_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d460b99f6d0595fc76b4e85203f96a8a809cb709e22f4d8f819f99bc3e817688_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3b1986a8dabfaf0988f12820e1a199cfd0db684ac4e8d956ccce6eb8bf1146d3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:8568a6a6dc94a45bc8feadb7ff1cccfcacd176d276568ab96f4942aeebd4938f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:e24967262f34a1bb405c1010688b4a1ca1c8271787a1c8f5d8b86cf94429e6ae_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f2f71ca77685bcb4618502f0da4f242d48cf2473f0c7e439582e98f15bd0004d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:23400e78f2af2eff9dbed7a4da3000fee627509e5d4c87742aa87f8be1229a36_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:64863687e7fde678af49d370c9fdd5045d47dc2c3b921b179dfe0b392aa4b447_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:70935aad01a4c3b9c041d22554f4d8feef7038bca871fe1d84c6b74d4d830814_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:91ef5f2ef8cd345731b53ec5e044c30e14438f1935c74b5eca2436aa35e5a7c3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:071766cc6bb41db5220aa5173ef5d576f032ee1e8dd9868deabeba36f7798342_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:5a9fd7861ac77020db7532e72a52571c48c4f62164c1c5390cc55771b93894e9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:adc440a9129c3c9baf62a3f961179c843f6e68a06cef4f64a64e2a8cf7493d8d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f8f501653da6427153aa72340ac8238e79459759136d64d2ba6f8ae03184c436_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:023893e6a4a14842645d23171ad5562940fe5a25e681eb8afa278cf154f60a5a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:1d5ee360957a5cbcdbd54e71dd9ad1e0ee1a37f994e80081a07c289fe1be7c61_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:298f6b16fd4c32caa2d49c5ce1374d7d2037b3681f74e2bf7ecd0afb80c0e436_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f6048c371739ad69e9219e8ebe2045a246ec4ff01bd289bf630c45ecf006f52e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:2c96cb9ede1464bcdb2aa65b23d5c317050c99a9c7674b217301a84734b7fd88_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:31235aa238bc0662e8f3efdf393f9ca7699016dbe1261bce0ce37675afbc5054_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:698f820f8b9ba7d04cad32dbaf6420ac0e1ff5ae0a1d10f81e867a123dad0a60_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:6cd2462bf7a3f58f79de73fc8ed717092569862dbeedb6c72999a8ece328260b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3e602466b3dc3fc4c7879bd90a34a96878e5df827fa7664dac632199b2805464_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5839764d395594b922ad989a3fcc5bab129eb919d2430442390cdd7e95229219_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9913891ed84afd601b5bd646398f266f6970b7e3e164f423ecf561afbddf6f9a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:f236ad01ec1299b4a5e4b174ad698412bba0f090d7316672f230abadd209940c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:0c1f5188f4e79b0c508dbef9f9f6fa5c658aec17a66dcb14b23008d112aeb6a0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3d27787b58896192ef0b2da74861207bf188e5632c0d7b06ddac476ef558175e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:55402c1e07f5de8bae74f8fc9a579c2403cd12e65f9b6714c4d6b57ed42b4250_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:975fe9a014b7d9c4339bb34d0bdfc862b4a4de19b4e02b5b55a484ab99f31bbd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:142d516609c278895aa3302ba638724fb63ecfcfd232e1fc6571f5856aa4e034_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:28bb93cbe40b57c179ed088e45de698a93dd1c0c14d6ebd098439a412478d314_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:441602150d0bce7f8941a293e3a803bed75953986e93dac3eeee50848204728d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d92da8068e3440429fcd5a5b9f178dad1a0bb14fa3bee4849a99bfcc6674e37b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:55315b85da730c2bde56b7d08c4caaad5db5bfcdc2e9f21286ec48e58fb1c64b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6f2c19276901be4850c3d9f502da1365d84dad18e3e1327159af41877432c41a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d4092b12df304edca57e47dc5ee77e4e9006297763ec2e2371ab3856f94e4654_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:f9e46d3228ddf05919d0115f274f94f8afdb5e65c54fe6b17514e7a3b04d351d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5e06c7a4f4f0b3829c21710249546680ff1b7e7d541e30b556dfa69aeb7a5ef9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6ff5ecb5b92ac2d9b1498f86211b19e22627002d788647062ca604ba9ac8d7b0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c2c203df15e000f53388a84d8ab5affa78c4210861fcd0a28fce99c0ed86009a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:f080c488e219c5b862ea88e3ee48bf866c186caf803403d7605ff3afa5d5daac_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:4e6bff26378ddf7b42fbb27566ff9f47095cb5fcd74a26dbb1604725dab7c1cc_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:63efd9d23d66a2e7c754d1b921016177edec08aca034786be697c6ade7310e71_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:b15dbac78b5deda1493f959c14b14ff5344b982c4373471b13ab2f3829d520f0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d101f7ea169ee12e824370400ef6a94e0cbd48aeca6fe0ad4777b9bdc87d80aa_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:05692fc0d27f1bd3a0feba7c0eff4237ef52878ca37166d92a89aaf190972aac_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3805505b579ad8be8620a53e792410bedcb7e1716f3d6401e76c8bb179d8aae6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:47c1d91d614addb733f775406e764502e556f4a7414dd1a2060d3065f6c3c120_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:58650c0ce9725ed10e3646acdc76a72c4d3abda025bcb735ac2eee42ea261e3f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:4778a088ee10ef3ba59f3323ccccf942000e3d2bb8b0bc201822f7cef74909b6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:599fdac73334d243b4d362b2a752f184f303aec12e4426ff08b1b4a6fca0380b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b1ab8a122e88ee201853c669525590b6f73a60803d1772536e76c56531fa0041_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c231527dcedf3606bfa162c0026b0b037d41a908d6be2418f4250e234dc66023_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:83c6087954a19cc11c7042079ec3ca528c8a18678928c3ad9ed8b22ff07df36b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:209a01330e1894300123bfbcafc53948760feb80e0c7c81e521ea7abef269d69_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:013535daeaa7ceeaa565545a98d942396a07089a96937e4960a1fc0d44a4629d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:40fddb8896fcca216855ef34f2c8f0c6cbe3a59c6bdf4c3c751f69b57a63ce4e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c3f081c38876339613b7a641b30adb9c7f3e67d446151c892a65256ac274a472_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d6f330926e3962b0b73bb4b6a11a1b40cb0cacfdbe9fc0eb4ceeeaeb3bde758b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3f2283bea8d5c54ad689787a7c269022b04624d2b1ac830330a79d30364ffd47_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:476af4f8d17ec9fa6bdfbfbac2904244c4d51432b67f111ef0cf4a37ace9a86a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:a609dc606bfe95a904dd8c6abc0cac79316f17618d8b676512fe1b4e5412ba01_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e5b754105ab8d7cb9b581d3c4dea8a295919bec3ec645aac468b5f3267e0d7f0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7f92fb1c1dd18f03677ed953c82ff87011d8c15f1bcfd8c22cb7a877950bd063_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:d759dbeb39460193f8361524fcca202fb9f634d65d35f19fde1a187cd7230608_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f0544c40f7c610e45782d6a757343822cee131b745ae6ab4aad4b878994ce8eb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f5ec95c285270e35a77f89f8da39a51c5d29fae1ac277053eda82e250c715f91_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:191a27f89fa6ec450c37168a65ea66bae9ef862bd2b40c1e8d561b41db842591_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:905e494751d1e26c98857f7ec4f41b4321344f9e86d710186d9e9bf410f6e983_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d35affa9bfe2127cbed058251d47570d65b00a8045748fe1e97670797e8cae2d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:e82a015ff030ba177167a713df193d74480998d946b593a00c799330894702f6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:97a3a8951c456ee0c88a42cf7114a3225a3dce594b470b0b8f57f45c62efc1ae_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:b49317158bf5eb1940a35be96a959bfdb8beeef52e993bff41fcfd974b12dca4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:e616c0d47555235cc1c7e275538b48fd10b842cd11c831a4dc719afe4dfc5092_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:ec827ba35ddaa01c257247ce4f06ae733289364530f6b2c2d5b12a3b2959762b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4f5c8e59a54b30a9f38f1955c6d1474bd24bec33c52800338118973cb6f3e251_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:63fcc02b58dfa0bf549c199736bbbad1e764ab86d9375a6545ae1a7bc360f247_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:9264eec1243f98c37a0843baa36e78b1a88dbdd2bf602156d5f7ff4bce1cf223_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:cafe32e3ff4aabbb6243fc984431babd77e2ed05bb3c4abc621add33c5a69481_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3d6f997f5a6832459bbe5365b533f601dde3872be09c1e96b3b2fc21951f6adf_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a76abfdfb6be2616ba39fb25137dbb49dc56427081d9025f2825a3ce8e5a3928_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b540e70dfd87ad1e2e400e129a6b495617f9d57e54c1e54b09030cae11653d03_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e7c9dd297067d256671a0e06f9985a3624240158a1f4e2b97567409199ec453b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:49f6f4761d886208cc262f1f8e23ddcc0c05d5b4566f6cdc8abcb1a328c8c5ce_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:836c9a619a35d6b8d4929a78b96d0641434b880ca98f44df45f0edf7b69a1d48_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b4ffd4fcb95ed73bc3689988214a2e4210233143e0ba4f123ceb4c2ca14821b5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d4062c740ace239409c182e4c52858e384384faeb0f3d98486e0534f8dc19702_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:29b0d64444b1081a568d8c9354e79b60ddb1c3286f9b6dea3ab69023c11f3436_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4ed2d42fdc6e8fa9d3d08152849754d1827dd54ed86be4507d75f5c90bdde542_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:c1f38fa9fb729b6c497353127feaa36375749fa07f91020e8634838d58628878_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ef794a3bd52be528ba81c6964af2fbfeff03b1aa3d17ac36fdb97f124abfebfd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2518415bbe069935e8229d141d4a8a50285c408d1be2af467c458a324120154b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:b096377e0704a959a0ec41484825436b00d3d0887e49eacd59d88bda87e38b03_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c1b30a9d1f6908316a829b3084df67b9b8bf5043fa46060996cf259c50f62090_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ec9171ee21d867fd61004535db96e98f4dee9dd6f3fe86b719301cb1b0202a79_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:07f056306c1122527032aff7486e5fc75147f48c708c0c0abef7d570cdfa78d8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4314b0a4d5a82abd583de659e5033d0680dce2b535ebd3ae4dc1776e741bb214_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:5bd5ca703480895af05ce052c3f9f738672e989cd38e905cd17bbc378cae05dc_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:db97ffa52f99127907d41b6bf460299c3fff8adb69d64bd92ad371941364c374_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:16374008403825338098f7aaf57f74a2982a75355834552bf29246a9ff4e0b7d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:770cacd7e4e04a786a2e55a3cd9ec21048131c8eefb7baa4225e73a09f0f0901_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a240e71d7418d6f9781219faa2ea9cd315b7091b1a70d6032f81de2ca3c53aa7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a39da3d53b8b927594c3f5c3a5dfcea689f2b75091209c0cc36b18e1426fab20_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:34cd79b95f2ce098b064859e38785231def795d2804c05bf7542520e9d8b596e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:354b40ed867003c42975780f9db1320302500f4ea6c5ab14a0d0ae70b537192e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ba52f6036566829553d0039a99ab677c0e40b2a14bb3d26ca470c526489e4574_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f3eaef7985effa7f09545ee19442623c7aab7245597a4a1d18f6b02a7a8f77f5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:154143883875b88eb144b77d13d5e9f750cd8e020af720a7bc6a2e6dc252a260_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6fa758fb6577cd18e48fb9280192be46dc724a8cd02b54459a5d6a3cb3d06fa7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:80e191f5faa2991cf3bc7033691c4966f1a07953e4941ad8730ae7c6444c05f4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:88ce4b91b2161c9b22f154f2a6903f801e26f15115ac874c549e8644cc5e734f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3386c9093b00f29600b1807ec97b1a6c935ef7a6578de01f9ed5f90fae6a5a35_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3646bf2e6bce49c01198dfb2a1f67371ad1f20b48cffbd7fd8f652cb9b215ae2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c50c48749c9fbe882410ff025799c6f450b063ab3e17dd1c4cbd2afa2b48fe13_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:dfaca907445b7213f3931be31fdde7480c22aafc0bd3b030d7ef9f0d84f5549c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3ba301cdb9ac46c11853c61812596ac905e94f15172df53cf352a693ea5a0a6a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6faeb6e3779cbdc86d4c7cf93e739c0585019e82587abe150f76c7cfb88cc417_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a0d6e3c4b32eda442fe231aaf1a77ea61125e0509287c381ecdec1615e6aa7cd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:bde28b18ee5b582b69683df3122f4f9a3a4aff757c2caa9fafcbcad878d05d3e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2492414954e0ca3e228d6d000733ae02c5d4d68d4b9f5e7f992e1a5a60cbffd5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4aa1f8159ae2b9b385bfb204298e1710c09123bb19bb5b94c2b93dd0419e06f4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:9a2fdc67ac81e408bb49170bf7a862a07998fd951ebfde9396ebcda40078d3d4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c952fd4490ac28f6bc2b39054312e85645c12d20e39ae631e35470267d8b73c4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:001807fafc7bfc5eafe92ba92c127488d378e1b36262f0f71cd4e4feef05598e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3c3f3a57f87c512568f858da90b13c39e9441a1910c48b9bb51cc2ba3e816b04_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:62e3145facaac381967de0461a3aef63b2b6afc466dfb4e185a35aa67142b6b3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ddd906a1e486837653341632e3ccd2d805ba2c7a7d7c26dae34022ec6a7ee90d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2f80d2b9f76b8633c9e6d309c5df7f251259b61a9a40a0364f2160707de313e2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:779d8d482e7ee453e8245219a0e21d84bfa1080819b31fb9f5de38f49bf3d724_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d44b76b43d8d5303fa38a3b8698076912be870c7a901c41a68f59426cd41b39f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f5bc9a28cb8d0bbae97b39548ab6688a31dfe2b23b8d3a52da3bb397f6aa8b31_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:195460691d14dc4f518717e3678a9ea780eb548fea8904c5bd4e2d554b81233c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:29acb2429041bbf17eb0f3faa0da84c1c5655df8a425755c1263fc16911d667b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:20dc4b1b9ab504d4192bda76eace70933c264628c091ccb4ac78faf01104f356_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:366b95ac0f170d8c1c969b41f3c624026593ebe8bfbb466c5f7109e1a6ceb1cf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:32acad5511e808b1b3a80aa96458ed7f1800b4f19aebc9edc4f85ec3613b8ab7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:dc009efb6f6e9d60b022ab94d84d47fb169d2dfdf9680f4f24b40ac0a4ad396d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:77abc31290209253ce09838a292be7351c02d5a7367859c430a5b3d97cef7f31_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e4cf03a101a115d398aac9c645ef400b9366d4bbf189de664ccbf782db4ef5b9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8a9471f7c51a026fc621dcff7715fbc9620603aac2c2e4454e60e0f579527e62_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9c1b85cadf719072db5b5abf0b93b3556a74a67efbb88d7903bab7b6e988fadd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a454b939762af9397d7d5043d1e6070279e1a1c4240b2fc808f0e53872bc237e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:b0802c5220abce4c73b650e105e42d0c1a57c5248c4f55819e15053c59f2680a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:677d190589cf02f414cb0cf4a31041b02ed8d706afb433bed1420d6f35d7a44d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:af0aa63d5b375590ffdee42f4a7f00a4610e33c20ac7f3b23242a24ff43d141a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b2e943bd3add974a8511a316f526d92d0ac1e2a0755acdb49770728984abe2a4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:e433c5ea434c2261f40d623bdc22944c1ecd435c0ac08a41d36049c9bce1b604_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1e800e47a04f7f19c87bb79778586939b4bb2a32f5ce3790d796331ca93a9235_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2c0ca90b3662de85d7e595e76f678e419ea1f40990c51ba16bcd01438f0db553_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:607e95e44de20bbf0feccbd8bb58469928452e6e4f962ad088f452e0e7e6aa5e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ce154b3a8980274f592cd2d41da7a748f7c895f754a3fa7994eeea657684fb12_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:c00947fa5cc8fa1abc26adf7cf8acfd4336e1aac0f1007133b8c6440a8148a1d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:c9a5828c250033f2bf160b102a3722959210025d373b85ea69895c96fbfba833_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cd8048f17129cbbcb855587d48615ea6e574d12f2952c0b1b5aa3819cf453541_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cdf9da2745d57ceb97761e08b560f2de7a212f860362eea3fd445fe4f6f7c769_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:02b7af4ef7daa8499a24b02aea8a24c98960851864cf639e0b698b3844563a8b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:3f82d5da80747c147ab429d24e8e9791527f7cc89fb6a7435d0cf6d35cec8933_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9e4085498157bfd33b7bd7b212300fe58ce6d462854fdd8a597f288637503104_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a8775ca5ecd0065373034a37b6de3fd736045868a3b116aeb216637023aa9685_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:28986bf93efcbdf0c2012acf8513e958ae8b32db4b649b9355b1fcf66b35038b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:52990833d3dcdb340c68234412d3743070938573d0296ee45138b404054e311c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:92f7c8de428bcf236f2aecc0382d911bcf5f7f536bd09aa44f9019ca7627d116_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:fa6add264803c2adb838efabe0f0fd8f4d78b14bfea9c1e91cce957e17a77208_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:46910caf13bd60c69314b0a72b866a8342c1dcead811f01f91b1b1674ea1bcf1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:a7ab888801a85e65a01acf68805744b7f6a1ca713c329629370b0fe0a40c359d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ec97f4dc1d491cea9e81ead6ed959141f0ff2b36fd4fa623722020431cbee1dc_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f67e6ff190c45a81777e63b69812760e828838e338e1d27672d02b5544b3e682_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0a9880ede4b10a6328766c1d9b05f17c53faa4ac561a8e768f5fcdda9997f056_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:51f75fec0f0343d3f68e8d4810e7588475cb0955b4793db7347d3ff466cc7f78_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:74ec8a94d5cda524570b881e7a352604453026a0324010b7f4b3d0a898b5e457_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:fb67ab3a88d2c3f33925830b9c63584bf14b321adbeb2e752a039faaa0401c8c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:13cc747131cec81fd67e04409a69497d75a893f4b56adaaa3a1f77f1d0f3ae67_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:2236900dd28b8470cacf90c618bb50b05a0d1d66726afebbefddd2377283989e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:ef89f2da22f7b0c0f445b7e700b29cdf9ce229cfd7866ac6c7bd2ec367db3bc4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f5a6e48a72f6054924be3b81dde0cc0ddd95d7ea029e1d819553fa633c47632d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:49a6d800db550efd565f451e584b890e88b5c6ff8be6fa0e17c30bab2f9980a6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:cf42aee609494b7786b12443443b9bbccc8afe2658ff6c16cb5c86c05c95a30d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:eb13074eecb1627bef4ca2cb0dde1116ca08cba2adcafe089e898236bb37dbaa_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f96cd58eaec24e92cb84eba253aabc815becf9264136c2cc898d1424fc8c87fa_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:8597574b86410624f04ebb0fa280276db1ffc676a56fbc74425e16790013ee47_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:901d510199b2e6cc87c754af5a1c8ec564089441f85917043a80733c4c83a430_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:9bc218ed94e8e516b01c11f26bd9adc30251067492ee2a84f55b573c2d09f6fb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a951a17fbd50a051cde6c2fc4e863bd70e29485fcb085c4d0c977a0bfdda5ea6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:11487764cd999f6abe6bc5021312a0ad9449b14b2ecc6f7bb24bc0d7dc57db60_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:362cd0740085d7b9bdfd4d10706b04b4b92ea759697c57b340698ba7fee0e063_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ece30fffff9f1b1252e7063cb4ded0e669f661e123a02ae5bd966bfc5e3e1ed6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f0813c18a84c6a7570cd3f51826e81dd0cc164299173d05ccf7ed3d31be71961_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:b5291a1306ef132559dcf0405c4a15d2921133356d904aba886e2577030b1af2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:6fe441946297aa27d90fceb448adfe939cd74ca0d02ac818d9577735a8bb004c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:0003426c210d73355a8e23970e027c7412123a75d979052113f325edc288b478_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9315e7033cb22fd8229c7cfa7bc78b10583dfabcc54edb3ace0a3eb435394f9d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:b5291a1306ef132559dcf0405c4a15d2921133356d904aba886e2577030b1af2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:6fe441946297aa27d90fceb448adfe939cd74ca0d02ac818d9577735a8bb004c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:2198b31f6460daa49ac33aee124d664f8020228052df648ee79a2eacb155df0e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:f1ac1040078d827c434858ca528df96b41047b32c27ac522d11d6d269da755ff_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5a3cfe8da21c874d227a225313dc98a3b175e9b67dd90917a201d5be2c8b0d12_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:a119246a2ed145b6fc3ada68e546e729485a34fc869e3742ea1b01b9f853f1d4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:ac4b25b223b08c445aa875106114964745002e90908062d0c11b56e27ed9f8b6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b1fe363d1a527033081799943271457afbdac0cb23ff875a65a6292ce1f6cba7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:66cd3d5b1343fb7f7fd7a3922adbdca110368de4f696b91066252229dca3f16f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:7793b9facc62469acde7d6064a4c2f26d8482fd1a2205add60fe47541b3141e0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8fb627e3f8138d9ec3c3903373502ea0d3f83c1788641f016a9de4d7e41dafb4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:f239cce00d46794f91479cfa3c94a2edd14e206f85e684131fe857a80215fe6c_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2430879"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in OpenStack keystonemiddleware. The external_oauth2_token middleware fails to properly sanitize incoming authentication headers. An authenticated attacker can exploit this by sending forged identity headers, such as X-Is-Admin-Project, X-Roles, or X-User-Id. This can lead to privilege escalation or impersonation of other users within the system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "keystonemiddleware: OpenStack keystonemiddleware: Privilege escalation and user impersonation via forged authentication headers",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This is an IMPORTANT privilege escalation flaw in OpenStack keystonemiddleware. The external_oauth2_token middleware does not correctly sanitize incoming authentication headers. An authenticated attacker can exploit this by sending forged identity headers, such as X-Is-Admin-Project, X-Roles, or X-User-Id, to escalate privileges or impersonate other users. All Red Hat OpenStack Platform deployments utilizing the external_oauth2_token middleware are 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": [
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:29871a94fc618bf280a7c38280ec0642c766838bac34a9ace503378a67f4638d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:fcfb0cf49134add5d8298b1fc1f52ab3eb924efc2bf40ad077c3def948b3ed8e_arm64"
],
"known_not_affected": [
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:7d17650f80e7bf782a7a59fe0672f593cdf9dfde775b7153fa5a5c4ed8b86e2c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:bf046c55304478c82791a67ae0dfeff89af904d9b56cd63a29b261cd02633798_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e6165bb623041db07759616b297f0541fcc87dc3bbb91cc77399cebe96c1b647_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:f47af1eb3413e739f7e219ea89dfa0f09bc31f18a771e49ad36b32f8219d9112_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:34161b5f6663f9408d7ce5afd4525442f41332a9501f658238f3eb6568eaf3ab_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a4116b2262af10fc2c7fc40800501add9f5a9c671907f3eee75cbfaa37d47263_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a8dca289390dc8556a4cf3cda46e5cd45bae33fa2b1a88ca053626ca3e3339e8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b43e298d73fb723ce446344fac3e136b0d3347b38e7d199a09d2bfb85c231249_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1ec3135a01ee2bce646338cc6d71d35c8adce9f3603f0f07ce90dd88dbf3c4db_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:94c42af9dd8afefe53de729d8ec8b5f9103cdd7f80c96999b2863bfed030cfcd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a80acaac8c10d6cce0815ddcf0bc296013e97d2cf69d1eb6ac1b7f3b35b40d74_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:e4c52bbf17f055890cf9968da78045295f6e37e52e3f4be5807db679ff63b874_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:28f2daa782218c5fb085acb774bf1d8c13a208b8f29f4a12b372db2c446ada76_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2edfc9e18f365bf2ffecd7ad45b5693b493de472fe7abffe73ff4375bc6d2af1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ba51aa38b39b8f57d6908665938870cced5541b831756f4039047245e0f2a8a5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ca246a844bb6fb906816e4008c922a0470c82bfe6a736f3a926de3def6aa0597_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:07d09ce1d5c97a717dc1c0f540e21fbf7fc2ae0c27be6fd0869ce0dabc0591fc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:44e3c6d5b98dd6655d38e3523fb34ed46dc89e97ef8a86f908d72461cbca59d4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:81e7e1cb47cdbab3a46bf8bb0ebcdd218f46aaa94236ef250fef0fd143c9204c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c318da767c7ef1f2452bb631e2726084f48a640c962f8003467c72ff48225b56_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0b26257250fe3542640ce1a4f5ca71f90294c307eeb477f1d1e4d61e3ef233b2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0cbec11d17abd89ac4ff332c238f92fc49c19f3e1575c26c6654cf2668ca9e66_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:2554ae05f488567b3c752c16c59f852ecfcb90746a47d48bdd39825aede43c21_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:af26188e6f7326835340b99be42189550233a7bfc652375b0859cc058fbbd0a9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:31460b57b3986f0d6c84406eccd1801eb3a03d176fa510978311d46390828020_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:aa730767af15fab6facc460b6e418bbfb0555933b4a54b01d34cb83c1148b8ca_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:ab43b9177badda24d20e8830f375132854ad313b46e27ffddb8d68b6543d8007_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:ee7eff8564ad522223787fc270f1f4d4233359872c994981619f1c10b3dfcaf8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:0d809a095a0d86c0b149fa0e28f852c1633c2904d7bfa23b6900617ef7ffc2d3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:5c15dfcbab56f579ee265d4acf74778d154ce0185234810ea249d9b9e415052d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a95c36cb709d7f9fb89eb6aedcd7cebc104b90f8d9f1be6591981dc9f96af398_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:db9a343c67b6462259b3f300af5efe643b7637bbc88ba5aa65e06e4f573b0049_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:238158a2264b9688491743d5f7c97a3f152ea2fc4a1342fe4b0e63f618dc50e0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:6dde5ab62c9f5e35b853112e3c04a8c856ef9260318dad58352ae36c2d30bfb6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7309bb2119edca063c67c7b074e1d45d99866223dec53f9942fce421e2e76250_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c0803e9ceecf77a8b1425fb0634b40e4095bb9d899c5d5af84aa285527723d83_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0dd635595c420ee1672257b6326a193195b2d21945664e649b09c62ddcc25d7a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2cd23c69b8d88a73a2aa368cecbe1e8812efa47760bf16ee0629feca934369fa_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:4beb73d1a2c279b310fad6789fff0ae70cbe18a79813819b1da9c2c5b6959aac_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:dbf382ce2e7158ff2483336643ede99b2a4fe4cc888af72e92e19ab864c62291_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:303ed90fddf42d1a5ec3ad7eb1df833003ad750f4cea17710870382a0f8c720e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c358b8a12046693741c5e88afa14a25e066ec9e51b84e22935c19dbf34ac5455_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d98dff9a03e2bc6564757afd151092cc5bec438c678f5fe5e402365bc6bbfb03_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:fa2d95a06de233147317ad93109aa809f5487e74748550e40f4189e8aeb5f50c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:943aba9a3a70cabfc2b0c94450b39ab3fbfd92f12629a2e175ad89251addc2ec_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a7c31f5ce80372bc4c63b60f9741352565eea006601522e25f03ce902e35564c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ae2f0cbe29206ae3ed5275bd7a0b101dac0e3bdd5520493ad4bb360e2267ca20_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:b9cc7a6280455a8a36e26494744d9ba540689594f8a1d8f625cd1811eec2b0b4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:54c3ecb1fecd80a81cd667f5edb968c62381bd2ddb659255cfd861dc0a8e0a9e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7deb4e0cac2bc3989fa828677e4717eb75f1bdd8223dc638310d32c73219314e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8901061b783b8a41f447eaf32919989dfd24bc13b1ef61b36f1132d66f64288d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:921aaba9517c1b00e09159d4539d47a55c543b1c7ce3c789e6e333ec133b5406_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0dccc414a5a3efd474a9eaeb61b6a2130f652c97b8b71592c7cc52827ae149c8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6c1df1bd921b4b6fb22f9db19a2c69ef5fd98d231fff3869a22442b36dec0ffa_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:eef901a0f37823970eacc110d194b81a6c679aa3dee5fd0d350b66ebb53a1542_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ff539434c8d3bf3c3a64f040a5f7ad702ded9290ff0a894a03fd45fef9fe42d9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fd88ff4734a68d6a95733ac650eccd70d1c4d23967f32b3ef8de08cea8bb05a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:8b02d7c27cfbb38d19b1456282d58e14c8d64efdba25a6238606f66610e5e9de_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a4b3b74bd3e1a9a1c81f040810325ed6bee59e0fb708c9589439fc9c734805b3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:bc92d21475ba5fd3d2292c5f386328bbbd237b92ab7288d3709229ece5b811e1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:360c5f509936d41297633704930574fb8fdcca27e98d1614ff81dadfadab4926_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:5fde232e29f5707caa6bb5219f108a563ae59bbc5d2818e368a5b9e472a1a2c7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6f1a30e659ad462113e1f481855cc292a760900cb5c05e669b5baa0b05a15277_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e2a33d8b21d3c833d9de1d6472e958b67ae7c6583e326b90ba51a2e1992d4924_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:1a6641eccc288ff48bda2311e1356ae244308345fc4c6e8bbeda2ed8b9f85eda_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3491a7f01d29b8ef97e0d28cf1258c37979ba8941d8bfc79c62bb7ad871e1f19_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:86a9b3d8064057e95ea8935b94edd85042eb86751e79f7a9783b9601b88d8ebb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f4f10a1f9554ad0aaa4fb9dbc97dc9d6b1b27af1ca3810731468b0c458b86a98_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:b06c2047e92976665952f3b0352b0c5bf8b5a2e6ba00b5a5468663fbb0309e1f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cc10468c6882a877f993ac4f6ef5f29e7069f99d6b3ceef528c8d7069ed362f8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d682c5746679d8dd8534b3d9c4b913880ef9d5713b7febaa3c7573fe7900b61b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fbbf71963f1f9fe061819fd07e90df13d27347f2854720be55d4ee453b6b60f0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:515147b779e1fe06b9b510177519d413a679552ed6c2ecf4b0ca8816a1e1ff6e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:f1fc196ec3db364df254fda90a46e6b12bd50d50c01f2996f970ff8f9c1ea1f8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:4dbc09f5c1c4011c13a1f461025da298ce289912d98627fc6d08ffe1a30a2a2e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:d3436d8f8316db7b836d1146932a1f8de35edb75644eb0c9f0e3af334aab8f87_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:1eba9990cf84de01e1ba504b9b852c48cbaee1eebe2c564977d1419177bad652_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:cbd46373b97caeca24a3b22de19a294091f3d5e294f2931f01d786ef566867f6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:09824ee3a4038855e2956ea2d70a72b5d1e4a9ecd9a323dfe27eab6df7de5c1f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:8d89ffb1ab74d5e02fcc13d2a00d5e1fcca30720d987c140544e061ca7fc6629_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a8b44c2c0bed6ec652301ea4090bc62c990130150a8c1378a06fdb3f9a7b848c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:d2005b9ade6f74ee3df518d9f124b8acfa909d0dbd34c1c3b9e044c0556fb268_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:c0d0de4014902209309d97c189f02ef66292b254edba7e02d26549e3ee24d7eb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:f673fdfb5f29159fce99cb0ce47a31fdae2f57533aa49b84228ec7fe03274aba_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:07afc1a6c00649e6f56a64a75a345ed3ec97e28976ac09d362bc44412fa6b67c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:54319cca65ce76d81bd7a392eb841bffc14867bdc1ae341bf8ee6f84d10c867d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:445ffb4c0d9ca84e2c57333adca83f863428819a7732111b204da9f57bad9826_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:cf571aeea198dd0b07a42f12727db8ac78fc7d40eb5d1ce47c0e521f84142ee0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:80bce123dd0a3488a9cac662d578f451608252e8144ee8158cc877c02c3f9d0b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:89a69823162109668d5562e46ec004b719bb60cab26872234730c458dfa697ec_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:53babfe25e9258b6e8564df67e1d465c9f144976af5be7b30d95b0dd910f6101_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:733f6a4a3f1a1ce7f0495e2ccd8f492ce3378e2f2ac1d6f618869bc0460bd341_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:0bd4e71e9d22f6c16130426710bba8abbb82b0510cdcc9eb6cc74a412021c45a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:34fe2d2d5972de86aca83a9affd601cb1c4564fb1939f4dbbee3dbedc2bddf9c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4e01b88be4742c25c24977471d81262f8f0f391ccd5c49250b306e726e1d32e6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:dbb1ac39b132a5d539fdd7f13df09e84eacb8460fd7e0097d562ef079ae2c677_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:1ae054478a86182135ca308fc3f18c49da06734b34fa897f74544644474c7807_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:3b7157d6c737fa70532d96c62fa68e35fe547eedc6c50580cb89f4ce9fff4fe8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:152e3c57d0bcd719bf1e20ef7d43ccadaf30939c8c9899a2ce115a55ad7be983_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1abc468fd1a09c4b30e624ef4cd9257c2d104db17dbcf19a5bb8323682271ea1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6e535ada8c1768a2411ffa684bc624afaca15618b2d1a8a6c50f0b97be52668c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d46b24f503b741f3c919cf2f30409342310e3b2d6110b043128ae5d496219c96_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:12c1eb19b65af75175b1708f0049bb3eeb16c8c9a632957f5f97a5419246c7c7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:36103549903651a18d5c1c25d07dc98ce058140cd2b8d6e80cb0f1a940a277fb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c6fa0940709c377171ed6f553729935a9bf1bc5abb7c47f919d3b0fdbab3fd74_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f421d2c61baf1f196a5386d02b56b72593ab557a99c1ac61fd99d324a8bba3f9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:01b50335d5ef7515c859414036920594a5fa5b0039f5191aab1f16d291f3514e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:98a06124ecb76ea1e4d88de6b1532b2c8c6a7f554d1d25b946258b2d2e274649_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:cd6a54657188c7a1c0147c72b9d7ea326de2d7332eaa2c049ce4e02807177bc1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:ff2c7571055602c2cf719149d742d2e7cf308f1a077c420205bcdb2afff13c00_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:455f935e22bc0a892237c11e22b9bebc4840c26c61510d43827563312ec71fd9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:8b30cda549756767ad42a0486cd2987e13eb28078ae00996076a2c4e52ec50e9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b3f754533c34684d3ebc8a6646c8698cca95b6836f9b9cf6bc80edcc1c888f19_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:ce1af97db3e2816184795c6d1fa3cfef25329df11482b2bf4441c40e51d21347_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:73b55b309bfcba54861b619a26745a67efb4271848e99db56af2536ceb0fa597_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9dd8eb511b9258dd6e6e2edf03a6e6d64c1bf8a5422c173cd0b0d9e1b2cd1734_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b43f4769ae4bea0d180d4be8183c92d1fe5aacce4287fc1462032f1783c42207_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b7d331a0edf44bcf0fe747365f092a69e1c1c7cd156d48781d40d41a3a0c8552_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:304b520b8986da52f9f1f175672f6acb79119085841fd0ff0fa9754e8f22b34a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:67d76b9cdf3b5be24e7d157bfe385f184c6abd429860ba6d2280f77265929f26_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:df5b6082f4f05bfef1b63ede7fdcb5b575e56bcf264bb21e71ea2dc98c884ce6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ea8623b6dde50f9b993f9823e27349650e5d80f3f4f37c6b9b79cbc08ffc6da1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:401e7eda5905ff108ac067119245fe3684e50e736737b350baa06ea6fb2b7174_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:445489e10735202ea518bbee1cd56545f0e7e66742712cf5006c4d4ef30fc1cd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a583347caae3aa7d703a2130fc1f57b9e81ea6a06bd33785d87f92596f1f6355_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d30bda3636af0792fa0b182e8c1f79f5198a293572b40eb28e90e8e536416719_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1a369e0372bdde7ee5ec7ad647d30e6fd9747904580cd025ef0e20e1309080b3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2d0b89c800f09fb923f249da6536b9d396a53311112c458973fa9aaffb9bbd77_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ca969364594a060f9adc621daa9d2af96fd265e32dff63699cb42aa60ec1a9e9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:f1b997f7c662c0c8e91be2d02d6605fdab614bb89039ad1f38d6cac2b4623ddf_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1f379914cc47321de26756b1fd2fb634ab93f0d50400467df35dd4303100ad1a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:748a768980651e5d15e4b06d8483c6ec6db7854844e2b7dd789ea0e5d0b42d70_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:922cfbcfa109c304f82be7edd274534d18f9e2c7fe036e9b078ef40dbaf5659a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f439945f38dba034123eeaffd05372162855f703ab5a939dfc40c8b6e68b6dc3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:515b64496798a09106a5a99cf322bb02cea22a7d1684653ed251ea15532a61f6_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6de46b3fa4c0a353f73b6dab1c6dd53546b38a7cf754063382a47a3487aecfef_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f41ea3ecd58d560a52e13cef8384f6197d49add48c01c432cd8971f53fe5a4b2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fafdde0ddc3752811000a0b64826ec60715a45f09b79aae8aae637b6a50f3c23_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:212637507016bc9b3317c3980c30b476867ebc90d1c0724f0178f445052da718_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5f148616ca51bcf1c30183e095a8b5a981a9be858254938ed45229e4b4ebfdd1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:9461ea9cf5c260411a69b6b39c5dd4048c592f234cc24d481561d90fffbaf1bd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b48c6f2691532175458342223ed6c744b4dfe2cb057d1abcdcf3980127791ce8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:2c1ca60eeda0aa20403364a3ba33d9ad349e98ae3c839bff106d4b3d59426d58_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4141802dad81ca0be90cb3e030f18156e4f129dd2dee7b40d4b4b2f63d7ce927_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4cb581ac92c27cae351d2021bf76d97b20da9a9db8f2b867df879a2917d052b3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:da3dc2f193bedf7af891b2123b2b25ab8ffc54ee21ce4ee4a05557b7175aef7a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:232a25a7c42589bb08f34e08eb3e609ccc7c1de4281c234bb59df3c763695339_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:77021ef3e969e39c28e863f22541819957f046f28a88ce0fb0f706381e8ffdf4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d024567af8fb35126a2084d9c0de93c5b349249dcbd202c0c5cfb7d2d05bcefd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:eff2753dce033753b4687d9eb031bafad6c3bc1e1dd941de90baa0322bf14496_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4a8e36032ebb3b81b4e2e854fda6217a58adeb78e133257689d118b00feb9d0f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4e99ed18cc738391a0b1f7fd6e5268dc1a2b2d0c235b96f5def3d9bc25bd0c4b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:acd10e1026c3bcbe1effdad4d96922661418e8660dbb0e8e97fb69b3df8a3578_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c84a3e6dfc4b3abe1c2f3e6f63018a8d45fa3333969ac2792dce86ed5dc5f7f6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1d83bebcaaf20c68ec4705bec480e45b4a69d8323d118a7fe4812b491ea940f0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:bbd338c6ca660031115a11f293b165aef23ad28150c6a8964dad403618cef28b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e9a218fb77c30af249580c4b11915d4876083f642c7388c6333f70b781bb9f17_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:fd8e0cb32df9a3eb7eecfb9d5356a136590223e69130193ad8a92f310465ecd8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:0de9a2d5418c0fadfc68e9f64335c23396fc3188b1ed7191e2e740e53aa1b29f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:2c6a648364c88588f7ed1c538eaaf850ad4ae8310b83cff95c11db695cf4f528_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:8a408e4ad9cf59aaf87b0c0c97d3e66c4339943d810da2703cb4d0a946ac036d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d4f83ef7cf93115c55d7053dcbe9cf980bf522cb4c3dce2feb95e6574657384c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:06849685ea1a02445fd85960975e0f4f0d39947420d0f381dd724b37f4f44994_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7ad3e41c51b206489d6de9809594d4407f0eb02df060111359880560088c9140_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a18cc97e985023b176af5daad9cfe50eee25bc7e5ef657d20c17aadda7a76c35_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:f3ebe18a671ed1e458d9c86184fad3fea2e8552d8be87b3f2bc83ca45f6eecc8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:29d61cf5ce7ecf8bd5e49c5d01b16a82819bbb345160b90ff46f0d936f1152dc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:34ec4d660b408030abf6f5c0858fcfc095d7548530e6bd4038009c55ecec3344_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5a947d842f80e6e70729d0195ea3fd77111aa4a564c82e9bd0614fbc715a85a0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:c6b897cbd33e4d897a44ff05e5a2f7093a5fe930fc249901baff8a28a015c408_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:20dcf9ed5dab0354410b6c14f8476980d2bea66f42bd64ae0c1e354e185bd820_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:559065936f9a9039c45cbd63a4dbeb4cd3f69e990eb7a878571971f6e94c936f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:79e01008c1f3a1ba2dc98f7ea3163c3874a5b204ca731d056b89ebaaf97bae50_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:c36158a99dbb4a03cc9581c46a7f0e84e3ce098fea15d5b3ff88e10d41d0eb1d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2c6e5834f6042b1a4301f47d8178b2e718a3a459745ffbc959e40cc660ada97c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:475ba06839391550b35bd29309fc939977a72d4262b99f129ef5fc964adcecc1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5470d37d9eb90f60a29221fe605551618af1037c555e7f82ee1c7c1b6b7de654_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c8ce750189b017ec94762b6691cb9a911f97f04927615f0c802149aa3f7282fa_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:1916354b8aed42783dbf3bb7a3be6ebba6f561aa7d8c8f41fd6e32f1e46b09e5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:93cd970355ff2c9cd65c6f051391a1dbccf543a1f4e79ebbe6b3f63ac4030ca5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9cfa1d58c7bc0f875b5b2d704afcc95c4321388c94202c7ecba217a12164e8c2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f21ecbf880d3fb65422bbd0c410aa47136526cdfe5b75fdbfd82e720530c9fec_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4c6a4ba7469a6e3736176c838dd09acca392d508ba2139bcde3d01a1ecd493b4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a21c60cfbdd3b771f448a09b89c09f0992008625caa9fa60c5f9cfdc7d49e457_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b6a1d9d0b74f769294c10ba1ba65fa36a43217a374f3e37a189fe3de1d33d737_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e192ef1c1c539e194a2c7aea2c1cce32c6bb01bba982d3f0f9354649f32d24bd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:03475c318b9a57df484c7be2cbf35f654487c3084efd389cf4f6ce0a0f845dae_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:974abdfcfb3399823b6531a50c8d09203167418b09f859229de602a55c6f43bc_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:aa3852b48c9efac7a7e87bb01593b4a8c7d9f996624154d5a34c836e2b126485_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e0e95daab3cde4412e5d3222236adacdb8283e65eb64572ed175b353adc4ea50_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:106fa9124ad7bfa7e2a7d6c68ebd812cf2bc82c55ac092c1a702217595fc93f1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:18317fde63976665f03833b7679bede00df0f32327c1d56a26afe112b4d26f6c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e068848e4408ea82c40cdf03f2e6c600a40c8743faf344e0b2630f12d79f2fe7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ed90b2768c731b0fb0d277a285164c8bd8cb531ee984be711f64bc503292e839_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0ea0939567de6bf628dd5ac96f7eb68d3b29f1819ab932296293504e99ae3390_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:45720e600e73a2d925662c4c6a7dc898e4c97e38bf9b6c708455167abf99b51e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9afcbae95f66db36e6ea832d41f02c8fa14ab3e79f52dd1878ea24b57565b547_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d4e9f8ad81006249c50770495829c63f9322d0214efc045a4a7b6b0955846f0f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:1d66fb102b391fb88b40efc0dc3b3935d6f4db31825ee4d878273e181585e0b5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:2a221eeae6e50cc04e9466e5777f829f58311b2506aa149094e5e31e0cbe6e09_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7f15db4d5cefd46fc71d1953fc5cd62630bb847c6966523c5ab3d6cc2e5f6a05_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:99a3124337bfd603542826a78e4068bfd7ffc9feac98bac54bd7b3f3384faf87_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:86260062116d03fe7c4ec9df2fde3ccabf315ebc380f61db472d334be90dc325_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:8f284d614d7fe9d7c0bb5ab076490a781f0922453650713dd6bd722a409f650d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a43770fac453ba7e59e8af0c2aff352471f81a1b5f34ba620d4555a16af464ba_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e3a8e74f008721239ea7c070e6f6def1e779b723863e5ca279702f81cdfc0f5f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:669084db9430a977c4370fd7949543c2e57e82da6db6d01c376b3c345f7c693f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:9c91c1adec653c87fbdac6f5755528a27a4ead82d740af2a5e5f38aa16789804_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a2ffcc7216ed314e39ac12c0cfb30d29a6a4267512cc24a8f59825967273a2b8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a950db91a853e2b6073fad294ea604d51e0623b8c34288af1a98752f79b873e8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3af31e33187cf904b7a3bbcf7cded17c69e345c73301563c60312d35d1b694b0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:42bcf4c037d6212103448703395c0ca44f36a89533e205f0965c2c111d218fc8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:7b9bc218875615eaea10e71de2ce1159bbc130dc9099eb71d9fe13d9a0f07179_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8af69064595a39874365e60cc66d5f6697f28df4f82f8e26b86eb3fe08eed8dc_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:43a9f7284fc596378453b6e3a6fa1eb553d403ee25492c8c10107aaa77d92412_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:9074d73e7164486f4e0bbcdcfa5f46529fab2937cc5531dd88b13b2fb433d6b6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:a6656391bbce0ef6c085dcb040dc623d737ee8c302638d0e952eb2cd6e9671ae_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b98987da700deeb50da293568dcab5cfa1ddc843e36ed4dc5fe6d0ac8b63c85e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:66a2823e0f80a885f64cdff57291c2d6af6fd0c117c2d033b372be28b0755b2b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:845d9b912f7dc3b56804668e652f7c6b711a3d064501785ef9fea0273f60063b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b94aad5462be3a96ad9d3a88d8aaa775e8d6446b7f8d1b8785de703d14875cf0_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f6ad6761f6dd00ae42d248741c778b31492259d891751c9dbdc6dc39c2960dcb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:7b31119b0f90aba00af66b6bf6e1d2f7248d3db7129a6fec071a9fba31dfd0e7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:93cc886509cfbf78ce38eec32119b47cca28aaf3b43a254a1deacdd86de5e877_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c4cfff6e697533c3a9323ba6ed15b74250ecbecf71123cfe49ad56708f505021_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ef759942f6399bbb13657a783a7648dbf7ec880e8f6d4ed64b69812f696fcc1b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:155ff7585ebff390dec5a0ee00bcea904cde275e165ac634b2083c1fec868a18_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6971b8fa9f04515d6e4d18a27982a2496a4efaaeff90e741f3248d31fe1961e0_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6d590f5de5ce957e2d21fbd86c08411dc90b6c2444fd43079a04e3acb35587f1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:718a4a859157646f240e5fa4e3f8ad5c5ac7e53373d8b5d0a45159f5eab2c9a7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:629f7a041cf101c337effebc71d27cebd4dbe4ac7f7eb58e93f872106f88426f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:7761842991965d184af3f11919c4a4524d285d69266f92bc01ddd1cc66195fba_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:9865d9323ac25a120e3dbf34644b7343e650cd04b201d65518940b49432f564b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:9f6c2d965dec4b6b13fa96bcaf0134bf2acf302e2a04fb6926075bc9e92de97d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:855b51d876eba214e06624567a2606ed0be538fa6db7e24fdd508a269e1ba2c7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b041548b2283b0b0837db6749c0da693f021d0510a5628bce91ff5be1fc83f71_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:c7fa529102a1f95a53afba3a07db55a3907123cd8bc01cc6e1c4afc3c41928c3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ef32e7c28a82efb0ff8edc4d2678e042afb2c378791a34ccdd9243eae5246d61_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:0b779b84bcdf0ea2821962e7df8f34696f23bfad88557c21ae5fefbce289acc2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:54847dfd1e87683efe51562e103367f952ea801cd409968b8b5e04ca0ce48bb7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c86b554d052e4c0f38d69b571d246c090f5843302d21fe0f2c7c06ddc604488_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:78d85dae433ada85e1fb57166d278887f652a03531326bce186c7d3b207df288_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:4c4ec9a44884b5d618f231cb65a9b69078c2d86c8f168d510441814357f9fbd7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:5bfc5d24081ed832066492f2542d2566f40aca433535ff6536307feaf416c727_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6717dfcf0c98ffe25190b97c977daafdfa53ca406572d81143430f4218a17382_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:fb7ecb21f68557f92a912f0cabea1719fd8969638e16f22c5c89d433168f3ade_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:6f80af3728d41b78b3e855ce438ca882452a785a0b794c374475e6634390f6bd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:7df0f2a7c3268c3fd166e4012ef20a9911d6d7be4ee9e260b2a8343a1a5c23d3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f26c33eae235ad613283bb3629ae031e06d95e4371b6ab35bfc95d6cd6eedc70_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ff72b14efa0c7c37a3795808564e00f60bee07de82fc22c7d1e0822893abeb8d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:15a34ce98242d87b27bcb7a2ff5f8a3426766e31e4aa8dd21280a94a0dd5de07_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1694ece44a326abafa983a7fb2b3f84f671941fdaa708c21159b2164bedc8fe7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:5316833a649816a20637f5815460cdea129cd9f304d66406c7d15210e09adc7a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:95a599547beb53655c1f6bcfe533196664371a94b5fea328543a5f90c1f4cfa7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:0c81a72caa0f5697779c8e808aae1c6da81c34d58ea22b7fc41535e5b047d4d4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:1b5092eff9d9daeea6ffcb7c40f04754c401744c8085b77b67f231cca7730818_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:7b0157dfb720632e557c0c1050c643c7a9dc9b36c5f1858a37e11604b04b795a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:915d7aa28dd103a665a72bba13375c72118885bc3867d07922425576d5372f71_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:27483fad6a2c4be85baf840f33c72d98357bb6a55e754051fff08820977c7a3f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:5bdbda0b9ae82292ab9dcd9c3907d42687418e591984ae30b53d93f422ca9d86_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:93069055bf2d16735b13a8ae1859af38b6b7b9fe3409806c30a2147689972023_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ef060678c540f10ecb261b29b6674be6d3830c7ed0e51f221256fb09130b4dcb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1d9d3b4b90eefd1714e4814e4c340d11a88f1208852b7c624fac4096ec3bae65_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:37afefb255d2e64fe5d72f6d32a3e4a55684b658b114dd341689ef0dd4cefb9b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6033b93ce5c2f73213bd89e9709038829a2739e238a1f827cdebdcac8c39dc91_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6fa75960064a732c4e25407c9c2e8b75bd98feb5bb06c9cd70dac8023eb21c0e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:5eafd2fde7b9fce1b13109f4729396155f7ef07d73d51067b11f96661327453b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:825963b5f6aeaab80cc3c6a3c173b588263b6a9ed2e481c06d42a229d18b40b8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9c24887a448382a80d554684df4280c49a3c6ab89fa9164d547d0ccd25c5b0d2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e423c9ccfc07b48c6ac2cc4369a6fd61e9b8c420a08f64d69e9a35b887874793_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:0ce9b759a50e8562b80a2466a194f70d0728ae93717dadedba3aca34712f14e6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:814fd188f5a532065135552df55e4c55fbf9952ba35f93ec6f4f22a4da2a43aa_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b87d5c52b3da29503ae5089fb3422ebbf5ab02840c486b19678a9c65f04a9e7b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:e7ed0864902433356021a2f30c65020370c3062889f7e5838be60d0ddb098ec5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1622e137e2fcea249115c062de3bb6e0a099ff4f4545ed1c98ae2109eeadcc71_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4a66bbbcf3b973ae35749d7d4a1987a561a57d16b154c0471092a2f242912e98_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:51a7d1ff4fd4ac2325da2064724449847c4aac05dadbc97f30d93d89bf887b1a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:f1743346567b7c2f4101128ba81ad4b3b00a40f3a97a465df9e1b895a08cb8a7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:852af33a0803094bcfd34f452e8490f95fff66d6e2028423cfff0a01f201457e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:9848cc582e21d833e5d5ce00a0655abf37173bccbf944e192510b3373510d81c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a97d77c1235d10228e36d47b304a14c05a10944904685f344953da18f2d30866_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e5cb819739007737f750a96605f14991efb3195f13c906efc64db87934389379_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:3d594065a138374b4efe911a3e4619baf1d888272607e83e4f614e8c3e48d2f0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:7e2fdd43861a1be04f8f6cdf2fe2651d1f7ad194d7a43326e8d65d7757ee3d7d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:08fef794d449fdc5f89da613254f8d8cc2512bffcd5a8f289a7bd8cce9f8660f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:9e43e41968b797593eb5d4823f8e1e7babc642c3ec308673ee1640198f12c234_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:2ab98db3bd54d97694587693c196944eedb77866bf2dc9fa70e6d186c0eadb34_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:cb11c30ff4bbdad9e25e12e2960d754cdfaa7af1507b07e74e21aa31a45b0390_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:107a0f20bc821c4dc4eeb05f29cdd1c0601db4b66f5a3245272098dc41ae7c5d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:38f286396ef7e0557eff8cc665ca46c4248e2b060aa9b170873e13eb691b207b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:5d3eff686a6a64f96a79d31f8cc6a88b17171973f4718d3da82e0dfd456436c4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:903ae03948c7e68b1eef1b1dc2f7d8718693e3149eed21862cf1fcfa13482dba_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:0fb76970c4ef89824f28a0993f2a21f5c91aab7bdf23d6d045da48d9c4d176ab_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:37898fbe4cf22592901521c29bc10ff1f3b8df7a200d64e9c94d037e8cc38e60_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:c4393a9eae01a0bb31f85f8a6cc609f80a8c2e7b7c4372c21bcfb91492ec78a4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:dd74aefdaae0c24dca43a36548e371ce292af5423751718b1a6480224d5e5680_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:500ce3a45214ea5bf17b0c7d0ebd33f75183db7bc04d30f7d0a25a225f494cc5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:6e201b3e5b45494f8ecd6d607bac314cc10b419d4f3a695c1aa9824b6eb9b8bc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:9772d2c999317adac02475b2448f24acc49cabb83c7727e9e478642dcb7e9794_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:d8d22b7e59cb411c3f1fbac22af12b78fcaada8e56313b2f5ac89806152ae825_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:5d1773de9a1eaf4b18081c968f3d1c3ab35af0333dd8ccf599c30a5336b40ccd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:93415b427bdd9185565c26901edda6e5d0e5b7bfa013605de8ee206716141c4c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:be9f4891181cd1b58aa9a3fa7a0d26dc3a382e9dda02744b06a1cd7d806ed6cf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fac44a7144ca9e888a74db83f6eeda24224d05238af0f8cb54627b74148f51a9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:20544ed1aea9d8b483ac6dd9655a0d108b80121b7011406e0a59de4c93060dd9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:29f0f10ec928c8face73cd03bad8478ab4b8386f0df20ee2482102f870f198c3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:adc31a12f2eb578e7bf135bb0931aba306487174c7e8e71f6d3d8661aad8c350_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:cc2921b6468b77227e9f210589f07cf458eced2ef0260582d0a1a4b8f9b7a613_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:156540860fbd6556102cc1abb3762e6595d374fceeeb7745d92655aa3fa74551_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:426c0e5e5885ee0450f36a93fea6f733637011c5f5c97ea2c790e0edab5d7cbb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:abea604212336f8e3cdeb786913ca33cf0843f3eb7be0d1aab681a005e6c9417_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f58646a44ac2716d6842af49e48f13b6c0a58ffde7202cf6004f479658ecb048_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:484ea3e99fe746668ca7fed6862b095326bfb8f26cc79c0bd4de143083b0dad6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d2cf9eb8a6b0528509e571a8ab3710bdb6b40abb5f19d797a9097524d2e3cb7e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:def75e5d102cae679cece8fb7e7cf26631d9aaee782319bceffef95fe76308db_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f6a4b9d3d3792cf016df0f539b41c2d33d4cfe3a85f87b8b1a2215c703a13d83_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:17d73f64095d650a84959f826da3009d844f209c39a9cf55460b842a08968fc9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:382ba71516ae6c2ce3670b92bb206e5bdaf5dd0519b2f1a6fcb417b99f0ccb13_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bb9cd5df0da433f514a256dc92610219d22962f8e9fdddc4a1d6bdda45174287_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:da71d08bba2b937f4111e6d773765da8379043335d83e600743608bc4c3b7580_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0761be83c6edba07296a17b61838c3720666dfad633f9edbe9643c1cca008a8c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:23021b0b3a60c43895c17a9d27eb53fb5cde7b9ba6ac7a5d81d1723d804ecfbc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4c802a4f273a7d7752c93b18c27e264cd373dd989797d1f9b970ae368bfbed90_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b41f90c9d31171dff6834e9c7b72ac295f7e0058eff6f5dc7480d7c4797b9700_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:192a0e7b36c1fe8b6b70e6504e12a59ecae23ef83d563ad4c8cca3ab5b2cdbe5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:39a6978585f0e1c57d7460a4fdd668a238e126c2ce7e599ad9e847bb55783249_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:851b15fc576a1939eac61342bfc75875d4029dccacbd57bef1b12ec784523bc5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:dbb87a87d86cf4186ac9c4e546048bd07eb4e4b3734935a152ecbb60bcbdc1ec_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:2c372fc451a83f382e57e1e63de0f0b10f0479e665c2e1d39b20c8bd2d84f51a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:881e89459149105fad3a737087f34ba6a0bed3d933bb73e4d1943a36d21a1f55_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:cea296a2222cfeabbdce7a42996be42db39f3d89321f93ffe705c0c01e7b5b30_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:ee35c6aa82fa9353c63acb0455e5196e946f423be7418de921beb7433bc27dd3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:64c68a2c39cedd586eb70141b21d19092d16303738072987e6a33a208dc1ff43_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:77d5bcf195bccd0d556e17803f4c5273010543366112916c8e9e4189b5f68627_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:98e7b50a5fb4fe900b08a52bfe5f1af0f189bceab97ce106ca4550e0fa5bf487_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ca76d72ac426b6a7fcf59fb99a3fabee6c5ad3e0095e75dec3a06194fda37740_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:07406356bc5aa39e2d130e94946ac1ff2346d3570819af5d1a228b3e927b3df4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:628d272cb4ef7a625677252fec78b4f6d7daaae10f3fa21e9e605fa294ff9ef7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:784c9da7c826f43b21b798e18d89f696ff3c0d6c999353336d1709149e3ed6e0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:806bb2fe904f03bdd46f5e7fd0da4e8c27badc7a363a034a896bb3c9331c565f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:09ab73ac9c9dae1e080a70737bd6f8c927d47404850ab85cdadcf2be42dd0b1b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:3ad634a5d007320ce93be80165b01aeeb25319a7458cd465aa4732518460855a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:71f3b158f659a76b705d4680a0f81d930f6f622546c903aa2bac8548382d232e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:cb741e1ce964c52ad3d7c373dcb2b2cf0292fae1c857f71cbec4485e0b1e3270_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:23b98311440ae92c9df288db4cb9336e442724af99c860289733d6c35dc07192_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4337bba1939749aef224134e01759014ce11a2ed05926c790c0eae870fd9b8dc_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:505907905f0d1476c5dbcbe7592c9d70ea91df7adc38e9618d2c48355ece4783_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:bc326e66fe857b4090cd0e717a9976857d63a5538890171adc420d47946b2c95_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:84abc2301d2fe7fefe78aa5dc90ddda63737ac2c8c47778b898a91738c6d69a6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:93f2305b36ca634a2b8fbbeb4bfdc1a5c868e791430d389f0e0326ca839920f7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:ca16e72147f9d94306abb1464485feff4a03a4922d5025d4b7250cab7ccc7732_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:653bdf880528e317bebac6f7aacff23ebab11af5bfa931af13a8d8e7b2745eb0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ba86e60cabbbf3c8845a60ba559d1a38d5370ec7ecddeba662ef01fb083030b0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ce35c93fca376e03d1d08e22b8146860e5711773b17f35e32a87bdf93338b182_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4aa1df7eacf95d9408d5016f5715b38ee4ecd340d9a66bcd55cb345d98de466d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:87ef275495cae4c69268a6375eb5e07d9895913b019bf1a73dcc5043b3a24a30_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:8daa3769a103ab420b8b43c68ed6d4d90a845bb23a358c62d38cf679511d6fdb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:18e0db16b10f2edaa9919257d37587d7df3c4c62cb88b8db38cda65e509a0492_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:1e12af727903c112c263bd301b9abd522da36fbe64e195f8a4d4fe19d34e9c6e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:ca613da143b223316bbfabe5c1618d5de77817057a47f8430b9541151b79f654_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4486fbb2570877848c2997a50aeaf427cdcf5f8a2656b3212c263d8ce0d8cce1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7e83a01469262e046bc98732e0e7ce4d71af991288d31155a9379d967ffb52fd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9d999175269f2e59feec60b202253ece2c27add1d003f80c0e40eae8d2621f8a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9f31f2da3caeba8ef97368c1ebdd3fb1df9aa911df241460d27fbecd2cfc9da8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1638b6de2276e53fd93970eecb2bebc56c34ffc099eda9bfcb02dfd10eb07be7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:22cd25be6169ebb1dfe48722f3b4c6133f14c5d4f6db6ef5c7c5c9f976b25901_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:646993f2432d9a7cf3d8d56e3caa5abb77fab65d4dd40a01ea68bc59e68ad082_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bb4b4fa70f8193a7cc49e278475052e1c053e1dca44298f02cf8a0c1bb95c740_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1076cb5e72c6e457760fddde4d94257042f5b0ebd7076a8713499bdbf4943c8d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:3c749018959822c9a7c67fc3f28f62236f1791b999901577445838c8f78947fb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4aa259c5fe5a5f92f61775e842ee7aa66fa29d6b75c2b67cccc8900b08b8e96d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:5fe33023e5387e6836b35074fdc002ca7d7c85c6c6cc95f6f645b1a7a3651b93_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:02aa2709ab8f16d997dff85d05909bd7b67ec3e4cf91d50b285f17532d8a625b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4aad374a238a0306aa63cbde5a29bb75d5b80d2c691558a1b384cc6b1de706ce_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:786af9a1f3e4f873aedc740637bd197272f21553304b987476b2e462b0dacfc4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c449bc96c47df9f808b4e89c06facf7eeaf44761485077311aea32ea1342f5e6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:9beab497bfb41b47b9f8599920563efcb58961c2a8166225f1935f45657843b4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:af7cc2cf62f672d6a00016c116f3c66b72b64fa0d05e7753c8e4b6e628a3a082_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:3a1c445bea72192dc031e4755bd063fecc4fc9139484f54d8d54af26dc755f45_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:6ff31d9e340619aff002ff35ad43b6131042cfd943dc0deb54f19721eefa1c14_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:227e8c82c210cd100cd7aa3b8c5bb39b3ff31a4bb6ad78bb7134c122dd9b02a6_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a7587160377c6622944f5dd49380ee9565d49bc02da4c5b631342a037835c574_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:2793040a3ccbef82e3d074bf0597a8bfc5b5927658a8bf4148b5b0675d6fb3a2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:835edd6d6766e17d868f7f6d283005b2ed2d38cca7fbad1c5b36f63c385b8e2e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b635f689b42b827ad12ec312500ac2582c022eebc7776bac97532bd61ac31cce_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:1099ddf483c4cfe64f687fdbe5587648756fb5b9a3d01538724b2ea2fd5ca6e2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:30dc9e1dd4b35944e21e40ad23583cb9d14be00172a0195dcc95bf8e01e34e1b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ac4fa9eddf99f4581573d52e741f0eca595c9e5bec12cb177f0eacc7150a46a8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ee30d6c3b56fb533d299a7a432618a1b2c83b1d9d72b2c58768c07c349fe95c8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5aece9cbc711608ad1dffc12ade865996984d714f5e64fc894bcc3985fa9c521_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:adb1d854f6dc5e70aa0f33164a3ded5a715ba0ccf894efadd73c7c4d661f0b21_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c0983bc8863c23ae680915339797991b26c17fbf4782caddc071a60c17992266_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:cc90303d2e2d0a5818706672d1aab7847450b9d2cd991d7638451829fbf26163_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1485611739af941f4e368aac9cb95ee105aee87258e5d872d51d7f74291a8e20_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:45d8a8c4703462edf967071e89e08d8d9e495d69245ad8b6ba2d6e80f579eba9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:584f6670245a288d5489cacce0e0cabb3c86bd6698f8118f49b8e3ccdfb47c39_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:5a29aea0e28d0ced0bf50bd3dac2bb6f6edce5ca6ef373f3d097e668a9e8cf35_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:3aaedfdd81b32cd2c67a0d39f819fc49ee2d31176496e043bd4d85efbd594481_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:97e6f95d96f347f03dbaf58cd6c7bf6c926546c1991cd83b5065fe0cafed2586_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a8b9d35e2ec9f2026a2ddf034e9f3ab2a9ea622924960f7d673564dc33ab6224_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:df1a7c4c835c59041b8c16e11580362d846ceb9b3334b8aafd36d3140b58d063_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:4d3251d46cfd8adf16ce49e35007a998689b714615bb66a12e0dcfeb896d8397_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8426d041e12f43a2b78791227c0f805afd75de6e306cf8bdc718f0f76651d75a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:aabd98101d18f4f5352d03547cc2cf784bf37f962b9c875059d6365a3371dd72_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b9c93d7e3ae198d025eb43e5c2caeda4198462ffaf407270dfc7119316ff5f98_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:b6c870af5b455dc9fc17314802f45c9ebf2bec19810ff75b4e157d96a94e6575_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:d2003914164b0f04ddde9b10d27ada74e57c26beb7ad06dac093098903909907_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:16a4f25c37894fe7ce7a943322dee37d8419bae36e7c7ca7b4e73dbccf8372e8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1b17792f997e30b1d5bf73388b68de6604e4235b0a10e5dc37955f8ff2077801_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3144944813148f5acd4234b279b5569e5bc8942f390c76a5a88789fda81afc56_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e44901d545ce00d89aacf5b5afbe68663cb157adfd23f4b280f13e978c7a972f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:18b95158ab8c6470ea281f81f5f1dd2c0d1c198be78d3007b02f5a7937ade62d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:31bd9ee7e75b32542cf78d1cb12d254a93cf9623e00e5649c016bbf32b8dee04_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5b53eb46cbfbf25649fe3bedfe285e197f65cb55a057176d057e90bb65cf6562_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:bc8727121110bb8a6d9957f7871a6369e1512bb9cdf47a6d23ce12812d84a791_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:0747fad048dba8c93662ced1c2b1a18b7f9f75bbfe0740caaeebb9eff3acc30d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4a22ea1747135e6bd85bc59db41d17d0b4e761e29330e7e3666bf4d42a47649d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:bee322f686572e00dc5c6d7076de1db0034a26cbe44e0f9276b394718d6c191f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:df9ade514c7f2a80c4ea829e2f1890dcdd6a4acaeda829d3620e7d3874de77e9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:859e9211c265355892dc4aa19b7d845b985be40bb8f098702aef50f84c3e5eea_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:c2e28f6a9e1de3185753cd7fd47a51ed01cbd49697cc452448adbc961fe71003_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:c5ae19ec61f3c9cdae0db38b1aaa03838d421f9d4473fda4e52255cae97a2fdb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:e654a7604401da1deff9d8baedf0f7567831fe5f86f75e06fea3e5d140bb579e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:0640a6e0ebe2a6982708f326bc721c2c754eff2afdca443499843b111f223e39_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:5eb8c786a348343042687f659f7cf8b066efc3c4ed8764ecf36dc6e49a468cea_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:83237f13a3a3e051643bc1aa46838b87be13126c0e52404940351a2324008e68_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e67d6086ada10c96051bcbf4eb7414c407832de86a8e2d89364ae0d85a883982_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:9ddc6bf41dfb204e9241c57de41e0a6e1ab1c3f8ce2ef1a90573bb7365ab2bed_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b025b5d368618a31c64189f1a5f9b3db0b24068306117647796f00a22f6dc4ac_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:de35e280f4e50a18f2616dfc561db85b315425ff20bbfd4e19d5f64f93f3d0ba_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:f0368d0d3968189f10cfcbb972046bf09ad18a7a1a747887c239b75a1988344f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:21757065fc31856133fdfc4d459a993262239af0d2d242a6b55800bac866ef02_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3b08be9a543ddd200f66178d51c0f165c380cbc845a1be672b85e9dbe2db9f12_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:8e9d4820353602730cc0e808b2cf6ffc20ff80ce06915e40027815e9046555e9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f7a9a92412fca24faebcb8a574cac92c985d1392f1544e71fa26bea80314289a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:119315e723ff4b153d8f756357706bb4cd1ec5a160a7b173e359d733c680469f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:808301750b17198c8c7f5b2b71e6bef9a7e3d788ededb9a5f79e1b13e64fbc82_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:89ae8aa54d64f62a73557d413c3f146bfcca1c237a52bd57f0ae87ba8c8fff2e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:feecd842ada0c39c783faf280d103523668de8d16d43dc22f74f262f2a4aaba1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:595fd9e735db5032c9bd3a668135d99b6df650c250b294c4f8b11d67f990df79_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ce4371bf509e06e886c5ebd42312eaed3ed31fe6b8de91284f4681ccad199329_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:4662806bef8ccd703086edb7d1eb0c99f785927b1f30f227bb438829db52e532_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:d06875a7d480abe6e062be719a9d6ee0900180e659c09e2243df36e3ed55db07_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:2f6efec846cb1babc0dacf51b67634e83cad5e0f4700f5db54f8c356b0df8119_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:46a86c6ddb9f5bc798b43735eb0cf9d515091549680e43cd2993ba1b07bc052d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:aecbb57cc9a6d72de8520437e911255e51c97e4c40b55ef207fa98fa7c9dac9b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:9c8b022e6bfe80bd4998f177c0fc25e4a5d224a6dde99157f21de5d08f18e4a7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ab6a31d53e6e8a5a0b67f4020a52faa7fd3ce35160189aade3e958559b467dcf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:cb8394ff8b96398f8db5bfa7725c260d343774ec319fc1e3917dc19fb51c9b9a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d82a2ea6aa1515bd56aa55ea999f91e9f688e480d615fe53bfa2c74c1071eb82_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1af22f98af2fae1429e53c988267710578a3a092524eff5032e0c8f397a6a953_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:2ad01a7c2e75bb850686d59dbf73937ea69505657c2f2a55c10e4fc17ed83f82_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:95334d618727e811d16206a6f99991e93dde4bc8ed26766da848ea879093d736_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d460b99f6d0595fc76b4e85203f96a8a809cb709e22f4d8f819f99bc3e817688_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3b1986a8dabfaf0988f12820e1a199cfd0db684ac4e8d956ccce6eb8bf1146d3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:8568a6a6dc94a45bc8feadb7ff1cccfcacd176d276568ab96f4942aeebd4938f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:e24967262f34a1bb405c1010688b4a1ca1c8271787a1c8f5d8b86cf94429e6ae_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f2f71ca77685bcb4618502f0da4f242d48cf2473f0c7e439582e98f15bd0004d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:23400e78f2af2eff9dbed7a4da3000fee627509e5d4c87742aa87f8be1229a36_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:64863687e7fde678af49d370c9fdd5045d47dc2c3b921b179dfe0b392aa4b447_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:70935aad01a4c3b9c041d22554f4d8feef7038bca871fe1d84c6b74d4d830814_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:91ef5f2ef8cd345731b53ec5e044c30e14438f1935c74b5eca2436aa35e5a7c3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:071766cc6bb41db5220aa5173ef5d576f032ee1e8dd9868deabeba36f7798342_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:5a9fd7861ac77020db7532e72a52571c48c4f62164c1c5390cc55771b93894e9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:adc440a9129c3c9baf62a3f961179c843f6e68a06cef4f64a64e2a8cf7493d8d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f8f501653da6427153aa72340ac8238e79459759136d64d2ba6f8ae03184c436_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:023893e6a4a14842645d23171ad5562940fe5a25e681eb8afa278cf154f60a5a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:1d5ee360957a5cbcdbd54e71dd9ad1e0ee1a37f994e80081a07c289fe1be7c61_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:298f6b16fd4c32caa2d49c5ce1374d7d2037b3681f74e2bf7ecd0afb80c0e436_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f6048c371739ad69e9219e8ebe2045a246ec4ff01bd289bf630c45ecf006f52e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:2c96cb9ede1464bcdb2aa65b23d5c317050c99a9c7674b217301a84734b7fd88_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:31235aa238bc0662e8f3efdf393f9ca7699016dbe1261bce0ce37675afbc5054_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:698f820f8b9ba7d04cad32dbaf6420ac0e1ff5ae0a1d10f81e867a123dad0a60_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:6cd2462bf7a3f58f79de73fc8ed717092569862dbeedb6c72999a8ece328260b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3e602466b3dc3fc4c7879bd90a34a96878e5df827fa7664dac632199b2805464_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5839764d395594b922ad989a3fcc5bab129eb919d2430442390cdd7e95229219_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9913891ed84afd601b5bd646398f266f6970b7e3e164f423ecf561afbddf6f9a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:f236ad01ec1299b4a5e4b174ad698412bba0f090d7316672f230abadd209940c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:0c1f5188f4e79b0c508dbef9f9f6fa5c658aec17a66dcb14b23008d112aeb6a0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3d27787b58896192ef0b2da74861207bf188e5632c0d7b06ddac476ef558175e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:55402c1e07f5de8bae74f8fc9a579c2403cd12e65f9b6714c4d6b57ed42b4250_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:975fe9a014b7d9c4339bb34d0bdfc862b4a4de19b4e02b5b55a484ab99f31bbd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:142d516609c278895aa3302ba638724fb63ecfcfd232e1fc6571f5856aa4e034_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:28bb93cbe40b57c179ed088e45de698a93dd1c0c14d6ebd098439a412478d314_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:441602150d0bce7f8941a293e3a803bed75953986e93dac3eeee50848204728d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d92da8068e3440429fcd5a5b9f178dad1a0bb14fa3bee4849a99bfcc6674e37b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:55315b85da730c2bde56b7d08c4caaad5db5bfcdc2e9f21286ec48e58fb1c64b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6f2c19276901be4850c3d9f502da1365d84dad18e3e1327159af41877432c41a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d4092b12df304edca57e47dc5ee77e4e9006297763ec2e2371ab3856f94e4654_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:f9e46d3228ddf05919d0115f274f94f8afdb5e65c54fe6b17514e7a3b04d351d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5e06c7a4f4f0b3829c21710249546680ff1b7e7d541e30b556dfa69aeb7a5ef9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6ff5ecb5b92ac2d9b1498f86211b19e22627002d788647062ca604ba9ac8d7b0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c2c203df15e000f53388a84d8ab5affa78c4210861fcd0a28fce99c0ed86009a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:f080c488e219c5b862ea88e3ee48bf866c186caf803403d7605ff3afa5d5daac_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:4e6bff26378ddf7b42fbb27566ff9f47095cb5fcd74a26dbb1604725dab7c1cc_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:63efd9d23d66a2e7c754d1b921016177edec08aca034786be697c6ade7310e71_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:b15dbac78b5deda1493f959c14b14ff5344b982c4373471b13ab2f3829d520f0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d101f7ea169ee12e824370400ef6a94e0cbd48aeca6fe0ad4777b9bdc87d80aa_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:05692fc0d27f1bd3a0feba7c0eff4237ef52878ca37166d92a89aaf190972aac_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3805505b579ad8be8620a53e792410bedcb7e1716f3d6401e76c8bb179d8aae6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:47c1d91d614addb733f775406e764502e556f4a7414dd1a2060d3065f6c3c120_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:58650c0ce9725ed10e3646acdc76a72c4d3abda025bcb735ac2eee42ea261e3f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:4778a088ee10ef3ba59f3323ccccf942000e3d2bb8b0bc201822f7cef74909b6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:599fdac73334d243b4d362b2a752f184f303aec12e4426ff08b1b4a6fca0380b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b1ab8a122e88ee201853c669525590b6f73a60803d1772536e76c56531fa0041_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c231527dcedf3606bfa162c0026b0b037d41a908d6be2418f4250e234dc66023_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:83c6087954a19cc11c7042079ec3ca528c8a18678928c3ad9ed8b22ff07df36b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:209a01330e1894300123bfbcafc53948760feb80e0c7c81e521ea7abef269d69_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:013535daeaa7ceeaa565545a98d942396a07089a96937e4960a1fc0d44a4629d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:40fddb8896fcca216855ef34f2c8f0c6cbe3a59c6bdf4c3c751f69b57a63ce4e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c3f081c38876339613b7a641b30adb9c7f3e67d446151c892a65256ac274a472_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d6f330926e3962b0b73bb4b6a11a1b40cb0cacfdbe9fc0eb4ceeeaeb3bde758b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3f2283bea8d5c54ad689787a7c269022b04624d2b1ac830330a79d30364ffd47_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:476af4f8d17ec9fa6bdfbfbac2904244c4d51432b67f111ef0cf4a37ace9a86a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:a609dc606bfe95a904dd8c6abc0cac79316f17618d8b676512fe1b4e5412ba01_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e5b754105ab8d7cb9b581d3c4dea8a295919bec3ec645aac468b5f3267e0d7f0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7f92fb1c1dd18f03677ed953c82ff87011d8c15f1bcfd8c22cb7a877950bd063_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:d759dbeb39460193f8361524fcca202fb9f634d65d35f19fde1a187cd7230608_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f0544c40f7c610e45782d6a757343822cee131b745ae6ab4aad4b878994ce8eb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f5ec95c285270e35a77f89f8da39a51c5d29fae1ac277053eda82e250c715f91_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:191a27f89fa6ec450c37168a65ea66bae9ef862bd2b40c1e8d561b41db842591_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:905e494751d1e26c98857f7ec4f41b4321344f9e86d710186d9e9bf410f6e983_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d35affa9bfe2127cbed058251d47570d65b00a8045748fe1e97670797e8cae2d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:e82a015ff030ba177167a713df193d74480998d946b593a00c799330894702f6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:97a3a8951c456ee0c88a42cf7114a3225a3dce594b470b0b8f57f45c62efc1ae_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:b49317158bf5eb1940a35be96a959bfdb8beeef52e993bff41fcfd974b12dca4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:e616c0d47555235cc1c7e275538b48fd10b842cd11c831a4dc719afe4dfc5092_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:ec827ba35ddaa01c257247ce4f06ae733289364530f6b2c2d5b12a3b2959762b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4f5c8e59a54b30a9f38f1955c6d1474bd24bec33c52800338118973cb6f3e251_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:63fcc02b58dfa0bf549c199736bbbad1e764ab86d9375a6545ae1a7bc360f247_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:9264eec1243f98c37a0843baa36e78b1a88dbdd2bf602156d5f7ff4bce1cf223_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:cafe32e3ff4aabbb6243fc984431babd77e2ed05bb3c4abc621add33c5a69481_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3d6f997f5a6832459bbe5365b533f601dde3872be09c1e96b3b2fc21951f6adf_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a76abfdfb6be2616ba39fb25137dbb49dc56427081d9025f2825a3ce8e5a3928_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b540e70dfd87ad1e2e400e129a6b495617f9d57e54c1e54b09030cae11653d03_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e7c9dd297067d256671a0e06f9985a3624240158a1f4e2b97567409199ec453b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:49f6f4761d886208cc262f1f8e23ddcc0c05d5b4566f6cdc8abcb1a328c8c5ce_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:836c9a619a35d6b8d4929a78b96d0641434b880ca98f44df45f0edf7b69a1d48_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b4ffd4fcb95ed73bc3689988214a2e4210233143e0ba4f123ceb4c2ca14821b5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d4062c740ace239409c182e4c52858e384384faeb0f3d98486e0534f8dc19702_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:29b0d64444b1081a568d8c9354e79b60ddb1c3286f9b6dea3ab69023c11f3436_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4ed2d42fdc6e8fa9d3d08152849754d1827dd54ed86be4507d75f5c90bdde542_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:c1f38fa9fb729b6c497353127feaa36375749fa07f91020e8634838d58628878_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ef794a3bd52be528ba81c6964af2fbfeff03b1aa3d17ac36fdb97f124abfebfd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2518415bbe069935e8229d141d4a8a50285c408d1be2af467c458a324120154b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:b096377e0704a959a0ec41484825436b00d3d0887e49eacd59d88bda87e38b03_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c1b30a9d1f6908316a829b3084df67b9b8bf5043fa46060996cf259c50f62090_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ec9171ee21d867fd61004535db96e98f4dee9dd6f3fe86b719301cb1b0202a79_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:07f056306c1122527032aff7486e5fc75147f48c708c0c0abef7d570cdfa78d8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4314b0a4d5a82abd583de659e5033d0680dce2b535ebd3ae4dc1776e741bb214_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:5bd5ca703480895af05ce052c3f9f738672e989cd38e905cd17bbc378cae05dc_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:db97ffa52f99127907d41b6bf460299c3fff8adb69d64bd92ad371941364c374_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:16374008403825338098f7aaf57f74a2982a75355834552bf29246a9ff4e0b7d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:770cacd7e4e04a786a2e55a3cd9ec21048131c8eefb7baa4225e73a09f0f0901_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a240e71d7418d6f9781219faa2ea9cd315b7091b1a70d6032f81de2ca3c53aa7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a39da3d53b8b927594c3f5c3a5dfcea689f2b75091209c0cc36b18e1426fab20_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:34cd79b95f2ce098b064859e38785231def795d2804c05bf7542520e9d8b596e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:354b40ed867003c42975780f9db1320302500f4ea6c5ab14a0d0ae70b537192e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ba52f6036566829553d0039a99ab677c0e40b2a14bb3d26ca470c526489e4574_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f3eaef7985effa7f09545ee19442623c7aab7245597a4a1d18f6b02a7a8f77f5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:154143883875b88eb144b77d13d5e9f750cd8e020af720a7bc6a2e6dc252a260_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6fa758fb6577cd18e48fb9280192be46dc724a8cd02b54459a5d6a3cb3d06fa7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:80e191f5faa2991cf3bc7033691c4966f1a07953e4941ad8730ae7c6444c05f4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:88ce4b91b2161c9b22f154f2a6903f801e26f15115ac874c549e8644cc5e734f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3386c9093b00f29600b1807ec97b1a6c935ef7a6578de01f9ed5f90fae6a5a35_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3646bf2e6bce49c01198dfb2a1f67371ad1f20b48cffbd7fd8f652cb9b215ae2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c50c48749c9fbe882410ff025799c6f450b063ab3e17dd1c4cbd2afa2b48fe13_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:dfaca907445b7213f3931be31fdde7480c22aafc0bd3b030d7ef9f0d84f5549c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3ba301cdb9ac46c11853c61812596ac905e94f15172df53cf352a693ea5a0a6a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6faeb6e3779cbdc86d4c7cf93e739c0585019e82587abe150f76c7cfb88cc417_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a0d6e3c4b32eda442fe231aaf1a77ea61125e0509287c381ecdec1615e6aa7cd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:bde28b18ee5b582b69683df3122f4f9a3a4aff757c2caa9fafcbcad878d05d3e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2492414954e0ca3e228d6d000733ae02c5d4d68d4b9f5e7f992e1a5a60cbffd5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4aa1f8159ae2b9b385bfb204298e1710c09123bb19bb5b94c2b93dd0419e06f4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:9a2fdc67ac81e408bb49170bf7a862a07998fd951ebfde9396ebcda40078d3d4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c952fd4490ac28f6bc2b39054312e85645c12d20e39ae631e35470267d8b73c4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:001807fafc7bfc5eafe92ba92c127488d378e1b36262f0f71cd4e4feef05598e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3c3f3a57f87c512568f858da90b13c39e9441a1910c48b9bb51cc2ba3e816b04_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:62e3145facaac381967de0461a3aef63b2b6afc466dfb4e185a35aa67142b6b3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ddd906a1e486837653341632e3ccd2d805ba2c7a7d7c26dae34022ec6a7ee90d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2f80d2b9f76b8633c9e6d309c5df7f251259b61a9a40a0364f2160707de313e2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:779d8d482e7ee453e8245219a0e21d84bfa1080819b31fb9f5de38f49bf3d724_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d44b76b43d8d5303fa38a3b8698076912be870c7a901c41a68f59426cd41b39f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f5bc9a28cb8d0bbae97b39548ab6688a31dfe2b23b8d3a52da3bb397f6aa8b31_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:195460691d14dc4f518717e3678a9ea780eb548fea8904c5bd4e2d554b81233c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:29acb2429041bbf17eb0f3faa0da84c1c5655df8a425755c1263fc16911d667b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:20dc4b1b9ab504d4192bda76eace70933c264628c091ccb4ac78faf01104f356_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:366b95ac0f170d8c1c969b41f3c624026593ebe8bfbb466c5f7109e1a6ceb1cf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:32acad5511e808b1b3a80aa96458ed7f1800b4f19aebc9edc4f85ec3613b8ab7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:dc009efb6f6e9d60b022ab94d84d47fb169d2dfdf9680f4f24b40ac0a4ad396d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:77abc31290209253ce09838a292be7351c02d5a7367859c430a5b3d97cef7f31_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e4cf03a101a115d398aac9c645ef400b9366d4bbf189de664ccbf782db4ef5b9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8a9471f7c51a026fc621dcff7715fbc9620603aac2c2e4454e60e0f579527e62_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9c1b85cadf719072db5b5abf0b93b3556a74a67efbb88d7903bab7b6e988fadd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a454b939762af9397d7d5043d1e6070279e1a1c4240b2fc808f0e53872bc237e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:b0802c5220abce4c73b650e105e42d0c1a57c5248c4f55819e15053c59f2680a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:677d190589cf02f414cb0cf4a31041b02ed8d706afb433bed1420d6f35d7a44d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:af0aa63d5b375590ffdee42f4a7f00a4610e33c20ac7f3b23242a24ff43d141a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b2e943bd3add974a8511a316f526d92d0ac1e2a0755acdb49770728984abe2a4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:e433c5ea434c2261f40d623bdc22944c1ecd435c0ac08a41d36049c9bce1b604_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1e800e47a04f7f19c87bb79778586939b4bb2a32f5ce3790d796331ca93a9235_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2c0ca90b3662de85d7e595e76f678e419ea1f40990c51ba16bcd01438f0db553_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:607e95e44de20bbf0feccbd8bb58469928452e6e4f962ad088f452e0e7e6aa5e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ce154b3a8980274f592cd2d41da7a748f7c895f754a3fa7994eeea657684fb12_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:c00947fa5cc8fa1abc26adf7cf8acfd4336e1aac0f1007133b8c6440a8148a1d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:c9a5828c250033f2bf160b102a3722959210025d373b85ea69895c96fbfba833_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cd8048f17129cbbcb855587d48615ea6e574d12f2952c0b1b5aa3819cf453541_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cdf9da2745d57ceb97761e08b560f2de7a212f860362eea3fd445fe4f6f7c769_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:02b7af4ef7daa8499a24b02aea8a24c98960851864cf639e0b698b3844563a8b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:3f82d5da80747c147ab429d24e8e9791527f7cc89fb6a7435d0cf6d35cec8933_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9e4085498157bfd33b7bd7b212300fe58ce6d462854fdd8a597f288637503104_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a8775ca5ecd0065373034a37b6de3fd736045868a3b116aeb216637023aa9685_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:28986bf93efcbdf0c2012acf8513e958ae8b32db4b649b9355b1fcf66b35038b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:52990833d3dcdb340c68234412d3743070938573d0296ee45138b404054e311c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:92f7c8de428bcf236f2aecc0382d911bcf5f7f536bd09aa44f9019ca7627d116_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:fa6add264803c2adb838efabe0f0fd8f4d78b14bfea9c1e91cce957e17a77208_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:46910caf13bd60c69314b0a72b866a8342c1dcead811f01f91b1b1674ea1bcf1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:a7ab888801a85e65a01acf68805744b7f6a1ca713c329629370b0fe0a40c359d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ec97f4dc1d491cea9e81ead6ed959141f0ff2b36fd4fa623722020431cbee1dc_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f67e6ff190c45a81777e63b69812760e828838e338e1d27672d02b5544b3e682_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0a9880ede4b10a6328766c1d9b05f17c53faa4ac561a8e768f5fcdda9997f056_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:51f75fec0f0343d3f68e8d4810e7588475cb0955b4793db7347d3ff466cc7f78_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:74ec8a94d5cda524570b881e7a352604453026a0324010b7f4b3d0a898b5e457_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:fb67ab3a88d2c3f33925830b9c63584bf14b321adbeb2e752a039faaa0401c8c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:13cc747131cec81fd67e04409a69497d75a893f4b56adaaa3a1f77f1d0f3ae67_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:2236900dd28b8470cacf90c618bb50b05a0d1d66726afebbefddd2377283989e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:ef89f2da22f7b0c0f445b7e700b29cdf9ce229cfd7866ac6c7bd2ec367db3bc4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f5a6e48a72f6054924be3b81dde0cc0ddd95d7ea029e1d819553fa633c47632d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:49a6d800db550efd565f451e584b890e88b5c6ff8be6fa0e17c30bab2f9980a6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:cf42aee609494b7786b12443443b9bbccc8afe2658ff6c16cb5c86c05c95a30d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:eb13074eecb1627bef4ca2cb0dde1116ca08cba2adcafe089e898236bb37dbaa_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f96cd58eaec24e92cb84eba253aabc815becf9264136c2cc898d1424fc8c87fa_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:8597574b86410624f04ebb0fa280276db1ffc676a56fbc74425e16790013ee47_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:901d510199b2e6cc87c754af5a1c8ec564089441f85917043a80733c4c83a430_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:9bc218ed94e8e516b01c11f26bd9adc30251067492ee2a84f55b573c2d09f6fb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a951a17fbd50a051cde6c2fc4e863bd70e29485fcb085c4d0c977a0bfdda5ea6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:11487764cd999f6abe6bc5021312a0ad9449b14b2ecc6f7bb24bc0d7dc57db60_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:362cd0740085d7b9bdfd4d10706b04b4b92ea759697c57b340698ba7fee0e063_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ece30fffff9f1b1252e7063cb4ded0e669f661e123a02ae5bd966bfc5e3e1ed6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f0813c18a84c6a7570cd3f51826e81dd0cc164299173d05ccf7ed3d31be71961_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:b5291a1306ef132559dcf0405c4a15d2921133356d904aba886e2577030b1af2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:6fe441946297aa27d90fceb448adfe939cd74ca0d02ac818d9577735a8bb004c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:0003426c210d73355a8e23970e027c7412123a75d979052113f325edc288b478_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9315e7033cb22fd8229c7cfa7bc78b10583dfabcc54edb3ace0a3eb435394f9d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:b5291a1306ef132559dcf0405c4a15d2921133356d904aba886e2577030b1af2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:6fe441946297aa27d90fceb448adfe939cd74ca0d02ac818d9577735a8bb004c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:2198b31f6460daa49ac33aee124d664f8020228052df648ee79a2eacb155df0e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:f1ac1040078d827c434858ca528df96b41047b32c27ac522d11d6d269da755ff_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5a3cfe8da21c874d227a225313dc98a3b175e9b67dd90917a201d5be2c8b0d12_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:a119246a2ed145b6fc3ada68e546e729485a34fc869e3742ea1b01b9f853f1d4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:ac4b25b223b08c445aa875106114964745002e90908062d0c11b56e27ed9f8b6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b1fe363d1a527033081799943271457afbdac0cb23ff875a65a6292ce1f6cba7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:66cd3d5b1343fb7f7fd7a3922adbdca110368de4f696b91066252229dca3f16f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:7793b9facc62469acde7d6064a4c2f26d8482fd1a2205add60fe47541b3141e0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8fb627e3f8138d9ec3c3903373502ea0d3f83c1788641f016a9de4d7e41dafb4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:f239cce00d46794f91479cfa3c94a2edd14e206f85e684131fe857a80215fe6c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-22797"
},
{
"category": "external",
"summary": "RHBZ#2430879",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2430879"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-22797",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22797"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-22797",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-22797"
},
{
"category": "external",
"summary": "https://launchpad.net/bugs/2129018",
"url": "https://launchpad.net/bugs/2129018"
},
{
"category": "external",
"summary": "https://www.openwall.com/lists/oss-security/2026/01/16/9",
"url": "https://www.openwall.com/lists/oss-security/2026/01/16/9"
}
],
"release_date": "2026-01-19T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-01T03:47:45+00:00",
"details": "For OpenShift Container Platform 4.17 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this asynchronous errata update:\n\nhttps://docs.redhat.com/en/documentation/openshift_container_platform/4.17/html/release_notes/\n\nYou may download the oc tool and use it to inspect release image metadata for x86_64, s390x, ppc64le, and aarch64 architectures. The image digests may be found at https://quay.io/repository/openshift-release-dev/ocp-release?tab=tags.\n\nThe sha values for the release are as follows:\n\n (For x86_64 architecture)\n The image digest is sha256:51723b1449a55cd6489cd60689b42d4c53ceb6956765ff51087fa90f806ac65d\n\n (For s390x architecture)\n The image digest is sha256:e463f5f9a9cb41a172c0fafcd34e48fcfa24f92dc4ddf7b1ab0c8ad909233d0c\n\n (For ppc64le architecture)\n The image digest is sha256:4736dafe11d3ac46f8f6126de474c7030a59e75636d023f20048c6894d783338\n\n (For aarch64 architecture)\n The image digest is sha256:b78fb9415afb4d73e22c9d8f7ec9de1729023913a11ce4c85bae1e0e71560daf\n\nAll OpenShift Container Platform 4.17 users are advised to upgrade to these updated packages and images when they are available in the appropriate release channel. To check for available updates, use the OpenShift CLI (oc) or web console. Instructions for upgrading a cluster are available at https://docs.redhat.com/en/documentation/openshift_container_platform/4.17/html-single/updating_clusters/index#updating-cluster-cli.",
"product_ids": [
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:29871a94fc618bf280a7c38280ec0642c766838bac34a9ace503378a67f4638d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:fcfb0cf49134add5d8298b1fc1f52ab3eb924efc2bf40ad077c3def948b3ed8e_arm64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5907"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 9.9,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:L",
"version": "3.1"
},
"products": [
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:7d17650f80e7bf782a7a59fe0672f593cdf9dfde775b7153fa5a5c4ed8b86e2c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:bf046c55304478c82791a67ae0dfeff89af904d9b56cd63a29b261cd02633798_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:e6165bb623041db07759616b297f0541fcc87dc3bbb91cc77399cebe96c1b647_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/aws-kms-encryption-provider-rhel9@sha256:f47af1eb3413e739f7e219ea89dfa0f09bc31f18a771e49ad36b32f8219d9112_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:34161b5f6663f9408d7ce5afd4525442f41332a9501f658238f3eb6568eaf3ab_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a4116b2262af10fc2c7fc40800501add9f5a9c671907f3eee75cbfaa37d47263_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:a8dca289390dc8556a4cf3cda46e5cd45bae33fa2b1a88ca053626ca3e3339e8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/azure-kms-encryption-provider-rhel9@sha256:b43e298d73fb723ce446344fac3e136b0d3347b38e7d199a09d2bfb85c231249_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:1ec3135a01ee2bce646338cc6d71d35c8adce9f3603f0f07ce90dd88dbf3c4db_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:94c42af9dd8afefe53de729d8ec8b5f9103cdd7f80c96999b2863bfed030cfcd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:a80acaac8c10d6cce0815ddcf0bc296013e97d2cf69d1eb6ac1b7f3b35b40d74_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/cloud-network-config-controller-rhel9@sha256:e4c52bbf17f055890cf9968da78045295f6e37e52e3f4be5807db679ff63b874_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:28f2daa782218c5fb085acb774bf1d8c13a208b8f29f4a12b372db2c446ada76_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:2edfc9e18f365bf2ffecd7ad45b5693b493de472fe7abffe73ff4375bc6d2af1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ba51aa38b39b8f57d6908665938870cced5541b831756f4039047245e0f2a8a5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/container-networking-plugins-microshift-rhel9@sha256:ca246a844bb6fb906816e4008c922a0470c82bfe6a736f3a926de3def6aa0597_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:07d09ce1d5c97a717dc1c0f540e21fbf7fc2ae0c27be6fd0869ce0dabc0591fc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:44e3c6d5b98dd6655d38e3523fb34ed46dc89e97ef8a86f908d72461cbca59d4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:81e7e1cb47cdbab3a46bf8bb0ebcdd218f46aaa94236ef250fef0fd143c9204c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/driver-toolkit-rhel9@sha256:c318da767c7ef1f2452bb631e2726084f48a640c962f8003467c72ff48225b56_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0b26257250fe3542640ce1a4f5ca71f90294c307eeb477f1d1e4d61e3ef233b2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:0cbec11d17abd89ac4ff332c238f92fc49c19f3e1575c26c6654cf2668ca9e66_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:2554ae05f488567b3c752c16c59f852ecfcb90746a47d48bdd39825aede43c21_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/egress-router-cni-rhel9@sha256:af26188e6f7326835340b99be42189550233a7bfc652375b0859cc058fbbd0a9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:31460b57b3986f0d6c84406eccd1801eb3a03d176fa510978311d46390828020_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:aa730767af15fab6facc460b6e418bbfb0555933b4a54b01d34cb83c1148b8ca_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:ab43b9177badda24d20e8830f375132854ad313b46e27ffddb8d68b6543d8007_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/frr-rhel9@sha256:ee7eff8564ad522223787fc270f1f4d4233359872c994981619f1c10b3dfcaf8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:0d809a095a0d86c0b149fa0e28f852c1633c2904d7bfa23b6900617ef7ffc2d3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:5c15dfcbab56f579ee265d4acf74778d154ce0185234810ea249d9b9e415052d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:a95c36cb709d7f9fb89eb6aedcd7cebc104b90f8d9f1be6591981dc9f96af398_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kube-metrics-server-rhel9@sha256:db9a343c67b6462259b3f300af5efe643b7637bbc88ba5aa65e06e4f573b0049_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:238158a2264b9688491743d5f7c97a3f152ea2fc4a1342fe4b0e63f618dc50e0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:6dde5ab62c9f5e35b853112e3c04a8c856ef9260318dad58352ae36c2d30bfb6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:7309bb2119edca063c67c7b074e1d45d99866223dec53f9942fce421e2e76250_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/kubevirt-csi-driver-rhel9@sha256:c0803e9ceecf77a8b1425fb0634b40e4095bb9d899c5d5af84aa285527723d83_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:0dd635595c420ee1672257b6326a193195b2d21945664e649b09c62ddcc25d7a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:2cd23c69b8d88a73a2aa368cecbe1e8812efa47760bf16ee0629feca934369fa_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:4beb73d1a2c279b310fad6789fff0ae70cbe18a79813819b1da9c2c5b6959aac_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/network-tools-rhel9@sha256:dbf382ce2e7158ff2483336643ede99b2a4fe4cc888af72e92e19ab864c62291_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:303ed90fddf42d1a5ec3ad7eb1df833003ad750f4cea17710870382a0f8c720e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:c358b8a12046693741c5e88afa14a25e066ec9e51b84e22935c19dbf34ac5455_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:d98dff9a03e2bc6564757afd151092cc5bec438c678f5fe5e402365bc6bbfb03_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/oc-mirror-plugin-rhel9@sha256:fa2d95a06de233147317ad93109aa809f5487e74748550e40f4189e8aeb5f50c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:943aba9a3a70cabfc2b0c94450b39ab3fbfd92f12629a2e175ad89251addc2ec_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:a7c31f5ce80372bc4c63b60f9741352565eea006601522e25f03ce902e35564c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:ae2f0cbe29206ae3ed5275bd7a0b101dac0e3bdd5520493ad4bb360e2267ca20_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/openshift-route-controller-manager-rhel9@sha256:b9cc7a6280455a8a36e26494744d9ba540689594f8a1d8f625cd1811eec2b0b4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:54c3ecb1fecd80a81cd667f5edb968c62381bd2ddb659255cfd861dc0a8e0a9e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:7deb4e0cac2bc3989fa828677e4717eb75f1bdd8223dc638310d32c73219314e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:8901061b783b8a41f447eaf32919989dfd24bc13b1ef61b36f1132d66f64288d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-api-server-rhel9@sha256:921aaba9517c1b00e09159d4539d47a55c543b1c7ce3c789e6e333ec133b5406_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:0dccc414a5a3efd474a9eaeb61b6a2130f652c97b8b71592c7cc52827ae149c8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:6c1df1bd921b4b6fb22f9db19a2c69ef5fd98d231fff3869a22442b36dec0ffa_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:eef901a0f37823970eacc110d194b81a6c679aa3dee5fd0d350b66ebb53a1542_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-csr-approver-rhel9@sha256:ff539434c8d3bf3c3a64f040a5f7ad702ded9290ff0a894a03fd45fef9fe42d9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:7fd88ff4734a68d6a95733ac650eccd70d1c4d23967f32b3ef8de08cea8bb05a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:8b02d7c27cfbb38d19b1456282d58e14c8d64efdba25a6238606f66610e5e9de_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:a4b3b74bd3e1a9a1c81f040810325ed6bee59e0fb708c9589439fc9c734805b3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-node-agent-rhel9@sha256:bc92d21475ba5fd3d2292c5f386328bbbd237b92ab7288d3709229ece5b811e1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:360c5f509936d41297633704930574fb8fdcca27e98d1614ff81dadfadab4926_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:5fde232e29f5707caa6bb5219f108a563ae59bbc5d2818e368a5b9e472a1a2c7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:6f1a30e659ad462113e1f481855cc292a760900cb5c05e669b5baa0b05a15277_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-orchestrator-rhel9@sha256:e2a33d8b21d3c833d9de1d6472e958b67ae7c6583e326b90ba51a2e1992d4924_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:1a6641eccc288ff48bda2311e1356ae244308345fc4c6e8bbeda2ed8b9f85eda_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:3491a7f01d29b8ef97e0d28cf1258c37979ba8941d8bfc79c62bb7ad871e1f19_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:86a9b3d8064057e95ea8935b94edd85042eb86751e79f7a9783b9601b88d8ebb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-agent-installer-utils-rhel9@sha256:f4f10a1f9554ad0aaa4fb9dbc97dc9d6b1b27af1ca3810731468b0c458b86a98_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:b06c2047e92976665952f3b0352b0c5bf8b5a2e6ba00b5a5468663fbb0309e1f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:cc10468c6882a877f993ac4f6ef5f29e7069f99d6b3ceef528c8d7069ed362f8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:d682c5746679d8dd8534b3d9c4b913880ef9d5713b7febaa3c7573fe7900b61b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-apiserver-network-proxy-rhel9@sha256:fbbf71963f1f9fe061819fd07e90df13d27347f2854720be55d4ee453b6b60f0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:515147b779e1fe06b9b510177519d413a679552ed6c2ecf4b0ca8816a1e1ff6e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cloud-controller-manager-rhel9@sha256:f1fc196ec3db364df254fda90a46e6b12bd50d50c01f2996f970ff8f9c1ea1f8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:4dbc09f5c1c4011c13a1f461025da298ce289912d98627fc6d08ffe1a30a2a2e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-cluster-api-controllers-rhel9@sha256:d3436d8f8316db7b836d1146932a1f8de35edb75644eb0c9f0e3af334aab8f87_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:1eba9990cf84de01e1ba504b9b852c48cbaee1eebe2c564977d1419177bad652_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9-operator@sha256:cbd46373b97caeca24a3b22de19a294091f3d5e294f2931f01d786ef566867f6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:09824ee3a4038855e2956ea2d70a72b5d1e4a9ecd9a323dfe27eab6df7de5c1f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-ebs-csi-driver-rhel9@sha256:8d89ffb1ab74d5e02fcc13d2a00d5e1fcca30720d987c140544e061ca7fc6629_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:a8b44c2c0bed6ec652301ea4090bc62c990130150a8c1378a06fdb3f9a7b848c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-aws-pod-identity-webhook-rhel9@sha256:d2005b9ade6f74ee3df518d9f124b8acfa909d0dbd34c1c3b9e044c0556fb268_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:c0d0de4014902209309d97c189f02ef66292b254edba7e02d26549e3ee24d7eb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-controller-manager-rhel9@sha256:f673fdfb5f29159fce99cb0ce47a31fdae2f57533aa49b84228ec7fe03274aba_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:07afc1a6c00649e6f56a64a75a345ed3ec97e28976ac09d362bc44412fa6b67c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cloud-node-manager-rhel9@sha256:54319cca65ce76d81bd7a392eb841bffc14867bdc1ae341bf8ee6f84d10c867d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:445ffb4c0d9ca84e2c57333adca83f863428819a7732111b204da9f57bad9826_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-cluster-api-controllers-rhel9@sha256:cf571aeea198dd0b07a42f12727db8ac78fc7d40eb5d1ce47c0e521f84142ee0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:80bce123dd0a3488a9cac662d578f451608252e8144ee8158cc877c02c3f9d0b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9-operator@sha256:89a69823162109668d5562e46ec004b719bb60cab26872234730c458dfa697ec_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:53babfe25e9258b6e8564df67e1d465c9f144976af5be7b30d95b0dd910f6101_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-disk-csi-driver-rhel9@sha256:733f6a4a3f1a1ce7f0495e2ccd8f492ce3378e2f2ac1d6f618869bc0460bd341_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:0bd4e71e9d22f6c16130426710bba8abbb82b0510cdcc9eb6cc74a412021c45a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-operator-rhel9@sha256:34fe2d2d5972de86aca83a9affd601cb1c4564fb1939f4dbbee3dbedc2bddf9c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:4e01b88be4742c25c24977471d81262f8f0f391ccd5c49250b306e726e1d32e6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-file-csi-driver-rhel9@sha256:dbb1ac39b132a5d539fdd7f13df09e84eacb8460fd7e0097d562ef079ae2c677_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:1ae054478a86182135ca308fc3f18c49da06734b34fa897f74544644474c7807_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-azure-workload-identity-webhook-rhel9@sha256:3b7157d6c737fa70532d96c62fa68e35fe547eedc6c50580cb89f4ce9fff4fe8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:152e3c57d0bcd719bf1e20ef7d43ccadaf30939c8c9899a2ce115a55ad7be983_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:1abc468fd1a09c4b30e624ef4cd9257c2d104db17dbcf19a5bb8323682271ea1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:6e535ada8c1768a2411ffa684bc624afaca15618b2d1a8a6c50f0b97be52668c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-cluster-api-controllers-rhel9@sha256:d46b24f503b741f3c919cf2f30409342310e3b2d6110b043128ae5d496219c96_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:12c1eb19b65af75175b1708f0049bb3eeb16c8c9a632957f5f97a5419246c7c7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:36103549903651a18d5c1c25d07dc98ce058140cd2b8d6e80cb0f1a940a277fb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:c6fa0940709c377171ed6f553729935a9bf1bc5abb7c47f919d3b0fdbab3fd74_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-installer-rhel9@sha256:f421d2c61baf1f196a5386d02b56b72593ab557a99c1ac61fd99d324a8bba3f9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:01b50335d5ef7515c859414036920594a5fa5b0039f5191aab1f16d291f3514e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:98a06124ecb76ea1e4d88de6b1532b2c8c6a7f554d1d25b946258b2d2e274649_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:cd6a54657188c7a1c0147c72b9d7ea326de2d7332eaa2c049ce4e02807177bc1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-machine-controllers-rhel9@sha256:ff2c7571055602c2cf719149d742d2e7cf308f1a077c420205bcdb2afff13c00_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:455f935e22bc0a892237c11e22b9bebc4840c26c61510d43827563312ec71fd9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:8b30cda549756767ad42a0486cd2987e13eb28078ae00996076a2c4e52ec50e9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:b3f754533c34684d3ebc8a6646c8698cca95b6836f9b9cf6bc80edcc1c888f19_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-rhel9-operator@sha256:ce1af97db3e2816184795c6d1fa3cfef25329df11482b2bf4441c40e51d21347_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:73b55b309bfcba54861b619a26745a67efb4271848e99db56af2536ceb0fa597_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:9dd8eb511b9258dd6e6e2edf03a6e6d64c1bf8a5422c173cd0b0d9e1b2cd1734_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b43f4769ae4bea0d180d4be8183c92d1fe5aacce4287fc1462032f1783c42207_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-baremetal-runtimecfg-rhel9@sha256:b7d331a0edf44bcf0fe747365f092a69e1c1c7cd156d48781d40d41a3a0c8552_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:304b520b8986da52f9f1f175672f6acb79119085841fd0ff0fa9754e8f22b34a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:67d76b9cdf3b5be24e7d157bfe385f184c6abd429860ba6d2280f77265929f26_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:df5b6082f4f05bfef1b63ede7fdcb5b575e56bcf264bb21e71ea2dc98c884ce6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-artifacts-rhel9@sha256:ea8623b6dde50f9b993f9823e27349650e5d80f3f4f37c6b9b79cbc08ffc6da1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:401e7eda5905ff108ac067119245fe3684e50e736737b350baa06ea6fb2b7174_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:445489e10735202ea518bbee1cd56545f0e7e66742712cf5006c4d4ef30fc1cd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:a583347caae3aa7d703a2130fc1f57b9e81ea6a06bd33785d87f92596f1f6355_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cli-rhel9@sha256:d30bda3636af0792fa0b182e8c1f79f5198a293572b40eb28e90e8e536416719_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:1a369e0372bdde7ee5ec7ad647d30e6fd9747904580cd025ef0e20e1309080b3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:2d0b89c800f09fb923f249da6536b9d396a53311112c458973fa9aaffb9bbd77_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:ca969364594a060f9adc621daa9d2af96fd265e32dff63699cb42aa60ec1a9e9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cloud-credential-rhel9-operator@sha256:f1b997f7c662c0c8e91be2d02d6605fdab614bb89039ad1f38d6cac2b4623ddf_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:1f379914cc47321de26756b1fd2fb634ab93f0d50400467df35dd4303100ad1a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:748a768980651e5d15e4b06d8483c6ec6db7854844e2b7dd789ea0e5d0b42d70_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:922cfbcfa109c304f82be7edd274534d18f9e2c7fe036e9b078ef40dbaf5659a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-api-rhel9@sha256:f439945f38dba034123eeaffd05372162855f703ab5a939dfc40c8b6e68b6dc3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:515b64496798a09106a5a99cf322bb02cea22a7d1684653ed251ea15532a61f6_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:6de46b3fa4c0a353f73b6dab1c6dd53546b38a7cf754063382a47a3487aecfef_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:f41ea3ecd58d560a52e13cef8384f6197d49add48c01c432cd8971f53fe5a4b2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-authentication-rhel9-operator@sha256:fafdde0ddc3752811000a0b64826ec60715a45f09b79aae8aae637b6a50f3c23_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:212637507016bc9b3317c3980c30b476867ebc90d1c0724f0178f445052da718_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:5f148616ca51bcf1c30183e095a8b5a981a9be858254938ed45229e4b4ebfdd1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:9461ea9cf5c260411a69b6b39c5dd4048c592f234cc24d481561d90fffbaf1bd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9-operator@sha256:b48c6f2691532175458342223ed6c744b4dfe2cb057d1abcdcf3980127791ce8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:2c1ca60eeda0aa20403364a3ba33d9ad349e98ae3c839bff106d4b3d59426d58_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4141802dad81ca0be90cb3e030f18156e4f129dd2dee7b40d4b4b2f63d7ce927_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:4cb581ac92c27cae351d2021bf76d97b20da9a9db8f2b867df879a2917d052b3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-autoscaler-rhel9@sha256:da3dc2f193bedf7af891b2123b2b25ab8ffc54ee21ce4ee4a05557b7175aef7a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:232a25a7c42589bb08f34e08eb3e609ccc7c1de4281c234bb59df3c763695339_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:77021ef3e969e39c28e863f22541819957f046f28a88ce0fb0f706381e8ffdf4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:d024567af8fb35126a2084d9c0de93c5b349249dcbd202c0c5cfb7d2d05bcefd_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-baremetal-operator-rhel9@sha256:eff2753dce033753b4687d9eb031bafad6c3bc1e1dd941de90baa0322bf14496_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4a8e36032ebb3b81b4e2e854fda6217a58adeb78e133257689d118b00feb9d0f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:4e99ed18cc738391a0b1f7fd6e5268dc1a2b2d0c235b96f5def3d9bc25bd0c4b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:acd10e1026c3bcbe1effdad4d96922661418e8660dbb0e8e97fb69b3df8a3578_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-bootstrap-rhel9@sha256:c84a3e6dfc4b3abe1c2f3e6f63018a8d45fa3333969ac2792dce86ed5dc5f7f6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:1d83bebcaaf20c68ec4705bec480e45b4a69d8323d118a7fe4812b491ea940f0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:bbd338c6ca660031115a11f293b165aef23ad28150c6a8964dad403618cef28b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:e9a218fb77c30af249580c4b11915d4876083f642c7388c6333f70b781bb9f17_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-capi-rhel9-operator@sha256:fd8e0cb32df9a3eb7eecfb9d5356a136590223e69130193ad8a92f310465ecd8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:0de9a2d5418c0fadfc68e9f64335c23396fc3188b1ed7191e2e740e53aa1b29f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:2c6a648364c88588f7ed1c538eaaf850ad4ae8310b83cff95c11db695cf4f528_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:8a408e4ad9cf59aaf87b0c0c97d3e66c4339943d810da2703cb4d0a946ac036d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-cloud-controller-manager-rhel9-operator@sha256:d4f83ef7cf93115c55d7053dcbe9cf980bf522cb4c3dce2feb95e6574657384c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:06849685ea1a02445fd85960975e0f4f0d39947420d0f381dd724b37f4f44994_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:7ad3e41c51b206489d6de9809594d4407f0eb02df060111359880560088c9140_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:a18cc97e985023b176af5daad9cfe50eee25bc7e5ef657d20c17aadda7a76c35_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-api-rhel9@sha256:f3ebe18a671ed1e458d9c86184fad3fea2e8552d8be87b3f2bc83ca45f6eecc8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:29d61cf5ce7ecf8bd5e49c5d01b16a82819bbb345160b90ff46f0d936f1152dc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:34ec4d660b408030abf6f5c0858fcfc095d7548530e6bd4038009c55ecec3344_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:5a947d842f80e6e70729d0195ea3fd77111aa4a564c82e9bd0614fbc715a85a0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-config-rhel9-operator@sha256:c6b897cbd33e4d897a44ff05e5a2f7093a5fe930fc249901baff8a28a015c408_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:20dcf9ed5dab0354410b6c14f8476980d2bea66f42bd64ae0c1e354e185bd820_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:559065936f9a9039c45cbd63a4dbeb4cd3f69e990eb7a878571971f6e94c936f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:79e01008c1f3a1ba2dc98f7ea3163c3874a5b204ca731d056b89ebaaf97bae50_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-control-plane-machine-set-rhel9-operator@sha256:c36158a99dbb4a03cc9581c46a7f0e84e3ce098fea15d5b3ff88e10d41d0eb1d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:2c6e5834f6042b1a4301f47d8178b2e718a3a459745ffbc959e40cc660ada97c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:475ba06839391550b35bd29309fc939977a72d4262b99f129ef5fc964adcecc1_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:5470d37d9eb90f60a29221fe605551618af1037c555e7f82ee1c7c1b6b7de654_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-csi-snapshot-controller-rhel9-operator@sha256:c8ce750189b017ec94762b6691cb9a911f97f04927615f0c802149aa3f7282fa_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:1916354b8aed42783dbf3bb7a3be6ebba6f561aa7d8c8f41fd6e32f1e46b09e5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:93cd970355ff2c9cd65c6f051391a1dbccf543a1f4e79ebbe6b3f63ac4030ca5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:9cfa1d58c7bc0f875b5b2d704afcc95c4321388c94202c7ecba217a12164e8c2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-dns-rhel9-operator@sha256:f21ecbf880d3fb65422bbd0c410aa47136526cdfe5b75fdbfd82e720530c9fec_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:4c6a4ba7469a6e3736176c838dd09acca392d508ba2139bcde3d01a1ecd493b4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:a21c60cfbdd3b771f448a09b89c09f0992008625caa9fa60c5f9cfdc7d49e457_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:b6a1d9d0b74f769294c10ba1ba65fa36a43217a374f3e37a189fe3de1d33d737_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-etcd-rhel9-operator@sha256:e192ef1c1c539e194a2c7aea2c1cce32c6bb01bba982d3f0f9354649f32d24bd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:03475c318b9a57df484c7be2cbf35f654487c3084efd389cf4f6ce0a0f845dae_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:974abdfcfb3399823b6531a50c8d09203167418b09f859229de602a55c6f43bc_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:aa3852b48c9efac7a7e87bb01593b4a8c7d9f996624154d5a34c836e2b126485_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-image-registry-rhel9-operator@sha256:e0e95daab3cde4412e5d3222236adacdb8283e65eb64572ed175b353adc4ea50_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:106fa9124ad7bfa7e2a7d6c68ebd812cf2bc82c55ac092c1a702217595fc93f1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:18317fde63976665f03833b7679bede00df0f32327c1d56a26afe112b4d26f6c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:e068848e4408ea82c40cdf03f2e6c600a40c8743faf344e0b2630f12d79f2fe7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-ingress-rhel9-operator@sha256:ed90b2768c731b0fb0d277a285164c8bd8cb531ee984be711f64bc503292e839_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:0ea0939567de6bf628dd5ac96f7eb68d3b29f1819ab932296293504e99ae3390_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:45720e600e73a2d925662c4c6a7dc898e4c97e38bf9b6c708455167abf99b51e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:9afcbae95f66db36e6ea832d41f02c8fa14ab3e79f52dd1878ea24b57565b547_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-apiserver-rhel9-operator@sha256:d4e9f8ad81006249c50770495829c63f9322d0214efc045a4a7b6b0955846f0f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:1d66fb102b391fb88b40efc0dc3b3935d6f4db31825ee4d878273e181585e0b5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:2a221eeae6e50cc04e9466e5777f829f58311b2506aa149094e5e31e0cbe6e09_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:7f15db4d5cefd46fc71d1953fc5cd62630bb847c6966523c5ab3d6cc2e5f6a05_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-cluster-api-rhel9-operator@sha256:99a3124337bfd603542826a78e4068bfd7ffc9feac98bac54bd7b3f3384faf87_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:86260062116d03fe7c4ec9df2fde3ccabf315ebc380f61db472d334be90dc325_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:8f284d614d7fe9d7c0bb5ab076490a781f0922453650713dd6bd722a409f650d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:a43770fac453ba7e59e8af0c2aff352471f81a1b5f34ba620d4555a16af464ba_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-controller-manager-rhel9-operator@sha256:e3a8e74f008721239ea7c070e6f6def1e779b723863e5ca279702f81cdfc0f5f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:669084db9430a977c4370fd7949543c2e57e82da6db6d01c376b3c345f7c693f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:9c91c1adec653c87fbdac6f5755528a27a4ead82d740af2a5e5f38aa16789804_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a2ffcc7216ed314e39ac12c0cfb30d29a6a4267512cc24a8f59825967273a2b8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-scheduler-rhel9-operator@sha256:a950db91a853e2b6073fad294ea604d51e0623b8c34288af1a98752f79b873e8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:3af31e33187cf904b7a3bbcf7cded17c69e345c73301563c60312d35d1b694b0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:42bcf4c037d6212103448703395c0ca44f36a89533e205f0965c2c111d218fc8_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:7b9bc218875615eaea10e71de2ce1159bbc130dc9099eb71d9fe13d9a0f07179_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-kube-storage-version-migrator-rhel9-operator@sha256:8af69064595a39874365e60cc66d5f6697f28df4f82f8e26b86eb3fe08eed8dc_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:43a9f7284fc596378453b6e3a6fa1eb553d403ee25492c8c10107aaa77d92412_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:9074d73e7164486f4e0bbcdcfa5f46529fab2937cc5531dd88b13b2fb433d6b6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:a6656391bbce0ef6c085dcb040dc623d737ee8c302638d0e952eb2cd6e9671ae_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-machine-approver-rhel9@sha256:b98987da700deeb50da293568dcab5cfa1ddc843e36ed4dc5fe6d0ac8b63c85e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:66a2823e0f80a885f64cdff57291c2d6af6fd0c117c2d033b372be28b0755b2b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:845d9b912f7dc3b56804668e652f7c6b711a3d064501785ef9fea0273f60063b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:b94aad5462be3a96ad9d3a88d8aaa775e8d6446b7f8d1b8785de703d14875cf0_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-monitoring-rhel9-operator@sha256:f6ad6761f6dd00ae42d248741c778b31492259d891751c9dbdc6dc39c2960dcb_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:7b31119b0f90aba00af66b6bf6e1d2f7248d3db7129a6fec071a9fba31dfd0e7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:93cc886509cfbf78ce38eec32119b47cca28aaf3b43a254a1deacdd86de5e877_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:c4cfff6e697533c3a9323ba6ed15b74250ecbecf71123cfe49ad56708f505021_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-network-rhel9-operator@sha256:ef759942f6399bbb13657a783a7648dbf7ec880e8f6d4ed64b69812f696fcc1b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:155ff7585ebff390dec5a0ee00bcea904cde275e165ac634b2083c1fec868a18_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6971b8fa9f04515d6e4d18a27982a2496a4efaaeff90e741f3248d31fe1961e0_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:6d590f5de5ce957e2d21fbd86c08411dc90b6c2444fd43079a04e3acb35587f1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-node-tuning-rhel9-operator@sha256:718a4a859157646f240e5fa4e3f8ad5c5ac7e53373d8b5d0a45159f5eab2c9a7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:629f7a041cf101c337effebc71d27cebd4dbe4ac7f7eb58e93f872106f88426f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:7761842991965d184af3f11919c4a4524d285d69266f92bc01ddd1cc66195fba_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:9865d9323ac25a120e3dbf34644b7343e650cd04b201d65518940b49432f564b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-olm-rhel9-operator@sha256:9f6c2d965dec4b6b13fa96bcaf0134bf2acf302e2a04fb6926075bc9e92de97d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:855b51d876eba214e06624567a2606ed0be538fa6db7e24fdd508a269e1ba2c7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:b041548b2283b0b0837db6749c0da693f021d0510a5628bce91ff5be1fc83f71_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:c7fa529102a1f95a53afba3a07db55a3907123cd8bc01cc6e1c4afc3c41928c3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-apiserver-rhel9-operator@sha256:ef32e7c28a82efb0ff8edc4d2678e042afb2c378791a34ccdd9243eae5246d61_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:0b779b84bcdf0ea2821962e7df8f34696f23bfad88557c21ae5fefbce289acc2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:54847dfd1e87683efe51562e103367f952ea801cd409968b8b5e04ca0ce48bb7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:5c86b554d052e4c0f38d69b571d246c090f5843302d21fe0f2c7c06ddc604488_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-openshift-controller-manager-rhel9-operator@sha256:78d85dae433ada85e1fb57166d278887f652a03531326bce186c7d3b207df288_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:4c4ec9a44884b5d618f231cb65a9b69078c2d86c8f168d510441814357f9fbd7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:5bfc5d24081ed832066492f2542d2566f40aca433535ff6536307feaf416c727_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:6717dfcf0c98ffe25190b97c977daafdfa53ca406572d81143430f4218a17382_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-policy-controller-rhel9@sha256:fb7ecb21f68557f92a912f0cabea1719fd8969638e16f22c5c89d433168f3ade_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:6f80af3728d41b78b3e855ce438ca882452a785a0b794c374475e6634390f6bd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:7df0f2a7c3268c3fd166e4012ef20a9911d6d7be4ee9e260b2a8343a1a5c23d3_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:f26c33eae235ad613283bb3629ae031e06d95e4371b6ab35bfc95d6cd6eedc70_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-samples-rhel9-operator@sha256:ff72b14efa0c7c37a3795808564e00f60bee07de82fc22c7d1e0822893abeb8d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:15a34ce98242d87b27bcb7a2ff5f8a3426766e31e4aa8dd21280a94a0dd5de07_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:1694ece44a326abafa983a7fb2b3f84f671941fdaa708c21159b2164bedc8fe7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:5316833a649816a20637f5815460cdea129cd9f304d66406c7d15210e09adc7a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-storage-rhel9-operator@sha256:95a599547beb53655c1f6bcfe533196664371a94b5fea328543a5f90c1f4cfa7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:0c81a72caa0f5697779c8e808aae1c6da81c34d58ea22b7fc41535e5b047d4d4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:1b5092eff9d9daeea6ffcb7c40f04754c401744c8085b77b67f231cca7730818_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:7b0157dfb720632e557c0c1050c643c7a9dc9b36c5f1858a37e11604b04b795a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-update-keys-rhel9@sha256:915d7aa28dd103a665a72bba13375c72118885bc3867d07922425576d5372f71_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:27483fad6a2c4be85baf840f33c72d98357bb6a55e754051fff08820977c7a3f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:5bdbda0b9ae82292ab9dcd9c3907d42687418e591984ae30b53d93f422ca9d86_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:93069055bf2d16735b13a8ae1859af38b6b7b9fe3409806c30a2147689972023_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-cluster-version-rhel9-operator@sha256:ef060678c540f10ecb261b29b6674be6d3830c7ed0e51f221256fb09130b4dcb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:1d9d3b4b90eefd1714e4814e4c340d11a88f1208852b7c624fac4096ec3bae65_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:37afefb255d2e64fe5d72f6d32a3e4a55684b658b114dd341689ef0dd4cefb9b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6033b93ce5c2f73213bd89e9709038829a2739e238a1f827cdebdcac8c39dc91_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-configmap-reloader-rhel9@sha256:6fa75960064a732c4e25407c9c2e8b75bd98feb5bb06c9cd70dac8023eb21c0e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:5eafd2fde7b9fce1b13109f4729396155f7ef07d73d51067b11f96661327453b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:825963b5f6aeaab80cc3c6a3c173b588263b6a9ed2e481c06d42a229d18b40b8_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:9c24887a448382a80d554684df4280c49a3c6ab89fa9164d547d0ccd25c5b0d2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9-operator@sha256:e423c9ccfc07b48c6ac2cc4369a6fd61e9b8c420a08f64d69e9a35b887874793_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:0ce9b759a50e8562b80a2466a194f70d0728ae93717dadedba3aca34712f14e6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:814fd188f5a532065135552df55e4c55fbf9952ba35f93ec6f4f22a4da2a43aa_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:b87d5c52b3da29503ae5089fb3422ebbf5ab02840c486b19678a9c65f04a9e7b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-console-rhel9@sha256:e7ed0864902433356021a2f30c65020370c3062889f7e5838be60d0ddb098ec5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:1622e137e2fcea249115c062de3bb6e0a099ff4f4545ed1c98ae2109eeadcc71_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:4a66bbbcf3b973ae35749d7d4a1987a561a57d16b154c0471092a2f242912e98_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:51a7d1ff4fd4ac2325da2064724449847c4aac05dadbc97f30d93d89bf887b1a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-container-networking-plugins-rhel9@sha256:f1743346567b7c2f4101128ba81ad4b3b00a40f3a97a465df9e1b895a08cb8a7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:852af33a0803094bcfd34f452e8490f95fff66d6e2028423cfff0a01f201457e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:9848cc582e21d833e5d5ce00a0655abf37173bccbf944e192510b3373510d81c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:a97d77c1235d10228e36d47b304a14c05a10944904685f344953da18f2d30866_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-coredns-rhel9@sha256:e5cb819739007737f750a96605f14991efb3195f13c906efc64db87934389379_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:3d594065a138374b4efe911a3e4619baf1d888272607e83e4f614e8c3e48d2f0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9-operator@sha256:7e2fdd43861a1be04f8f6cdf2fe2651d1f7ad194d7a43326e8d65d7757ee3d7d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:08fef794d449fdc5f89da613254f8d8cc2512bffcd5a8f289a7bd8cce9f8660f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-manila-rhel9@sha256:9e43e41968b797593eb5d4823f8e1e7babc642c3ec308673ee1640198f12c234_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:2ab98db3bd54d97694587693c196944eedb77866bf2dc9fa70e6d186c0eadb34_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-nfs-rhel9@sha256:cb11c30ff4bbdad9e25e12e2960d754cdfaa7af1507b07e74e21aa31a45b0390_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:107a0f20bc821c4dc4eeb05f29cdd1c0601db4b66f5a3245272098dc41ae7c5d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:38f286396ef7e0557eff8cc665ca46c4248e2b060aa9b170873e13eb691b207b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:5d3eff686a6a64f96a79d31f8cc6a88b17171973f4718d3da82e0dfd456436c4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9-operator@sha256:903ae03948c7e68b1eef1b1dc2f7d8718693e3149eed21862cf1fcfa13482dba_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:0fb76970c4ef89824f28a0993f2a21f5c91aab7bdf23d6d045da48d9c4d176ab_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:37898fbe4cf22592901521c29bc10ff1f3b8df7a200d64e9c94d037e8cc38e60_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:c4393a9eae01a0bb31f85f8a6cc609f80a8c2e7b7c4372c21bcfb91492ec78a4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-rhel9@sha256:dd74aefdaae0c24dca43a36548e371ce292af5423751718b1a6480224d5e5680_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:500ce3a45214ea5bf17b0c7d0ebd33f75183db7bc04d30f7d0a25a225f494cc5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:6e201b3e5b45494f8ecd6d607bac314cc10b419d4f3a695c1aa9824b6eb9b8bc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:9772d2c999317adac02475b2448f24acc49cabb83c7727e9e478642dcb7e9794_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-driver-shared-resource-webhook-rhel9@sha256:d8d22b7e59cb411c3f1fbac22af12b78fcaada8e56313b2f5ac89806152ae825_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:5d1773de9a1eaf4b18081c968f3d1c3ab35af0333dd8ccf599c30a5336b40ccd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:93415b427bdd9185565c26901edda6e5d0e5b7bfa013605de8ee206716141c4c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:be9f4891181cd1b58aa9a3fa7a0d26dc3a382e9dda02744b06a1cd7d806ed6cf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-attacher-rhel9@sha256:fac44a7144ca9e888a74db83f6eeda24224d05238af0f8cb54627b74148f51a9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:20544ed1aea9d8b483ac6dd9655a0d108b80121b7011406e0a59de4c93060dd9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:29f0f10ec928c8face73cd03bad8478ab4b8386f0df20ee2482102f870f198c3_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:adc31a12f2eb578e7bf135bb0931aba306487174c7e8e71f6d3d8661aad8c350_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-provisioner-rhel9@sha256:cc2921b6468b77227e9f210589f07cf458eced2ef0260582d0a1a4b8f9b7a613_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:156540860fbd6556102cc1abb3762e6595d374fceeeb7745d92655aa3fa74551_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:426c0e5e5885ee0450f36a93fea6f733637011c5f5c97ea2c790e0edab5d7cbb_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:abea604212336f8e3cdeb786913ca33cf0843f3eb7be0d1aab681a005e6c9417_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-resizer-rhel9@sha256:f58646a44ac2716d6842af49e48f13b6c0a58ffde7202cf6004f479658ecb048_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:484ea3e99fe746668ca7fed6862b095326bfb8f26cc79c0bd4de143083b0dad6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:d2cf9eb8a6b0528509e571a8ab3710bdb6b40abb5f19d797a9097524d2e3cb7e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:def75e5d102cae679cece8fb7e7cf26631d9aaee782319bceffef95fe76308db_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-external-snapshotter-rhel9@sha256:f6a4b9d3d3792cf016df0f539b41c2d33d4cfe3a85f87b8b1a2215c703a13d83_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:17d73f64095d650a84959f826da3009d844f209c39a9cf55460b842a08968fc9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:382ba71516ae6c2ce3670b92bb206e5bdaf5dd0519b2f1a6fcb417b99f0ccb13_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:bb9cd5df0da433f514a256dc92610219d22962f8e9fdddc4a1d6bdda45174287_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-livenessprobe-rhel9@sha256:da71d08bba2b937f4111e6d773765da8379043335d83e600743608bc4c3b7580_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:0761be83c6edba07296a17b61838c3720666dfad633f9edbe9643c1cca008a8c_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:23021b0b3a60c43895c17a9d27eb53fb5cde7b9ba6ac7a5d81d1723d804ecfbc_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:4c802a4f273a7d7752c93b18c27e264cd373dd989797d1f9b970ae368bfbed90_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-node-driver-registrar-rhel9@sha256:b41f90c9d31171dff6834e9c7b72ac295f7e0058eff6f5dc7480d7c4797b9700_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:192a0e7b36c1fe8b6b70e6504e12a59ecae23ef83d563ad4c8cca3ab5b2cdbe5_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:39a6978585f0e1c57d7460a4fdd668a238e126c2ce7e599ad9e847bb55783249_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:851b15fc576a1939eac61342bfc75875d4029dccacbd57bef1b12ec784523bc5_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-controller-rhel9@sha256:dbb87a87d86cf4186ac9c4e546048bd07eb4e4b3734935a152ecbb60bcbdc1ec_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:2c372fc451a83f382e57e1e63de0f0b10f0479e665c2e1d39b20c8bd2d84f51a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:881e89459149105fad3a737087f34ba6a0bed3d933bb73e4d1943a36d21a1f55_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:cea296a2222cfeabbdce7a42996be42db39f3d89321f93ffe705c0c01e7b5b30_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-csi-snapshot-validation-webhook-rhel9@sha256:ee35c6aa82fa9353c63acb0455e5196e946f423be7418de921beb7433bc27dd3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:64c68a2c39cedd586eb70141b21d19092d16303738072987e6a33a208dc1ff43_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:77d5bcf195bccd0d556e17803f4c5273010543366112916c8e9e4189b5f68627_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:98e7b50a5fb4fe900b08a52bfe5f1af0f189bceab97ce106ca4550e0fa5bf487_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-deployer-rhel9@sha256:ca76d72ac426b6a7fcf59fb99a3fabee6c5ad3e0095e75dec3a06194fda37740_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:07406356bc5aa39e2d130e94946ac1ff2346d3570819af5d1a228b3e927b3df4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:628d272cb4ef7a625677252fec78b4f6d7daaae10f3fa21e9e605fa294ff9ef7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:784c9da7c826f43b21b798e18d89f696ff3c0d6c999353336d1709149e3ed6e0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-builder-rhel9@sha256:806bb2fe904f03bdd46f5e7fd0da4e8c27badc7a363a034a896bb3c9331c565f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:09ab73ac9c9dae1e080a70737bd6f8c927d47404850ab85cdadcf2be42dd0b1b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:3ad634a5d007320ce93be80165b01aeeb25319a7458cd465aa4732518460855a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:71f3b158f659a76b705d4680a0f81d930f6f622546c903aa2bac8548382d232e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-docker-registry-rhel9@sha256:cb741e1ce964c52ad3d7c373dcb2b2cf0292fae1c857f71cbec4485e0b1e3270_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:23b98311440ae92c9df288db4cb9336e442724af99c860289733d6c35dc07192_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:4337bba1939749aef224134e01759014ce11a2ed05926c790c0eae870fd9b8dc_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:505907905f0d1476c5dbcbe7592c9d70ea91df7adc38e9618d2c48355ece4783_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-etcd-rhel9@sha256:bc326e66fe857b4090cd0e717a9976857d63a5538890171adc420d47946b2c95_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:84abc2301d2fe7fefe78aa5dc90ddda63737ac2c8c47778b898a91738c6d69a6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:93f2305b36ca634a2b8fbbeb4bfdc1a5c868e791430d389f0e0326ca839920f7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cloud-controller-manager-rhel9@sha256:ca16e72147f9d94306abb1464485feff4a03a4922d5025d4b7250cab7ccc7732_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:653bdf880528e317bebac6f7aacff23ebab11af5bfa931af13a8d8e7b2745eb0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ba86e60cabbbf3c8845a60ba559d1a38d5370ec7ecddeba662ef01fb083030b0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-cluster-api-controllers-rhel9@sha256:ce35c93fca376e03d1d08e22b8146860e5711773b17f35e32a87bdf93338b182_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:4aa1df7eacf95d9408d5016f5715b38ee4ecd340d9a66bcd55cb345d98de466d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:87ef275495cae4c69268a6375eb5e07d9895913b019bf1a73dcc5043b3a24a30_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-operator-rhel9@sha256:8daa3769a103ab420b8b43c68ed6d4d90a845bb23a358c62d38cf679511d6fdb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:18e0db16b10f2edaa9919257d37587d7df3c4c62cb88b8db38cda65e509a0492_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:1e12af727903c112c263bd301b9abd522da36fbe64e195f8a4d4fe19d34e9c6e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-pd-csi-driver-rhel9@sha256:ca613da143b223316bbfabe5c1618d5de77817057a47f8430b9541151b79f654_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:4486fbb2570877848c2997a50aeaf427cdcf5f8a2656b3212c263d8ce0d8cce1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:7e83a01469262e046bc98732e0e7ce4d71af991288d31155a9379d967ffb52fd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9d999175269f2e59feec60b202253ece2c27add1d003f80c0e40eae8d2621f8a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-gcp-workload-identity-federation-webhook-rhel9@sha256:9f31f2da3caeba8ef97368c1ebdd3fb1df9aa911df241460d27fbecd2cfc9da8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:1638b6de2276e53fd93970eecb2bebc56c34ffc099eda9bfcb02dfd10eb07be7_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:22cd25be6169ebb1dfe48722f3b4c6133f14c5d4f6db6ef5c7c5c9f976b25901_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:646993f2432d9a7cf3d8d56e3caa5abb77fab65d4dd40a01ea68bc59e68ad082_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-haproxy-router-rhel9@sha256:bb4b4fa70f8193a7cc49e278475052e1c053e1dca44298f02cf8a0c1bb95c740_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:1076cb5e72c6e457760fddde4d94257042f5b0ebd7076a8713499bdbf4943c8d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:3c749018959822c9a7c67fc3f28f62236f1791b999901577445838c8f78947fb_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:4aa259c5fe5a5f92f61775e842ee7aa66fa29d6b75c2b67cccc8900b08b8e96d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hyperkube-rhel9@sha256:5fe33023e5387e6836b35074fdc002ca7d7c85c6c6cc95f6f645b1a7a3651b93_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:02aa2709ab8f16d997dff85d05909bd7b67ec3e4cf91d50b285f17532d8a625b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:4aad374a238a0306aa63cbde5a29bb75d5b80d2c691558a1b384cc6b1de706ce_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:786af9a1f3e4f873aedc740637bd197272f21553304b987476b2e462b0dacfc4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-hypershift-rhel9@sha256:c449bc96c47df9f808b4e89c06facf7eeaf44761485077311aea32ea1342f5e6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:9beab497bfb41b47b9f8599920563efcb58961c2a8166225f1935f45657843b4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-cloud-controller-manager-rhel9@sha256:af7cc2cf62f672d6a00016c116f3c66b72b64fa0d05e7753c8e4b6e628a3a082_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:3a1c445bea72192dc031e4755bd063fecc4fc9139484f54d8d54af26dc755f45_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9-operator@sha256:6ff31d9e340619aff002ff35ad43b6131042cfd943dc0deb54f19721eefa1c14_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:227e8c82c210cd100cd7aa3b8c5bb39b3ff31a4bb6ad78bb7134c122dd9b02a6_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibm-vpc-block-csi-driver-rhel9@sha256:a7587160377c6622944f5dd49380ee9565d49bc02da4c5b631342a037835c574_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:2793040a3ccbef82e3d074bf0597a8bfc5b5927658a8bf4148b5b0675d6fb3a2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:835edd6d6766e17d868f7f6d283005b2ed2d38cca7fbad1c5b36f63c385b8e2e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-cluster-api-controllers-rhel9@sha256:b635f689b42b827ad12ec312500ac2582c022eebc7776bac97532bd61ac31cce_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:1099ddf483c4cfe64f687fdbe5587648756fb5b9a3d01538724b2ea2fd5ca6e2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ibmcloud-machine-controllers-rhel9@sha256:30dc9e1dd4b35944e21e40ad23583cb9d14be00172a0195dcc95bf8e01e34e1b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ac4fa9eddf99f4581573d52e741f0eca595c9e5bec12cb177f0eacc7150a46a8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-image-customization-controller-rhel9@sha256:ee30d6c3b56fb533d299a7a432618a1b2c83b1d9d72b2c58768c07c349fe95c8_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:5aece9cbc711608ad1dffc12ade865996984d714f5e64fc894bcc3985fa9c521_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:adb1d854f6dc5e70aa0f33164a3ded5a715ba0ccf894efadd73c7c4d661f0b21_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:c0983bc8863c23ae680915339797991b26c17fbf4782caddc071a60c17992266_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-insights-rhel9-operator@sha256:cc90303d2e2d0a5818706672d1aab7847450b9d2cd991d7638451829fbf26163_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:1485611739af941f4e368aac9cb95ee105aee87258e5d872d51d7f74291a8e20_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:45d8a8c4703462edf967071e89e08d8d9e495d69245ad8b6ba2d6e80f579eba9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:584f6670245a288d5489cacce0e0cabb3c86bd6698f8118f49b8e3ccdfb47c39_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-altinfra-rhel9@sha256:5a29aea0e28d0ced0bf50bd3dac2bb6f6edce5ca6ef373f3d097e668a9e8cf35_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:3aaedfdd81b32cd2c67a0d39f819fc49ee2d31176496e043bd4d85efbd594481_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:97e6f95d96f347f03dbaf58cd6c7bf6c926546c1991cd83b5065fe0cafed2586_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:a8b9d35e2ec9f2026a2ddf034e9f3ab2a9ea622924960f7d673564dc33ab6224_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-artifacts-rhel9@sha256:df1a7c4c835c59041b8c16e11580362d846ceb9b3334b8aafd36d3140b58d063_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:4d3251d46cfd8adf16ce49e35007a998689b714615bb66a12e0dcfeb896d8397_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:8426d041e12f43a2b78791227c0f805afd75de6e306cf8bdc718f0f76651d75a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:aabd98101d18f4f5352d03547cc2cf784bf37f962b9c875059d6365a3371dd72_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-installer-rhel9@sha256:b9c93d7e3ae198d025eb43e5c2caeda4198462ffaf407270dfc7119316ff5f98_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:b6c870af5b455dc9fc17314802f45c9ebf2bec19810ff75b4e157d96a94e6575_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-agent-rhel9@sha256:d2003914164b0f04ddde9b10d27ada74e57c26beb7ad06dac093098903909907_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:16a4f25c37894fe7ce7a943322dee37d8419bae36e7c7ca7b4e73dbccf8372e8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-machine-os-downloader-rhel9@sha256:1b17792f997e30b1d5bf73388b68de6604e4235b0a10e5dc37955f8ff2077801_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:29871a94fc618bf280a7c38280ec0642c766838bac34a9ace503378a67f4638d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-rhel9@sha256:fcfb0cf49134add5d8298b1fc1f52ab3eb924efc2bf40ad077c3def948b3ed8e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:3144944813148f5acd4234b279b5569e5bc8942f390c76a5a88789fda81afc56_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ironic-static-ip-manager-rhel9@sha256:e44901d545ce00d89aacf5b5afbe68663cb157adfd23f4b280f13e978c7a972f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:18b95158ab8c6470ea281f81f5f1dd2c0d1c198be78d3007b02f5a7937ade62d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:31bd9ee7e75b32542cf78d1cb12d254a93cf9623e00e5649c016bbf32b8dee04_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:5b53eb46cbfbf25649fe3bedfe285e197f65cb55a057176d057e90bb65cf6562_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-keepalived-ipfailover-rhel9@sha256:bc8727121110bb8a6d9957f7871a6369e1512bb9cdf47a6d23ce12812d84a791_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:0747fad048dba8c93662ced1c2b1a18b7f9f75bbfe0740caaeebb9eff3acc30d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:4a22ea1747135e6bd85bc59db41d17d0b4e761e29330e7e3666bf4d42a47649d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:bee322f686572e00dc5c6d7076de1db0034a26cbe44e0f9276b394718d6c191f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-proxy-rhel9@sha256:df9ade514c7f2a80c4ea829e2f1890dcdd6a4acaeda829d3620e7d3874de77e9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:859e9211c265355892dc4aa19b7d845b985be40bb8f098702aef50f84c3e5eea_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:c2e28f6a9e1de3185753cd7fd47a51ed01cbd49697cc452448adbc961fe71003_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:c5ae19ec61f3c9cdae0db38b1aaa03838d421f9d4473fda4e52255cae97a2fdb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-rbac-proxy-rhel9@sha256:e654a7604401da1deff9d8baedf0f7567831fe5f86f75e06fea3e5d140bb579e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:0640a6e0ebe2a6982708f326bc721c2c754eff2afdca443499843b111f223e39_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:5eb8c786a348343042687f659f7cf8b066efc3c4ed8764ecf36dc6e49a468cea_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:83237f13a3a3e051643bc1aa46838b87be13126c0e52404940351a2324008e68_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-state-metrics-rhel9@sha256:e67d6086ada10c96051bcbf4eb7414c407832de86a8e2d89364ae0d85a883982_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:9ddc6bf41dfb204e9241c57de41e0a6e1ab1c3f8ce2ef1a90573bb7365ab2bed_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:b025b5d368618a31c64189f1a5f9b3db0b24068306117647796f00a22f6dc4ac_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:de35e280f4e50a18f2616dfc561db85b315425ff20bbfd4e19d5f64f93f3d0ba_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kube-storage-version-migrator-rhel9@sha256:f0368d0d3968189f10cfcbb972046bf09ad18a7a1a747887c239b75a1988344f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:21757065fc31856133fdfc4d459a993262239af0d2d242a6b55800bac866ef02_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:3b08be9a543ddd200f66178d51c0f165c380cbc845a1be672b85e9dbe2db9f12_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:8e9d4820353602730cc0e808b2cf6ffc20ff80ce06915e40027815e9046555e9_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-kubevirt-cloud-controller-manager-rhel9@sha256:f7a9a92412fca24faebcb8a574cac92c985d1392f1544e71fa26bea80314289a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:119315e723ff4b153d8f756357706bb4cd1ec5a160a7b173e359d733c680469f_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:808301750b17198c8c7f5b2b71e6bef9a7e3d788ededb9a5f79e1b13e64fbc82_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:89ae8aa54d64f62a73557d413c3f146bfcca1c237a52bd57f0ae87ba8c8fff2e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-libvirt-machine-controllers-rhel9@sha256:feecd842ada0c39c783faf280d103523668de8d16d43dc22f74f262f2a4aaba1_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:595fd9e735db5032c9bd3a668135d99b6df650c250b294c4f8b11d67f990df79_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-aws-rhel9@sha256:ce4371bf509e06e886c5ebd42312eaed3ed31fe6b8de91284f4681ccad199329_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:4662806bef8ccd703086edb7d1eb0c99f785927b1f30f227bb438829db52e532_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-azure-rhel9@sha256:d06875a7d480abe6e062be719a9d6ee0900180e659c09e2243df36e3ed55db07_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:2f6efec846cb1babc0dacf51b67634e83cad5e0f4700f5db54f8c356b0df8119_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:46a86c6ddb9f5bc798b43735eb0cf9d515091549680e43cd2993ba1b07bc052d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-gcp-rhel9@sha256:aecbb57cc9a6d72de8520437e911255e51c97e4c40b55ef207fa98fa7c9dac9b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:9c8b022e6bfe80bd4998f177c0fc25e4a5d224a6dde99157f21de5d08f18e4a7_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:ab6a31d53e6e8a5a0b67f4020a52faa7fd3ce35160189aade3e958559b467dcf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:cb8394ff8b96398f8db5bfa7725c260d343774ec319fc1e3917dc19fb51c9b9a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-provider-openstack-rhel9@sha256:d82a2ea6aa1515bd56aa55ea999f91e9f688e480d615fe53bfa2c74c1071eb82_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:1af22f98af2fae1429e53c988267710578a3a092524eff5032e0c8f397a6a953_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:2ad01a7c2e75bb850686d59dbf73937ea69505657c2f2a55c10e4fc17ed83f82_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:95334d618727e811d16206a6f99991e93dde4bc8ed26766da848ea879093d736_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-api-rhel9-operator@sha256:d460b99f6d0595fc76b4e85203f96a8a809cb709e22f4d8f819f99bc3e817688_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:3b1986a8dabfaf0988f12820e1a199cfd0db684ac4e8d956ccce6eb8bf1146d3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:8568a6a6dc94a45bc8feadb7ff1cccfcacd176d276568ab96f4942aeebd4938f_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:e24967262f34a1bb405c1010688b4a1ca1c8271787a1c8f5d8b86cf94429e6ae_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-config-rhel9-operator@sha256:f2f71ca77685bcb4618502f0da4f242d48cf2473f0c7e439582e98f15bd0004d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:23400e78f2af2eff9dbed7a4da3000fee627509e5d4c87742aa87f8be1229a36_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:64863687e7fde678af49d370c9fdd5045d47dc2c3b921b179dfe0b392aa4b447_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:70935aad01a4c3b9c041d22554f4d8feef7038bca871fe1d84c6b74d4d830814_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-machine-os-images-rhel9@sha256:91ef5f2ef8cd345731b53ec5e044c30e14438f1935c74b5eca2436aa35e5a7c3_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:071766cc6bb41db5220aa5173ef5d576f032ee1e8dd9868deabeba36f7798342_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:5a9fd7861ac77020db7532e72a52571c48c4f62164c1c5390cc55771b93894e9_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:adc440a9129c3c9baf62a3f961179c843f6e68a06cef4f64a64e2a8cf7493d8d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-monitoring-plugin-rhel9@sha256:f8f501653da6427153aa72340ac8238e79459759136d64d2ba6f8ae03184c436_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:023893e6a4a14842645d23171ad5562940fe5a25e681eb8afa278cf154f60a5a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:1d5ee360957a5cbcdbd54e71dd9ad1e0ee1a37f994e80081a07c289fe1be7c61_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:298f6b16fd4c32caa2d49c5ce1374d7d2037b3681f74e2bf7ecd0afb80c0e436_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-admission-controller-rhel9@sha256:f6048c371739ad69e9219e8ebe2045a246ec4ff01bd289bf630c45ecf006f52e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:2c96cb9ede1464bcdb2aa65b23d5c317050c99a9c7674b217301a84734b7fd88_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:31235aa238bc0662e8f3efdf393f9ca7699016dbe1261bce0ce37675afbc5054_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:698f820f8b9ba7d04cad32dbaf6420ac0e1ff5ae0a1d10f81e867a123dad0a60_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-microshift-rhel9@sha256:6cd2462bf7a3f58f79de73fc8ed717092569862dbeedb6c72999a8ece328260b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:3e602466b3dc3fc4c7879bd90a34a96878e5df827fa7664dac632199b2805464_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:5839764d395594b922ad989a3fcc5bab129eb919d2430442390cdd7e95229219_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:9913891ed84afd601b5bd646398f266f6970b7e3e164f423ecf561afbddf6f9a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-cni-rhel9@sha256:f236ad01ec1299b4a5e4b174ad698412bba0f090d7316672f230abadd209940c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:0c1f5188f4e79b0c508dbef9f9f6fa5c658aec17a66dcb14b23008d112aeb6a0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:3d27787b58896192ef0b2da74861207bf188e5632c0d7b06ddac476ef558175e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:55402c1e07f5de8bae74f8fc9a579c2403cd12e65f9b6714c4d6b57ed42b4250_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-networkpolicy-rhel9@sha256:975fe9a014b7d9c4339bb34d0bdfc862b4a4de19b4e02b5b55a484ab99f31bbd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:142d516609c278895aa3302ba638724fb63ecfcfd232e1fc6571f5856aa4e034_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:28bb93cbe40b57c179ed088e45de698a93dd1c0c14d6ebd098439a412478d314_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:441602150d0bce7f8941a293e3a803bed75953986e93dac3eeee50848204728d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-route-override-cni-rhel9@sha256:d92da8068e3440429fcd5a5b9f178dad1a0bb14fa3bee4849a99bfcc6674e37b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:55315b85da730c2bde56b7d08c4caaad5db5bfcdc2e9f21286ec48e58fb1c64b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:6f2c19276901be4850c3d9f502da1365d84dad18e3e1327159af41877432c41a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:d4092b12df304edca57e47dc5ee77e4e9006297763ec2e2371ab3856f94e4654_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-multus-whereabouts-ipam-cni-rhel9@sha256:f9e46d3228ddf05919d0115f274f94f8afdb5e65c54fe6b17514e7a3b04d351d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:5e06c7a4f4f0b3829c21710249546680ff1b7e7d541e30b556dfa69aeb7a5ef9_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:6ff5ecb5b92ac2d9b1498f86211b19e22627002d788647062ca604ba9ac8d7b0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:c2c203df15e000f53388a84d8ab5affa78c4210861fcd0a28fce99c0ed86009a_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-must-gather-rhel9@sha256:f080c488e219c5b862ea88e3ee48bf866c186caf803403d7605ff3afa5d5daac_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:4e6bff26378ddf7b42fbb27566ff9f47095cb5fcd74a26dbb1604725dab7c1cc_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:63efd9d23d66a2e7c754d1b921016177edec08aca034786be697c6ade7310e71_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:b15dbac78b5deda1493f959c14b14ff5344b982c4373471b13ab2f3829d520f0_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-interface-bond-cni-rhel9@sha256:d101f7ea169ee12e824370400ef6a94e0cbd48aeca6fe0ad4777b9bdc87d80aa_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:05692fc0d27f1bd3a0feba7c0eff4237ef52878ca37166d92a89aaf190972aac_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:3805505b579ad8be8620a53e792410bedcb7e1716f3d6401e76c8bb179d8aae6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:47c1d91d614addb733f775406e764502e556f4a7414dd1a2060d3065f6c3c120_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-network-metrics-daemon-rhel9@sha256:58650c0ce9725ed10e3646acdc76a72c4d3abda025bcb735ac2eee42ea261e3f_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:4778a088ee10ef3ba59f3323ccccf942000e3d2bb8b0bc201822f7cef74909b6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:599fdac73334d243b4d362b2a752f184f303aec12e4426ff08b1b4a6fca0380b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:b1ab8a122e88ee201853c669525590b6f73a60803d1772536e76c56531fa0041_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-networking-console-plugin-rhel9@sha256:c231527dcedf3606bfa162c0026b0b037d41a908d6be2418f4250e234dc66023_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-nutanix-cloud-controller-manager-rhel9@sha256:83c6087954a19cc11c7042079ec3ca528c8a18678928c3ad9ed8b22ff07df36b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-nutanix-machine-controllers-rhel9@sha256:209a01330e1894300123bfbcafc53948760feb80e0c7c81e521ea7abef269d69_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:013535daeaa7ceeaa565545a98d942396a07089a96937e4960a1fc0d44a4629d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:40fddb8896fcca216855ef34f2c8f0c6cbe3a59c6bdf4c3c751f69b57a63ce4e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:c3f081c38876339613b7a641b30adb9c7f3e67d446151c892a65256ac274a472_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-apiserver-rhel9@sha256:d6f330926e3962b0b73bb4b6a11a1b40cb0cacfdbe9fc0eb4ceeeaeb3bde758b_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:3f2283bea8d5c54ad689787a7c269022b04624d2b1ac830330a79d30364ffd47_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:476af4f8d17ec9fa6bdfbfbac2904244c4d51432b67f111ef0cf4a37ace9a86a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:a609dc606bfe95a904dd8c6abc0cac79316f17618d8b676512fe1b4e5412ba01_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-proxy-rhel9@sha256:e5b754105ab8d7cb9b581d3c4dea8a295919bec3ec645aac468b5f3267e0d7f0_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:7f92fb1c1dd18f03677ed953c82ff87011d8c15f1bcfd8c22cb7a877950bd063_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:d759dbeb39460193f8361524fcca202fb9f634d65d35f19fde1a187cd7230608_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f0544c40f7c610e45782d6a757343822cee131b745ae6ab4aad4b878994ce8eb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-oauth-server-rhel9@sha256:f5ec95c285270e35a77f89f8da39a51c5d29fae1ac277053eda82e250c715f91_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:191a27f89fa6ec450c37168a65ea66bae9ef862bd2b40c1e8d561b41db842591_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:905e494751d1e26c98857f7ec4f41b4321344f9e86d710186d9e9bf410f6e983_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:d35affa9bfe2127cbed058251d47570d65b00a8045748fe1e97670797e8cae2d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-catalogd-rhel9@sha256:e82a015ff030ba177167a713df193d74480998d946b593a00c799330894702f6_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:97a3a8951c456ee0c88a42cf7114a3225a3dce594b470b0b8f57f45c62efc1ae_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:b49317158bf5eb1940a35be96a959bfdb8beeef52e993bff41fcfd974b12dca4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:e616c0d47555235cc1c7e275538b48fd10b842cd11c831a4dc719afe4dfc5092_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-olm-operator-controller-rhel9@sha256:ec827ba35ddaa01c257247ce4f06ae733289364530f6b2c2d5b12a3b2959762b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:4f5c8e59a54b30a9f38f1955c6d1474bd24bec33c52800338118973cb6f3e251_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:63fcc02b58dfa0bf549c199736bbbad1e764ab86d9375a6545ae1a7bc360f247_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:9264eec1243f98c37a0843baa36e78b1a88dbdd2bf602156d5f7ff4bce1cf223_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-apiserver-rhel9@sha256:cafe32e3ff4aabbb6243fc984431babd77e2ed05bb3c4abc621add33c5a69481_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:3d6f997f5a6832459bbe5365b533f601dde3872be09c1e96b3b2fc21951f6adf_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:a76abfdfb6be2616ba39fb25137dbb49dc56427081d9025f2825a3ce8e5a3928_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:b540e70dfd87ad1e2e400e129a6b495617f9d57e54c1e54b09030cae11653d03_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-controller-manager-rhel9@sha256:e7c9dd297067d256671a0e06f9985a3624240158a1f4e2b97567409199ec453b_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:49f6f4761d886208cc262f1f8e23ddcc0c05d5b4566f6cdc8abcb1a328c8c5ce_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:836c9a619a35d6b8d4929a78b96d0641434b880ca98f44df45f0edf7b69a1d48_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:b4ffd4fcb95ed73bc3689988214a2e4210233143e0ba4f123ceb4c2ca14821b5_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openshift-state-metrics-rhel9@sha256:d4062c740ace239409c182e4c52858e384384faeb0f3d98486e0534f8dc19702_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:29b0d64444b1081a568d8c9354e79b60ddb1c3286f9b6dea3ab69023c11f3436_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:4ed2d42fdc6e8fa9d3d08152849754d1827dd54ed86be4507d75f5c90bdde542_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:c1f38fa9fb729b6c497353127feaa36375749fa07f91020e8634838d58628878_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9-operator@sha256:ef794a3bd52be528ba81c6964af2fbfeff03b1aa3d17ac36fdb97f124abfebfd_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:2518415bbe069935e8229d141d4a8a50285c408d1be2af467c458a324120154b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:b096377e0704a959a0ec41484825436b00d3d0887e49eacd59d88bda87e38b03_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:c1b30a9d1f6908316a829b3084df67b9b8bf5043fa46060996cf259c50f62090_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cinder-csi-driver-rhel9@sha256:ec9171ee21d867fd61004535db96e98f4dee9dd6f3fe86b719301cb1b0202a79_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:07f056306c1122527032aff7486e5fc75147f48c708c0c0abef7d570cdfa78d8_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:4314b0a4d5a82abd583de659e5033d0680dce2b535ebd3ae4dc1776e741bb214_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:5bd5ca703480895af05ce052c3f9f738672e989cd38e905cd17bbc378cae05dc_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cloud-controller-manager-rhel9@sha256:db97ffa52f99127907d41b6bf460299c3fff8adb69d64bd92ad371941364c374_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:16374008403825338098f7aaf57f74a2982a75355834552bf29246a9ff4e0b7d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:770cacd7e4e04a786a2e55a3cd9ec21048131c8eefb7baa4225e73a09f0f0901_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a240e71d7418d6f9781219faa2ea9cd315b7091b1a70d6032f81de2ca3c53aa7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-openstack-cluster-api-controllers-rhel9@sha256:a39da3d53b8b927594c3f5c3a5dfcea689f2b75091209c0cc36b18e1426fab20_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:34cd79b95f2ce098b064859e38785231def795d2804c05bf7542520e9d8b596e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:354b40ed867003c42975780f9db1320302500f4ea6c5ab14a0d0ae70b537192e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:ba52f6036566829553d0039a99ab677c0e40b2a14bb3d26ca470c526489e4574_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-framework-tools-rhel9@sha256:f3eaef7985effa7f09545ee19442623c7aab7245597a4a1d18f6b02a7a8f77f5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:154143883875b88eb144b77d13d5e9f750cd8e020af720a7bc6a2e6dc252a260_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:6fa758fb6577cd18e48fb9280192be46dc724a8cd02b54459a5d6a3cb3d06fa7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:80e191f5faa2991cf3bc7033691c4966f1a07953e4941ad8730ae7c6444c05f4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-lifecycle-manager-rhel9@sha256:88ce4b91b2161c9b22f154f2a6903f801e26f15115ac874c549e8644cc5e734f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3386c9093b00f29600b1807ec97b1a6c935ef7a6578de01f9ed5f90fae6a5a35_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:3646bf2e6bce49c01198dfb2a1f67371ad1f20b48cffbd7fd8f652cb9b215ae2_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:c50c48749c9fbe882410ff025799c6f450b063ab3e17dd1c4cbd2afa2b48fe13_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-marketplace-rhel9@sha256:dfaca907445b7213f3931be31fdde7480c22aafc0bd3b030d7ef9f0d84f5549c_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:3ba301cdb9ac46c11853c61812596ac905e94f15172df53cf352a693ea5a0a6a_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:6faeb6e3779cbdc86d4c7cf93e739c0585019e82587abe150f76c7cfb88cc417_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:a0d6e3c4b32eda442fe231aaf1a77ea61125e0509287c381ecdec1615e6aa7cd_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-operator-registry-rhel9@sha256:bde28b18ee5b582b69683df3122f4f9a3a4aff757c2caa9fafcbcad878d05d3e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:2492414954e0ca3e228d6d000733ae02c5d4d68d4b9f5e7f992e1a5a60cbffd5_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:4aa1f8159ae2b9b385bfb204298e1710c09123bb19bb5b94c2b93dd0419e06f4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:9a2fdc67ac81e408bb49170bf7a862a07998fd951ebfde9396ebcda40078d3d4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-microshift-rhel9@sha256:c952fd4490ac28f6bc2b39054312e85645c12d20e39ae631e35470267d8b73c4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:001807fafc7bfc5eafe92ba92c127488d378e1b36262f0f71cd4e4feef05598e_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:3c3f3a57f87c512568f858da90b13c39e9441a1910c48b9bb51cc2ba3e816b04_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:62e3145facaac381967de0461a3aef63b2b6afc466dfb4e185a35aa67142b6b3_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-ovn-kubernetes-rhel9@sha256:ddd906a1e486837653341632e3ccd2d805ba2c7a7d7c26dae34022ec6a7ee90d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:2f80d2b9f76b8633c9e6d309c5df7f251259b61a9a40a0364f2160707de313e2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:779d8d482e7ee453e8245219a0e21d84bfa1080819b31fb9f5de38f49bf3d724_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:d44b76b43d8d5303fa38a3b8698076912be870c7a901c41a68f59426cd41b39f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-pod-rhel9@sha256:f5bc9a28cb8d0bbae97b39548ab6688a31dfe2b23b8d3a52da3bb397f6aa8b31_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:195460691d14dc4f518717e3678a9ea780eb548fea8904c5bd4e2d554b81233c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9-operator@sha256:29acb2429041bbf17eb0f3faa0da84c1c5655df8a425755c1263fc16911d667b_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:20dc4b1b9ab504d4192bda76eace70933c264628c091ccb4ac78faf01104f356_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-block-csi-driver-rhel9@sha256:366b95ac0f170d8c1c969b41f3c624026593ebe8bfbb466c5f7109e1a6ceb1cf_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:32acad5511e808b1b3a80aa96458ed7f1800b4f19aebc9edc4f85ec3613b8ab7_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-cloud-controller-manager-rhel9@sha256:dc009efb6f6e9d60b022ab94d84d47fb169d2dfdf9680f4f24b40ac0a4ad396d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:77abc31290209253ce09838a292be7351c02d5a7367859c430a5b3d97cef7f31_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-powervs-machine-controllers-rhel9@sha256:e4cf03a101a115d398aac9c645ef400b9366d4bbf189de664ccbf782db4ef5b9_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:8a9471f7c51a026fc621dcff7715fbc9620603aac2c2e4454e60e0f579527e62_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:9c1b85cadf719072db5b5abf0b93b3556a74a67efbb88d7903bab7b6e988fadd_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:a454b939762af9397d7d5043d1e6070279e1a1c4240b2fc808f0e53872bc237e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prom-label-proxy-rhel9@sha256:b0802c5220abce4c73b650e105e42d0c1a57c5248c4f55819e15053c59f2680a_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:677d190589cf02f414cb0cf4a31041b02ed8d706afb433bed1420d6f35d7a44d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:af0aa63d5b375590ffdee42f4a7f00a4610e33c20ac7f3b23242a24ff43d141a_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:b2e943bd3add974a8511a316f526d92d0ac1e2a0755acdb49770728984abe2a4_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-alertmanager-rhel9@sha256:e433c5ea434c2261f40d623bdc22944c1ecd435c0ac08a41d36049c9bce1b604_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:1e800e47a04f7f19c87bb79778586939b4bb2a32f5ce3790d796331ca93a9235_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:2c0ca90b3662de85d7e595e76f678e419ea1f40990c51ba16bcd01438f0db553_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:607e95e44de20bbf0feccbd8bb58469928452e6e4f962ad088f452e0e7e6aa5e_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-config-reloader-rhel9@sha256:ce154b3a8980274f592cd2d41da7a748f7c895f754a3fa7994eeea657684fb12_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:c00947fa5cc8fa1abc26adf7cf8acfd4336e1aac0f1007133b8c6440a8148a1d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:c9a5828c250033f2bf160b102a3722959210025d373b85ea69895c96fbfba833_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cd8048f17129cbbcb855587d48615ea6e574d12f2952c0b1b5aa3819cf453541_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-node-exporter-rhel9@sha256:cdf9da2745d57ceb97761e08b560f2de7a212f860362eea3fd445fe4f6f7c769_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:02b7af4ef7daa8499a24b02aea8a24c98960851864cf639e0b698b3844563a8b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:3f82d5da80747c147ab429d24e8e9791527f7cc89fb6a7435d0cf6d35cec8933_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:9e4085498157bfd33b7bd7b212300fe58ce6d462854fdd8a597f288637503104_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-operator-admission-webhook-rhel9@sha256:a8775ca5ecd0065373034a37b6de3fd736045868a3b116aeb216637023aa9685_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:28986bf93efcbdf0c2012acf8513e958ae8b32db4b649b9355b1fcf66b35038b_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:52990833d3dcdb340c68234412d3743070938573d0296ee45138b404054e311c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:92f7c8de428bcf236f2aecc0382d911bcf5f7f536bd09aa44f9019ca7627d116_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9-operator@sha256:fa6add264803c2adb838efabe0f0fd8f4d78b14bfea9c1e91cce957e17a77208_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:46910caf13bd60c69314b0a72b866a8342c1dcead811f01f91b1b1674ea1bcf1_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:a7ab888801a85e65a01acf68805744b7f6a1ca713c329629370b0fe0a40c359d_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:ec97f4dc1d491cea9e81ead6ed959141f0ff2b36fd4fa623722020431cbee1dc_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-prometheus-rhel9@sha256:f67e6ff190c45a81777e63b69812760e828838e338e1d27672d02b5544b3e682_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:0a9880ede4b10a6328766c1d9b05f17c53faa4ac561a8e768f5fcdda9997f056_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:51f75fec0f0343d3f68e8d4810e7588475cb0955b4793db7347d3ff466cc7f78_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:74ec8a94d5cda524570b881e7a352604453026a0324010b7f4b3d0a898b5e457_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-service-ca-rhel9-operator@sha256:fb67ab3a88d2c3f33925830b9c63584bf14b321adbeb2e752a039faaa0401c8c_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:13cc747131cec81fd67e04409a69497d75a893f4b56adaaa3a1f77f1d0f3ae67_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:2236900dd28b8470cacf90c618bb50b05a0d1d66726afebbefddd2377283989e_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:ef89f2da22f7b0c0f445b7e700b29cdf9ce229cfd7866ac6c7bd2ec367db3bc4_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-telemeter-rhel9@sha256:f5a6e48a72f6054924be3b81dde0cc0ddd95d7ea029e1d819553fa633c47632d_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:49a6d800db550efd565f451e584b890e88b5c6ff8be6fa0e17c30bab2f9980a6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:cf42aee609494b7786b12443443b9bbccc8afe2658ff6c16cb5c86c05c95a30d_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:eb13074eecb1627bef4ca2cb0dde1116ca08cba2adcafe089e898236bb37dbaa_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tests-rhel9@sha256:f96cd58eaec24e92cb84eba253aabc815becf9264136c2cc898d1424fc8c87fa_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:8597574b86410624f04ebb0fa280276db1ffc676a56fbc74425e16790013ee47_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:901d510199b2e6cc87c754af5a1c8ec564089441f85917043a80733c4c83a430_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:9bc218ed94e8e516b01c11f26bd9adc30251067492ee2a84f55b573c2d09f6fb_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-thanos-rhel9@sha256:a951a17fbd50a051cde6c2fc4e863bd70e29485fcb085c4d0c977a0bfdda5ea6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:11487764cd999f6abe6bc5021312a0ad9449b14b2ecc6f7bb24bc0d7dc57db60_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:362cd0740085d7b9bdfd4d10706b04b4b92ea759697c57b340698ba7fee0e063_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:ece30fffff9f1b1252e7063cb4ded0e669f661e123a02ae5bd966bfc5e3e1ed6_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-tools-rhel9@sha256:f0813c18a84c6a7570cd3f51826e81dd0cc164299173d05ccf7ed3d31be71961_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9-operator@sha256:b5291a1306ef132559dcf0405c4a15d2921133356d904aba886e2577030b1af2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vmware-vsphere-csi-driver-rhel9@sha256:6fe441946297aa27d90fceb448adfe939cd74ca0d02ac818d9577735a8bb004c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-cloud-controller-manager-rhel9@sha256:0003426c210d73355a8e23970e027c7412123a75d979052113f325edc288b478_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-cluster-api-controllers-rhel9@sha256:9315e7033cb22fd8229c7cfa7bc78b10583dfabcc54edb3ace0a3eb435394f9d_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9-operator@sha256:b5291a1306ef132559dcf0405c4a15d2921133356d904aba886e2577030b1af2_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-rhel9@sha256:6fe441946297aa27d90fceb448adfe939cd74ca0d02ac818d9577735a8bb004c_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-csi-driver-syncer-rhel9@sha256:2198b31f6460daa49ac33aee124d664f8020228052df648ee79a2eacb155df0e_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ose-vsphere-problem-detector-rhel9@sha256:f1ac1040078d827c434858ca528df96b41047b32c27ac522d11d6d269da755ff_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:5a3cfe8da21c874d227a225313dc98a3b175e9b67dd90917a201d5be2c8b0d12_amd64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:a119246a2ed145b6fc3ada68e546e729485a34fc869e3742ea1b01b9f853f1d4_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:ac4b25b223b08c445aa875106114964745002e90908062d0c11b56e27ed9f8b6_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9-operator@sha256:b1fe363d1a527033081799943271457afbdac0cb23ff875a65a6292ce1f6cba7_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:66cd3d5b1343fb7f7fd7a3922adbdca110368de4f696b91066252229dca3f16f_arm64",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:7793b9facc62469acde7d6064a4c2f26d8482fd1a2205add60fe47541b3141e0_ppc64le",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:8fb627e3f8138d9ec3c3903373502ea0d3f83c1788641f016a9de4d7e41dafb4_s390x",
"Red Hat OpenShift Container Platform 4.17:registry.redhat.io/openshift4/ovirt-csi-driver-rhel9@sha256:f239cce00d46794f91479cfa3c94a2edd14e206f85e684131fe857a80215fe6c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "keystonemiddleware: OpenStack keystonemiddleware: Privilege escalation and user impersonation via forged authentication headers"
}
]
}
RHSA-2026:7314
Vulnerability from csaf_redhat - Published: 2026-04-09 13:39 - Updated: 2026-04-09 14:38A flaw was found in ajv. When the $data option is enabled, the value of the pattern keyword is passed directly to the JavaScript RegExp() constructor without sufficient validation. An attacker able to supply a malicious regular expression pattern can trigger a ReDoS (Regular Expression Denial of Service), causing the application to become unresponsive and resulting in a denial of service.
A flaw was found in Authlib, a Python library used for creating secure authentication and authorization systems. This vulnerability, known as JWK (JSON Web Key) Header Injection, affects how Authlib verifies digital signatures in JWS (JSON Web Signature) tokens. An attacker can exploit this by creating a specially crafted token that includes their own cryptographic key in the header. When the system attempts to verify this token without a predefined key, it mistakenly uses the attacker's key, allowing them to bypass authentication and gain unauthorized access.
| URL | Category | ||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Red Hat Quay 3.14.7 is now available with bug fixes.",
"title": "Topic"
},
{
"category": "general",
"text": "Quay 3.14.7",
"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-2026:7314",
"url": "https://access.redhat.com/errata/RHSA-2026:7314"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-69873",
"url": "https://access.redhat.com/security/cve/CVE-2025-69873"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-27962",
"url": "https://access.redhat.com/security/cve/CVE-2026-27962"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_7314.json"
}
],
"title": "Red Hat Security Advisory: Red Hat Quay 3.14.7",
"tracking": {
"current_release_date": "2026-04-09T14:38:19+00:00",
"generator": {
"date": "2026-04-09T14:38:19+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.5"
}
},
"id": "RHSA-2026:7314",
"initial_release_date": "2026-04-09T13:39:27+00:00",
"revision_history": [
{
"date": "2026-04-09T13:39:27+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-04-09T13:39:32+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-09T14:38:19+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Quay 3.14",
"product": {
"name": "Red Hat Quay 3.14",
"product_id": "Red Hat Quay 3.14",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:quay:3.14::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat Quay"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:250d48c5e6066940bcfc19d9294c85c05a0137212aec369ec43aba9f8d65f74f_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:250d48c5e6066940bcfc19d9294c85c05a0137212aec369ec43aba9f8d65f74f_amd64",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:250d48c5e6066940bcfc19d9294c85c05a0137212aec369ec43aba9f8d65f74f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-bundle@sha256%3A250d48c5e6066940bcfc19d9294c85c05a0137212aec369ec43aba9f8d65f74f?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1775242297"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:2ad22e69cbc9e4520336d2c810184943aebb98dbb7dcb839a09c715affe41687_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:2ad22e69cbc9e4520336d2c810184943aebb98dbb7dcb839a09c715affe41687_amd64",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:2ad22e69cbc9e4520336d2c810184943aebb98dbb7dcb839a09c715affe41687_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel8@sha256%3A2ad22e69cbc9e4520336d2c810184943aebb98dbb7dcb839a09c715affe41687?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1775224837"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:2915b3d961ac8a528af082803772c04edb5171a4590386935a1912f2718ed060_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:2915b3d961ac8a528af082803772c04edb5171a4590386935a1912f2718ed060_amd64",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:2915b3d961ac8a528af082803772c04edb5171a4590386935a1912f2718ed060_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-bundle@sha256%3A2915b3d961ac8a528af082803772c04edb5171a4590386935a1912f2718ed060?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1775254008"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6c69e9ffcf29e4769d14d1de2f24ae52231237803804f77907742d7591397201_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6c69e9ffcf29e4769d14d1de2f24ae52231237803804f77907742d7591397201_amd64",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6c69e9ffcf29e4769d14d1de2f24ae52231237803804f77907742d7591397201_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel8@sha256%3A6c69e9ffcf29e4769d14d1de2f24ae52231237803804f77907742d7591397201?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1775224758"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:c35821e22efa8a22625a725bf8130dc183d235e4f9bb851df082523f90658898_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:c35821e22efa8a22625a725bf8130dc183d235e4f9bb851df082523f90658898_amd64",
"product_id": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:c35821e22efa8a22625a725bf8130dc183d235e4f9bb851df082523f90658898_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-qemu-rhcos-rhel8@sha256%3Ac35821e22efa8a22625a725bf8130dc183d235e4f9bb851df082523f90658898?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1775236401"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:a58b0fd427edece6e7fcfd2246a9f00d14751b7b21f09dcc28cd2f44cdab009b_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:a58b0fd427edece6e7fcfd2246a9f00d14751b7b21f09dcc28cd2f44cdab009b_amd64",
"product_id": "registry.redhat.io/quay/quay-builder-rhel8@sha256:a58b0fd427edece6e7fcfd2246a9f00d14751b7b21f09dcc28cd2f44cdab009b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel8@sha256%3Aa58b0fd427edece6e7fcfd2246a9f00d14751b7b21f09dcc28cd2f44cdab009b?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1775224786"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/clair-rhel8@sha256:b1b56d8dd5b46faae23d6024411c4f9992a370d10965699608e3358c2f6c66b6_amd64",
"product": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:b1b56d8dd5b46faae23d6024411c4f9992a370d10965699608e3358c2f6c66b6_amd64",
"product_id": "registry.redhat.io/quay/clair-rhel8@sha256:b1b56d8dd5b46faae23d6024411c4f9992a370d10965699608e3358c2f6c66b6_amd64",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel8@sha256%3Ab1b56d8dd5b46faae23d6024411c4f9992a370d10965699608e3358c2f6c66b6?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1775224767"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-bundle@sha256:fad9d7440c99df5b1227d6581415c4150f3cbcfe2fbae308bd70bdbcb06bdbeb_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-operator-bundle@sha256:fad9d7440c99df5b1227d6581415c4150f3cbcfe2fbae308bd70bdbcb06bdbeb_amd64",
"product_id": "registry.redhat.io/quay/quay-operator-bundle@sha256:fad9d7440c99df5b1227d6581415c4150f3cbcfe2fbae308bd70bdbcb06bdbeb_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-bundle@sha256%3Afad9d7440c99df5b1227d6581415c4150f3cbcfe2fbae308bd70bdbcb06bdbeb?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1775516330"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:923655c52a9e78f2185973e42c732c1dec05760e6b790631de658886f14412c9_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:923655c52a9e78f2185973e42c732c1dec05760e6b790631de658886f14412c9_amd64",
"product_id": "registry.redhat.io/quay/quay-operator-rhel8@sha256:923655c52a9e78f2185973e42c732c1dec05760e6b790631de658886f14412c9_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel8@sha256%3A923655c52a9e78f2185973e42c732c1dec05760e6b790631de658886f14412c9?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1775256111"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-rhel8@sha256:3f44613559972c360a7e0cfce386ee3d840bc36dcb16175780835d53babe482f_amd64",
"product": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:3f44613559972c360a7e0cfce386ee3d840bc36dcb16175780835d53babe482f_amd64",
"product_id": "registry.redhat.io/quay/quay-rhel8@sha256:3f44613559972c360a7e0cfce386ee3d840bc36dcb16175780835d53babe482f_amd64",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel8@sha256%3A3f44613559972c360a7e0cfce386ee3d840bc36dcb16175780835d53babe482f?arch=amd64\u0026repository_url=registry.redhat.io/quay\u0026tag=1775512163"
}
}
}
],
"category": "architecture",
"name": "amd64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:b56a52a12c4a430ae3b4d5b4ca0ccd4174f3aab52b1dc507e3e951602b5fcfde_arm64",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:b56a52a12c4a430ae3b4d5b4ca0ccd4174f3aab52b1dc507e3e951602b5fcfde_arm64",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:b56a52a12c4a430ae3b4d5b4ca0ccd4174f3aab52b1dc507e3e951602b5fcfde_arm64",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel8@sha256%3Ab56a52a12c4a430ae3b4d5b4ca0ccd4174f3aab52b1dc507e3e951602b5fcfde?arch=arm64\u0026repository_url=registry.redhat.io/quay\u0026tag=1775224837"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:20938513fd9709176b158553286b615f857e2458cd3515c4f31f585f944a265f_arm64",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:20938513fd9709176b158553286b615f857e2458cd3515c4f31f585f944a265f_arm64",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:20938513fd9709176b158553286b615f857e2458cd3515c4f31f585f944a265f_arm64",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel8@sha256%3A20938513fd9709176b158553286b615f857e2458cd3515c4f31f585f944a265f?arch=arm64\u0026repository_url=registry.redhat.io/quay\u0026tag=1775224758"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:e5750707f2e4b31acb300dda672c7763b3643391254369c7c1835675dc9637c6_arm64",
"product": {
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:e5750707f2e4b31acb300dda672c7763b3643391254369c7c1835675dc9637c6_arm64",
"product_id": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:e5750707f2e4b31acb300dda672c7763b3643391254369c7c1835675dc9637c6_arm64",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-qemu-rhcos-rhel8@sha256%3Ae5750707f2e4b31acb300dda672c7763b3643391254369c7c1835675dc9637c6?arch=arm64\u0026repository_url=registry.redhat.io/quay\u0026tag=1775236401"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:6ff08f45f119498ac294e216ae39f2385e8b5f1e0e348a3cc7046db87c4947a5_arm64",
"product": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:6ff08f45f119498ac294e216ae39f2385e8b5f1e0e348a3cc7046db87c4947a5_arm64",
"product_id": "registry.redhat.io/quay/quay-builder-rhel8@sha256:6ff08f45f119498ac294e216ae39f2385e8b5f1e0e348a3cc7046db87c4947a5_arm64",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel8@sha256%3A6ff08f45f119498ac294e216ae39f2385e8b5f1e0e348a3cc7046db87c4947a5?arch=arm64\u0026repository_url=registry.redhat.io/quay\u0026tag=1775224786"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/clair-rhel8@sha256:2f4708fcb6d33a83959cf9d5733e12910b8f64a5fcf29051fd67803c8b103496_arm64",
"product": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:2f4708fcb6d33a83959cf9d5733e12910b8f64a5fcf29051fd67803c8b103496_arm64",
"product_id": "registry.redhat.io/quay/clair-rhel8@sha256:2f4708fcb6d33a83959cf9d5733e12910b8f64a5fcf29051fd67803c8b103496_arm64",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel8@sha256%3A2f4708fcb6d33a83959cf9d5733e12910b8f64a5fcf29051fd67803c8b103496?arch=arm64\u0026repository_url=registry.redhat.io/quay\u0026tag=1775224767"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:b5fb433f5bd294782da89cdda2aebf4cd378a6d1cf89d0ffd50b139f39894d54_arm64",
"product": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:b5fb433f5bd294782da89cdda2aebf4cd378a6d1cf89d0ffd50b139f39894d54_arm64",
"product_id": "registry.redhat.io/quay/quay-operator-rhel8@sha256:b5fb433f5bd294782da89cdda2aebf4cd378a6d1cf89d0ffd50b139f39894d54_arm64",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel8@sha256%3Ab5fb433f5bd294782da89cdda2aebf4cd378a6d1cf89d0ffd50b139f39894d54?arch=arm64\u0026repository_url=registry.redhat.io/quay\u0026tag=1775256111"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-rhel8@sha256:01f890a5280ddd4093134dc21578f8a5f06cdade4b9a6d59f31ca8deec8c43c3_arm64",
"product": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:01f890a5280ddd4093134dc21578f8a5f06cdade4b9a6d59f31ca8deec8c43c3_arm64",
"product_id": "registry.redhat.io/quay/quay-rhel8@sha256:01f890a5280ddd4093134dc21578f8a5f06cdade4b9a6d59f31ca8deec8c43c3_arm64",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel8@sha256%3A01f890a5280ddd4093134dc21578f8a5f06cdade4b9a6d59f31ca8deec8c43c3?arch=arm64\u0026repository_url=registry.redhat.io/quay\u0026tag=1775512163"
}
}
}
],
"category": "architecture",
"name": "arm64"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:dbf5e9b12d36813a77908b6d769a82e46771c87492a42844d4a5bf1562308874_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:dbf5e9b12d36813a77908b6d769a82e46771c87492a42844d4a5bf1562308874_ppc64le",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:dbf5e9b12d36813a77908b6d769a82e46771c87492a42844d4a5bf1562308874_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel8@sha256%3Adbf5e9b12d36813a77908b6d769a82e46771c87492a42844d4a5bf1562308874?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1775224837"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3818efd3c5bfc2e39819f11323c8075b09a72b4daff70946f8ee231a1dceb6e3_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3818efd3c5bfc2e39819f11323c8075b09a72b4daff70946f8ee231a1dceb6e3_ppc64le",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3818efd3c5bfc2e39819f11323c8075b09a72b4daff70946f8ee231a1dceb6e3_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel8@sha256%3A3818efd3c5bfc2e39819f11323c8075b09a72b4daff70946f8ee231a1dceb6e3?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1775224758"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:92aeb229c424e0335d5f921844b049123153fa07f76c4e03c8cdd9b5476dac61_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:92aeb229c424e0335d5f921844b049123153fa07f76c4e03c8cdd9b5476dac61_ppc64le",
"product_id": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:92aeb229c424e0335d5f921844b049123153fa07f76c4e03c8cdd9b5476dac61_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-qemu-rhcos-rhel8@sha256%3A92aeb229c424e0335d5f921844b049123153fa07f76c4e03c8cdd9b5476dac61?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1775236401"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:83d96120338afda38bf9eb59fd514124adeb772619e1457eb07ee242b1e56cc1_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:83d96120338afda38bf9eb59fd514124adeb772619e1457eb07ee242b1e56cc1_ppc64le",
"product_id": "registry.redhat.io/quay/quay-builder-rhel8@sha256:83d96120338afda38bf9eb59fd514124adeb772619e1457eb07ee242b1e56cc1_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel8@sha256%3A83d96120338afda38bf9eb59fd514124adeb772619e1457eb07ee242b1e56cc1?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1775224786"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/clair-rhel8@sha256:547aee162884d7561359375f6eada553365072bff6f51b212a228e066172ed1f_ppc64le",
"product": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:547aee162884d7561359375f6eada553365072bff6f51b212a228e066172ed1f_ppc64le",
"product_id": "registry.redhat.io/quay/clair-rhel8@sha256:547aee162884d7561359375f6eada553365072bff6f51b212a228e066172ed1f_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel8@sha256%3A547aee162884d7561359375f6eada553365072bff6f51b212a228e066172ed1f?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1775224767"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:3aee5e0bd4ae76ffab05c911b71a30e5a5f59eeafd958f4eedf8f48d5c8e2d59_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:3aee5e0bd4ae76ffab05c911b71a30e5a5f59eeafd958f4eedf8f48d5c8e2d59_ppc64le",
"product_id": "registry.redhat.io/quay/quay-operator-rhel8@sha256:3aee5e0bd4ae76ffab05c911b71a30e5a5f59eeafd958f4eedf8f48d5c8e2d59_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel8@sha256%3A3aee5e0bd4ae76ffab05c911b71a30e5a5f59eeafd958f4eedf8f48d5c8e2d59?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1775256111"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-rhel8@sha256:5e1a86fac8d2a2a63daccd105780c5a526e26d051ffdd62d4f64c3da6561011b_ppc64le",
"product": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:5e1a86fac8d2a2a63daccd105780c5a526e26d051ffdd62d4f64c3da6561011b_ppc64le",
"product_id": "registry.redhat.io/quay/quay-rhel8@sha256:5e1a86fac8d2a2a63daccd105780c5a526e26d051ffdd62d4f64c3da6561011b_ppc64le",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel8@sha256%3A5e1a86fac8d2a2a63daccd105780c5a526e26d051ffdd62d4f64c3da6561011b?arch=ppc64le\u0026repository_url=registry.redhat.io/quay\u0026tag=1775512163"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:4f3813bbe0dc9e205dd80a10cf6624dbf85647ab4824f17b7ea7aa8d815923bb_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:4f3813bbe0dc9e205dd80a10cf6624dbf85647ab4824f17b7ea7aa8d815923bb_s390x",
"product_id": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:4f3813bbe0dc9e205dd80a10cf6624dbf85647ab4824f17b7ea7aa8d815923bb_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-container-security-operator-rhel8@sha256%3A4f3813bbe0dc9e205dd80a10cf6624dbf85647ab4824f17b7ea7aa8d815923bb?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1775224837"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6e721e2b88de017546485b427aeda9115e8596d875f71de7c7c0f95239136402_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6e721e2b88de017546485b427aeda9115e8596d875f71de7c7c0f95239136402_s390x",
"product_id": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6e721e2b88de017546485b427aeda9115e8596d875f71de7c7c0f95239136402_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-bridge-operator-rhel8@sha256%3A6e721e2b88de017546485b427aeda9115e8596d875f71de7c7c0f95239136402?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1775224758"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b3edfd46a42bd6769ee81d620a958b84d4f2bfc3459370abbb6e82ef4fcfc6a2_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b3edfd46a42bd6769ee81d620a958b84d4f2bfc3459370abbb6e82ef4fcfc6a2_s390x",
"product_id": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b3edfd46a42bd6769ee81d620a958b84d4f2bfc3459370abbb6e82ef4fcfc6a2_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-qemu-rhcos-rhel8@sha256%3Ab3edfd46a42bd6769ee81d620a958b84d4f2bfc3459370abbb6e82ef4fcfc6a2?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1775236401"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:689af696935a204022de3c25fc5a4095883b90e0604715f500f3bef50f05ed5f_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:689af696935a204022de3c25fc5a4095883b90e0604715f500f3bef50f05ed5f_s390x",
"product_id": "registry.redhat.io/quay/quay-builder-rhel8@sha256:689af696935a204022de3c25fc5a4095883b90e0604715f500f3bef50f05ed5f_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-builder-rhel8@sha256%3A689af696935a204022de3c25fc5a4095883b90e0604715f500f3bef50f05ed5f?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1775224786"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/clair-rhel8@sha256:702d3486624a33c0b929547f59a7491f2b9246be5e4d39426ca48a3d2275e6f1_s390x",
"product": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:702d3486624a33c0b929547f59a7491f2b9246be5e4d39426ca48a3d2275e6f1_s390x",
"product_id": "registry.redhat.io/quay/clair-rhel8@sha256:702d3486624a33c0b929547f59a7491f2b9246be5e4d39426ca48a3d2275e6f1_s390x",
"product_identification_helper": {
"purl": "pkg:oci/clair-rhel8@sha256%3A702d3486624a33c0b929547f59a7491f2b9246be5e4d39426ca48a3d2275e6f1?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1775224767"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:33591ec5fcf2e9a1f749e6f37ff6df06a2779f6cc7fb3b19013c47ab782b41f8_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:33591ec5fcf2e9a1f749e6f37ff6df06a2779f6cc7fb3b19013c47ab782b41f8_s390x",
"product_id": "registry.redhat.io/quay/quay-operator-rhel8@sha256:33591ec5fcf2e9a1f749e6f37ff6df06a2779f6cc7fb3b19013c47ab782b41f8_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-operator-rhel8@sha256%3A33591ec5fcf2e9a1f749e6f37ff6df06a2779f6cc7fb3b19013c47ab782b41f8?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1775256111"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/quay/quay-rhel8@sha256:cfc2d2a2638d28ec365e50ddf997dd0fcc8782987ab5987db729e55b8f2c53e5_s390x",
"product": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:cfc2d2a2638d28ec365e50ddf997dd0fcc8782987ab5987db729e55b8f2c53e5_s390x",
"product_id": "registry.redhat.io/quay/quay-rhel8@sha256:cfc2d2a2638d28ec365e50ddf997dd0fcc8782987ab5987db729e55b8f2c53e5_s390x",
"product_identification_helper": {
"purl": "pkg:oci/quay-rhel8@sha256%3Acfc2d2a2638d28ec365e50ddf997dd0fcc8782987ab5987db729e55b8f2c53e5?arch=s390x\u0026repository_url=registry.redhat.io/quay\u0026tag=1775512163"
}
}
}
],
"category": "architecture",
"name": "s390x"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:2f4708fcb6d33a83959cf9d5733e12910b8f64a5fcf29051fd67803c8b103496_arm64 as a component of Red Hat Quay 3.14",
"product_id": "Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:2f4708fcb6d33a83959cf9d5733e12910b8f64a5fcf29051fd67803c8b103496_arm64"
},
"product_reference": "registry.redhat.io/quay/clair-rhel8@sha256:2f4708fcb6d33a83959cf9d5733e12910b8f64a5fcf29051fd67803c8b103496_arm64",
"relates_to_product_reference": "Red Hat Quay 3.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:547aee162884d7561359375f6eada553365072bff6f51b212a228e066172ed1f_ppc64le as a component of Red Hat Quay 3.14",
"product_id": "Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:547aee162884d7561359375f6eada553365072bff6f51b212a228e066172ed1f_ppc64le"
},
"product_reference": "registry.redhat.io/quay/clair-rhel8@sha256:547aee162884d7561359375f6eada553365072bff6f51b212a228e066172ed1f_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:702d3486624a33c0b929547f59a7491f2b9246be5e4d39426ca48a3d2275e6f1_s390x as a component of Red Hat Quay 3.14",
"product_id": "Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:702d3486624a33c0b929547f59a7491f2b9246be5e4d39426ca48a3d2275e6f1_s390x"
},
"product_reference": "registry.redhat.io/quay/clair-rhel8@sha256:702d3486624a33c0b929547f59a7491f2b9246be5e4d39426ca48a3d2275e6f1_s390x",
"relates_to_product_reference": "Red Hat Quay 3.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/clair-rhel8@sha256:b1b56d8dd5b46faae23d6024411c4f9992a370d10965699608e3358c2f6c66b6_amd64 as a component of Red Hat Quay 3.14",
"product_id": "Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:b1b56d8dd5b46faae23d6024411c4f9992a370d10965699608e3358c2f6c66b6_amd64"
},
"product_reference": "registry.redhat.io/quay/clair-rhel8@sha256:b1b56d8dd5b46faae23d6024411c4f9992a370d10965699608e3358c2f6c66b6_amd64",
"relates_to_product_reference": "Red Hat Quay 3.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:2915b3d961ac8a528af082803772c04edb5171a4590386935a1912f2718ed060_amd64 as a component of Red Hat Quay 3.14",
"product_id": "Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:2915b3d961ac8a528af082803772c04edb5171a4590386935a1912f2718ed060_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:2915b3d961ac8a528af082803772c04edb5171a4590386935a1912f2718ed060_amd64",
"relates_to_product_reference": "Red Hat Quay 3.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:20938513fd9709176b158553286b615f857e2458cd3515c4f31f585f944a265f_arm64 as a component of Red Hat Quay 3.14",
"product_id": "Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:20938513fd9709176b158553286b615f857e2458cd3515c4f31f585f944a265f_arm64"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:20938513fd9709176b158553286b615f857e2458cd3515c4f31f585f944a265f_arm64",
"relates_to_product_reference": "Red Hat Quay 3.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3818efd3c5bfc2e39819f11323c8075b09a72b4daff70946f8ee231a1dceb6e3_ppc64le as a component of Red Hat Quay 3.14",
"product_id": "Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3818efd3c5bfc2e39819f11323c8075b09a72b4daff70946f8ee231a1dceb6e3_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3818efd3c5bfc2e39819f11323c8075b09a72b4daff70946f8ee231a1dceb6e3_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6c69e9ffcf29e4769d14d1de2f24ae52231237803804f77907742d7591397201_amd64 as a component of Red Hat Quay 3.14",
"product_id": "Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6c69e9ffcf29e4769d14d1de2f24ae52231237803804f77907742d7591397201_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6c69e9ffcf29e4769d14d1de2f24ae52231237803804f77907742d7591397201_amd64",
"relates_to_product_reference": "Red Hat Quay 3.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6e721e2b88de017546485b427aeda9115e8596d875f71de7c7c0f95239136402_s390x as a component of Red Hat Quay 3.14",
"product_id": "Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6e721e2b88de017546485b427aeda9115e8596d875f71de7c7c0f95239136402_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6e721e2b88de017546485b427aeda9115e8596d875f71de7c7c0f95239136402_s390x",
"relates_to_product_reference": "Red Hat Quay 3.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:92aeb229c424e0335d5f921844b049123153fa07f76c4e03c8cdd9b5476dac61_ppc64le as a component of Red Hat Quay 3.14",
"product_id": "Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:92aeb229c424e0335d5f921844b049123153fa07f76c4e03c8cdd9b5476dac61_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:92aeb229c424e0335d5f921844b049123153fa07f76c4e03c8cdd9b5476dac61_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b3edfd46a42bd6769ee81d620a958b84d4f2bfc3459370abbb6e82ef4fcfc6a2_s390x as a component of Red Hat Quay 3.14",
"product_id": "Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b3edfd46a42bd6769ee81d620a958b84d4f2bfc3459370abbb6e82ef4fcfc6a2_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b3edfd46a42bd6769ee81d620a958b84d4f2bfc3459370abbb6e82ef4fcfc6a2_s390x",
"relates_to_product_reference": "Red Hat Quay 3.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:c35821e22efa8a22625a725bf8130dc183d235e4f9bb851df082523f90658898_amd64 as a component of Red Hat Quay 3.14",
"product_id": "Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:c35821e22efa8a22625a725bf8130dc183d235e4f9bb851df082523f90658898_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:c35821e22efa8a22625a725bf8130dc183d235e4f9bb851df082523f90658898_amd64",
"relates_to_product_reference": "Red Hat Quay 3.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:e5750707f2e4b31acb300dda672c7763b3643391254369c7c1835675dc9637c6_arm64 as a component of Red Hat Quay 3.14",
"product_id": "Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:e5750707f2e4b31acb300dda672c7763b3643391254369c7c1835675dc9637c6_arm64"
},
"product_reference": "registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:e5750707f2e4b31acb300dda672c7763b3643391254369c7c1835675dc9637c6_arm64",
"relates_to_product_reference": "Red Hat Quay 3.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:689af696935a204022de3c25fc5a4095883b90e0604715f500f3bef50f05ed5f_s390x as a component of Red Hat Quay 3.14",
"product_id": "Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:689af696935a204022de3c25fc5a4095883b90e0604715f500f3bef50f05ed5f_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-builder-rhel8@sha256:689af696935a204022de3c25fc5a4095883b90e0604715f500f3bef50f05ed5f_s390x",
"relates_to_product_reference": "Red Hat Quay 3.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:6ff08f45f119498ac294e216ae39f2385e8b5f1e0e348a3cc7046db87c4947a5_arm64 as a component of Red Hat Quay 3.14",
"product_id": "Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:6ff08f45f119498ac294e216ae39f2385e8b5f1e0e348a3cc7046db87c4947a5_arm64"
},
"product_reference": "registry.redhat.io/quay/quay-builder-rhel8@sha256:6ff08f45f119498ac294e216ae39f2385e8b5f1e0e348a3cc7046db87c4947a5_arm64",
"relates_to_product_reference": "Red Hat Quay 3.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:83d96120338afda38bf9eb59fd514124adeb772619e1457eb07ee242b1e56cc1_ppc64le as a component of Red Hat Quay 3.14",
"product_id": "Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:83d96120338afda38bf9eb59fd514124adeb772619e1457eb07ee242b1e56cc1_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-builder-rhel8@sha256:83d96120338afda38bf9eb59fd514124adeb772619e1457eb07ee242b1e56cc1_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-builder-rhel8@sha256:a58b0fd427edece6e7fcfd2246a9f00d14751b7b21f09dcc28cd2f44cdab009b_amd64 as a component of Red Hat Quay 3.14",
"product_id": "Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:a58b0fd427edece6e7fcfd2246a9f00d14751b7b21f09dcc28cd2f44cdab009b_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-builder-rhel8@sha256:a58b0fd427edece6e7fcfd2246a9f00d14751b7b21f09dcc28cd2f44cdab009b_amd64",
"relates_to_product_reference": "Red Hat Quay 3.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:250d48c5e6066940bcfc19d9294c85c05a0137212aec369ec43aba9f8d65f74f_amd64 as a component of Red Hat Quay 3.14",
"product_id": "Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:250d48c5e6066940bcfc19d9294c85c05a0137212aec369ec43aba9f8d65f74f_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:250d48c5e6066940bcfc19d9294c85c05a0137212aec369ec43aba9f8d65f74f_amd64",
"relates_to_product_reference": "Red Hat Quay 3.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:2ad22e69cbc9e4520336d2c810184943aebb98dbb7dcb839a09c715affe41687_amd64 as a component of Red Hat Quay 3.14",
"product_id": "Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:2ad22e69cbc9e4520336d2c810184943aebb98dbb7dcb839a09c715affe41687_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:2ad22e69cbc9e4520336d2c810184943aebb98dbb7dcb839a09c715affe41687_amd64",
"relates_to_product_reference": "Red Hat Quay 3.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:4f3813bbe0dc9e205dd80a10cf6624dbf85647ab4824f17b7ea7aa8d815923bb_s390x as a component of Red Hat Quay 3.14",
"product_id": "Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:4f3813bbe0dc9e205dd80a10cf6624dbf85647ab4824f17b7ea7aa8d815923bb_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:4f3813bbe0dc9e205dd80a10cf6624dbf85647ab4824f17b7ea7aa8d815923bb_s390x",
"relates_to_product_reference": "Red Hat Quay 3.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:b56a52a12c4a430ae3b4d5b4ca0ccd4174f3aab52b1dc507e3e951602b5fcfde_arm64 as a component of Red Hat Quay 3.14",
"product_id": "Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:b56a52a12c4a430ae3b4d5b4ca0ccd4174f3aab52b1dc507e3e951602b5fcfde_arm64"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:b56a52a12c4a430ae3b4d5b4ca0ccd4174f3aab52b1dc507e3e951602b5fcfde_arm64",
"relates_to_product_reference": "Red Hat Quay 3.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:dbf5e9b12d36813a77908b6d769a82e46771c87492a42844d4a5bf1562308874_ppc64le as a component of Red Hat Quay 3.14",
"product_id": "Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:dbf5e9b12d36813a77908b6d769a82e46771c87492a42844d4a5bf1562308874_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:dbf5e9b12d36813a77908b6d769a82e46771c87492a42844d4a5bf1562308874_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-bundle@sha256:fad9d7440c99df5b1227d6581415c4150f3cbcfe2fbae308bd70bdbcb06bdbeb_amd64 as a component of Red Hat Quay 3.14",
"product_id": "Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:fad9d7440c99df5b1227d6581415c4150f3cbcfe2fbae308bd70bdbcb06bdbeb_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-operator-bundle@sha256:fad9d7440c99df5b1227d6581415c4150f3cbcfe2fbae308bd70bdbcb06bdbeb_amd64",
"relates_to_product_reference": "Red Hat Quay 3.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:33591ec5fcf2e9a1f749e6f37ff6df06a2779f6cc7fb3b19013c47ab782b41f8_s390x as a component of Red Hat Quay 3.14",
"product_id": "Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:33591ec5fcf2e9a1f749e6f37ff6df06a2779f6cc7fb3b19013c47ab782b41f8_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-operator-rhel8@sha256:33591ec5fcf2e9a1f749e6f37ff6df06a2779f6cc7fb3b19013c47ab782b41f8_s390x",
"relates_to_product_reference": "Red Hat Quay 3.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:3aee5e0bd4ae76ffab05c911b71a30e5a5f59eeafd958f4eedf8f48d5c8e2d59_ppc64le as a component of Red Hat Quay 3.14",
"product_id": "Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:3aee5e0bd4ae76ffab05c911b71a30e5a5f59eeafd958f4eedf8f48d5c8e2d59_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-operator-rhel8@sha256:3aee5e0bd4ae76ffab05c911b71a30e5a5f59eeafd958f4eedf8f48d5c8e2d59_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:923655c52a9e78f2185973e42c732c1dec05760e6b790631de658886f14412c9_amd64 as a component of Red Hat Quay 3.14",
"product_id": "Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:923655c52a9e78f2185973e42c732c1dec05760e6b790631de658886f14412c9_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-operator-rhel8@sha256:923655c52a9e78f2185973e42c732c1dec05760e6b790631de658886f14412c9_amd64",
"relates_to_product_reference": "Red Hat Quay 3.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-operator-rhel8@sha256:b5fb433f5bd294782da89cdda2aebf4cd378a6d1cf89d0ffd50b139f39894d54_arm64 as a component of Red Hat Quay 3.14",
"product_id": "Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:b5fb433f5bd294782da89cdda2aebf4cd378a6d1cf89d0ffd50b139f39894d54_arm64"
},
"product_reference": "registry.redhat.io/quay/quay-operator-rhel8@sha256:b5fb433f5bd294782da89cdda2aebf4cd378a6d1cf89d0ffd50b139f39894d54_arm64",
"relates_to_product_reference": "Red Hat Quay 3.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:01f890a5280ddd4093134dc21578f8a5f06cdade4b9a6d59f31ca8deec8c43c3_arm64 as a component of Red Hat Quay 3.14",
"product_id": "Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:01f890a5280ddd4093134dc21578f8a5f06cdade4b9a6d59f31ca8deec8c43c3_arm64"
},
"product_reference": "registry.redhat.io/quay/quay-rhel8@sha256:01f890a5280ddd4093134dc21578f8a5f06cdade4b9a6d59f31ca8deec8c43c3_arm64",
"relates_to_product_reference": "Red Hat Quay 3.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:3f44613559972c360a7e0cfce386ee3d840bc36dcb16175780835d53babe482f_amd64 as a component of Red Hat Quay 3.14",
"product_id": "Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:3f44613559972c360a7e0cfce386ee3d840bc36dcb16175780835d53babe482f_amd64"
},
"product_reference": "registry.redhat.io/quay/quay-rhel8@sha256:3f44613559972c360a7e0cfce386ee3d840bc36dcb16175780835d53babe482f_amd64",
"relates_to_product_reference": "Red Hat Quay 3.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:5e1a86fac8d2a2a63daccd105780c5a526e26d051ffdd62d4f64c3da6561011b_ppc64le as a component of Red Hat Quay 3.14",
"product_id": "Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:5e1a86fac8d2a2a63daccd105780c5a526e26d051ffdd62d4f64c3da6561011b_ppc64le"
},
"product_reference": "registry.redhat.io/quay/quay-rhel8@sha256:5e1a86fac8d2a2a63daccd105780c5a526e26d051ffdd62d4f64c3da6561011b_ppc64le",
"relates_to_product_reference": "Red Hat Quay 3.14"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/quay/quay-rhel8@sha256:cfc2d2a2638d28ec365e50ddf997dd0fcc8782987ab5987db729e55b8f2c53e5_s390x as a component of Red Hat Quay 3.14",
"product_id": "Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:cfc2d2a2638d28ec365e50ddf997dd0fcc8782987ab5987db729e55b8f2c53e5_s390x"
},
"product_reference": "registry.redhat.io/quay/quay-rhel8@sha256:cfc2d2a2638d28ec365e50ddf997dd0fcc8782987ab5987db729e55b8f2c53e5_s390x",
"relates_to_product_reference": "Red Hat Quay 3.14"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-69873",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2026-02-11T19:01:32.953264+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:2f4708fcb6d33a83959cf9d5733e12910b8f64a5fcf29051fd67803c8b103496_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:547aee162884d7561359375f6eada553365072bff6f51b212a228e066172ed1f_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:702d3486624a33c0b929547f59a7491f2b9246be5e4d39426ca48a3d2275e6f1_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:b1b56d8dd5b46faae23d6024411c4f9992a370d10965699608e3358c2f6c66b6_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:2915b3d961ac8a528af082803772c04edb5171a4590386935a1912f2718ed060_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:20938513fd9709176b158553286b615f857e2458cd3515c4f31f585f944a265f_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3818efd3c5bfc2e39819f11323c8075b09a72b4daff70946f8ee231a1dceb6e3_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6c69e9ffcf29e4769d14d1de2f24ae52231237803804f77907742d7591397201_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6e721e2b88de017546485b427aeda9115e8596d875f71de7c7c0f95239136402_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:92aeb229c424e0335d5f921844b049123153fa07f76c4e03c8cdd9b5476dac61_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b3edfd46a42bd6769ee81d620a958b84d4f2bfc3459370abbb6e82ef4fcfc6a2_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:c35821e22efa8a22625a725bf8130dc183d235e4f9bb851df082523f90658898_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:e5750707f2e4b31acb300dda672c7763b3643391254369c7c1835675dc9637c6_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:689af696935a204022de3c25fc5a4095883b90e0604715f500f3bef50f05ed5f_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:6ff08f45f119498ac294e216ae39f2385e8b5f1e0e348a3cc7046db87c4947a5_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:83d96120338afda38bf9eb59fd514124adeb772619e1457eb07ee242b1e56cc1_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:a58b0fd427edece6e7fcfd2246a9f00d14751b7b21f09dcc28cd2f44cdab009b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:250d48c5e6066940bcfc19d9294c85c05a0137212aec369ec43aba9f8d65f74f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:2ad22e69cbc9e4520336d2c810184943aebb98dbb7dcb839a09c715affe41687_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:4f3813bbe0dc9e205dd80a10cf6624dbf85647ab4824f17b7ea7aa8d815923bb_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:b56a52a12c4a430ae3b4d5b4ca0ccd4174f3aab52b1dc507e3e951602b5fcfde_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:dbf5e9b12d36813a77908b6d769a82e46771c87492a42844d4a5bf1562308874_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:fad9d7440c99df5b1227d6581415c4150f3cbcfe2fbae308bd70bdbcb06bdbeb_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:33591ec5fcf2e9a1f749e6f37ff6df06a2779f6cc7fb3b19013c47ab782b41f8_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:3aee5e0bd4ae76ffab05c911b71a30e5a5f59eeafd958f4eedf8f48d5c8e2d59_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:923655c52a9e78f2185973e42c732c1dec05760e6b790631de658886f14412c9_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:b5fb433f5bd294782da89cdda2aebf4cd378a6d1cf89d0ffd50b139f39894d54_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2439070"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in ajv. When the $data option is enabled, the value of the pattern keyword is passed directly to the JavaScript RegExp() constructor without sufficient validation. An attacker able to supply a malicious regular expression pattern can trigger a ReDoS (Regular Expression Denial of Service), causing the application to become unresponsive and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ajv: ReDoS via $data reference",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, the $data option must be enabled and the attacker needs to be able to send a payload with a specially crafted regular expression to the application processing the input. A 31-character payload causes approximately 44 seconds of execution, with each additional character doubling the execution time. Therefore, even a small payload can cause an application to become unresponsive and eventually result in a denial of service. Due to this reason, this flaw has been rated with an important severity.",
"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": [
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:01f890a5280ddd4093134dc21578f8a5f06cdade4b9a6d59f31ca8deec8c43c3_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:3f44613559972c360a7e0cfce386ee3d840bc36dcb16175780835d53babe482f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:5e1a86fac8d2a2a63daccd105780c5a526e26d051ffdd62d4f64c3da6561011b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:cfc2d2a2638d28ec365e50ddf997dd0fcc8782987ab5987db729e55b8f2c53e5_s390x"
],
"known_not_affected": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:2f4708fcb6d33a83959cf9d5733e12910b8f64a5fcf29051fd67803c8b103496_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:547aee162884d7561359375f6eada553365072bff6f51b212a228e066172ed1f_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:702d3486624a33c0b929547f59a7491f2b9246be5e4d39426ca48a3d2275e6f1_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:b1b56d8dd5b46faae23d6024411c4f9992a370d10965699608e3358c2f6c66b6_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:2915b3d961ac8a528af082803772c04edb5171a4590386935a1912f2718ed060_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:20938513fd9709176b158553286b615f857e2458cd3515c4f31f585f944a265f_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3818efd3c5bfc2e39819f11323c8075b09a72b4daff70946f8ee231a1dceb6e3_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6c69e9ffcf29e4769d14d1de2f24ae52231237803804f77907742d7591397201_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6e721e2b88de017546485b427aeda9115e8596d875f71de7c7c0f95239136402_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:92aeb229c424e0335d5f921844b049123153fa07f76c4e03c8cdd9b5476dac61_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b3edfd46a42bd6769ee81d620a958b84d4f2bfc3459370abbb6e82ef4fcfc6a2_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:c35821e22efa8a22625a725bf8130dc183d235e4f9bb851df082523f90658898_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:e5750707f2e4b31acb300dda672c7763b3643391254369c7c1835675dc9637c6_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:689af696935a204022de3c25fc5a4095883b90e0604715f500f3bef50f05ed5f_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:6ff08f45f119498ac294e216ae39f2385e8b5f1e0e348a3cc7046db87c4947a5_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:83d96120338afda38bf9eb59fd514124adeb772619e1457eb07ee242b1e56cc1_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:a58b0fd427edece6e7fcfd2246a9f00d14751b7b21f09dcc28cd2f44cdab009b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:250d48c5e6066940bcfc19d9294c85c05a0137212aec369ec43aba9f8d65f74f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:2ad22e69cbc9e4520336d2c810184943aebb98dbb7dcb839a09c715affe41687_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:4f3813bbe0dc9e205dd80a10cf6624dbf85647ab4824f17b7ea7aa8d815923bb_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:b56a52a12c4a430ae3b4d5b4ca0ccd4174f3aab52b1dc507e3e951602b5fcfde_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:dbf5e9b12d36813a77908b6d769a82e46771c87492a42844d4a5bf1562308874_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:fad9d7440c99df5b1227d6581415c4150f3cbcfe2fbae308bd70bdbcb06bdbeb_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:33591ec5fcf2e9a1f749e6f37ff6df06a2779f6cc7fb3b19013c47ab782b41f8_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:3aee5e0bd4ae76ffab05c911b71a30e5a5f59eeafd958f4eedf8f48d5c8e2d59_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:923655c52a9e78f2185973e42c732c1dec05760e6b790631de658886f14412c9_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:b5fb433f5bd294782da89cdda2aebf4cd378a6d1cf89d0ffd50b139f39894d54_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-69873"
},
{
"category": "external",
"summary": "RHBZ#2439070",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2439070"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-69873",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69873"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-69873",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-69873"
},
{
"category": "external",
"summary": "https://github.com/EthanKim88/ethan-cve-disclosures/blob/main/CVE-2025-69873-ajv-ReDoS.md",
"url": "https://github.com/EthanKim88/ethan-cve-disclosures/blob/main/CVE-2025-69873-ajv-ReDoS.md"
}
],
"release_date": "2026-02-11T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-09T13:39:27+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11458",
"product_ids": [
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:01f890a5280ddd4093134dc21578f8a5f06cdade4b9a6d59f31ca8deec8c43c3_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:3f44613559972c360a7e0cfce386ee3d840bc36dcb16175780835d53babe482f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:5e1a86fac8d2a2a63daccd105780c5a526e26d051ffdd62d4f64c3da6561011b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:cfc2d2a2638d28ec365e50ddf997dd0fcc8782987ab5987db729e55b8f2c53e5_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7314"
},
{
"category": "workaround",
"details": "To mitigate this issue, disable the $data feature if your application does not require it. If $data must be used, implement strict validation of the input fields that are referenced by the pattern keyword to ensure they contain only expected and safe characters.",
"product_ids": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:2f4708fcb6d33a83959cf9d5733e12910b8f64a5fcf29051fd67803c8b103496_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:547aee162884d7561359375f6eada553365072bff6f51b212a228e066172ed1f_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:702d3486624a33c0b929547f59a7491f2b9246be5e4d39426ca48a3d2275e6f1_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:b1b56d8dd5b46faae23d6024411c4f9992a370d10965699608e3358c2f6c66b6_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:2915b3d961ac8a528af082803772c04edb5171a4590386935a1912f2718ed060_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:20938513fd9709176b158553286b615f857e2458cd3515c4f31f585f944a265f_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3818efd3c5bfc2e39819f11323c8075b09a72b4daff70946f8ee231a1dceb6e3_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6c69e9ffcf29e4769d14d1de2f24ae52231237803804f77907742d7591397201_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6e721e2b88de017546485b427aeda9115e8596d875f71de7c7c0f95239136402_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:92aeb229c424e0335d5f921844b049123153fa07f76c4e03c8cdd9b5476dac61_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b3edfd46a42bd6769ee81d620a958b84d4f2bfc3459370abbb6e82ef4fcfc6a2_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:c35821e22efa8a22625a725bf8130dc183d235e4f9bb851df082523f90658898_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:e5750707f2e4b31acb300dda672c7763b3643391254369c7c1835675dc9637c6_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:689af696935a204022de3c25fc5a4095883b90e0604715f500f3bef50f05ed5f_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:6ff08f45f119498ac294e216ae39f2385e8b5f1e0e348a3cc7046db87c4947a5_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:83d96120338afda38bf9eb59fd514124adeb772619e1457eb07ee242b1e56cc1_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:a58b0fd427edece6e7fcfd2246a9f00d14751b7b21f09dcc28cd2f44cdab009b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:250d48c5e6066940bcfc19d9294c85c05a0137212aec369ec43aba9f8d65f74f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:2ad22e69cbc9e4520336d2c810184943aebb98dbb7dcb839a09c715affe41687_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:4f3813bbe0dc9e205dd80a10cf6624dbf85647ab4824f17b7ea7aa8d815923bb_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:b56a52a12c4a430ae3b4d5b4ca0ccd4174f3aab52b1dc507e3e951602b5fcfde_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:dbf5e9b12d36813a77908b6d769a82e46771c87492a42844d4a5bf1562308874_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:fad9d7440c99df5b1227d6581415c4150f3cbcfe2fbae308bd70bdbcb06bdbeb_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:33591ec5fcf2e9a1f749e6f37ff6df06a2779f6cc7fb3b19013c47ab782b41f8_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:3aee5e0bd4ae76ffab05c911b71a30e5a5f59eeafd958f4eedf8f48d5c8e2d59_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:923655c52a9e78f2185973e42c732c1dec05760e6b790631de658886f14412c9_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:b5fb433f5bd294782da89cdda2aebf4cd378a6d1cf89d0ffd50b139f39894d54_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:01f890a5280ddd4093134dc21578f8a5f06cdade4b9a6d59f31ca8deec8c43c3_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:3f44613559972c360a7e0cfce386ee3d840bc36dcb16175780835d53babe482f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:5e1a86fac8d2a2a63daccd105780c5a526e26d051ffdd62d4f64c3da6561011b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:cfc2d2a2638d28ec365e50ddf997dd0fcc8782987ab5987db729e55b8f2c53e5_s390x"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:2f4708fcb6d33a83959cf9d5733e12910b8f64a5fcf29051fd67803c8b103496_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:547aee162884d7561359375f6eada553365072bff6f51b212a228e066172ed1f_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:702d3486624a33c0b929547f59a7491f2b9246be5e4d39426ca48a3d2275e6f1_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:b1b56d8dd5b46faae23d6024411c4f9992a370d10965699608e3358c2f6c66b6_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:2915b3d961ac8a528af082803772c04edb5171a4590386935a1912f2718ed060_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:20938513fd9709176b158553286b615f857e2458cd3515c4f31f585f944a265f_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3818efd3c5bfc2e39819f11323c8075b09a72b4daff70946f8ee231a1dceb6e3_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6c69e9ffcf29e4769d14d1de2f24ae52231237803804f77907742d7591397201_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6e721e2b88de017546485b427aeda9115e8596d875f71de7c7c0f95239136402_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:92aeb229c424e0335d5f921844b049123153fa07f76c4e03c8cdd9b5476dac61_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b3edfd46a42bd6769ee81d620a958b84d4f2bfc3459370abbb6e82ef4fcfc6a2_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:c35821e22efa8a22625a725bf8130dc183d235e4f9bb851df082523f90658898_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:e5750707f2e4b31acb300dda672c7763b3643391254369c7c1835675dc9637c6_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:689af696935a204022de3c25fc5a4095883b90e0604715f500f3bef50f05ed5f_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:6ff08f45f119498ac294e216ae39f2385e8b5f1e0e348a3cc7046db87c4947a5_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:83d96120338afda38bf9eb59fd514124adeb772619e1457eb07ee242b1e56cc1_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:a58b0fd427edece6e7fcfd2246a9f00d14751b7b21f09dcc28cd2f44cdab009b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:250d48c5e6066940bcfc19d9294c85c05a0137212aec369ec43aba9f8d65f74f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:2ad22e69cbc9e4520336d2c810184943aebb98dbb7dcb839a09c715affe41687_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:4f3813bbe0dc9e205dd80a10cf6624dbf85647ab4824f17b7ea7aa8d815923bb_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:b56a52a12c4a430ae3b4d5b4ca0ccd4174f3aab52b1dc507e3e951602b5fcfde_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:dbf5e9b12d36813a77908b6d769a82e46771c87492a42844d4a5bf1562308874_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:fad9d7440c99df5b1227d6581415c4150f3cbcfe2fbae308bd70bdbcb06bdbeb_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:33591ec5fcf2e9a1f749e6f37ff6df06a2779f6cc7fb3b19013c47ab782b41f8_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:3aee5e0bd4ae76ffab05c911b71a30e5a5f59eeafd958f4eedf8f48d5c8e2d59_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:923655c52a9e78f2185973e42c732c1dec05760e6b790631de658886f14412c9_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:b5fb433f5bd294782da89cdda2aebf4cd378a6d1cf89d0ffd50b139f39894d54_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:01f890a5280ddd4093134dc21578f8a5f06cdade4b9a6d59f31ca8deec8c43c3_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:3f44613559972c360a7e0cfce386ee3d840bc36dcb16175780835d53babe482f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:5e1a86fac8d2a2a63daccd105780c5a526e26d051ffdd62d4f64c3da6561011b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:cfc2d2a2638d28ec365e50ddf997dd0fcc8782987ab5987db729e55b8f2c53e5_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "ajv: ReDoS via $data reference"
},
{
"cve": "CVE-2026-27962",
"cwe": {
"id": "CWE-347",
"name": "Improper Verification of Cryptographic Signature"
},
"discovery_date": "2026-03-16T18:02:07.041902+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:2f4708fcb6d33a83959cf9d5733e12910b8f64a5fcf29051fd67803c8b103496_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:547aee162884d7561359375f6eada553365072bff6f51b212a228e066172ed1f_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:702d3486624a33c0b929547f59a7491f2b9246be5e4d39426ca48a3d2275e6f1_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:b1b56d8dd5b46faae23d6024411c4f9992a370d10965699608e3358c2f6c66b6_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:2915b3d961ac8a528af082803772c04edb5171a4590386935a1912f2718ed060_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:20938513fd9709176b158553286b615f857e2458cd3515c4f31f585f944a265f_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3818efd3c5bfc2e39819f11323c8075b09a72b4daff70946f8ee231a1dceb6e3_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6c69e9ffcf29e4769d14d1de2f24ae52231237803804f77907742d7591397201_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6e721e2b88de017546485b427aeda9115e8596d875f71de7c7c0f95239136402_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:92aeb229c424e0335d5f921844b049123153fa07f76c4e03c8cdd9b5476dac61_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b3edfd46a42bd6769ee81d620a958b84d4f2bfc3459370abbb6e82ef4fcfc6a2_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:c35821e22efa8a22625a725bf8130dc183d235e4f9bb851df082523f90658898_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:e5750707f2e4b31acb300dda672c7763b3643391254369c7c1835675dc9637c6_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:689af696935a204022de3c25fc5a4095883b90e0604715f500f3bef50f05ed5f_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:6ff08f45f119498ac294e216ae39f2385e8b5f1e0e348a3cc7046db87c4947a5_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:83d96120338afda38bf9eb59fd514124adeb772619e1457eb07ee242b1e56cc1_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:a58b0fd427edece6e7fcfd2246a9f00d14751b7b21f09dcc28cd2f44cdab009b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:250d48c5e6066940bcfc19d9294c85c05a0137212aec369ec43aba9f8d65f74f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:2ad22e69cbc9e4520336d2c810184943aebb98dbb7dcb839a09c715affe41687_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:4f3813bbe0dc9e205dd80a10cf6624dbf85647ab4824f17b7ea7aa8d815923bb_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:b56a52a12c4a430ae3b4d5b4ca0ccd4174f3aab52b1dc507e3e951602b5fcfde_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:dbf5e9b12d36813a77908b6d769a82e46771c87492a42844d4a5bf1562308874_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:fad9d7440c99df5b1227d6581415c4150f3cbcfe2fbae308bd70bdbcb06bdbeb_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:33591ec5fcf2e9a1f749e6f37ff6df06a2779f6cc7fb3b19013c47ab782b41f8_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:3aee5e0bd4ae76ffab05c911b71a30e5a5f59eeafd958f4eedf8f48d5c8e2d59_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:923655c52a9e78f2185973e42c732c1dec05760e6b790631de658886f14412c9_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:b5fb433f5bd294782da89cdda2aebf4cd378a6d1cf89d0ffd50b139f39894d54_arm64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2448164"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Authlib, a Python library used for creating secure authentication and authorization systems. This vulnerability, known as JWK (JSON Web Key) Header Injection, affects how Authlib verifies digital signatures in JWS (JSON Web Signature) tokens. An attacker can exploit this by creating a specially crafted token that includes their own cryptographic key in the header. When the system attempts to verify this token without a predefined key, it mistakenly uses the attacker\u0027s key, allowing them to bypass authentication and gain unauthorized access.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "authlib: Authlib: Authentication bypass due to JWK Header Injection vulnerability",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This critical vulnerability in Authlib\u0027s JWS implementation allows unauthenticated attackers to forge JWTs by embedding their own cryptographic key in the token header. Impact is high to confidentiality and integrity as attackers can bypass authentication.\n\nThe impact for Red Hat Quay is rated as low because it imports authlib solely as a JWK parsing utility and performs all JWT signature verification through PyJWT, so the vulnerable jws.deserialize_compact() code path is never called.\n\nRed Hat OpenShift AI is not affected, since authlib is only present as a transitive dependency in the dev dependency group and is not included in production image builds, so the vulnerable code is not present in the shipped product.\n\nRed Hat Satellite is not affected, as authlib is only present as a dependency of fastmcp. In Satellite, fastmcp only invokes authlib using jwt.decode() which isn\u0027t able to reach the vulnerability condition even with key=none.",
"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": [
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:01f890a5280ddd4093134dc21578f8a5f06cdade4b9a6d59f31ca8deec8c43c3_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:3f44613559972c360a7e0cfce386ee3d840bc36dcb16175780835d53babe482f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:5e1a86fac8d2a2a63daccd105780c5a526e26d051ffdd62d4f64c3da6561011b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:cfc2d2a2638d28ec365e50ddf997dd0fcc8782987ab5987db729e55b8f2c53e5_s390x"
],
"known_not_affected": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:2f4708fcb6d33a83959cf9d5733e12910b8f64a5fcf29051fd67803c8b103496_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:547aee162884d7561359375f6eada553365072bff6f51b212a228e066172ed1f_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:702d3486624a33c0b929547f59a7491f2b9246be5e4d39426ca48a3d2275e6f1_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:b1b56d8dd5b46faae23d6024411c4f9992a370d10965699608e3358c2f6c66b6_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:2915b3d961ac8a528af082803772c04edb5171a4590386935a1912f2718ed060_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:20938513fd9709176b158553286b615f857e2458cd3515c4f31f585f944a265f_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3818efd3c5bfc2e39819f11323c8075b09a72b4daff70946f8ee231a1dceb6e3_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6c69e9ffcf29e4769d14d1de2f24ae52231237803804f77907742d7591397201_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6e721e2b88de017546485b427aeda9115e8596d875f71de7c7c0f95239136402_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:92aeb229c424e0335d5f921844b049123153fa07f76c4e03c8cdd9b5476dac61_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b3edfd46a42bd6769ee81d620a958b84d4f2bfc3459370abbb6e82ef4fcfc6a2_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:c35821e22efa8a22625a725bf8130dc183d235e4f9bb851df082523f90658898_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:e5750707f2e4b31acb300dda672c7763b3643391254369c7c1835675dc9637c6_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:689af696935a204022de3c25fc5a4095883b90e0604715f500f3bef50f05ed5f_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:6ff08f45f119498ac294e216ae39f2385e8b5f1e0e348a3cc7046db87c4947a5_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:83d96120338afda38bf9eb59fd514124adeb772619e1457eb07ee242b1e56cc1_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:a58b0fd427edece6e7fcfd2246a9f00d14751b7b21f09dcc28cd2f44cdab009b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:250d48c5e6066940bcfc19d9294c85c05a0137212aec369ec43aba9f8d65f74f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:2ad22e69cbc9e4520336d2c810184943aebb98dbb7dcb839a09c715affe41687_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:4f3813bbe0dc9e205dd80a10cf6624dbf85647ab4824f17b7ea7aa8d815923bb_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:b56a52a12c4a430ae3b4d5b4ca0ccd4174f3aab52b1dc507e3e951602b5fcfde_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:dbf5e9b12d36813a77908b6d769a82e46771c87492a42844d4a5bf1562308874_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:fad9d7440c99df5b1227d6581415c4150f3cbcfe2fbae308bd70bdbcb06bdbeb_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:33591ec5fcf2e9a1f749e6f37ff6df06a2779f6cc7fb3b19013c47ab782b41f8_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:3aee5e0bd4ae76ffab05c911b71a30e5a5f59eeafd958f4eedf8f48d5c8e2d59_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:923655c52a9e78f2185973e42c732c1dec05760e6b790631de658886f14412c9_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:b5fb433f5bd294782da89cdda2aebf4cd378a6d1cf89d0ffd50b139f39894d54_arm64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-27962"
},
{
"category": "external",
"summary": "RHBZ#2448164",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2448164"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-27962",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27962"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-27962",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27962"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/commit/a5d4b2d4c9e46bfa11c82f85fdc2bcc0b50ae681",
"url": "https://github.com/authlib/authlib/commit/a5d4b2d4c9e46bfa11c82f85fdc2bcc0b50ae681"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/releases/tag/v1.6.9",
"url": "https://github.com/authlib/authlib/releases/tag/v1.6.9"
},
{
"category": "external",
"summary": "https://github.com/authlib/authlib/security/advisories/GHSA-wvwj-cvrp-7pv5",
"url": "https://github.com/authlib/authlib/security/advisories/GHSA-wvwj-cvrp-7pv5"
}
],
"release_date": "2026-03-16T17:34:38.946000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-04-09T13:39:27+00:00",
"details": "Before applying this update, make sure all previously released errata relevant\nto your system have been applied.\n\nFor details on how to apply this update, refer to:\n\nhttps://access.redhat.com/articles/11458",
"product_ids": [
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:01f890a5280ddd4093134dc21578f8a5f06cdade4b9a6d59f31ca8deec8c43c3_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:3f44613559972c360a7e0cfce386ee3d840bc36dcb16175780835d53babe482f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:5e1a86fac8d2a2a63daccd105780c5a526e26d051ffdd62d4f64c3da6561011b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:cfc2d2a2638d28ec365e50ddf997dd0fcc8782987ab5987db729e55b8f2c53e5_s390x"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:7314"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:2f4708fcb6d33a83959cf9d5733e12910b8f64a5fcf29051fd67803c8b103496_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:547aee162884d7561359375f6eada553365072bff6f51b212a228e066172ed1f_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:702d3486624a33c0b929547f59a7491f2b9246be5e4d39426ca48a3d2275e6f1_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/clair-rhel8@sha256:b1b56d8dd5b46faae23d6024411c4f9992a370d10965699608e3358c2f6c66b6_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-bundle@sha256:2915b3d961ac8a528af082803772c04edb5171a4590386935a1912f2718ed060_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:20938513fd9709176b158553286b615f857e2458cd3515c4f31f585f944a265f_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:3818efd3c5bfc2e39819f11323c8075b09a72b4daff70946f8ee231a1dceb6e3_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6c69e9ffcf29e4769d14d1de2f24ae52231237803804f77907742d7591397201_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-bridge-operator-rhel8@sha256:6e721e2b88de017546485b427aeda9115e8596d875f71de7c7c0f95239136402_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:92aeb229c424e0335d5f921844b049123153fa07f76c4e03c8cdd9b5476dac61_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:b3edfd46a42bd6769ee81d620a958b84d4f2bfc3459370abbb6e82ef4fcfc6a2_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:c35821e22efa8a22625a725bf8130dc183d235e4f9bb851df082523f90658898_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-qemu-rhcos-rhel8@sha256:e5750707f2e4b31acb300dda672c7763b3643391254369c7c1835675dc9637c6_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:689af696935a204022de3c25fc5a4095883b90e0604715f500f3bef50f05ed5f_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:6ff08f45f119498ac294e216ae39f2385e8b5f1e0e348a3cc7046db87c4947a5_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:83d96120338afda38bf9eb59fd514124adeb772619e1457eb07ee242b1e56cc1_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-builder-rhel8@sha256:a58b0fd427edece6e7fcfd2246a9f00d14751b7b21f09dcc28cd2f44cdab009b_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-bundle@sha256:250d48c5e6066940bcfc19d9294c85c05a0137212aec369ec43aba9f8d65f74f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:2ad22e69cbc9e4520336d2c810184943aebb98dbb7dcb839a09c715affe41687_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:4f3813bbe0dc9e205dd80a10cf6624dbf85647ab4824f17b7ea7aa8d815923bb_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:b56a52a12c4a430ae3b4d5b4ca0ccd4174f3aab52b1dc507e3e951602b5fcfde_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-container-security-operator-rhel8@sha256:dbf5e9b12d36813a77908b6d769a82e46771c87492a42844d4a5bf1562308874_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-bundle@sha256:fad9d7440c99df5b1227d6581415c4150f3cbcfe2fbae308bd70bdbcb06bdbeb_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:33591ec5fcf2e9a1f749e6f37ff6df06a2779f6cc7fb3b19013c47ab782b41f8_s390x",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:3aee5e0bd4ae76ffab05c911b71a30e5a5f59eeafd958f4eedf8f48d5c8e2d59_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:923655c52a9e78f2185973e42c732c1dec05760e6b790631de658886f14412c9_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-operator-rhel8@sha256:b5fb433f5bd294782da89cdda2aebf4cd378a6d1cf89d0ffd50b139f39894d54_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:01f890a5280ddd4093134dc21578f8a5f06cdade4b9a6d59f31ca8deec8c43c3_arm64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:3f44613559972c360a7e0cfce386ee3d840bc36dcb16175780835d53babe482f_amd64",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:5e1a86fac8d2a2a63daccd105780c5a526e26d051ffdd62d4f64c3da6561011b_ppc64le",
"Red Hat Quay 3.14:registry.redhat.io/quay/quay-rhel8@sha256:cfc2d2a2638d28ec365e50ddf997dd0fcc8782987ab5987db729e55b8f2c53e5_s390x"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "authlib: Authlib: Authentication bypass due to JWK Header Injection vulnerability"
}
]
}
RHSA-2026:5807
Vulnerability from csaf_redhat - Published: 2026-03-25 12:32 - Updated: 2026-04-11 01:58A local privilege escalation vulnerability has been discovered in containerd. This vulnerability is the result of an overly broad default permission which allows local users on the host to potentially access the metadata store, the content store and the contents of Kubernetes local volumes. The contents of volumes might include setuid binaries, which could allow a local user on the host to elevate privileges on the host.
A command injection vulnerability was discovered in the TrustyAI Explainability toolkit. Arbitrary commands placed in certain fields of a LMEValJob custom resource (CR) may be executed in the LMEvalJob pod's terminal. This issue can be exploited via a maliciously crafted LMEvalJob by a user with permissions to deploy a CR.
A path traversal flaw has been discovered in the keras Python library. when used with the extract=True option for tar archives, is vulnerable to a path traversal attack. The utility uses Python's tarfile.extractall function without the filter="data" feature. A remote attacker can craft a malicious tar archive containing special symlinks, which, when extracted, allows them to write arbitrary files to any location on the filesystem outside of the intended destination folder.
A path traversal flaw has been discovered in Keras. The vulnerability arises because the function uses Python's tarfile.extractall() method without the security-critical filter='data' parameter. Although Keras attempts to filter unsafe paths using filter_safe_paths(), this filtering occurs before extraction, and a PATH_MAX symlink resolution bug triggers during extraction. This bug causes symlink resolution to fail due to path length limits, resulting in a security bypass that allows files to be written outside the intended extraction directory.
A flaw was found in node-forge. This vulnerability allows unauthenticated attackers to bypass downstream cryptographic verifications and security decisions via crafting ASN.1 (Abstract Syntax Notation One) structures to desynchronize schema validations, yielding a semantic divergence.
A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.
A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.
An ASN.1 Denial of Service (Dos) vulnerability exists in the node-forge asn1.fromDer function within forge/lib/asn1.js. The ASN.1 DER parser implementation (_fromDer) recurses for every constructed ASN.1 value (SEQUENCE, SET, etc.) and lacks a guard limiting recursion depth. An attacker can craft a small DER blob containing a very large nesting depth of constructed TLVs which causes the Node.js V8 engine to exhaust its call stack and throw RangeError: Maximum call stack size exceeded, crashing or incapacitating the process handling the parse. This is a remote, low-cost Denial-of-Service against applications that parse untrusted ASN.1 objects.
A flaw was found in urllib3 Python library that could lead to a Denial of Service condition. A remote, malicious server can exploit this flaw by responding to a client request with an HTTP message that uses an excessive number of chained compression algorithms. This unlimited decompression chain causes the client system to consume a virtually unbounded amount of CPU resources and memory. The high resource usage leads to service disruption, making the application unresponsive.
A path traversal and arbitrary file overwrite vulnerability has been identified in Argo Workflows during the extraction of archived artifacts, where symbolic links inside a crafted archive are not safely validated before file extraction. An attacker could exploit this flaw by submitting a malicious archive containing symbolic links that point outside the intended extraction directory, causing files to be written or overwritten in unintended locations within the workflow pod. Successful exploitation may allow an attacker to overwrite execution control files and achieve arbitrary command execution during pod startup.
A flaw was found in Expr, an expression language and expression evaluation for Go. This vulnerability allows a denial of service (DoS) via recursive traversal over user-provided deeply nested or cyclic data structures without enforcing a maximum recursion depth, leading to a stack overflow panic and application crash.
A flaw was found in ajv. When the $data option is enabled, the value of the pattern keyword is passed directly to the JavaScript RegExp() constructor without sufficient validation. An attacker able to supply a malicious regular expression pattern can trigger a ReDoS (Regular Expression Denial of Service), causing the application to become unresponsive and resulting in a denial of service.
A flaw was found in undici. A remote attacker can exploit this vulnerability by sending a specially crafted compressed frame, known as a "decompression bomb," during permessage-deflate decompression. The undici WebSocket client does not properly limit the size of decompressed data, leading to unbounded memory consumption. This can cause the Node.js process to exhaust available memory, resulting in a denial of service (DoS) where the process crashes or becomes unresponsive.
A flaw was found in undici. A remote attacker could exploit this vulnerability by sending a specially crafted WebSocket frame with an extremely large 64-bit length. This causes undici's ByteParser to overflow its internal calculations, leading to an invalid state and a fatal TypeError. The primary consequence is a Denial of Service (DoS), which terminates the process.
A flaw was found in the undici WebSocket client. A remote malicious server can exploit this vulnerability by sending a WebSocket frame with an invalid `server_max_window_bits` parameter within the permessage-deflate extension. This improper validation causes the client's Node.js process to terminate, leading to a denial-of-service (DoS) condition for the client.
A flaw was found in Fastify, a web framework for Node.js. A remote attacker can exploit a validation bypass vulnerability by appending a tab character followed by arbitrary content to the Content-Type header. This circumvents the request body validation schemas, allowing the server to process the body as the original content type without proper validation. This could lead to unexpected data processing and potential integrity impact.
A denial of service flaw has been discovered in the Axios npm package. the mergeConfig function in axios crashes with a TypeError when processing configuration objects containing __proto__ as an own property. An attacker can trigger this by providing a malicious configuration object created via JSON.parse(), causing complete denial of service.
A flaw was found in SVGO, an SVG (Scalable Vector Graphics) Optimizer. This vulnerability allows a remote attacker to cause a Denial of Service (DoS) by submitting a specially crafted XML file. The application's failure to properly guard against XML entity expansion or recursion can lead to the Node.js process consuming excessive memory and crashing.
A denial of service flaw has been discovered in the flatted npm library. flatted's parse() function uses a recursive revive() phase to resolve circular references in deserialized JSON. When given a crafted payload with deeply nested or self-referential $ indices, the recursion depth is unbounded, causing a stack overflow that crashes the Node.js process.
| URL | Category | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Updated images are now available for Red Hat OpenShift AI.",
"title": "Topic"
},
{
"category": "general",
"text": "Release of RHOAI 2.16.4 provides these changes:",
"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-2026:5807",
"url": "https://access.redhat.com/errata/RHSA-2026:5807"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2024-25621",
"url": "https://access.redhat.com/security/cve/CVE-2024-25621"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-12060",
"url": "https://access.redhat.com/security/cve/CVE-2025-12060"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-12638",
"url": "https://access.redhat.com/security/cve/CVE-2025-12638"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-12816",
"url": "https://access.redhat.com/security/cve/CVE-2025-12816"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61726",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-61729",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-6193",
"url": "https://access.redhat.com/security/cve/CVE-2025-6193"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66031",
"url": "https://access.redhat.com/security/cve/CVE-2025-66031"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66418",
"url": "https://access.redhat.com/security/cve/CVE-2025-66418"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-66626",
"url": "https://access.redhat.com/security/cve/CVE-2025-66626"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-68156",
"url": "https://access.redhat.com/security/cve/CVE-2025-68156"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2025-69873",
"url": "https://access.redhat.com/security/cve/CVE-2025-69873"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-1526",
"url": "https://access.redhat.com/security/cve/CVE-2026-1526"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-1528",
"url": "https://access.redhat.com/security/cve/CVE-2026-1528"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-2229",
"url": "https://access.redhat.com/security/cve/CVE-2026-2229"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25223",
"url": "https://access.redhat.com/security/cve/CVE-2026-25223"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-25639",
"url": "https://access.redhat.com/security/cve/CVE-2026-25639"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-29074",
"url": "https://access.redhat.com/security/cve/CVE-2026-29074"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/cve/CVE-2026-32141",
"url": "https://access.redhat.com/security/cve/CVE-2026-32141"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/",
"url": "https://access.redhat.com/security/updates/classification/"
},
{
"category": "external",
"summary": "https://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"url": "https://docs.redhat.com/en/documentation/red_hat_openshift_ai/"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_5807.json"
}
],
"title": "Red Hat Security Advisory: RHOAI 2.16.4 - Red Hat OpenShift AI",
"tracking": {
"current_release_date": "2026-04-11T01:58:33+00:00",
"generator": {
"date": "2026-04-11T01:58:33+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.7.5"
}
},
"id": "RHSA-2026:5807",
"initial_release_date": "2026-03-25T12:32:51+00:00",
"revision_history": [
{
"date": "2026-03-25T12:32:51+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2026-03-25T12:33:18+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-04-11T01:58:33+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat OpenShift AI 2.16",
"product": {
"name": "Red Hat OpenShift AI 2.16",
"product_id": "Red Hat OpenShift AI 2.16",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:openshift_ai:2.16::el8"
}
}
}
],
"category": "product_family",
"name": "Red Hat OpenShift AI"
},
{
"branches": [
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"product_id": "registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-codeflare-operator-rhel8@sha256%3Ab68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1774282100"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64",
"product_id": "registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-dashboard-rhel8@sha256%3A022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1774282136"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"product_id": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-data-science-pipelines-argo-argoexec-rhel8@sha256%3Afd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1774282136"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"product_id": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256%3A4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1774288148"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"product_id": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-data-science-pipelines-operator-controller-rhel8@sha256%3A64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1774282078"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"product_id": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-kf-notebook-controller-rhel8@sha256%3Ab26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1774282201"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"product_id": "registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-kuberay-operator-controller-rhel8@sha256%3A9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1774282134"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"product_id": "registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-kueue-controller-rhel8@sha256%3Af38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1774282087"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-api-server-v2-rhel8@sha256%3Ac46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1774282268"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-driver-rhel8@sha256%3A0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1774282328"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-launcher-rhel8@sha256%3Ab82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1774282116"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256%3A9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1774282159"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"product_id": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256%3A87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1774282202"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"product_id": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-mlmd-grpc-server-rhel8@sha256%3A07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1774283932"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"product_id": "registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-mm-rest-proxy-rhel8@sha256%3Aace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1774282095"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"product_id": "registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-controller-rhel8@sha256%3Aa880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1774286327"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"product_id": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-registry-operator-rhel8@sha256%3A8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1774282093"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"product_id": "registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-model-registry-rhel8@sha256%3A14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1774282092"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"product_id": "registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-modelmesh-runtime-adapter-rhel8@sha256%3Aa291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1774283191"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"product_id": "registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-modelmesh-serving-controller-rhel8@sha256%3Aae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1774282244"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"product_id": "registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-modelmesh-rhel8@sha256%3Aabdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1774282058"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"product_id": "registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-notebook-controller-rhel8@sha256%3Aaa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1774282170"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"product_id": "registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-operator-bundle@sha256%3A9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1774296584"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"product_id": "registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-rhel8-operator@sha256%3A2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1774293140"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"product_id": "registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-training-operator-rhel8@sha256%3A6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1774282093"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"product_id": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-trustyai-service-operator-rhel8@sha256%3A297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1774285579"
}
}
},
{
"category": "product_version",
"name": "registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64",
"product": {
"name": "registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64",
"product_id": "registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64",
"product_identification_helper": {
"purl": "pkg:oci/odh-trustyai-service-rhel8@sha256%3A92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7?arch=amd64\u0026repository_url=registry.redhat.io/rhoai\u0026tag=1774282073"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64 as a component of Red Hat OpenShift AI 2.16",
"product_id": "Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64 as a component of Red Hat OpenShift AI 2.16",
"product_id": "Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64 as a component of Red Hat OpenShift AI 2.16",
"product_id": "Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64 as a component of Red Hat OpenShift AI 2.16",
"product_id": "Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64 as a component of Red Hat OpenShift AI 2.16",
"product_id": "Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64 as a component of Red Hat OpenShift AI 2.16",
"product_id": "Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64 as a component of Red Hat OpenShift AI 2.16",
"product_id": "Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64 as a component of Red Hat OpenShift AI 2.16",
"product_id": "Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64 as a component of Red Hat OpenShift AI 2.16",
"product_id": "Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64 as a component of Red Hat OpenShift AI 2.16",
"product_id": "Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64 as a component of Red Hat OpenShift AI 2.16",
"product_id": "Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64 as a component of Red Hat OpenShift AI 2.16",
"product_id": "Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64 as a component of Red Hat OpenShift AI 2.16",
"product_id": "Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64 as a component of Red Hat OpenShift AI 2.16",
"product_id": "Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64 as a component of Red Hat OpenShift AI 2.16",
"product_id": "Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64 as a component of Red Hat OpenShift AI 2.16",
"product_id": "Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64 as a component of Red Hat OpenShift AI 2.16",
"product_id": "Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64 as a component of Red Hat OpenShift AI 2.16",
"product_id": "Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64 as a component of Red Hat OpenShift AI 2.16",
"product_id": "Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64 as a component of Red Hat OpenShift AI 2.16",
"product_id": "Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64 as a component of Red Hat OpenShift AI 2.16",
"product_id": "Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64 as a component of Red Hat OpenShift AI 2.16",
"product_id": "Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64 as a component of Red Hat OpenShift AI 2.16",
"product_id": "Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64 as a component of Red Hat OpenShift AI 2.16",
"product_id": "Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64 as a component of Red Hat OpenShift AI 2.16",
"product_id": "Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64 as a component of Red Hat OpenShift AI 2.16",
"product_id": "Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.16"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64 as a component of Red Hat OpenShift AI 2.16",
"product_id": "Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
},
"product_reference": "registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64",
"relates_to_product_reference": "Red Hat OpenShift AI 2.16"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2024-25621",
"cwe": {
"id": "CWE-279",
"name": "Incorrect Execution-Assigned Permissions"
},
"discovery_date": "2025-11-06T19:01:04.402278+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2413190"
}
],
"notes": [
{
"category": "description",
"text": "A local privilege escalation vulnerability has been discovered in containerd. This vulnerability is the result of an overly broad default permission which allows local users on the host to potentially access the metadata store, the content store and the contents of Kubernetes local volumes. The contents of volumes might include setuid binaries, which could allow a local user on the host to elevate privileges on the host.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/containerd/containerd: containerd local privilege escalation",
"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": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2024-25621"
},
{
"category": "external",
"summary": "RHBZ#2413190",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2413190"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2024-25621",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-25621"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2024-25621",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-25621"
},
{
"category": "external",
"summary": "https://github.com/containerd/containerd/blob/main/docs/rootless.md",
"url": "https://github.com/containerd/containerd/blob/main/docs/rootless.md"
},
{
"category": "external",
"summary": "https://github.com/containerd/containerd/commit/7c59e8e9e970d38061a77b586b23655c352bfec5",
"url": "https://github.com/containerd/containerd/commit/7c59e8e9e970d38061a77b586b23655c352bfec5"
},
{
"category": "external",
"summary": "https://github.com/containerd/containerd/security/advisories/GHSA-pwhc-rpq9-4c8w",
"url": "https://github.com/containerd/containerd/security/advisories/GHSA-pwhc-rpq9-4c8w"
}
],
"release_date": "2025-11-06T18:36:21.566000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-25T12:32:51+00:00",
"details": "For Red Hat OpenShift AI 2.16.4 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5807"
},
{
"category": "workaround",
"details": "The system administrator on the host can manually chmod the directories to not\nhave group or world accessible permissions:\n```\nchmod 700 /var/lib/containerd\nchmod 700 /run/containerd/io.containerd.grpc.v1.cri\nchmod 700 /run/containerd/io.containerd.sandbox.controller.v1.shim\n```\nAn alternative mitigation would be to run containerd in rootless mode.",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 7.7,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:L",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/containerd/containerd: containerd local privilege escalation"
},
{
"cve": "CVE-2025-6193",
"cwe": {
"id": "CWE-78",
"name": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)"
},
"discovery_date": "2025-06-20T14:05:07.010000+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2374032"
}
],
"notes": [
{
"category": "description",
"text": "A command injection vulnerability was discovered in the TrustyAI Explainability toolkit. Arbitrary commands placed in certain fields of a LMEValJob custom resource (CR) may be executed in the LMEvalJob pod\u0027s terminal. This issue can be exploited via a maliciously crafted LMEvalJob by a user with permissions to deploy a CR.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "trustyai-explainability: command injection via LMEvalJob CR",
"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": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-6193"
},
{
"category": "external",
"summary": "RHBZ#2374032",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2374032"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-6193",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6193"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-6193",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-6193"
},
{
"category": "external",
"summary": "https://github.com/trustyai-explainability/trustyai-service-operator/pull/504",
"url": "https://github.com/trustyai-explainability/trustyai-service-operator/pull/504"
}
],
"release_date": "2025-06-20T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-25T12:32:51+00:00",
"details": "For Red Hat OpenShift AI 2.16.4 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5807"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.9,
"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:L",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "trustyai-explainability: command injection via LMEvalJob CR"
},
{
"cve": "CVE-2025-12060",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2025-10-30T18:01:32.193676+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2407443"
}
],
"notes": [
{
"category": "description",
"text": "A path traversal flaw has been discovered in the keras Python library. when used with the extract=True option for tar archives, is vulnerable to a path traversal attack. The utility uses Python\u0027s tarfile.extractall function without the filter=\"data\" feature. A remote attacker can craft a malicious tar archive containing special symlinks, which, when extracted, allows them to write arbitrary files to any location on the filesystem outside of the intended destination folder.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "keras: Keras Path Traversal Vulnerability",
"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": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-12060"
},
{
"category": "external",
"summary": "RHBZ#2407443",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2407443"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-12060",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12060"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-12060",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-12060"
},
{
"category": "external",
"summary": "https://github.com/keras-team/keras/pull/21760",
"url": "https://github.com/keras-team/keras/pull/21760"
},
{
"category": "external",
"summary": "https://github.com/keras-team/keras/security/advisories/GHSA-hjqc-jx6g-rwp9",
"url": "https://github.com/keras-team/keras/security/advisories/GHSA-hjqc-jx6g-rwp9"
}
],
"release_date": "2025-10-30T17:10:43.868000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-25T12:32:51+00:00",
"details": "For Red Hat OpenShift AI 2.16.4 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5807"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 8.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "keras: Keras Path Traversal Vulnerability"
},
{
"cve": "CVE-2025-12638",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2025-11-28T15:01:10.693633+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2417711"
}
],
"notes": [
{
"category": "description",
"text": "A path traversal flaw has been discovered in Keras. The vulnerability arises because the function uses Python\u0027s tarfile.extractall() method without the security-critical filter=\u0027data\u0027 parameter. Although Keras attempts to filter unsafe paths using filter_safe_paths(), this filtering occurs before extraction, and a PATH_MAX symlink resolution bug triggers during extraction. This bug causes symlink resolution to fail due to path length limits, resulting in a security bypass that allows files to be written outside the intended extraction directory.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "keras: Path Traversal Vulnerability in keras",
"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": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-12638"
},
{
"category": "external",
"summary": "RHBZ#2417711",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2417711"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-12638",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12638"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-12638",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-12638"
},
{
"category": "external",
"summary": "https://github.com/keras-team/keras/commit/47fcb397ee4caffd5a75efd1fa3067559594e951",
"url": "https://github.com/keras-team/keras/commit/47fcb397ee4caffd5a75efd1fa3067559594e951"
},
{
"category": "external",
"summary": "https://huntr.com/bounties/f94f5beb-54d8-4e6a-8bac-86d9aee103f4",
"url": "https://huntr.com/bounties/f94f5beb-54d8-4e6a-8bac-86d9aee103f4"
}
],
"release_date": "2025-11-28T14:06:02.069000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-25T12:32:51+00:00",
"details": "For Red Hat OpenShift AI 2.16.4 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5807"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.6,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:L/UI:R/S:U/C:H/I:H/A:L",
"version": "3.0"
},
"products": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "keras: Path Traversal Vulnerability in keras"
},
{
"cve": "CVE-2025-12816",
"cwe": {
"id": "CWE-179",
"name": "Incorrect Behavior Order: Early Validation"
},
"discovery_date": "2025-11-25T20:01:05.875196+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2417097"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in node-forge. This vulnerability allows unauthenticated attackers to bypass downstream cryptographic verifications and security decisions via crafting ASN.1 (Abstract Syntax Notation One) structures to desynchronize schema validations, yielding a semantic divergence.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "node-forge: node-forge: Interpretation conflict vulnerability allows bypassing cryptographic verifications",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat products due to an interpretation conflict in the node-forge library. An unauthenticated attacker could exploit this flaw by crafting malicious ASN.1 structures, leading to a bypass of cryptographic verifications and security decisions in affected applications. This impacts various Red Hat products that utilize node-forge for cryptographic operations.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-12816"
},
{
"category": "external",
"summary": "RHBZ#2417097",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2417097"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-12816",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12816"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-12816",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-12816"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge",
"url": "https://github.com/digitalbazaar/forge"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge/pull/1124",
"url": "https://github.com/digitalbazaar/forge/pull/1124"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge/security/advisories/GHSA-5gfm-wpxj-wjgq",
"url": "https://github.com/digitalbazaar/forge/security/advisories/GHSA-5gfm-wpxj-wjgq"
},
{
"category": "external",
"summary": "https://kb.cert.org/vuls/id/521113",
"url": "https://kb.cert.org/vuls/id/521113"
},
{
"category": "external",
"summary": "https://www.npmjs.com/package/node-forge",
"url": "https://www.npmjs.com/package/node-forge"
}
],
"release_date": "2025-11-25T19:15:50.243000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-25T12:32:51+00:00",
"details": "For Red Hat OpenShift AI 2.16.4 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5807"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 8.7,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "CHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:C/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "node-forge: node-forge: Interpretation conflict vulnerability allows bypassing cryptographic verifications"
},
{
"cve": "CVE-2025-61726",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-01-28T20:01:42.791305+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2434432"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the net/url package in the Go standard library. The package does not enforce a limit on the number of unique query parameters it parses. A Go application using the net/http.Request.ParseForm method will try to process all parameters provided in the request. A specially crafted HTTP request containing a massive number of query parameters will cause the application to consume an excessive amount of memory, eventually causing the application to crash or become unresponsive, resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "golang: net/url: Memory exhaustion in query parameter parsing in net/url",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this flaw, an attacker must be able to send a specially crafted HTTP request to an application parsing URL-encoded forms with net/url, specifically a request containing a large number of unique query parameters. The request will cause the application to consume an excessive amount of memory and eventually result in a denial of service, with no impact to confidentiality or integrity. Due to this reason, this vulnerability has been rated with an important severity.",
"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": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61726"
},
{
"category": "external",
"summary": "RHBZ#2434432",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2434432"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61726"
},
{
"category": "external",
"summary": "https://go.dev/cl/736712",
"url": "https://go.dev/cl/736712"
},
{
"category": "external",
"summary": "https://go.dev/issue/77101",
"url": "https://go.dev/issue/77101"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc",
"url": "https://groups.google.com/g/golang-announce/c/Vd2tYVM8eUc"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2026-4341",
"url": "https://pkg.go.dev/vuln/GO-2026-4341"
}
],
"release_date": "2026-01-28T19:30:31.215000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-25T12:32:51+00:00",
"details": "For Red Hat OpenShift AI 2.16.4 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5807"
},
{
"category": "workaround",
"details": "Red Hat has investigated whether a possible mitigation exists for this issue, and has not been able to identify a practical example. Please update the affected package as soon as possible.",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "golang: net/url: Memory exhaustion in query parameter parsing in net/url"
},
{
"cve": "CVE-2025-61729",
"cwe": {
"id": "CWE-1050",
"name": "Excessive Platform Resource Consumption within a Loop"
},
"discovery_date": "2025-12-02T20:01:45.330964+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2418462"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in golang. A remote attacker could exploit this vulnerability by providing a specially crafted certificate during the error string construction process within the `HostnameError.Error()` function. This flaw, caused by unbounded string concatenation, leads to excessive resource consumption. Successful exploitation can result in a denial of service (DoS) for the affected system.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate",
"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": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-61729"
},
{
"category": "external",
"summary": "RHBZ#2418462",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2418462"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-61729",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61729"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-61729"
},
{
"category": "external",
"summary": "https://go.dev/cl/725920",
"url": "https://go.dev/cl/725920"
},
{
"category": "external",
"summary": "https://go.dev/issue/76445",
"url": "https://go.dev/issue/76445"
},
{
"category": "external",
"summary": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4",
"url": "https://groups.google.com/g/golang-announce/c/8FJoBkPddm4"
},
{
"category": "external",
"summary": "https://pkg.go.dev/vuln/GO-2025-4155",
"url": "https://pkg.go.dev/vuln/GO-2025-4155"
}
],
"release_date": "2025-12-02T18:54:10.166000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-25T12:32:51+00:00",
"details": "For Red Hat OpenShift AI 2.16.4 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5807"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "crypto/x509: golang: Denial of Service due to excessive resource consumption via crafted certificate"
},
{
"cve": "CVE-2025-66031",
"cwe": {
"id": "CWE-674",
"name": "Uncontrolled Recursion"
},
"discovery_date": "2025-11-26T23:01:36.363253+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2417397"
}
],
"notes": [
{
"category": "description",
"text": "An ASN.1 Denial of Service (Dos) vulnerability exists in the node-forge asn1.fromDer function within forge/lib/asn1.js. The ASN.1 DER parser implementation (_fromDer) recurses for every constructed ASN.1 value (SEQUENCE, SET, etc.) and lacks a guard limiting recursion depth. An attacker can craft a small DER blob containing a very large nesting depth of constructed TLVs which causes the Node.js V8 engine to exhaust its call stack and throw RangeError: Maximum call stack size exceeded, crashing or incapacitating the process handling the parse. This is a remote, low-cost Denial-of-Service against applications that parse untrusted ASN.1 objects.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "node-forge: node-forge ASN.1 Unbounded Recursion",
"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": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66031"
},
{
"category": "external",
"summary": "RHBZ#2417397",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2417397"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66031",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66031"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66031",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66031"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge/commit/260425c6167a38aae038697132483b5517b26451",
"url": "https://github.com/digitalbazaar/forge/commit/260425c6167a38aae038697132483b5517b26451"
},
{
"category": "external",
"summary": "https://github.com/digitalbazaar/forge/security/advisories/GHSA-554w-wpv2-vw27",
"url": "https://github.com/digitalbazaar/forge/security/advisories/GHSA-554w-wpv2-vw27"
}
],
"release_date": "2025-11-26T22:23:26.013000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-25T12:32:51+00:00",
"details": "For Red Hat OpenShift AI 2.16.4 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5807"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
}
],
"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": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "node-forge: node-forge ASN.1 Unbounded Recursion"
},
{
"cve": "CVE-2025-66418",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-12-05T17:01:20.277857+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2419455"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in urllib3 Python library that could lead to a Denial of Service condition. A remote, malicious server can exploit this flaw by responding to a client request with an HTTP message that uses an excessive number of chained compression algorithms. This unlimited decompression chain causes the client system to consume a virtually unbounded amount of CPU resources and memory. The high resource usage leads to service disruption, making the application unresponsive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "urllib3: urllib3: Unbounded decompression chain leads to resource exhaustion",
"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": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66418"
},
{
"category": "external",
"summary": "RHBZ#2419455",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2419455"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66418",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66418"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66418",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66418"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/commit/24d7b67eac89f94e11003424bcf0d8f7b72222a8",
"url": "https://github.com/urllib3/urllib3/commit/24d7b67eac89f94e11003424bcf0d8f7b72222a8"
},
{
"category": "external",
"summary": "https://github.com/urllib3/urllib3/security/advisories/GHSA-gm62-xv2j-4w53",
"url": "https://github.com/urllib3/urllib3/security/advisories/GHSA-gm62-xv2j-4w53"
}
],
"release_date": "2025-12-05T16:02:15.271000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-25T12:32:51+00:00",
"details": "For Red Hat OpenShift AI 2.16.4 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5807"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "urllib3: urllib3: Unbounded decompression chain leads to resource exhaustion"
},
{
"cve": "CVE-2025-66626",
"cwe": {
"id": "CWE-73",
"name": "External Control of File Name or Path"
},
"discovery_date": "2025-12-09T21:01:10.560389+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2420818"
}
],
"notes": [
{
"category": "description",
"text": "A path traversal and arbitrary file overwrite vulnerability has been identified in Argo Workflows during the extraction of archived artifacts, where symbolic links inside a crafted archive are not safely validated before file extraction. An attacker could exploit this flaw by submitting a malicious archive containing symbolic links that point outside the intended extraction directory, causing files to be written or overwritten in unintended locations within the workflow pod. Successful exploitation may allow an attacker to overwrite execution control files and achieve arbitrary command execution during pod startup.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/argoproj/argo-workflows: argoproj/argo-workflows is vulnerable to RCE via ZipSlip and symbolic links",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Product Security has rated this issue as High severity (CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:H/A:H, 8.3) because an attacker with basic workflow submission privileges can supply a specially crafted archive that is automatically extracted without proper validation. The attack complexity is low and does not require user interaction once the malicious workflow is submitted. Successful exploitation allows arbitrary file overwrite within the affected pod, including critical execution files, which can result in code execution at pod startup. While the impact is generally limited to the compromised pod and does not directly lead to host-level compromise, the integrity and availability impacts within the container are significant, justifying a High severity rating.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-66626"
},
{
"category": "external",
"summary": "RHBZ#2420818",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2420818"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-66626",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66626"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-66626",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-66626"
},
{
"category": "external",
"summary": "https://github.com/advisories/GHSA-p84v-gxvw-73pf",
"url": "https://github.com/advisories/GHSA-p84v-gxvw-73pf"
},
{
"category": "external",
"summary": "https://github.com/argoproj/argo-workflows/blob/5291e0b01f94ba864f96f795bb500f2cfc5ad799/workflow/executor/executor.go#L1034-L1037",
"url": "https://github.com/argoproj/argo-workflows/blob/5291e0b01f94ba864f96f795bb500f2cfc5ad799/workflow/executor/executor.go#L1034-L1037"
},
{
"category": "external",
"summary": "https://github.com/argoproj/argo-workflows/commit/6b92af23f35aed4d4de8b04adcaf19d68f006de1",
"url": "https://github.com/argoproj/argo-workflows/commit/6b92af23f35aed4d4de8b04adcaf19d68f006de1"
},
{
"category": "external",
"summary": "https://github.com/argoproj/argo-workflows/security/advisories/GHSA-xrqc-7xgx-c9vh",
"url": "https://github.com/argoproj/argo-workflows/security/advisories/GHSA-xrqc-7xgx-c9vh"
}
],
"release_date": "2025-12-09T20:19:14.680000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-25T12:32:51+00:00",
"details": "For Red Hat OpenShift AI 2.16.4 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5807"
},
{
"category": "workaround",
"details": "No mitigation is currently available that meets Red Hat Product Security\u2019s standards for usability, deployment, applicability, or stability.",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:H/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/argoproj/argo-workflows: argoproj/argo-workflows is vulnerable to RCE via ZipSlip and symbolic links"
},
{
"cve": "CVE-2025-68156",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2025-12-16T19:01:42.049157+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2422891"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Expr, an expression language and expression evaluation for Go. This vulnerability allows a denial of service (DoS) via recursive traversal over user-provided deeply nested or cyclic data structures without enforcing a maximum recursion depth, leading to a stack overflow panic and application crash.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "github.com/expr-lang/expr: Expr: Denial of Service via uncontrolled recursion in expression evaluation",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This vulnerability is rated Important for Red Hat products utilizing the `Expr` Go library because it can lead to a denial-of-service. Exploitation requires an application to evaluate expressions against untrusted or insufficiently validated data structures containing deeply nested or cyclic references, which can cause a stack overflow and application crash. Products that do not process untrusted input with `Expr` are not affected.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-68156"
},
{
"category": "external",
"summary": "RHBZ#2422891",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2422891"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-68156",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68156"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-68156",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-68156"
},
{
"category": "external",
"summary": "https://github.com/expr-lang/expr/pull/870",
"url": "https://github.com/expr-lang/expr/pull/870"
},
{
"category": "external",
"summary": "https://github.com/expr-lang/expr/security/advisories/GHSA-cfpf-hrx2-8rv6",
"url": "https://github.com/expr-lang/expr/security/advisories/GHSA-cfpf-hrx2-8rv6"
}
],
"release_date": "2025-12-16T18:24:11.648000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-25T12:32:51+00:00",
"details": "For Red Hat OpenShift AI 2.16.4 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5807"
},
{
"category": "workaround",
"details": "To mitigate this issue, applications using the `Expr` library should ensure that evaluation environments do not contain cyclic references. Additionally, externally supplied data structures must be validated or sanitized before being passed to `Expr` for evaluation. As a last-resort defensive measure, expression evaluation can be wrapped with panic recovery to prevent a full process crash.",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "github.com/expr-lang/expr: Expr: Denial of Service via uncontrolled recursion in expression evaluation"
},
{
"cve": "CVE-2025-69873",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"discovery_date": "2026-02-11T19:01:32.953264+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2439070"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in ajv. When the $data option is enabled, the value of the pattern keyword is passed directly to the JavaScript RegExp() constructor without sufficient validation. An attacker able to supply a malicious regular expression pattern can trigger a ReDoS (Regular Expression Denial of Service), causing the application to become unresponsive and resulting in a denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ajv: ReDoS via $data reference",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "To exploit this issue, the $data option must be enabled and the attacker needs to be able to send a payload with a specially crafted regular expression to the application processing the input. A 31-character payload causes approximately 44 seconds of execution, with each additional character doubling the execution time. Therefore, even a small payload can cause an application to become unresponsive and eventually result in a denial of service. Due to this reason, this flaw has been rated with an important severity.",
"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": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2025-69873"
},
{
"category": "external",
"summary": "RHBZ#2439070",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2439070"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2025-69873",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69873"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-69873",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-69873"
},
{
"category": "external",
"summary": "https://github.com/EthanKim88/ethan-cve-disclosures/blob/main/CVE-2025-69873-ajv-ReDoS.md",
"url": "https://github.com/EthanKim88/ethan-cve-disclosures/blob/main/CVE-2025-69873-ajv-ReDoS.md"
}
],
"release_date": "2026-02-11T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-25T12:32:51+00:00",
"details": "For Red Hat OpenShift AI 2.16.4 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5807"
},
{
"category": "workaround",
"details": "To mitigate this issue, disable the $data feature if your application does not require it. If $data must be used, implement strict validation of the input fields that are referenced by the pattern keyword to ensure they contain only expected and safe characters.",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "ajv: ReDoS via $data reference"
},
{
"cve": "CVE-2026-1526",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-03-12T21:01:25.538271+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2447142"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in undici. A remote attacker can exploit this vulnerability by sending a specially crafted compressed frame, known as a \"decompression bomb,\" during permessage-deflate decompression. The undici WebSocket client does not properly limit the size of decompressed data, leading to unbounded memory consumption. This can cause the Node.js process to exhaust available memory, resulting in a denial of service (DoS) where the process crashes or becomes unresponsive.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "undici: undici: Denial of Service via unbounded memory consumption during WebSocket permessage-deflate decompression",
"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": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-1526"
},
{
"category": "external",
"summary": "RHBZ#2447142",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2447142"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-1526",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1526"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-1526",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-1526"
},
{
"category": "external",
"summary": "https://cna.openjsf.org/security-advisories.html",
"url": "https://cna.openjsf.org/security-advisories.html"
},
{
"category": "external",
"summary": "https://datatracker.ietf.org/doc/html/rfc7692",
"url": "https://datatracker.ietf.org/doc/html/rfc7692"
},
{
"category": "external",
"summary": "https://github.com/nodejs/undici/security/advisories/GHSA-vrm6-8vpv-qv8q",
"url": "https://github.com/nodejs/undici/security/advisories/GHSA-vrm6-8vpv-qv8q"
},
{
"category": "external",
"summary": "https://hackerone.com/reports/3481206",
"url": "https://hackerone.com/reports/3481206"
}
],
"release_date": "2026-03-12T20:08:05.950000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-25T12:32:51+00:00",
"details": "For Red Hat OpenShift AI 2.16.4 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5807"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "undici: undici: Denial of Service via unbounded memory consumption during WebSocket permessage-deflate decompression"
},
{
"cve": "CVE-2026-1528",
"cwe": {
"id": "CWE-248",
"name": "Uncaught Exception"
},
"discovery_date": "2026-03-12T21:01:36.954017+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2447145"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in undici. A remote attacker could exploit this vulnerability by sending a specially crafted WebSocket frame with an extremely large 64-bit length. This causes undici\u0027s ByteParser to overflow its internal calculations, leading to an invalid state and a fatal TypeError. The primary consequence is a Denial of Service (DoS), which terminates the process.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "undici: undici: Denial of Service via crafted WebSocket frame with large length",
"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": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-1528"
},
{
"category": "external",
"summary": "RHBZ#2447145",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2447145"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-1528",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1528"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-1528",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-1528"
},
{
"category": "external",
"summary": "https://cna.openjsf.org/security-advisories.html",
"url": "https://cna.openjsf.org/security-advisories.html"
},
{
"category": "external",
"summary": "https://github.com/nodejs/undici/security/advisories/GHSA-f269-vfmq-vjvj",
"url": "https://github.com/nodejs/undici/security/advisories/GHSA-f269-vfmq-vjvj"
},
{
"category": "external",
"summary": "https://hackerone.com/reports/3537648",
"url": "https://hackerone.com/reports/3537648"
}
],
"release_date": "2026-03-12T20:21:57.775000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-25T12:32:51+00:00",
"details": "For Red Hat OpenShift AI 2.16.4 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5807"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "undici: undici: Denial of Service via crafted WebSocket frame with large length"
},
{
"cve": "CVE-2026-2229",
"cwe": {
"id": "CWE-248",
"name": "Uncaught Exception"
},
"discovery_date": "2026-03-12T21:01:29.187989+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2447143"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the undici WebSocket client. A remote malicious server can exploit this vulnerability by sending a WebSocket frame with an invalid `server_max_window_bits` parameter within the permessage-deflate extension. This improper validation causes the client\u0027s Node.js process to terminate, leading to a denial-of-service (DoS) condition for the client.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "undici: Undici: Denial of Service via invalid WebSocket permessage-deflate extension parameter",
"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": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-2229"
},
{
"category": "external",
"summary": "RHBZ#2447143",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2447143"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-2229",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-2229"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-2229",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-2229"
},
{
"category": "external",
"summary": "https://cna.openjsf.org/security-advisories.html",
"url": "https://cna.openjsf.org/security-advisories.html"
},
{
"category": "external",
"summary": "https://datatracker.ietf.org/doc/html/rfc7692",
"url": "https://datatracker.ietf.org/doc/html/rfc7692"
},
{
"category": "external",
"summary": "https://github.com/nodejs/undici/security/advisories/GHSA-v9p9-hfj2-hcw8",
"url": "https://github.com/nodejs/undici/security/advisories/GHSA-v9p9-hfj2-hcw8"
},
{
"category": "external",
"summary": "https://hackerone.com/reports/3487486",
"url": "https://hackerone.com/reports/3487486"
},
{
"category": "external",
"summary": "https://nodejs.org/api/zlib.html#class-zlibinflateraw",
"url": "https://nodejs.org/api/zlib.html#class-zlibinflateraw"
}
],
"release_date": "2026-03-12T20:27:05.600000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-25T12:32:51+00:00",
"details": "For Red Hat OpenShift AI 2.16.4 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5807"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "undici: Undici: Denial of Service via invalid WebSocket permessage-deflate extension parameter"
},
{
"cve": "CVE-2026-25223",
"cwe": {
"id": "CWE-179",
"name": "Incorrect Behavior Order: Early Validation"
},
"discovery_date": "2026-02-03T22:01:19.884891+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2436560"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Fastify, a web framework for Node.js. A remote attacker can exploit a validation bypass vulnerability by appending a tab character followed by arbitrary content to the Content-Type header. This circumvents the request body validation schemas, allowing the server to process the body as the original content type without proper validation. This could lead to unexpected data processing and potential integrity impact.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Fastify: Fastify: Validation bypass due to malformed Content-Type header leading to integrity impact",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This IMPORTANT vulnerability in Fastify, a Node.js web framework, allows remote attackers to bypass request body validation by manipulating the Content-Type header. This can lead to unexpected data processing and integrity issues in applications. Red Hat products such as Red Hat Enterprise Linux AI, Red Hat OpenShift AI, and Red Hat OpenShift Dev Spaces are 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": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25223"
},
{
"category": "external",
"summary": "RHBZ#2436560",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2436560"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25223",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25223"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25223",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25223"
},
{
"category": "external",
"summary": "https://fastify.dev/docs/latest/Reference/Validation-and-Serialization",
"url": "https://fastify.dev/docs/latest/Reference/Validation-and-Serialization"
},
{
"category": "external",
"summary": "https://github.com/fastify/fastify/blob/759e9787b5669abf953068e42a17bffba7521348/lib/content-type-parser.js#L125",
"url": "https://github.com/fastify/fastify/blob/759e9787b5669abf953068e42a17bffba7521348/lib/content-type-parser.js#L125"
},
{
"category": "external",
"summary": "https://github.com/fastify/fastify/blob/759e9787b5669abf953068e42a17bffba7521348/lib/validation.js#L272",
"url": "https://github.com/fastify/fastify/blob/759e9787b5669abf953068e42a17bffba7521348/lib/validation.js#L272"
},
{
"category": "external",
"summary": "https://github.com/fastify/fastify/commit/32d7b6add39ddf082d92579a58bea7018c5ac821",
"url": "https://github.com/fastify/fastify/commit/32d7b6add39ddf082d92579a58bea7018c5ac821"
},
{
"category": "external",
"summary": "https://github.com/fastify/fastify/security/advisories/GHSA-jx2c-rxcm-jvmq",
"url": "https://github.com/fastify/fastify/security/advisories/GHSA-jx2c-rxcm-jvmq"
},
{
"category": "external",
"summary": "https://hackerone.com/reports/3464114",
"url": "https://hackerone.com/reports/3464114"
}
],
"release_date": "2026-02-03T21:21:40.268000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-25T12:32:51+00:00",
"details": "For Red Hat OpenShift AI 2.16.4 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5807"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability.",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "Fastify: Fastify: Validation bypass due to malformed Content-Type header leading to integrity impact"
},
{
"cve": "CVE-2026-25639",
"cwe": {
"id": "CWE-1287",
"name": "Improper Validation of Specified Type of Input"
},
"discovery_date": "2026-02-09T21:00:49.280114+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2438237"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service flaw has been discovered in the Axios npm package. the mergeConfig function in axios crashes with a TypeError when processing configuration objects containing __proto__ as an own property. An attacker can trigger this by providing a malicious configuration object created via JSON.parse(), causing complete denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "axios: Axios affected by Denial of Service via __proto__ Key in mergeConfig",
"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": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-25639"
},
{
"category": "external",
"summary": "RHBZ#2438237",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2438237"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-25639",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25639"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-25639",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25639"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/commit/28c721588c7a77e7503d0a434e016f852c597b57",
"url": "https://github.com/axios/axios/commit/28c721588c7a77e7503d0a434e016f852c597b57"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/releases/tag/v1.13.5",
"url": "https://github.com/axios/axios/releases/tag/v1.13.5"
},
{
"category": "external",
"summary": "https://github.com/axios/axios/security/advisories/GHSA-43fc-jf86-j433",
"url": "https://github.com/axios/axios/security/advisories/GHSA-43fc-jf86-j433"
}
],
"release_date": "2026-02-09T20:11:22.374000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-25T12:32:51+00:00",
"details": "For Red Hat OpenShift AI 2.16.4 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5807"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "axios: Axios affected by Denial of Service via __proto__ Key in mergeConfig"
},
{
"cve": "CVE-2026-29074",
"cwe": {
"id": "CWE-776",
"name": "Improper Restriction of Recursive Entity References in DTDs (\u0027XML Entity Expansion\u0027)"
},
"discovery_date": "2026-03-06T08:01:07.142613+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2445132"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in SVGO, an SVG (Scalable Vector Graphics) Optimizer. This vulnerability allows a remote attacker to cause a Denial of Service (DoS) by submitting a specially crafted XML file. The application\u0027s failure to properly guard against XML entity expansion or recursion can lead to the Node.js process consuming excessive memory and crashing.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "svgo: SVGO: Denial of Service via XML entity expansion",
"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": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-29074"
},
{
"category": "external",
"summary": "RHBZ#2445132",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445132"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-29074",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-29074"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-29074",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-29074"
},
{
"category": "external",
"summary": "https://github.com/svg/svgo/security/advisories/GHSA-xpqw-6gx7-v673",
"url": "https://github.com/svg/svgo/security/advisories/GHSA-xpqw-6gx7-v673"
}
],
"release_date": "2026-03-06T07:23:05.716000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-25T12:32:51+00:00",
"details": "For Red Hat OpenShift AI 2.16.4 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5807"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "svgo: SVGO: Denial of Service via XML entity expansion"
},
{
"cve": "CVE-2026-32141",
"cwe": {
"id": "CWE-770",
"name": "Allocation of Resources Without Limits or Throttling"
},
"discovery_date": "2026-03-12T19:01:30.987208+00:00",
"flags": [
{
"label": "vulnerable_code_not_present",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
}
],
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "2447083"
}
],
"notes": [
{
"category": "description",
"text": "A denial of service flaw has been discovered in the flatted npm library. flatted\u0027s parse() function uses a recursive revive() phase to resolve circular references in deserialized JSON. When given a crafted payload with deeply nested or self-referential $ indices, the recursion depth is unbounded, causing a stack overflow that crashes the Node.js process.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "flatted: flatted: Unbounded recursion DoS in parse() revive phase",
"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": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64"
],
"known_not_affected": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2026-32141"
},
{
"category": "external",
"summary": "RHBZ#2447083",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2447083"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2026-32141",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32141"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-32141",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32141"
},
{
"category": "external",
"summary": "https://github.com/WebReflection/flatted/commit/7eb65d857e1a40de11c47461cdbc8541449f0606",
"url": "https://github.com/WebReflection/flatted/commit/7eb65d857e1a40de11c47461cdbc8541449f0606"
},
{
"category": "external",
"summary": "https://github.com/WebReflection/flatted/pull/88",
"url": "https://github.com/WebReflection/flatted/pull/88"
},
{
"category": "external",
"summary": "https://github.com/WebReflection/flatted/security/advisories/GHSA-25h7-pfq9-p65f",
"url": "https://github.com/WebReflection/flatted/security/advisories/GHSA-25h7-pfq9-p65f"
}
],
"release_date": "2026-03-12T18:08:09.634000+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2026-03-25T12:32:51+00:00",
"details": "For Red Hat OpenShift AI 2.16.4 see the following documentation, which will be updated shortly for this release, for important instructions on how to upgrade your cluster and fully apply this errata update:\n\nhttps://docs.redhat.com/en/documentation/red_hat_openshift_ai/",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2026:5807"
},
{
"category": "workaround",
"details": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability.",
"product_ids": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-codeflare-operator-rhel8@sha256:b68b73951beeabe942be43f65e778ff98e1cdfc6fdb4b052794f0cd4b191b819_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-dashboard-rhel8@sha256:022c21f044dead0ff28bfc5fb5fb2fd51f3ed8e1a6cfc90bd18222abf0388018_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-argoexec-rhel8@sha256:fd02f0f70e38c947cdc307be3d9660f87262d92c5a361fa1bf68f24a72c91476_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel8@sha256:4e77720ec7972239d2b5198afc01ebd5dd777a1f75c2d19dbfeeb44f7adf729c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-data-science-pipelines-operator-controller-rhel8@sha256:64b60a2fcfb9806422127db0a7c42f665fa41f47cbe8fe2b98c6bc20b6a1bf28_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kf-notebook-controller-rhel8@sha256:b26f5118ae8e7e25783233698fe0d5df1e56cde8d75f745204d9f78c4d838412_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kuberay-operator-controller-rhel8@sha256:9855fe0311c11b91fa38d205a65c0ad41b9447267408b3e7eb8f9b4c1d727acf_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-kueue-controller-rhel8@sha256:f38932929d45522b0cfd9e2dd87682a3495688aad859b3a8dac51398860e0e95_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-api-server-v2-rhel8@sha256:c46e2392d44830fc612d1dc41ed953352dadcef696bc50a848d2cc5de694e1ca_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-driver-rhel8@sha256:0a30729330611926e635ec292bac2f5b7ce9f677aaff7f84b23549b2bbbd506d_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-launcher-rhel8@sha256:b82bbdac9d911544af8bc55ce7e688610be23cf6c31676af30fea76e3613d125_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-persistenceagent-v2-rhel8@sha256:9cfe909d46447d1dad8fd6a2319873d43b680b260d31f009eb086e22ad706f16_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-ml-pipelines-scheduledworkflow-v2-rhel8@sha256:87129d071d526f8e4fe597f23ea169bf3920e0d52b7a7698e8c5685ef84b8f4a_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mlmd-grpc-server-rhel8@sha256:07d85d51bfd8caddf447d7ea8c9b0c30879c03d8c3b9110cb86fc54e63ff0b48_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-mm-rest-proxy-rhel8@sha256:ace145ce198785d2b587c4206d915f3c0e0ebe0b051cdd16ccc82cbc74e11352_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-controller-rhel8@sha256:a880b9fd06cd7206e3397025371ba3a3655798be5d64bed620f3847ff6a0b5ac_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-operator-rhel8@sha256:8b7e95c316a28938a37b885d3e5c0503728add4b75066f3953430e5385dcacf5_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-model-registry-rhel8@sha256:14245353d924e3416f1b637ba1fec18a3218d9402965ff0acdfd2497e294f9ae_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-rhel8@sha256:abdb41f0a3c3f60094b48b2b69545968292446e3a609c42fdb51f27b4ef7ae81_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-runtime-adapter-rhel8@sha256:a291cd5f04c559fd16477ae2ad364a350c4bf0c5a3f5aa2e614260fd4a5bece2_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-modelmesh-serving-controller-rhel8@sha256:ae2514c29fedec9401a594ca3fe5e7ca132d23f2f2a1966b5f6cc7bb8b99d75b_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-notebook-controller-rhel8@sha256:aa551353c01d864361785cded067ec32e5bb3e478964aa540749b6a23f93b4db_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-operator-bundle@sha256:9407349c0fbf8d8be227d61d21e4ca9cc2d640c18ca040dfd94c33f0b1250f29_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-rhel8-operator@sha256:2e62a8a86b30347004012213f9af230d957cbb3f96771aa68490be6a3e22d949_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-training-operator-rhel8@sha256:6617c8beeb481dd39ae877b08361a377bc946fdf97787445bbec5bb3a0a0be1c_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-operator-rhel8@sha256:297d22ca72b764328f7d0b85f7f7c013c91ca85d70f08be45a6689c85da6b311_amd64",
"Red Hat OpenShift AI 2.16:registry.redhat.io/rhoai/odh-trustyai-service-rhel8@sha256:92571ea118c1b28b480cd40c1006e8d057e959cd2fd8e01f300926ccadd46fc7_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "flatted: flatted: Unbounded recursion DoS in parse() revive phase"
}
]
}
CERTFR-2026-AVI-0339
Vulnerability from certfr_avis - Published: 2026-03-23 - Updated: 2026-03-23
De multiples vulnérabilités ont été découvertes dans les produits VMware. Elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| VMware | Tanzu Kubernetes Runtime | Stemcells (Windows) versions antérieures à 2019.96.x | ||
| VMware | Tanzu Gemfire | Tanzu GemFire sur Tanzu Platform 2.2.x versions antérieures à 2.2.2 | ||
| VMware | Platform Services | Platform Services pour Tanzu Platform versions antérieures à 10.3.6 | ||
| VMware | Tanzu Kubernetes Runtime | Stemcells (Ubuntu Jammy) versions antérieures à 1.1107.x | ||
| VMware | Tanzu Gemfire | Tanzu GemFire sur Tanzu Platform 2.1.x versions antérieures à 2.1.4 | ||
| VMware | Tanzu | Tanzu pour Postgres sur Tanzu Platform versions antérieures à 10.2.3 | ||
| VMware | Tanzu Kubernetes Runtime | Stemcells (Ubuntu Noble) versions antérieures à 1.261.x |
| Title | Publication Time | Tags | ||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Stemcells (Windows) versions ant\u00e9rieures \u00e0 2019.96.x",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu GemFire sur Tanzu Platform 2.2.x versions ant\u00e9rieures \u00e0 2.2.2",
"product": {
"name": "Tanzu Gemfire",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Platform Services pour Tanzu Platform versions ant\u00e9rieures \u00e0 10.3.6",
"product": {
"name": "Platform Services",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells (Ubuntu Jammy) versions ant\u00e9rieures \u00e0 1.1107.x",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu GemFire sur Tanzu Platform 2.1.x versions ant\u00e9rieures \u00e0 2.1.4",
"product": {
"name": "Tanzu Gemfire",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu pour Postgres sur Tanzu Platform versions ant\u00e9rieures \u00e0 10.2.3",
"product": {
"name": "Tanzu",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Stemcells (Ubuntu Noble) versions ant\u00e9rieures \u00e0 1.261.x",
"product": {
"name": "Tanzu Kubernetes Runtime",
"vendor": {
"name": "VMware",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2026-26007",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26007"
},
{
"name": "CVE-2024-24790",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24790"
},
{
"name": "CVE-2025-61730",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61730"
},
{
"name": "CVE-2022-32189",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32189"
},
{
"name": "CVE-2026-21933",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21933"
},
{
"name": "CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"name": "CVE-2026-21932",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21932"
},
{
"name": "CVE-2022-30631",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30631"
},
{
"name": "CVE-2026-30227",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-30227"
},
{
"name": "CVE-2025-22872",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22872"
},
{
"name": "CVE-2023-29404",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29404"
},
{
"name": "CVE-2026-1965",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1965"
},
{
"name": "CVE-2026-3497",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-3497"
},
{
"name": "CVE-2025-0913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0913"
},
{
"name": "CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"name": "CVE-2023-45283",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45283"
},
{
"name": "CVE-2026-27138",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27138"
},
{
"name": "CVE-2023-45288",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45288"
},
{
"name": "CVE-2026-3783",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-3783"
},
{
"name": "CVE-2022-41725",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41725"
},
{
"name": "CVE-2022-30635",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30635"
},
{
"name": "CVE-2025-58185",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58185"
},
{
"name": "CVE-2022-41715",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41715"
},
{
"name": "CVE-2022-41722",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41722"
},
{
"name": "CVE-2025-61731",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61731"
},
{
"name": "CVE-2026-27137",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27137"
},
{
"name": "CVE-2023-45285",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45285"
},
{
"name": "CVE-2024-24783",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24783"
},
{
"name": "CVE-2023-45284",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45284"
},
{
"name": "CVE-2023-29403",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29403"
},
{
"name": "CVE-2024-24791",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24791"
},
{
"name": "CVE-2024-45341",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45341"
},
{
"name": "CVE-2025-9820",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9820"
},
{
"name": "CVE-2023-29405",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29405"
},
{
"name": "CVE-2022-30629",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30629"
},
{
"name": "CVE-2023-44487",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-44487"
},
{
"name": "CVE-2023-45289",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45289"
},
{
"name": "CVE-2025-61985",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61985"
},
{
"name": "CVE-2022-32148",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-32148"
},
{
"name": "CVE-2026-24051",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24051"
},
{
"name": "CVE-2023-45290",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45290"
},
{
"name": "CVE-2025-61727",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61727"
},
{
"name": "CVE-2025-22866",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22866"
},
{
"name": "CVE-2026-21925",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21925"
},
{
"name": "CVE-2024-34158",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34158"
},
{
"name": "CVE-2022-30630",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30630"
},
{
"name": "CVE-2025-47910",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47910"
},
{
"name": "CVE-2024-51744",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-51744"
},
{
"name": "CVE-2026-27142",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27142"
},
{
"name": "CVE-2023-48795",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-48795"
},
{
"name": "CVE-2025-47906",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47906"
},
{
"name": "CVE-2022-1705",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1705"
},
{
"name": "CVE-2025-58063",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58063"
},
{
"name": "CVE-2025-58188",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58188"
},
{
"name": "CVE-2023-39318",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39318"
},
{
"name": "CVE-2022-41720",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41720"
},
{
"name": "CVE-2025-4674",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4674"
},
{
"name": "CVE-2022-41716",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41716"
},
{
"name": "CVE-2022-29526",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29526"
},
{
"name": "CVE-2022-30633",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30633"
},
{
"name": "CVE-2025-61984",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61984"
},
{
"name": "CVE-2024-45336",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45336"
},
{
"name": "CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"name": "CVE-2025-61724",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61724"
},
{
"name": "CVE-2022-30632",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30632"
},
{
"name": "CVE-2025-61732",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61732"
},
{
"name": "CVE-2025-61723",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61723"
},
{
"name": "CVE-2023-29406",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29406"
},
{
"name": "CVE-2023-39319",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39319"
},
{
"name": "CVE-2026-27903",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27903"
},
{
"name": "CVE-2024-24785",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24785"
},
{
"name": "CVE-2026-25679",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25679"
},
{
"name": "CVE-2022-1962",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1962"
},
{
"name": "CVE-2024-45337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45337"
},
{
"name": "CVE-2022-41717",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41717"
},
{
"name": "CVE-2026-1229",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1229"
},
{
"name": "CVE-2025-61725",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61725"
},
{
"name": "CVE-2026-25210",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25210"
},
{
"name": "CVE-2023-24536",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24536"
},
{
"name": "CVE-2022-28131",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28131"
},
{
"name": "CVE-2025-22874",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22874"
},
{
"name": "CVE-2026-24515",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24515"
},
{
"name": "CVE-2024-34156",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34156"
},
{
"name": "CVE-2022-2880",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2880"
},
{
"name": "CVE-2023-24539",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24539"
},
{
"name": "CVE-2025-47912",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47912"
},
{
"name": "CVE-2025-69873",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69873"
},
{
"name": "CVE-2022-2879",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2879"
},
{
"name": "CVE-2023-24532",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24532"
},
{
"name": "CVE-2025-61728",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61728"
},
{
"name": "CVE-2025-58186",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58186"
},
{
"name": "CVE-2025-58187",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58187"
},
{
"name": "CVE-2025-4673",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4673"
},
{
"name": "CVE-2023-29400",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29400"
},
{
"name": "CVE-2025-22871",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22871"
},
{
"name": "CVE-2024-24787",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24787"
},
{
"name": "CVE-2022-41724",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41724"
},
{
"name": "CVE-2022-30634",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30634"
},
{
"name": "CVE-2025-58181",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58181"
},
{
"name": "CVE-2025-47914",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47914"
},
{
"name": "CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"name": "CVE-2026-25639",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25639"
},
{
"name": "CVE-2025-58189",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58189"
},
{
"name": "CVE-2023-24540",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24540"
},
{
"name": "CVE-2026-21945",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21945"
},
{
"name": "CVE-2025-22870",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22870"
},
{
"name": "CVE-2023-24537",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24537"
},
{
"name": "CVE-2026-27571",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27571"
},
{
"name": "CVE-2026-27139",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27139"
},
{
"name": "CVE-2023-45287",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45287"
},
{
"name": "CVE-2022-30580",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-30580"
},
{
"name": "CVE-2026-26996",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26996"
},
{
"name": "CVE-2025-68121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68121"
},
{
"name": "CVE-2023-24531",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24531"
},
{
"name": "CVE-2023-24538",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24538"
},
{
"name": "CVE-2025-11065",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11065"
},
{
"name": "CVE-2022-29804",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29804"
},
{
"name": "CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"name": "CVE-2022-41723",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41723"
},
{
"name": "CVE-2023-39323",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39323"
},
{
"name": "CVE-2023-29402",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29402"
},
{
"name": "CVE-2023-39326",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39326"
},
{
"name": "CVE-2023-29409",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29409"
},
{
"name": "CVE-2025-30204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30204"
},
{
"name": "CVE-2023-24534",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-24534"
},
{
"name": "CVE-2024-24786",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24786"
},
{
"name": "CVE-2024-34155",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34155"
},
{
"name": "CVE-2025-68119",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68119"
},
{
"name": "CVE-2025-22873",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22873"
},
{
"name": "CVE-2024-24784",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24784"
},
{
"name": "CVE-2025-13465",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13465"
},
{
"name": "CVE-2025-0167",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0167"
},
{
"name": "CVE-2025-64702",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-64702"
},
{
"name": "CVE-2024-24789",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24789"
},
{
"name": "CVE-2026-27904",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27904"
},
{
"name": "CVE-2022-27664",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27664"
},
{
"name": "CVE-2025-61729",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61729"
},
{
"name": "CVE-2025-14831",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14831"
},
{
"name": "CVE-2025-68151",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68151"
},
{
"name": "CVE-2026-3784",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-3784"
},
{
"name": "CVE-2026-25646",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25646"
}
],
"initial_release_date": "2026-03-23T00:00:00",
"last_revision_date": "2026-03-23T00:00:00",
"links": [],
"reference": "CERTFR-2026-AVI-0339",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2026-03-23T00:00:00.000000"
}
],
"risks": [
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits VMware. Elles permettent \u00e0 un attaquant de provoquer un probl\u00e8me de s\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits VMware",
"vendor_advisories": [
{
"published_at": "2026-03-20",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37283",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37283"
},
{
"published_at": "2026-03-20",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37288",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37288"
},
{
"published_at": "2026-03-20",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37281",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37281"
},
{
"published_at": "2026-03-20",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37278",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37278"
},
{
"published_at": "2026-03-20",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37282",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37282"
},
{
"published_at": "2026-03-20",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37286",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37286"
},
{
"published_at": "2026-03-20",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37279",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37279"
},
{
"published_at": "2026-03-20",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37280",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37280"
},
{
"published_at": "2026-03-20",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37284",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37284"
},
{
"published_at": "2026-03-20",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37277",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37277"
},
{
"published_at": "2026-03-20",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37285",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37285"
},
{
"published_at": "2026-03-20",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37287",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37287"
}
]
}
CERTFR-2026-AVI-0326
Vulnerability from certfr_avis - Published: 2026-03-20 - Updated: 2026-03-20
De multiples vulnérabilités ont été découvertes dans les produits VMware. Elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur.
Solutions
Se référer au bulletin de sécurité de l'éditeur pour l'obtention des correctifs (cf. section Documentation).
| Vendor | Product | Description | ||
|---|---|---|---|---|
| VMware | Tanzu Platform | Isolation Segmentation pour VMware Tanzu Platform versions antérieures à 6.0.26+LTS-T | ||
| VMware | Tanzu Platform | Isolation Segmentation pour VMware Tanzu Platform versions antérieures à 10.3.6 | ||
| VMware | Tanzu Platform | App Autoscaler CLI Plugin pour VMware Tanzu Platform versions antérieures à 250.6.9 | ||
| VMware | N/A | Python Buildpack versions antérieures à 1.8.83 | ||
| VMware | Tanzu Platform | Tanzu Platform versions antérieures à 3.1.9 | ||
| VMware | Tanzu Platform | Tanzu RabbitMQ sur Tanzu Platform versions antérieures à 2.4.4 | ||
| VMware | N/A | PHP Buildpack versions antérieures à 4.6.69 | ||
| VMware | Tanzu Platform | Tanzu Platform versions antérieures à 3.2.5 | ||
| VMware | Tanzu Platform | Elastic Application Runtime Windows add-on pour VMware Tanzu Platform versions antérieures à 10.2.9+LTS-T | ||
| VMware | Tanzu Platform | App Autoscaler CLI Plugin pour VMware Tanzu Platform versions antérieures à 250.5.17 | ||
| VMware | Tanzu Platform | Tanzu RabbitMQ pour Tanzu Platform versions antérieures à 10.1.2 | ||
| VMware | Tanzu Platform | Tanzu Platform versions antérieures à 2.4.6 | ||
| VMware | Tanzu Platform | Tanzu Platform versions antérieures à 1.16.18 | ||
| VMware | Tanzu Platform | Tanzu for Valkey sur Tanzu Platform versions antérieures à 10.2.2 | ||
| VMware | Tanzu Platform | Elastic Application Runtime Windows add-on pour VMware Tanzu Platform versions antérieures à 6.0.26+LTS-T | ||
| VMware | Tanzu Platform | Isolation Segmentation pour VMware Tanzu Platform versions antérieures à 10.2.9+LTS-T | ||
| VMware | Tanzu Platform | Elastic Application Runtime Windows add-on pour VMware Tanzu Platform versions antérieures à 10.3.6 |
| Title | Publication Time | Tags | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"$ref": "https://www.cert.ssi.gouv.fr/openapi.json",
"affected_systems": [
{
"description": "Isolation Segmentation pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 6.0.26+LTS-T",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Isolation Segmentation pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 10.3.6",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "App Autoscaler CLI Plugin pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 250.6.9",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Python Buildpack versions ant\u00e9rieures \u00e0 1.8.83",
"product": {
"name": "N/A",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform versions ant\u00e9rieures \u00e0 3.1.9",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu RabbitMQ sur Tanzu Platform versions ant\u00e9rieures \u00e0 2.4.4",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "PHP Buildpack versions ant\u00e9rieures \u00e0 4.6.69",
"product": {
"name": "N/A",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform versions ant\u00e9rieures \u00e0 3.2.5",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Elastic Application Runtime Windows add-on pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 10.2.9+LTS-T",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "App Autoscaler CLI Plugin pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 250.5.17",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu RabbitMQ pour Tanzu Platform versions ant\u00e9rieures \u00e0 10.1.2",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform versions ant\u00e9rieures \u00e0 2.4.6",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu Platform versions ant\u00e9rieures \u00e0 1.16.18",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Tanzu for Valkey sur Tanzu Platform versions ant\u00e9rieures \u00e0 10.2.2",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Elastic Application Runtime Windows add-on pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 6.0.26+LTS-T",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Isolation Segmentation pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 10.2.9+LTS-T",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
},
{
"description": "Elastic Application Runtime Windows add-on pour VMware Tanzu Platform versions ant\u00e9rieures \u00e0 10.3.6",
"product": {
"name": "Tanzu Platform",
"vendor": {
"name": "VMware",
"scada": false
}
}
}
],
"affected_systems_content": "",
"content": "## Solutions\n\nSe r\u00e9f\u00e9rer au bulletin de s\u00e9curit\u00e9 de l\u0027\u00e9diteur pour l\u0027obtention des correctifs (cf. section Documentation).",
"cves": [
{
"name": "CVE-2026-28422",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-28422"
},
{
"name": "CVE-2024-36903",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36903"
},
{
"name": "CVE-2024-35875",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35875"
},
{
"name": "CVE-2022-50759",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50759"
},
{
"name": "CVE-2026-26007",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26007"
},
{
"name": "CVE-2025-71075",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71075"
},
{
"name": "CVE-2024-49912",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49912"
},
{
"name": "CVE-2024-36026",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36026"
},
{
"name": "CVE-2026-23198",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23198"
},
{
"name": "CVE-2023-3640",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3640"
},
{
"name": "CVE-2024-27435",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27435"
},
{
"name": "CVE-2025-40273",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40273"
},
{
"name": "CVE-2023-53714",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53714"
},
{
"name": "CVE-2024-42122",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42122"
},
{
"name": "CVE-2025-68230",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68230"
},
{
"name": "CVE-2026-28420",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-28420"
},
{
"name": "CVE-2022-49069",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49069"
},
{
"name": "CVE-2024-57875",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57875"
},
{
"name": "CVE-2022-27943",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27943"
},
{
"name": "CVE-2025-40064",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40064"
},
{
"name": "CVE-2023-54129",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54129"
},
{
"name": "CVE-2025-66865",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66865"
},
{
"name": "CVE-2024-41031",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41031"
},
{
"name": "CVE-2025-39992",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39992"
},
{
"name": "CVE-2025-69534",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69534"
},
{
"name": "CVE-2025-61730",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61730"
},
{
"name": "CVE-2022-49543",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49543"
},
{
"name": "CVE-2026-23202",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23202"
},
{
"name": "CVE-2025-38485",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38485"
},
{
"name": "CVE-2023-53562",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53562"
},
{
"name": "CVE-2025-68324",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68324"
},
{
"name": "CVE-2025-22026",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22026"
},
{
"name": "CVE-2023-54149",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54149"
},
{
"name": "CVE-2025-71086",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71086"
},
{
"name": "CVE-2024-50063",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50063"
},
{
"name": "CVE-2023-33875",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-33875"
},
{
"name": "CVE-2024-41001",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41001"
},
{
"name": "CVE-2024-42155",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42155"
},
{
"name": "CVE-2026-23167",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23167"
},
{
"name": "CVE-2025-36353",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36353"
},
{
"name": "CVE-2025-68196",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68196"
},
{
"name": "CVE-2024-46770",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46770"
},
{
"name": "CVE-2023-53247",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53247"
},
{
"name": "CVE-2025-38042",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38042"
},
{
"name": "CVE-2025-22083",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22083"
},
{
"name": "CVE-2023-53829",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53829"
},
{
"name": "CVE-2025-58183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58183"
},
{
"name": "CVE-2025-59830",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59830"
},
{
"name": "CVE-2023-54002",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54002"
},
{
"name": "CVE-2022-50550",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50550"
},
{
"name": "CVE-2022-0400",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0400"
},
{
"name": "CVE-2022-49138",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49138"
},
{
"name": "CVE-2025-66199",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66199"
},
{
"name": "CVE-2024-42239",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42239"
},
{
"name": "CVE-2022-49359",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49359"
},
{
"name": "CVE-2025-68342",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68342"
},
{
"name": "CVE-2022-48673",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48673"
},
{
"name": "CVE-2022-50425",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50425"
},
{
"name": "CVE-2025-38201",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38201"
},
{
"name": "CVE-2024-39293",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-39293"
},
{
"name": "CVE-2023-53008",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53008"
},
{
"name": "CVE-2025-38669",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38669"
},
{
"name": "CVE-2025-40137",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40137"
},
{
"name": "CVE-2023-54052",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54052"
},
{
"name": "CVE-2025-22107",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22107"
},
{
"name": "CVE-2024-38306",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38306"
},
{
"name": "CVE-2023-53733",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53733"
},
{
"name": "CVE-2025-37775",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37775"
},
{
"name": "CVE-2025-21682",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21682"
},
{
"name": "CVE-2023-1386",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1386"
},
{
"name": "CVE-2024-35939",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35939"
},
{
"name": "CVE-2024-39298",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-39298"
},
{
"name": "CVE-2024-56703",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56703"
},
{
"name": "CVE-2026-23098",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23098"
},
{
"name": "CVE-2023-53347",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53347"
},
{
"name": "CVE-2023-28374",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28374"
},
{
"name": "CVE-2023-52926",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52926"
},
{
"name": "CVE-2026-32597",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32597"
},
{
"name": "CVE-2025-68286",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68286"
},
{
"name": "CVE-2025-9231",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9231"
},
{
"name": "CVE-2024-36921",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36921"
},
{
"name": "CVE-2025-40057",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40057"
},
{
"name": "CVE-2024-41050",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41050"
},
{
"name": "CVE-2026-25500",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25500"
},
{
"name": "CVE-2024-26656",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26656"
},
{
"name": "CVE-2025-38520",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38520"
},
{
"name": "CVE-2025-27558",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27558"
},
{
"name": "CVE-2025-71094",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71094"
},
{
"name": "CVE-2026-21637",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21637"
},
{
"name": "CVE-2024-35998",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35998"
},
{
"name": "CVE-2024-37891",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37891"
},
{
"name": "CVE-2021-0076",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-0076"
},
{
"name": "CVE-2025-68788",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68788"
},
{
"name": "CVE-2024-58237",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58237"
},
{
"name": "CVE-2024-36909",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36909"
},
{
"name": "CVE-2024-42147",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42147"
},
{
"name": "CVE-2023-53529",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53529"
},
{
"name": "CVE-2024-50028",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50028"
},
{
"name": "CVE-2023-53042",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53042"
},
{
"name": "CVE-2022-50527",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50527"
},
{
"name": "CVE-2023-54280",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54280"
},
{
"name": "CVE-2025-21786",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21786"
},
{
"name": "CVE-2024-58094",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58094"
},
{
"name": "CVE-2024-11187",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-11187"
},
{
"name": "CVE-2025-52534",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52534"
},
{
"name": "CVE-2025-40314",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40314"
},
{
"name": "CVE-2024-46705",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46705"
},
{
"name": "CVE-2022-50407",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50407"
},
{
"name": "CVE-2026-23196",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23196"
},
{
"name": "CVE-2024-26595",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26595"
},
{
"name": "CVE-2022-23825",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23825"
},
{
"name": "CVE-2024-45775",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45775"
},
{
"name": "CVE-2025-40306",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40306"
},
{
"name": "CVE-2025-21881",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21881"
},
{
"name": "CVE-2022-49901",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49901"
},
{
"name": "CVE-2026-23126",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23126"
},
{
"name": "CVE-2025-38329",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38329"
},
{
"name": "CVE-2021-33096",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33096"
},
{
"name": "CVE-2022-50230",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50230"
},
{
"name": "CVE-2024-35949",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35949"
},
{
"name": "CVE-2025-39947",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39947"
},
{
"name": "CVE-2025-68778",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68778"
},
{
"name": "CVE-2023-53588",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53588"
},
{
"name": "CVE-2024-41082",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41082"
},
{
"name": "CVE-2023-53685",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53685"
},
{
"name": "CVE-2025-5222",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5222"
},
{
"name": "CVE-2025-23155",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23155"
},
{
"name": "CVE-2026-23054",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23054"
},
{
"name": "CVE-2025-37870",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37870"
},
{
"name": "CVE-2025-40254",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40254"
},
{
"name": "CVE-2022-49533",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49533"
},
{
"name": "CVE-2024-42253",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42253"
},
{
"name": "CVE-2020-26557",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-26557"
},
{
"name": "CVE-2025-71064",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71064"
},
{
"name": "CVE-2023-54201",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54201"
},
{
"name": "CVE-2021-33114",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33114"
},
{
"name": "CVE-2025-69645",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69645"
},
{
"name": "CVE-2025-68200",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68200"
},
{
"name": "CVE-2022-49518",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49518"
},
{
"name": "CVE-2024-56727",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56727"
},
{
"name": "CVE-2022-49125",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49125"
},
{
"name": "CVE-2024-36900",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36900"
},
{
"name": "CVE-2025-38501",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38501"
},
{
"name": "CVE-2024-26866",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26866"
},
{
"name": "CVE-2024-27010",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27010"
},
{
"name": "CVE-2025-27516",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27516"
},
{
"name": "CVE-2025-68736",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68736"
},
{
"name": "CVE-2023-52561",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52561"
},
{
"name": "CVE-2025-68725",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68725"
},
{
"name": "CVE-2024-3220",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3220"
},
{
"name": "CVE-2024-53221",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53221"
},
{
"name": "CVE-2024-41069",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41069"
},
{
"name": "CVE-2025-68176",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68176"
},
{
"name": "CVE-2025-37777",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37777"
},
{
"name": "CVE-2021-47432",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47432"
},
{
"name": "CVE-2026-24734",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24734"
},
{
"name": "CVE-2025-68204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68204"
},
{
"name": "CVE-2024-35878",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35878"
},
{
"name": "CVE-2023-53362",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53362"
},
{
"name": "CVE-2025-68795",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68795"
},
{
"name": "CVE-2025-68349",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68349"
},
{
"name": "CVE-2024-26756",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26756"
},
{
"name": "CVE-2022-50815",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50815"
},
{
"name": "CVE-2025-21931",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21931"
},
{
"name": "CVE-2025-39826",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39826"
},
{
"name": "CVE-2025-38036",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38036"
},
{
"name": "CVE-2025-2668",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-2668"
},
{
"name": "CVE-2025-71221",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71221"
},
{
"name": "CVE-2025-37778",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37778"
},
{
"name": "CVE-2025-39716",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39716"
},
{
"name": "CVE-2024-46860",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46860"
},
{
"name": "CVE-2025-22040",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22040"
},
{
"name": "CVE-2024-53095",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53095"
},
{
"name": "CVE-2025-22872",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22872"
},
{
"name": "CVE-2025-8277",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8277"
},
{
"name": "CVE-2025-8941",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8941"
},
{
"name": "CVE-2022-38457",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-38457"
},
{
"name": "CVE-2024-56665",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56665"
},
{
"name": "CVE-2025-38340",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38340"
},
{
"name": "CVE-2025-38109",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38109"
},
{
"name": "CVE-2023-53629",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53629"
},
{
"name": "CVE-2022-50178",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50178"
},
{
"name": "CVE-2025-39779",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39779"
},
{
"name": "CVE-2025-66866",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66866"
},
{
"name": "CVE-2025-68283",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68283"
},
{
"name": "CVE-2023-7216",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-7216"
},
{
"name": "CVE-2025-66614",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66614"
},
{
"name": "CVE-2025-37880",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37880"
},
{
"name": "CVE-2025-36427",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36427"
},
{
"name": "CVE-2026-23217",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23217"
},
{
"name": "CVE-2025-15469",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15469"
},
{
"name": "CVE-2025-37833",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37833"
},
{
"name": "CVE-2025-39761",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39761"
},
{
"name": "CVE-2024-38608",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38608"
},
{
"name": "CVE-2025-68246",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68246"
},
{
"name": "CVE-2025-68339",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68339"
},
{
"name": "CVE-2025-40287",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40287"
},
{
"name": "CVE-2023-53320",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53320"
},
{
"name": "CVE-2024-44961",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-44961"
},
{
"name": "CVE-2026-23069",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23069"
},
{
"name": "CVE-2025-21656",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21656"
},
{
"name": "CVE-2024-46835",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46835"
},
{
"name": "CVE-2025-69650",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69650"
},
{
"name": "CVE-2022-50554",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50554"
},
{
"name": "CVE-2023-53509",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53509"
},
{
"name": "CVE-2023-53421",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53421"
},
{
"name": "CVE-2025-11731",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11731"
},
{
"name": "CVE-2026-22992",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22992"
},
{
"name": "CVE-2024-52005",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-52005"
},
{
"name": "CVE-2024-46775",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46775"
},
{
"name": "CVE-2025-39764",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39764"
},
{
"name": "CVE-2025-38207",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38207"
},
{
"name": "CVE-2022-49465",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49465"
},
{
"name": "CVE-2026-23004",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23004"
},
{
"name": "CVE-2024-26807",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26807"
},
{
"name": "CVE-2025-39720",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39720"
},
{
"name": "CVE-2023-54271",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54271"
},
{
"name": "CVE-2022-49742",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49742"
},
{
"name": "CVE-2025-71191",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71191"
},
{
"name": "CVE-2025-68295",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68295"
},
{
"name": "CVE-2025-68728",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68728"
},
{
"name": "CVE-2025-40780",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40780"
},
{
"name": "CVE-2025-68364",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68364"
},
{
"name": "CVE-2024-42118",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42118"
},
{
"name": "CVE-2025-40100",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40100"
},
{
"name": "CVE-2026-1965",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1965"
},
{
"name": "CVE-2024-52560",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-52560"
},
{
"name": "CVE-2024-56604",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56604"
},
{
"name": "CVE-2026-23227",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23227"
},
{
"name": "CVE-2025-71087",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71087"
},
{
"name": "CVE-2023-37920",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-37920"
},
{
"name": "CVE-2023-52653",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52653"
},
{
"name": "CVE-2025-40285",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40285"
},
{
"name": "CVE-2023-52508",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52508"
},
{
"name": "CVE-2025-69647",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69647"
},
{
"name": "CVE-2025-39827",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39827"
},
{
"name": "CVE-2024-50014",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50014"
},
{
"name": "CVE-2022-49108",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49108"
},
{
"name": "CVE-2024-56677",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56677"
},
{
"name": "CVE-2025-38717",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38717"
},
{
"name": "CVE-2026-3497",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-3497"
},
{
"name": "CVE-2025-22019",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22019"
},
{
"name": "CVE-2025-0913",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0913"
},
{
"name": "CVE-2025-40208",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40208"
},
{
"name": "CVE-2025-39746",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39746"
},
{
"name": "CVE-2024-26767",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26767"
},
{
"name": "CVE-2025-21872",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21872"
},
{
"name": "CVE-2026-2219",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-2219"
},
{
"name": "CVE-2025-68287",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68287"
},
{
"name": "CVE-2025-40039",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40039"
},
{
"name": "CVE-2025-38208",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38208"
},
{
"name": "CVE-2024-35926",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35926"
},
{
"name": "CVE-2024-27389",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27389"
},
{
"name": "CVE-2024-26983",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26983"
},
{
"name": "CVE-2022-50627",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50627"
},
{
"name": "CVE-2024-50285",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50285"
},
{
"name": "CVE-2025-38099",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38099"
},
{
"name": "CVE-2025-38524",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38524"
},
{
"name": "CVE-2025-38029",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38029"
},
{
"name": "CVE-2022-49123",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49123"
},
{
"name": "CVE-2024-50289",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50289"
},
{
"name": "CVE-2023-53258",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53258"
},
{
"name": "CVE-2024-46813",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46813"
},
{
"name": "CVE-2024-38594",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38594"
},
{
"name": "CVE-2025-47907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47907"
},
{
"name": "CVE-2024-47658",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47658"
},
{
"name": "CVE-2022-41409",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41409"
},
{
"name": "CVE-2025-38096",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38096"
},
{
"name": "CVE-2024-48873",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-48873"
},
{
"name": "CVE-2025-68746",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68746"
},
{
"name": "CVE-2024-12797",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12797"
},
{
"name": "CVE-2023-53429",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53429"
},
{
"name": "CVE-2024-46765",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46765"
},
{
"name": "CVE-2022-50380",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50380"
},
{
"name": "CVE-2025-12084",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12084"
},
{
"name": "CVE-2025-38039",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38039"
},
{
"name": "CVE-2022-48990",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48990"
},
{
"name": "CVE-2024-24864",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-24864"
},
{
"name": "CVE-2024-35832",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35832"
},
{
"name": "CVE-2024-36479",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36479"
},
{
"name": "CVE-2025-71133",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71133"
},
{
"name": "CVE-2026-23220",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23220"
},
{
"name": "CVE-2024-45782",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45782"
},
{
"name": "CVE-2022-50785",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50785"
},
{
"name": "CVE-2025-39745",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39745"
},
{
"name": "CVE-2024-35799",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35799"
},
{
"name": "CVE-2025-40103",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40103"
},
{
"name": "CVE-2026-23020",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23020"
},
{
"name": "CVE-2025-38595",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38595"
},
{
"name": "CVE-2025-71223",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71223"
},
{
"name": "CVE-2025-36098",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36098"
},
{
"name": "CVE-2025-68796",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68796"
},
{
"name": "CVE-2025-40016",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40016"
},
{
"name": "CVE-2023-53765",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53765"
},
{
"name": "CVE-2025-38626",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38626"
},
{
"name": "CVE-2025-40356",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40356"
},
{
"name": "CVE-2026-1642",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1642"
},
{
"name": "CVE-2025-45582",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-45582"
},
{
"name": "CVE-2023-53325",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53325"
},
{
"name": "CVE-2025-21752",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21752"
},
{
"name": "CVE-2026-27138",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27138"
},
{
"name": "CVE-2025-40312",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40312"
},
{
"name": "CVE-2025-37852",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37852"
},
{
"name": "CVE-2025-68220",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68220"
},
{
"name": "CVE-2025-22125",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22125"
},
{
"name": "CVE-2019-6293",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-6293"
},
{
"name": "CVE-2024-26953",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26953"
},
{
"name": "CVE-2024-39282",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-39282"
},
{
"name": "CVE-2025-21738",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21738"
},
{
"name": "CVE-2023-50868",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-50868"
},
{
"name": "CVE-2025-68302",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68302"
},
{
"name": "CVE-2024-50146",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50146"
},
{
"name": "CVE-2025-68238",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68238"
},
{
"name": "CVE-2024-56709",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56709"
},
{
"name": "CVE-2025-38063",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38063"
},
{
"name": "CVE-2025-68297",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68297"
},
{
"name": "CVE-2024-40975",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40975"
},
{
"name": "CVE-2025-68175",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68175"
},
{
"name": "CVE-2025-6069",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6069"
},
{
"name": "CVE-2023-3817",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3817"
},
{
"name": "CVE-2023-54227",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54227"
},
{
"name": "CVE-2023-46316",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46316"
},
{
"name": "CVE-2024-47866",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47866"
},
{
"name": "CVE-2024-44970",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-44970"
},
{
"name": "CVE-2022-49476",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49476"
},
{
"name": "CVE-2023-53855",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53855"
},
{
"name": "CVE-2026-23208",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23208"
},
{
"name": "CVE-2025-68804",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68804"
},
{
"name": "CVE-2025-39925",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39925"
},
{
"name": "CVE-2025-68769",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68769"
},
{
"name": "CVE-2024-50286",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50286"
},
{
"name": "CVE-2025-40139",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40139"
},
{
"name": "CVE-2025-68794",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68794"
},
{
"name": "CVE-2025-21768",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21768"
},
{
"name": "CVE-2022-48667",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48667"
},
{
"name": "CVE-2025-69419",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69419"
},
{
"name": "CVE-2024-56744",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56744"
},
{
"name": "CVE-2025-38491",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38491"
},
{
"name": "CVE-2026-3783",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-3783"
},
{
"name": "CVE-2022-49161",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49161"
},
{
"name": "CVE-2021-21240",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-21240"
},
{
"name": "CVE-2022-48771",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48771"
},
{
"name": "CVE-2025-37961",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37961"
},
{
"name": "CVE-2025-23131",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23131"
},
{
"name": "CVE-2024-27400",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27400"
},
{
"name": "CVE-2023-52485",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52485"
},
{
"name": "CVE-2025-40309",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40309"
},
{
"name": "CVE-2022-49997",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49997"
},
{
"name": "CVE-2022-49469",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49469"
},
{
"name": "CVE-2025-6075",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6075"
},
{
"name": "CVE-2025-38408",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38408"
},
{
"name": "CVE-2026-23179",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23179"
},
{
"name": "CVE-2025-68334",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68334"
},
{
"name": "CVE-2025-40343",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40343"
},
{
"name": "CVE-2025-38644",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38644"
},
{
"name": "CVE-2025-38692",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38692"
},
{
"name": "CVE-2022-0480",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0480"
},
{
"name": "CVE-2025-68173",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68173"
},
{
"name": "CVE-2024-49932",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49932"
},
{
"name": "CVE-2026-23090",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23090"
},
{
"name": "CVE-2026-23035",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23035"
},
{
"name": "CVE-2023-53209",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53209"
},
{
"name": "CVE-2023-54253",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54253"
},
{
"name": "CVE-2025-38127",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38127"
},
{
"name": "CVE-2025-22103",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22103"
},
{
"name": "CVE-2025-1272",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1272"
},
{
"name": "CVE-2025-21658",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21658"
},
{
"name": "CVE-2022-49651",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49651"
},
{
"name": "CVE-2025-68307",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68307"
},
{
"name": "CVE-2025-40308",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40308"
},
{
"name": "CVE-2024-26770",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26770"
},
{
"name": "CVE-2023-54324",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54324"
},
{
"name": "CVE-2024-27041",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27041"
},
{
"name": "CVE-2025-36184",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36184"
},
{
"name": "CVE-2026-3195",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-3195"
},
{
"name": "CVE-2025-37743",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37743"
},
{
"name": "CVE-2025-40005",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40005"
},
{
"name": "CVE-2025-37920",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37920"
},
{
"name": "CVE-2024-56326",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56326"
},
{
"name": "CVE-2023-26242",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26242"
},
{
"name": "CVE-2025-58185",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58185"
},
{
"name": "CVE-2025-40315",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40315"
},
{
"name": "CVE-2023-52673",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52673"
},
{
"name": "CVE-2024-56722",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56722"
},
{
"name": "CVE-2021-33113",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33113"
},
{
"name": "CVE-2022-48668",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48668"
},
{
"name": "CVE-2024-27418",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27418"
},
{
"name": "CVE-2025-68231",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68231"
},
{
"name": "CVE-2021-22930",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-22930"
},
{
"name": "CVE-2025-14177",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14177"
},
{
"name": "CVE-2026-23064",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23064"
},
{
"name": "CVE-2025-38591",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38591"
},
{
"name": "CVE-2025-68806",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68806"
},
{
"name": "CVE-2022-50322",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50322"
},
{
"name": "CVE-2023-50782",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-50782"
},
{
"name": "CVE-2022-27635",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-27635"
},
{
"name": "CVE-2025-71098",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71098"
},
{
"name": "CVE-2024-49922",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49922"
},
{
"name": "CVE-2020-12317",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-12317"
},
{
"name": "CVE-2025-61731",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61731"
},
{
"name": "CVE-2025-40251",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40251"
},
{
"name": "CVE-2024-42128",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42128"
},
{
"name": "CVE-2025-71078",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71078"
},
{
"name": "CVE-2024-49909",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49909"
},
{
"name": "CVE-2025-40355",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40355"
},
{
"name": "CVE-2021-42771",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-42771"
},
{
"name": "CVE-2026-2391",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-2391"
},
{
"name": "CVE-2021-4095",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-4095"
},
{
"name": "CVE-2022-50240",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50240"
},
{
"name": "CVE-2025-40054",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40054"
},
{
"name": "CVE-2024-45015",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45015"
},
{
"name": "CVE-2025-68184",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68184"
},
{
"name": "CVE-2024-36357",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36357"
},
{
"name": "CVE-2025-71074",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71074"
},
{
"name": "CVE-2025-38673",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38673"
},
{
"name": "CVE-2025-40107",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40107"
},
{
"name": "CVE-2025-11234",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11234"
},
{
"name": "CVE-2025-71083",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71083"
},
{
"name": "CVE-2026-23061",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23061"
},
{
"name": "CVE-2023-53447",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53447"
},
{
"name": "CVE-2024-46754",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46754"
},
{
"name": "CVE-2021-0161",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-0161"
},
{
"name": "CVE-2018-1121",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1121"
},
{
"name": "CVE-2022-49547",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49547"
},
{
"name": "CVE-2025-66863",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66863"
},
{
"name": "CVE-2025-0622",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0622"
},
{
"name": "CVE-2023-0286",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0286"
},
{
"name": "CVE-2024-26757",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26757"
},
{
"name": "CVE-2024-49899",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49899"
},
{
"name": "CVE-2022-49484",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49484"
},
{
"name": "CVE-2024-40900",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40900"
},
{
"name": "CVE-2024-46748",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46748"
},
{
"name": "CVE-2025-68813",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68813"
},
{
"name": "CVE-2024-50164",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50164"
},
{
"name": "CVE-2026-27137",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27137"
},
{
"name": "CVE-2023-53248",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53248"
},
{
"name": "CVE-2024-56788",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56788"
},
{
"name": "CVE-2016-8660",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-8660"
},
{
"name": "CVE-2024-26691",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26691"
},
{
"name": "CVE-2026-23047",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23047"
},
{
"name": "CVE-2025-22121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22121"
},
{
"name": "CVE-2024-1975",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-1975"
},
{
"name": "CVE-2025-38215",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38215"
},
{
"name": "CVE-2025-7519",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-7519"
},
{
"name": "CVE-2023-53491",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53491"
},
{
"name": "CVE-2025-68365",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68365"
},
{
"name": "CVE-2024-57804",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57804"
},
{
"name": "CVE-2024-49908",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49908"
},
{
"name": "CVE-2025-68265",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68265"
},
{
"name": "CVE-2024-50048",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50048"
},
{
"name": "CVE-2026-28421",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-28421"
},
{
"name": "CVE-2026-23119",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23119"
},
{
"name": "CVE-2025-37943",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37943"
},
{
"name": "CVE-2025-21918",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21918"
},
{
"name": "CVE-2025-37745",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37745"
},
{
"name": "CVE-2025-71085",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71085"
},
{
"name": "CVE-2026-27171",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27171"
},
{
"name": "CVE-2022-50811",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50811"
},
{
"name": "CVE-2025-13837",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13837"
},
{
"name": "CVE-2023-4133",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4133"
},
{
"name": "CVE-2024-50183",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50183"
},
{
"name": "CVE-2025-38734",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38734"
},
{
"name": "CVE-2023-53366",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53366"
},
{
"name": "CVE-2022-49910",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49910"
},
{
"name": "CVE-2024-27062",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27062"
},
{
"name": "CVE-2022-49203",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49203"
},
{
"name": "CVE-2024-40918",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40918"
},
{
"name": "CVE-2024-27032",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27032"
},
{
"name": "CVE-2022-50236",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50236"
},
{
"name": "CVE-2024-35932",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35932"
},
{
"name": "CVE-2024-35839",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35839"
},
{
"name": "CVE-2025-68344",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68344"
},
{
"name": "CVE-2026-23137",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23137"
},
{
"name": "CVE-2025-40347",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40347"
},
{
"name": "CVE-2025-71154",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71154"
},
{
"name": "CVE-2025-37882",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37882"
},
{
"name": "CVE-2024-35971",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35971"
},
{
"name": "CVE-2024-46762",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46762"
},
{
"name": "CVE-2023-34983",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34983"
},
{
"name": "CVE-2024-35868",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35868"
},
{
"name": "CVE-2023-53323",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53323"
},
{
"name": "CVE-2026-3731",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-3731"
},
{
"name": "CVE-2025-40198",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40198"
},
{
"name": "CVE-2024-0760",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0760"
},
{
"name": "CVE-2025-39942",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39942"
},
{
"name": "CVE-2025-68310",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68310"
},
{
"name": "CVE-2026-23222",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23222"
},
{
"name": "CVE-2025-68229",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68229"
},
{
"name": "CVE-2023-52857",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52857"
},
{
"name": "CVE-2024-42107",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42107"
},
{
"name": "CVE-2025-68257",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68257"
},
{
"name": "CVE-2025-39929",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39929"
},
{
"name": "CVE-2022-50304",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50304"
},
{
"name": "CVE-2026-23226",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23226"
},
{
"name": "CVE-2020-26146",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-26146"
},
{
"name": "CVE-2024-43844",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43844"
},
{
"name": "CVE-2023-52920",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52920"
},
{
"name": "CVE-2023-52590",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52590"
},
{
"name": "CVE-2025-71084",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71084"
},
{
"name": "CVE-2024-22025",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-22025"
},
{
"name": "CVE-2026-23049",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23049"
},
{
"name": "CVE-2025-68321",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68321"
},
{
"name": "CVE-2021-0072",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-0072"
},
{
"name": "CVE-2025-40190",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40190"
},
{
"name": "CVE-2025-69652",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69652"
},
{
"name": "CVE-2025-21635",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21635"
},
{
"name": "CVE-2025-37924",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37924"
},
{
"name": "CVE-2022-40133",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40133"
},
{
"name": "CVE-2020-26143",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-26143"
},
{
"name": "CVE-2025-21712",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21712"
},
{
"name": "CVE-2025-38353",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38353"
},
{
"name": "CVE-2025-36009",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36009"
},
{
"name": "CVE-2019-0154",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-0154"
},
{
"name": "CVE-2024-57982",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57982"
},
{
"name": "CVE-2023-52761",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52761"
},
{
"name": "CVE-2022-49773",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49773"
},
{
"name": "CVE-2023-53609",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53609"
},
{
"name": "CVE-2023-53478",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53478"
},
{
"name": "CVE-2024-42117",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42117"
},
{
"name": "CVE-2025-23160",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23160"
},
{
"name": "CVE-2023-53682",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53682"
},
{
"name": "CVE-2026-23229",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23229"
},
{
"name": "CVE-2025-40311",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40311"
},
{
"name": "CVE-2025-54770",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-54770"
},
{
"name": "CVE-2026-3442",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-3442"
},
{
"name": "CVE-2024-58238",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58238"
},
{
"name": "CVE-2024-13176",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-13176"
},
{
"name": "CVE-2025-68814",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68814"
},
{
"name": "CVE-2025-22039",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22039"
},
{
"name": "CVE-2025-37842",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37842"
},
{
"name": "CVE-2025-39933",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39933"
},
{
"name": "CVE-2025-40237",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40237"
},
{
"name": "CVE-2022-49722",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49722"
},
{
"name": "CVE-2026-23745",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23745"
},
{
"name": "CVE-2025-68780",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68780"
},
{
"name": "CVE-2024-35945",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35945"
},
{
"name": "CVE-2025-39990",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39990"
},
{
"name": "CVE-2025-15467",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15467"
},
{
"name": "CVE-2025-71081",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71081"
},
{
"name": "CVE-2023-53780",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53780"
},
{
"name": "CVE-2020-35501",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-35501"
},
{
"name": "CVE-2024-58251",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58251"
},
{
"name": "CVE-2025-38710",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38710"
},
{
"name": "CVE-2025-9820",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9820"
},
{
"name": "CVE-2023-52624",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52624"
},
{
"name": "CVE-2024-56557",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56557"
},
{
"name": "CVE-2022-49699",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49699"
},
{
"name": "CVE-2022-50700",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50700"
},
{
"name": "CVE-2023-52632",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52632"
},
{
"name": "CVE-2024-46836",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46836"
},
{
"name": "CVE-2026-23101",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23101"
},
{
"name": "CVE-2026-23099",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23099"
},
{
"name": "CVE-2024-38556",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38556"
},
{
"name": "CVE-2025-1180",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1180"
},
{
"name": "CVE-2025-38060",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38060"
},
{
"name": "CVE-2022-48929",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48929"
},
{
"name": "CVE-2025-55130",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55130"
},
{
"name": "CVE-2025-36070",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36070"
},
{
"name": "CVE-2024-46820",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46820"
},
{
"name": "CVE-2025-39770",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39770"
},
{
"name": "CVE-2025-38105",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38105"
},
{
"name": "CVE-2025-37744",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37744"
},
{
"name": "CVE-2025-38705",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38705"
},
{
"name": "CVE-2023-53198",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53198"
},
{
"name": "CVE-2023-53846",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53846"
},
{
"name": "CVE-2025-71121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71121"
},
{
"name": "CVE-2024-35942",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35942"
},
{
"name": "CVE-2022-1247",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1247"
},
{
"name": "CVE-2025-40333",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40333"
},
{
"name": "CVE-2022-50234",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50234"
},
{
"name": "CVE-2025-38082",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38082"
},
{
"name": "CVE-2025-37884",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37884"
},
{
"name": "CVE-2024-58054",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58054"
},
{
"name": "CVE-2024-49934",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49934"
},
{
"name": "CVE-2025-39750",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39750"
},
{
"name": "CVE-2025-38022",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38022"
},
{
"name": "CVE-2026-23066",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23066"
},
{
"name": "CVE-2025-38562",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38562"
},
{
"name": "CVE-2023-4969",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4969"
},
{
"name": "CVE-2024-50098",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50098"
},
{
"name": "CVE-2024-35946",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35946"
},
{
"name": "CVE-2023-44487",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-44487"
},
{
"name": "CVE-2023-53789",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53789"
},
{
"name": "CVE-2022-49858",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49858"
},
{
"name": "CVE-2025-39692",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39692"
},
{
"name": "CVE-2024-35959",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35959"
},
{
"name": "CVE-2023-5363",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5363"
},
{
"name": "CVE-2025-36428",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36428"
},
{
"name": "CVE-2023-53520",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53520"
},
{
"name": "CVE-2026-23085",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23085"
},
{
"name": "CVE-2023-52737",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52737"
},
{
"name": "CVE-2025-40360",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40360"
},
{
"name": "CVE-2026-23209",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23209"
},
{
"name": "CVE-2025-71136",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71136"
},
{
"name": "CVE-2024-35803",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35803"
},
{
"name": "CVE-2025-22105",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22105"
},
{
"name": "CVE-2024-8612",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8612"
},
{
"name": "CVE-2023-52586",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52586"
},
{
"name": "CVE-2025-40332",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40332"
},
{
"name": "CVE-2021-46195",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-46195"
},
{
"name": "CVE-2025-68354",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68354"
},
{
"name": "CVE-2025-68801",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68801"
},
{
"name": "CVE-2021-33110",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33110"
},
{
"name": "CVE-2025-37834",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37834"
},
{
"name": "CVE-2025-21833",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21833"
},
{
"name": "CVE-2025-40082",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40082"
},
{
"name": "CVE-2019-19378",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-19378"
},
{
"name": "CVE-2026-23150",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23150"
},
{
"name": "CVE-2024-40972",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40972"
},
{
"name": "CVE-2025-61985",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61985"
},
{
"name": "CVE-2025-71073",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71073"
},
{
"name": "CVE-2025-38426",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38426"
},
{
"name": "CVE-2025-38436",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38436"
},
{
"name": "CVE-2024-36911",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36911"
},
{
"name": "CVE-2025-55131",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55131"
},
{
"name": "CVE-2025-40104",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40104"
},
{
"name": "CVE-2024-36917",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36917"
},
{
"name": "CVE-2025-38097",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38097"
},
{
"name": "CVE-2026-23236",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23236"
},
{
"name": "CVE-2023-53068",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53068"
},
{
"name": "CVE-2025-22090",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22090"
},
{
"name": "CVE-2025-61919",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61919"
},
{
"name": "CVE-2021-31615",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-31615"
},
{
"name": "CVE-2024-1737",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-1737"
},
{
"name": "CVE-2025-40097",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40097"
},
{
"name": "CVE-2022-49932",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49932"
},
{
"name": "CVE-2022-25837",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25837"
},
{
"name": "CVE-2025-68258",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68258"
},
{
"name": "CVE-2024-49939",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49939"
},
{
"name": "CVE-2025-38239",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38239"
},
{
"name": "CVE-2024-49905",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49905"
},
{
"name": "CVE-2023-52831",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52831"
},
{
"name": "CVE-2023-53221",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53221"
},
{
"name": "CVE-2024-26719",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26719"
},
{
"name": "CVE-2022-44034",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-44034"
},
{
"name": "CVE-2022-40897",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40897"
},
{
"name": "CVE-2023-53072",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53072"
},
{
"name": "CVE-2023-2007",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2007"
},
{
"name": "CVE-2022-37341",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-37341"
},
{
"name": "CVE-2025-69648",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69648"
},
{
"name": "CVE-2023-0466",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0466"
},
{
"name": "CVE-2024-50298",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50298"
},
{
"name": "CVE-2025-36424",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36424"
},
{
"name": "CVE-2025-21915",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21915"
},
{
"name": "CVE-2025-38590",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38590"
},
{
"name": "CVE-2024-46843",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46843"
},
{
"name": "CVE-2025-21792",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21792"
},
{
"name": "CVE-2023-54016",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54016"
},
{
"name": "CVE-2025-36387",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36387"
},
{
"name": "CVE-2025-38709",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38709"
},
{
"name": "CVE-2024-58018",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58018"
},
{
"name": "CVE-2023-4408",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4408"
},
{
"name": "CVE-2025-71235",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71235"
},
{
"name": "CVE-2025-61771",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61771"
},
{
"name": "CVE-2023-53602",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53602"
},
{
"name": "CVE-2023-2828",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2828"
},
{
"name": "CVE-2023-54035",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54035"
},
{
"name": "CVE-2025-40322",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40322"
},
{
"name": "CVE-2023-53867",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53867"
},
{
"name": "CVE-2023-0465",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0465"
},
{
"name": "CVE-2025-61770",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61770"
},
{
"name": "CVE-2025-37926",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37926"
},
{
"name": "CVE-2024-46715",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46715"
},
{
"name": "CVE-2025-38038",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38038"
},
{
"name": "CVE-2024-46802",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46802"
},
{
"name": "CVE-2025-39859",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39859"
},
{
"name": "CVE-2025-40313",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40313"
},
{
"name": "CVE-2023-52582",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52582"
},
{
"name": "CVE-2023-33053",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-33053"
},
{
"name": "CVE-2025-1152",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1152"
},
{
"name": "CVE-2026-24051",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24051"
},
{
"name": "CVE-2025-38015",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38015"
},
{
"name": "CVE-2024-26742",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26742"
},
{
"name": "CVE-2025-38449",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38449"
},
{
"name": "CVE-2025-21714",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21714"
},
{
"name": "CVE-2025-38261",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38261"
},
{
"name": "CVE-2024-36918",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36918"
},
{
"name": "CVE-2025-37853",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37853"
},
{
"name": "CVE-2025-69644",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69644"
},
{
"name": "CVE-2022-49303",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49303"
},
{
"name": "CVE-2025-38126",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38126"
},
{
"name": "CVE-2023-46809",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-46809"
},
{
"name": "CVE-2025-59465",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59465"
},
{
"name": "CVE-2025-39763",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39763"
},
{
"name": "CVE-2025-21972",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21972"
},
{
"name": "CVE-2023-54088",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54088"
},
{
"name": "CVE-2024-42320",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42320"
},
{
"name": "CVE-2025-38679",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38679"
},
{
"name": "CVE-2025-40271",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40271"
},
{
"name": "CVE-2024-53234",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53234"
},
{
"name": "CVE-2025-11961",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11961"
},
{
"name": "CVE-2025-39877",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39877"
},
{
"name": "CVE-2022-3114",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3114"
},
{
"name": "CVE-2023-52916",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52916"
},
{
"name": "CVE-2025-38064",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38064"
},
{
"name": "CVE-2026-22991",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22991"
},
{
"name": "CVE-2024-35937",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35937"
},
{
"name": "CVE-2022-50628",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50628"
},
{
"name": "CVE-2024-56718",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56718"
},
{
"name": "CVE-2024-43824",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43824"
},
{
"name": "CVE-2025-39886",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39886"
},
{
"name": "CVE-2022-50350",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50350"
},
{
"name": "CVE-2025-21831",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21831"
},
{
"name": "CVE-2022-50721",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50721"
},
{
"name": "CVE-2022-50095",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50095"
},
{
"name": "CVE-2025-40073",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40073"
},
{
"name": "CVE-2024-26662",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26662"
},
{
"name": "CVE-2026-3196",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-3196"
},
{
"name": "CVE-2025-61662",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61662"
},
{
"name": "CVE-2025-8291",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8291"
},
{
"name": "CVE-2025-68308",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68308"
},
{
"name": "CVE-2024-50217",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50217"
},
{
"name": "CVE-2021-0168",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-0168"
},
{
"name": "CVE-2026-22795",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22795"
},
{
"name": "CVE-2022-50479",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50479"
},
{
"name": "CVE-2022-50583",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50583"
},
{
"name": "CVE-2025-37806",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37806"
},
{
"name": "CVE-2024-38554",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38554"
},
{
"name": "CVE-2025-68822",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68822"
},
{
"name": "CVE-2025-40242",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40242"
},
{
"name": "CVE-2023-0030",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0030"
},
{
"name": "CVE-2024-42110",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42110"
},
{
"name": "CVE-2025-37822",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37822"
},
{
"name": "CVE-2025-61727",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61727"
},
{
"name": "CVE-2025-39838",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39838"
},
{
"name": "CVE-2025-37820",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37820"
},
{
"name": "CVE-2024-53179",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53179"
},
{
"name": "CVE-2024-57945",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57945"
},
{
"name": "CVE-2023-54233",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54233"
},
{
"name": "CVE-2024-43899",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43899"
},
{
"name": "CVE-2025-21986",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21986"
},
{
"name": "CVE-2019-15213",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-15213"
},
{
"name": "CVE-2025-38234",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38234"
},
{
"name": "CVE-2022-49935",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49935"
},
{
"name": "CVE-2021-44532",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-44532"
},
{
"name": "CVE-2025-38011",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38011"
},
{
"name": "CVE-2022-49534",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49534"
},
{
"name": "CVE-2024-57974",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57974"
},
{
"name": "CVE-2024-50012",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50012"
},
{
"name": "CVE-2025-68190",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68190"
},
{
"name": "CVE-2023-53010",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53010"
},
{
"name": "CVE-2024-35956",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35956"
},
{
"name": "CVE-2024-57888",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57888"
},
{
"name": "CVE-2025-65637",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-65637"
},
{
"name": "CVE-2024-35908",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35908"
},
{
"name": "CVE-2023-54237",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54237"
},
{
"name": "CVE-2025-37878",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37878"
},
{
"name": "CVE-2023-53424",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53424"
},
{
"name": "CVE-2026-23207",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23207"
},
{
"name": "CVE-2025-40252",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40252"
},
{
"name": "CVE-2022-49134",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49134"
},
{
"name": "CVE-2025-21946",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21946"
},
{
"name": "CVE-2025-21838",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21838"
},
{
"name": "CVE-2022-49333",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49333"
},
{
"name": "CVE-2023-53791",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53791"
},
{
"name": "CVE-2025-27111",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27111"
},
{
"name": "CVE-2024-49994",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49994"
},
{
"name": "CVE-2025-53859",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53859"
},
{
"name": "CVE-2019-19814",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-19814"
},
{
"name": "CVE-2022-49136",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49136"
},
{
"name": "CVE-2025-68255",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68255"
},
{
"name": "CVE-2025-47910",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47910"
},
{
"name": "CVE-2023-54081",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54081"
},
{
"name": "CVE-2024-36898",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36898"
},
{
"name": "CVE-2024-44962",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-44962"
},
{
"name": "CVE-2025-68322",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68322"
},
{
"name": "CVE-2024-35931",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35931"
},
{
"name": "CVE-2025-38702",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38702"
},
{
"name": "CVE-2026-22980",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22980"
},
{
"name": "CVE-2026-23138",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23138"
},
{
"name": "CVE-2025-39927",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39927"
},
{
"name": "CVE-2026-1703",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1703"
},
{
"name": "CVE-2023-26551",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26551"
},
{
"name": "CVE-2024-46857",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46857"
},
{
"name": "CVE-2024-58013",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58013"
},
{
"name": "CVE-2024-53210",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53210"
},
{
"name": "CVE-2023-54185",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54185"
},
{
"name": "CVE-2022-49342",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49342"
},
{
"name": "CVE-2015-8553",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-8553"
},
{
"name": "CVE-2025-40277",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40277"
},
{
"name": "CVE-2025-38250",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38250"
},
{
"name": "CVE-2024-36966",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36966"
},
{
"name": "CVE-2023-53332",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53332"
},
{
"name": "CVE-2024-35924",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35924"
},
{
"name": "CVE-2024-58095",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58095"
},
{
"name": "CVE-2024-45010",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45010"
},
{
"name": "CVE-2022-49471",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49471"
},
{
"name": "CVE-2025-68174",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68174"
},
{
"name": "CVE-2022-48976",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48976"
},
{
"name": "CVE-2025-21751",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21751"
},
{
"name": "CVE-2023-53753",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53753"
},
{
"name": "CVE-2024-41074",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41074"
},
{
"name": "CVE-2026-23234",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23234"
},
{
"name": "CVE-2025-40272",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40272"
},
{
"name": "CVE-2024-50106",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50106"
},
{
"name": "CVE-2025-23162",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23162"
},
{
"name": "CVE-2026-23133",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23133"
},
{
"name": "CVE-2025-71093",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71093"
},
{
"name": "CVE-2025-46727",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46727"
},
{
"name": "CVE-2017-13694",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-13694"
},
{
"name": "CVE-2025-71102",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71102"
},
{
"name": "CVE-2026-23212",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23212"
},
{
"name": "CVE-2013-7445",
"url": "https://www.cve.org/CVERecord?id=CVE-2013-7445"
},
{
"name": "CVE-2026-23170",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23170"
},
{
"name": "CVE-2023-52701",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52701"
},
{
"name": "CVE-2024-49906",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49906"
},
{
"name": "CVE-2024-26647",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26647"
},
{
"name": "CVE-2025-68759",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68759"
},
{
"name": "CVE-2024-47809",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47809"
},
{
"name": "CVE-2026-23204",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23204"
},
{
"name": "CVE-2022-49317",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49317"
},
{
"name": "CVE-2026-23019",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23019"
},
{
"name": "CVE-2018-12928",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-12928"
},
{
"name": "CVE-2025-71188",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71188"
},
{
"name": "CVE-2023-38552",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38552"
},
{
"name": "CVE-2024-40989",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40989"
},
{
"name": "CVE-2024-56607",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56607"
},
{
"name": "CVE-2025-40345",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40345"
},
{
"name": "CVE-2026-27142",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27142"
},
{
"name": "CVE-2024-49904",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49904"
},
{
"name": "CVE-2023-53671",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53671"
},
{
"name": "CVE-2025-40354",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40354"
},
{
"name": "CVE-2024-26938",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26938"
},
{
"name": "CVE-2026-28417",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-28417"
},
{
"name": "CVE-2025-37931",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37931"
},
{
"name": "CVE-2024-35999",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35999"
},
{
"name": "CVE-2023-29942",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29942"
},
{
"name": "CVE-2026-23125",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23125"
},
{
"name": "CVE-2026-0966",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0966"
},
{
"name": "CVE-2022-48633",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48633"
},
{
"name": "CVE-2022-3238",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3238"
},
{
"name": "CVE-2024-38557",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38557"
},
{
"name": "CVE-2026-22185",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22185"
},
{
"name": "CVE-2023-53781",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53781"
},
{
"name": "CVE-2023-53584",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53584"
},
{
"name": "CVE-2024-57809",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57809"
},
{
"name": "CVE-2025-38057",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38057"
},
{
"name": "CVE-2025-68733",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68733"
},
{
"name": "CVE-2024-56719",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56719"
},
{
"name": "CVE-2022-50418",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50418"
},
{
"name": "CVE-2023-53438",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53438"
},
{
"name": "CVE-2025-47906",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47906"
},
{
"name": "CVE-2023-53460",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53460"
},
{
"name": "CVE-2026-23214",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23214"
},
{
"name": "CVE-2024-52559",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-52559"
},
{
"name": "CVE-2025-68188",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68188"
},
{
"name": "CVE-2025-40269",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40269"
},
{
"name": "CVE-2024-56671",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56671"
},
{
"name": "CVE-2025-68335",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68335"
},
{
"name": "CVE-2025-71079",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71079"
},
{
"name": "CVE-2025-62626",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62626"
},
{
"name": "CVE-2025-39940",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39940"
},
{
"name": "CVE-2023-52751",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52751"
},
{
"name": "CVE-2022-49562",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49562"
},
{
"name": "CVE-2025-37861",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37861"
},
{
"name": "CVE-2023-53483",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53483"
},
{
"name": "CVE-2023-53673",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53673"
},
{
"name": "CVE-2025-37938",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37938"
},
{
"name": "CVE-2025-37746",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37746"
},
{
"name": "CVE-2022-38076",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-38076"
},
{
"name": "CVE-2025-38368",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38368"
},
{
"name": "CVE-2026-23178",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23178"
},
{
"name": "CVE-2025-59375",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59375"
},
{
"name": "CVE-2025-31133",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31133"
},
{
"name": "CVE-2026-22997",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22997"
},
{
"name": "CVE-2024-56368",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56368"
},
{
"name": "CVE-2025-40075",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40075"
},
{
"name": "CVE-2022-49172",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49172"
},
{
"name": "CVE-2025-8194",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8194"
},
{
"name": "CVE-2024-40979",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40979"
},
{
"name": "CVE-2025-39977",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39977"
},
{
"name": "CVE-2025-38331",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38331"
},
{
"name": "CVE-2026-23240",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23240"
},
{
"name": "CVE-2025-68330",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68330"
},
{
"name": "CVE-2026-23228",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23228"
},
{
"name": "CVE-2024-49945",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49945"
},
{
"name": "CVE-2022-44033",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-44033"
},
{
"name": "CVE-2024-56757",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56757"
},
{
"name": "CVE-2023-53662",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53662"
},
{
"name": "CVE-2025-38069",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38069"
},
{
"name": "CVE-2022-49750",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49750"
},
{
"name": "CVE-2023-53707",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53707"
},
{
"name": "CVE-2023-53115",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53115"
},
{
"name": "CVE-2025-71196",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71196"
},
{
"name": "CVE-2025-21645",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21645"
},
{
"name": "CVE-2023-54107",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54107"
},
{
"name": "CVE-2022-48646",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48646"
},
{
"name": "CVE-2024-43912",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43912"
},
{
"name": "CVE-2024-35808",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35808"
},
{
"name": "CVE-2024-58012",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58012"
},
{
"name": "CVE-2025-50181",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-50181"
},
{
"name": "CVE-2025-61663",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61663"
},
{
"name": "CVE-2025-68772",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68772"
},
{
"name": "CVE-2024-49891",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49891"
},
{
"name": "CVE-2024-36948",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36948"
},
{
"name": "CVE-2022-48887",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48887"
},
{
"name": "CVE-2024-40977",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40977"
},
{
"name": "CVE-2024-26948",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26948"
},
{
"name": "CVE-2023-53370",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53370"
},
{
"name": "CVE-2024-53187",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53187"
},
{
"name": "CVE-2023-45929",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45929"
},
{
"name": "CVE-2025-68343",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68343"
},
{
"name": "CVE-2025-66382",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66382"
},
{
"name": "CVE-2024-57795",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57795"
},
{
"name": "CVE-2025-37855",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37855"
},
{
"name": "CVE-2025-21816",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21816"
},
{
"name": "CVE-2021-33115",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33115"
},
{
"name": "CVE-2025-21780",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21780"
},
{
"name": "CVE-2020-26559",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-26559"
},
{
"name": "CVE-2024-12705",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-12705"
},
{
"name": "CVE-2025-69421",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69421"
},
{
"name": "CVE-2020-26140",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-26140"
},
{
"name": "CVE-2024-39508",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-39508"
},
{
"name": "CVE-2026-23191",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23191"
},
{
"name": "CVE-2026-32249",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-32249"
},
{
"name": "CVE-2025-37899",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37899"
},
{
"name": "CVE-2026-23078",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23078"
},
{
"name": "CVE-2025-40362",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40362"
},
{
"name": "CVE-2025-68201",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68201"
},
{
"name": "CVE-2024-43831",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43831"
},
{
"name": "CVE-2023-30630",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-30630"
},
{
"name": "CVE-2025-40289",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40289"
},
{
"name": "CVE-2026-23169",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23169"
},
{
"name": "CVE-2025-38330",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38330"
},
{
"name": "CVE-2025-58188",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58188"
},
{
"name": "CVE-2017-13693",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-13693"
},
{
"name": "CVE-2025-68768",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68768"
},
{
"name": "CVE-2024-50284",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50284"
},
{
"name": "CVE-2022-49306",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49306"
},
{
"name": "CVE-2024-49898",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49898"
},
{
"name": "CVE-2025-36423",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36423"
},
{
"name": "CVE-2022-49622",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49622"
},
{
"name": "CVE-2025-68785",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68785"
},
{
"name": "CVE-2024-50211",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50211"
},
{
"name": "CVE-2025-38507",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38507"
},
{
"name": "CVE-2022-50284",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50284"
},
{
"name": "CVE-2025-39989",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39989"
},
{
"name": "CVE-2023-6240",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6240"
},
{
"name": "CVE-2025-38014",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38014"
},
{
"name": "CVE-2025-22028",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22028"
},
{
"name": "CVE-2024-41008",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41008"
},
{
"name": "CVE-2024-27035",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27035"
},
{
"name": "CVE-2023-53218",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53218"
},
{
"name": "CVE-2022-25836",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25836"
},
{
"name": "CVE-2024-37354",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37354"
},
{
"name": "CVE-2025-68808",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68808"
},
{
"name": "CVE-2025-4674",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4674"
},
{
"name": "CVE-2025-29934",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-29934"
},
{
"name": "CVE-2024-27005",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27005"
},
{
"name": "CVE-2025-68223",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68223"
},
{
"name": "CVE-2022-49133",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49133"
},
{
"name": "CVE-2024-36951",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36951"
},
{
"name": "CVE-2025-68783",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68783"
},
{
"name": "CVE-2025-71147",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71147"
},
{
"name": "CVE-2025-38438",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38438"
},
{
"name": "CVE-2025-40032",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40032"
},
{
"name": "CVE-2023-26555",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26555"
},
{
"name": "CVE-2023-1193",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1193"
},
{
"name": "CVE-2025-71220",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71220"
},
{
"name": "CVE-2024-46806",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46806"
},
{
"name": "CVE-2022-50073",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50073"
},
{
"name": "CVE-2025-68724",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68724"
},
{
"name": "CVE-2025-5278",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5278"
},
{
"name": "CVE-2026-23103",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23103"
},
{
"name": "CVE-2026-23074",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23074"
},
{
"name": "CVE-2025-68786",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68786"
},
{
"name": "CVE-2025-39732",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39732"
},
{
"name": "CVE-2022-50393",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50393"
},
{
"name": "CVE-2025-68779",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68779"
},
{
"name": "CVE-2024-56433",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56433"
},
{
"name": "CVE-2025-21819",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21819"
},
{
"name": "CVE-2025-48514",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48514"
},
{
"name": "CVE-2024-41030",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41030"
},
{
"name": "CVE-2025-71199",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71199"
},
{
"name": "CVE-2024-47664",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47664"
},
{
"name": "CVE-2024-36915",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36915"
},
{
"name": "CVE-2026-25749",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25749"
},
{
"name": "CVE-2024-49504",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49504"
},
{
"name": "CVE-2025-38118",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38118"
},
{
"name": "CVE-2023-0464",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0464"
},
{
"name": "CVE-2023-53367",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53367"
},
{
"name": "CVE-2022-50500",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50500"
},
{
"name": "CVE-2019-14899",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-14899"
},
{
"name": "CVE-2022-29526",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29526"
},
{
"name": "CVE-2024-53098",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53098"
},
{
"name": "CVE-2025-68797",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68797"
},
{
"name": "CVE-2024-49968",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49968"
},
{
"name": "CVE-2025-68358",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68358"
},
{
"name": "CVE-2025-40206",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40206"
},
{
"name": "CVE-2026-23180",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23180"
},
{
"name": "CVE-2021-0164",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-0164"
},
{
"name": "CVE-2026-26958",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26958"
},
{
"name": "CVE-2024-46870",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46870"
},
{
"name": "CVE-2022-49178",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49178"
},
{
"name": "CVE-2024-22195",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-22195"
},
{
"name": "CVE-2023-23931",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-23931"
},
{
"name": "CVE-2024-49929",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49929"
},
{
"name": "CVE-2025-40257",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40257"
},
{
"name": "CVE-2023-53748",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53748"
},
{
"name": "CVE-2024-26740",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26740"
},
{
"name": "CVE-2022-49173",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49173"
},
{
"name": "CVE-2024-45781",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45781"
},
{
"name": "CVE-2025-71125",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71125"
},
{
"name": "CVE-2025-21947",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21947"
},
{
"name": "CVE-2024-53056",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53056"
},
{
"name": "CVE-2022-50551",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50551"
},
{
"name": "CVE-2026-26269",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26269"
},
{
"name": "CVE-2024-43872",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43872"
},
{
"name": "CVE-2025-71108",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71108"
},
{
"name": "CVE-2022-49401",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49401"
},
{
"name": "CVE-2025-71069",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71069"
},
{
"name": "CVE-2025-68312",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68312"
},
{
"name": "CVE-2025-68284",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68284"
},
{
"name": "CVE-2025-68194",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68194"
},
{
"name": "CVE-2023-52939",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52939"
},
{
"name": "CVE-2024-14027",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-14027"
},
{
"name": "CVE-2025-38269",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38269"
},
{
"name": "CVE-2025-69649",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69649"
},
{
"name": "CVE-2024-53175",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53175"
},
{
"name": "CVE-2025-21734",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21734"
},
{
"name": "CVE-2024-49859",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49859"
},
{
"name": "CVE-2025-40336",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40336"
},
{
"name": "CVE-2025-37945",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37945"
},
{
"name": "CVE-2025-71195",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71195"
},
{
"name": "CVE-2022-49766",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49766"
},
{
"name": "CVE-2025-6141",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-6141"
},
{
"name": "CVE-2025-22043",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22043"
},
{
"name": "CVE-2024-49569",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49569"
},
{
"name": "CVE-2025-61984",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61984"
},
{
"name": "CVE-2023-52569",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52569"
},
{
"name": "CVE-2024-56609",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56609"
},
{
"name": "CVE-2022-49940",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49940"
},
{
"name": "CVE-2026-23083",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23083"
},
{
"name": "CVE-2025-38422",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38422"
},
{
"name": "CVE-2024-56611",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56611"
},
{
"name": "CVE-2025-21927",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21927"
},
{
"name": "CVE-2026-23088",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23088"
},
{
"name": "CVE-2020-25743",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-25743"
},
{
"name": "CVE-2022-50167",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50167"
},
{
"name": "CVE-2025-68183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68183"
},
{
"name": "CVE-2026-27704",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27704"
},
{
"name": "CVE-2022-48064",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48064"
},
{
"name": "CVE-2023-45896",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45896"
},
{
"name": "CVE-2025-37903",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37903"
},
{
"name": "CVE-2025-68161",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68161"
},
{
"name": "CVE-2025-68774",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68774"
},
{
"name": "CVE-2024-49940",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49940"
},
{
"name": "CVE-2025-40263",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40263"
},
{
"name": "CVE-2021-3735",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3735"
},
{
"name": "CVE-2025-40353",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40353"
},
{
"name": "CVE-2024-46861",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46861"
},
{
"name": "CVE-2025-40222",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40222"
},
{
"name": "CVE-2022-50634",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50634"
},
{
"name": "CVE-2025-52881",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52881"
},
{
"name": "CVE-2025-54514",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-54514"
},
{
"name": "CVE-2025-71202",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71202"
},
{
"name": "CVE-2015-7837",
"url": "https://www.cve.org/CVERecord?id=CVE-2015-7837"
},
{
"name": "CVE-2025-0677",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0677"
},
{
"name": "CVE-2024-45780",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45780"
},
{
"name": "CVE-2024-46749",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46749"
},
{
"name": "CVE-2022-50492",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50492"
},
{
"name": "CVE-2024-49888",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49888"
},
{
"name": "CVE-2022-50406",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50406"
},
{
"name": "CVE-2023-26552",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26552"
},
{
"name": "CVE-2024-49921",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49921"
},
{
"name": "CVE-2024-5535",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-5535"
},
{
"name": "CVE-2026-23108",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23108"
},
{
"name": "CVE-2025-71180",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71180"
},
{
"name": "CVE-2025-38232",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38232"
},
{
"name": "CVE-2025-68244",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68244"
},
{
"name": "CVE-2025-59691",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59691"
},
{
"name": "CVE-2024-46830",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46830"
},
{
"name": "CVE-2023-52481",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52481"
},
{
"name": "CVE-2023-52888",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52888"
},
{
"name": "CVE-2025-22057",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22057"
},
{
"name": "CVE-2024-47666",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47666"
},
{
"name": "CVE-2025-22868",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22868"
},
{
"name": "CVE-2025-40278",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40278"
},
{
"name": "CVE-2023-0160",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-0160"
},
{
"name": "CVE-2024-50056",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50056"
},
{
"name": "CVE-2025-71194",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71194"
},
{
"name": "CVE-2026-1788",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1788"
},
{
"name": "CVE-2023-53721",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53721"
},
{
"name": "CVE-2025-22113",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22113"
},
{
"name": "CVE-2025-40342",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40342"
},
{
"name": "CVE-2022-50256",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50256"
},
{
"name": "CVE-2024-42091",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42091"
},
{
"name": "CVE-2024-27983",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27983"
},
{
"name": "CVE-2025-37907",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37907"
},
{
"name": "CVE-2024-38625",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38625"
},
{
"name": "CVE-2025-23085",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23085"
},
{
"name": "CVE-2026-22796",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22796"
},
{
"name": "CVE-2023-4010",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-4010"
},
{
"name": "CVE-2025-38425",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38425"
},
{
"name": "CVE-2024-46727",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46727"
},
{
"name": "CVE-2023-54028",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54028"
},
{
"name": "CVE-2024-42129",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42129"
},
{
"name": "CVE-2023-54105",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54105"
},
{
"name": "CVE-2018-17977",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-17977"
},
{
"name": "CVE-2019-1010204",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-1010204"
},
{
"name": "CVE-2023-53992",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53992"
},
{
"name": "CVE-2026-26960",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26960"
},
{
"name": "CVE-2025-40210",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40210"
},
{
"name": "CVE-2022-50354",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50354"
},
{
"name": "CVE-2025-61724",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61724"
},
{
"name": "CVE-2026-22999",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22999"
},
{
"name": "CVE-2025-21812",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21812"
},
{
"name": "CVE-2025-71082",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71082"
},
{
"name": "CVE-2025-12801",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-12801"
},
{
"name": "CVE-2024-58015",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58015"
},
{
"name": "CVE-2026-23068",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23068"
},
{
"name": "CVE-2024-41079",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41079"
},
{
"name": "CVE-2025-68765",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68765"
},
{
"name": "CVE-2026-23089",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23089"
},
{
"name": "CVE-2024-43823",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43823"
},
{
"name": "CVE-2023-52589",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52589"
},
{
"name": "CVE-2022-41848",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-41848"
},
{
"name": "CVE-2026-23216",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23216"
},
{
"name": "CVE-2023-53434",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53434"
},
{
"name": "CVE-2023-29935",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29935"
},
{
"name": "CVE-2023-35061",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-35061"
},
{
"name": "CVE-2025-71132",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71132"
},
{
"name": "CVE-2025-71225",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71225"
},
{
"name": "CVE-2026-21636",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21636"
},
{
"name": "CVE-2026-23239",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23239"
},
{
"name": "CVE-2021-0172",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-0172"
},
{
"name": "CVE-2024-47662",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47662"
},
{
"name": "CVE-2018-12930",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-12930"
},
{
"name": "CVE-2026-23071",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23071"
},
{
"name": "CVE-2024-49970",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49970"
},
{
"name": "CVE-2024-41067",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41067"
},
{
"name": "CVE-2024-26844",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26844"
},
{
"name": "CVE-2025-23141",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23141"
},
{
"name": "CVE-2026-23056",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23056"
},
{
"name": "CVE-2025-40193",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40193"
},
{
"name": "CVE-2023-32644",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32644"
},
{
"name": "CVE-2025-71077",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71077"
},
{
"name": "CVE-2025-21908",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21908"
},
{
"name": "CVE-2024-46681",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46681"
},
{
"name": "CVE-2024-36927",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36927"
},
{
"name": "CVE-2025-61732",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61732"
},
{
"name": "CVE-2025-61723",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61723"
},
{
"name": "CVE-2025-9232",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9232"
},
{
"name": "CVE-2025-40012",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40012"
},
{
"name": "CVE-2025-40279",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40279"
},
{
"name": "CVE-2026-0964",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0964"
},
{
"name": "CVE-2025-68328",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68328"
},
{
"name": "CVE-2023-53178",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53178"
},
{
"name": "CVE-2024-47141",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47141"
},
{
"name": "CVE-2024-8354",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-8354"
},
{
"name": "CVE-2023-54323",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54323"
},
{
"name": "CVE-2025-37952",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37952"
},
{
"name": "CVE-2023-45803",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45803"
},
{
"name": "CVE-2025-0689",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0689"
},
{
"name": "CVE-2022-50316",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50316"
},
{
"name": "CVE-2023-31347",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-31347"
},
{
"name": "CVE-2025-40084",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40084"
},
{
"name": "CVE-2025-22111",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22111"
},
{
"name": "CVE-2023-53657",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53657"
},
{
"name": "CVE-2024-49915",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49915"
},
{
"name": "CVE-2026-23063",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23063"
},
{
"name": "CVE-2025-55132",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-55132"
},
{
"name": "CVE-2023-52732",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52732"
},
{
"name": "CVE-2022-49759",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49759"
},
{
"name": "CVE-2025-61795",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61795"
},
{
"name": "CVE-2026-23073",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23073"
},
{
"name": "CVE-2022-49167",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49167"
},
{
"name": "CVE-2025-68311",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68311"
},
{
"name": "CVE-2026-27903",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27903"
},
{
"name": "CVE-2023-54023",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54023"
},
{
"name": "CVE-2024-27056",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27056"
},
{
"name": "CVE-2023-31082",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-31082"
},
{
"name": "CVE-2024-41088",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41088"
},
{
"name": "CVE-2025-0690",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0690"
},
{
"name": "CVE-2025-71114",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71114"
},
{
"name": "CVE-2023-53052",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53052"
},
{
"name": "CVE-2026-23058",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23058"
},
{
"name": "CVE-2022-49234",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49234"
},
{
"name": "CVE-2022-50163",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50163"
},
{
"name": "CVE-2024-36922",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36922"
},
{
"name": "CVE-2025-71067",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71067"
},
{
"name": "CVE-2024-49919",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49919"
},
{
"name": "CVE-2026-23238",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23238"
},
{
"name": "CVE-2025-71182",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71182"
},
{
"name": "CVE-2020-26556",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-26556"
},
{
"name": "CVE-2025-46394",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46394"
},
{
"name": "CVE-2025-66471",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66471"
},
{
"name": "CVE-2026-23038",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23038"
},
{
"name": "CVE-2025-40341",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40341"
},
{
"name": "CVE-2025-38409",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38409"
},
{
"name": "CVE-2021-3826",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3826"
},
{
"name": "CVE-2024-26699",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26699"
},
{
"name": "CVE-2024-57876",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57876"
},
{
"name": "CVE-2024-58019",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58019"
},
{
"name": "CVE-2026-25679",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25679"
},
{
"name": "CVE-2026-22990",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22990"
},
{
"name": "CVE-2025-14017",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14017"
},
{
"name": "CVE-2022-50390",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50390"
},
{
"name": "CVE-2026-23000",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23000"
},
{
"name": "CVE-2026-21441",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-21441"
},
{
"name": "CVE-2024-45337",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45337"
},
{
"name": "CVE-2025-71186",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71186"
},
{
"name": "CVE-2024-53220",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53220"
},
{
"name": "CVE-2026-23176",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23176"
},
{
"name": "CVE-2023-53539",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53539"
},
{
"name": "CVE-2025-13836",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13836"
},
{
"name": "CVE-2025-40338",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40338"
},
{
"name": "CVE-2025-68821",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68821"
},
{
"name": "CVE-2025-31648",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-31648"
},
{
"name": "CVE-2025-0678",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0678"
},
{
"name": "CVE-2024-41075",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41075"
},
{
"name": "CVE-2026-23026",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23026"
},
{
"name": "CVE-2024-56674",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56674"
},
{
"name": "CVE-2024-27982",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27982"
},
{
"name": "CVE-2025-40195",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40195"
},
{
"name": "CVE-2024-31884",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-31884"
},
{
"name": "CVE-2025-21976",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21976"
},
{
"name": "CVE-2019-1563",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-1563"
},
{
"name": "CVE-2026-1002",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1002"
},
{
"name": "CVE-2026-23128",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23128"
},
{
"name": "CVE-2024-57975",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57975"
},
{
"name": "CVE-2023-53574",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53574"
},
{
"name": "CVE-2022-50166",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50166"
},
{
"name": "CVE-2025-61725",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61725"
},
{
"name": "CVE-2025-68325",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68325"
},
{
"name": "CVE-2025-71190",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71190"
},
{
"name": "CVE-2024-56738",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56738"
},
{
"name": "CVE-2022-50778",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50778"
},
{
"name": "CVE-2024-42067",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42067"
},
{
"name": "CVE-2022-49971",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49971"
},
{
"name": "CVE-2025-71089",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71089"
},
{
"name": "CVE-2025-21693",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21693"
},
{
"name": "CVE-2025-71203",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71203"
},
{
"name": "CVE-2024-56657",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56657"
},
{
"name": "CVE-2025-39789",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39789"
},
{
"name": "CVE-2022-49124",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49124"
},
{
"name": "CVE-2024-49901",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49901"
},
{
"name": "CVE-2023-52700",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52700"
},
{
"name": "CVE-2024-56583",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56583"
},
{
"name": "CVE-2022-50195",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50195"
},
{
"name": "CVE-2025-40358",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40358"
},
{
"name": "CVE-2024-40998",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40998"
},
{
"name": "CVE-2024-56712",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56712"
},
{
"name": "CVE-2025-68318",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68318"
},
{
"name": "CVE-2022-49980",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49980"
},
{
"name": "CVE-2023-52634",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52634"
},
{
"name": "CVE-2025-22104",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22104"
},
{
"name": "CVE-2022-2795",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2795"
},
{
"name": "CVE-2025-62526",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62526"
},
{
"name": "CVE-2024-49918",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49918"
},
{
"name": "CVE-2025-68296",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68296"
},
{
"name": "CVE-2023-53785",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53785"
},
{
"name": "CVE-2024-45776",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45776"
},
{
"name": "CVE-2022-50090",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50090"
},
{
"name": "CVE-2025-40340",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40340"
},
{
"name": "CVE-2025-68332",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68332"
},
{
"name": "CVE-2020-14356",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14356"
},
{
"name": "CVE-2025-68745",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68745"
},
{
"name": "CVE-2023-54263",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54263"
},
{
"name": "CVE-2025-71104",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71104"
},
{
"name": "CVE-2026-22978",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22978"
},
{
"name": "CVE-2023-53764",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53764"
},
{
"name": "CVE-2024-53687",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53687"
},
{
"name": "CVE-2025-39901",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39901"
},
{
"name": "CVE-2025-40283",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40283"
},
{
"name": "CVE-2025-5918",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-5918"
},
{
"name": "CVE-2024-38628",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38628"
},
{
"name": "CVE-2025-40324",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40324"
},
{
"name": "CVE-2025-38672",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38672"
},
{
"name": "CVE-2023-54181",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54181"
},
{
"name": "CVE-2025-0684",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0684"
},
{
"name": "CVE-2025-10158",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-10158"
},
{
"name": "CVE-2025-68378",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68378"
},
{
"name": "CVE-2024-47794",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47794"
},
{
"name": "CVE-2026-23146",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23146"
},
{
"name": "CVE-2025-38272",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38272"
},
{
"name": "CVE-2024-10524",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-10524"
},
{
"name": "CVE-2025-40146",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40146"
},
{
"name": "CVE-2025-38359",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38359"
},
{
"name": "CVE-2019-20794",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-20794"
},
{
"name": "CVE-2023-53849",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53849"
},
{
"name": "CVE-2022-4543",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4543"
},
{
"name": "CVE-2025-21899",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21899"
},
{
"name": "CVE-2024-35195",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35195"
},
{
"name": "CVE-2025-38129",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38129"
},
{
"name": "CVE-2026-23037",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23037"
},
{
"name": "CVE-2023-53627",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53627"
},
{
"name": "CVE-2025-40250",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40250"
},
{
"name": "CVE-2025-38091",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38091"
},
{
"name": "CVE-2023-53510",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53510"
},
{
"name": "CVE-2025-40264",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40264"
},
{
"name": "CVE-2025-38334",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38334"
},
{
"name": "CVE-2023-53575",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53575"
},
{
"name": "CVE-2022-49516",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49516"
},
{
"name": "CVE-2025-40778",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40778"
},
{
"name": "CVE-2025-38728",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38728"
},
{
"name": "CVE-2022-3523",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3523"
},
{
"name": "CVE-2026-26157",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26157"
},
{
"name": "CVE-2026-23001",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23001"
},
{
"name": "CVE-2023-38417",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-38417"
},
{
"name": "CVE-2025-68367",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68367"
},
{
"name": "CVE-2025-71224",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71224"
},
{
"name": "CVE-2025-22072",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22072"
},
{
"name": "CVE-2025-68820",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68820"
},
{
"name": "CVE-2021-45261",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-45261"
},
{
"name": "CVE-2025-40074",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40074"
},
{
"name": "CVE-2026-23193",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23193"
},
{
"name": "CVE-2025-40321",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40321"
},
{
"name": "CVE-2024-47736",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47736"
},
{
"name": "CVE-2023-53037",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53037"
},
{
"name": "CVE-2024-46842",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46842"
},
{
"name": "CVE-2025-71237",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71237"
},
{
"name": "CVE-2025-13462",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13462"
},
{
"name": "CVE-2024-50112",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50112"
},
{
"name": "CVE-2025-69646",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69646"
},
{
"name": "CVE-2023-54207",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54207"
},
{
"name": "CVE-2026-23215",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23215"
},
{
"name": "CVE-2024-28956",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-28956"
},
{
"name": "CVE-2025-68740",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68740"
},
{
"name": "CVE-2020-26142",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-26142"
},
{
"name": "CVE-2022-49955",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49955"
},
{
"name": "CVE-2023-53628",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53628"
},
{
"name": "CVE-2025-29943",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-29943"
},
{
"name": "CVE-2025-39978",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39978"
},
{
"name": "CVE-2023-31346",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-31346"
},
{
"name": "CVE-2024-9143",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-9143"
},
{
"name": "CVE-2025-40158",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40158"
},
{
"name": "CVE-2024-56201",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56201"
},
{
"name": "CVE-2025-38071",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38071"
},
{
"name": "CVE-2025-38140",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38140"
},
{
"name": "CVE-2022-50002",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50002"
},
{
"name": "CVE-2025-38621",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38621"
},
{
"name": "CVE-2025-68742",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68742"
},
{
"name": "CVE-2025-39908",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39908"
},
{
"name": "CVE-2026-24842",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24842"
},
{
"name": "CVE-2024-49920",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49920"
},
{
"name": "CVE-2025-40282",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40282"
},
{
"name": "CVE-2026-23118",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23118"
},
{
"name": "CVE-2025-34034",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-34034"
},
{
"name": "CVE-2025-37984",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37984"
},
{
"name": "CVE-2025-59692",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59692"
},
{
"name": "CVE-2022-50116",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50116"
},
{
"name": "CVE-2018-12931",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-12931"
},
{
"name": "CVE-2025-40168",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40168"
},
{
"name": "CVE-2025-37856",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37856"
},
{
"name": "CVE-2022-50224",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50224"
},
{
"name": "CVE-2025-22874",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22874"
},
{
"name": "CVE-2020-13791",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-13791"
},
{
"name": "CVE-2026-23950",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23950"
},
{
"name": "CVE-2024-49990",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49990"
},
{
"name": "CVE-2020-15802",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-15802"
},
{
"name": "CVE-2020-24240",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-24240"
},
{
"name": "CVE-2024-46718",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46718"
},
{
"name": "CVE-2025-68816",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68816"
},
{
"name": "CVE-2024-41045",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41045"
},
{
"name": "CVE-2023-53545",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53545"
},
{
"name": "CVE-2022-50552",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50552"
},
{
"name": "CVE-2021-0066",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-0066"
},
{
"name": "CVE-2025-38333",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38333"
},
{
"name": "CVE-2023-53376",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53376"
},
{
"name": "CVE-2023-53538",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53538"
},
{
"name": "CVE-2025-68192",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68192"
},
{
"name": "CVE-2024-5569",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-5569"
},
{
"name": "CVE-2025-68379",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68379"
},
{
"name": "CVE-2022-50357",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50357"
},
{
"name": "CVE-2024-57952",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57952"
},
{
"name": "CVE-2025-68256",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68256"
},
{
"name": "CVE-2025-68777",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68777"
},
{
"name": "CVE-2023-52671",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52671"
},
{
"name": "CVE-2022-50303",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50303"
},
{
"name": "CVE-2024-35870",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35870"
},
{
"name": "CVE-2025-68254",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68254"
},
{
"name": "CVE-2026-23221",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23221"
},
{
"name": "CVE-2025-38059",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38059"
},
{
"name": "CVE-2024-27014",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27014"
},
{
"name": "CVE-2024-36013",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36013"
},
{
"name": "CVE-2024-53176",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53176"
},
{
"name": "CVE-2025-37956",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37956"
},
{
"name": "CVE-2025-40196",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40196"
},
{
"name": "CVE-2024-49880",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49880"
},
{
"name": "CVE-2023-52676",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52676"
},
{
"name": "CVE-2025-38117",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38117"
},
{
"name": "CVE-2017-13165",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-13165"
},
{
"name": "CVE-2025-38556",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38556"
},
{
"name": "CVE-2025-68171",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68171"
},
{
"name": "CVE-2025-39932",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39932"
},
{
"name": "CVE-2024-47683",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47683"
},
{
"name": "CVE-2023-6237",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6237"
},
{
"name": "CVE-2024-46811",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46811"
},
{
"name": "CVE-2025-21985",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21985"
},
{
"name": "CVE-2025-22109",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22109"
},
{
"name": "CVE-2025-38300",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38300"
},
{
"name": "CVE-2025-40040",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40040"
},
{
"name": "CVE-2023-53635",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53635"
},
{
"name": "CVE-2025-39810",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39810"
},
{
"name": "CVE-2026-22982",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22982"
},
{
"name": "CVE-2025-23132",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23132"
},
{
"name": "CVE-2024-47678",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47678"
},
{
"name": "CVE-2022-49531",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49531"
},
{
"name": "CVE-2022-49504",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49504"
},
{
"name": "CVE-2025-1376",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1376"
},
{
"name": "CVE-2022-49810",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49810"
},
{
"name": "CVE-2025-47912",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47912"
},
{
"name": "CVE-2025-71109",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71109"
},
{
"name": "CVE-2023-26586",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26586"
},
{
"name": "CVE-2025-38373",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38373"
},
{
"name": "CVE-2025-66861",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66861"
},
{
"name": "CVE-2025-40095",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40095"
},
{
"name": "CVE-2025-37957",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37957"
},
{
"name": "CVE-2025-38369",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38369"
},
{
"name": "CVE-2023-43804",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-43804"
},
{
"name": "CVE-2024-44950",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-44950"
},
{
"name": "CVE-2025-39759",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39759"
},
{
"name": "CVE-2022-50332",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50332"
},
{
"name": "CVE-2023-53822",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53822"
},
{
"name": "CVE-2024-27408",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27408"
},
{
"name": "CVE-2025-71222",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71222"
},
{
"name": "CVE-2022-50461",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50461"
},
{
"name": "CVE-2025-21801",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21801"
},
{
"name": "CVE-2023-26554",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26554"
},
{
"name": "CVE-2025-38486",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38486"
},
{
"name": "CVE-2021-26934",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-26934"
},
{
"name": "CVE-2023-53466",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53466"
},
{
"name": "CVE-2025-21629",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21629"
},
{
"name": "CVE-2025-71118",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71118"
},
{
"name": "CVE-2023-53168",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53168"
},
{
"name": "CVE-2022-49528",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49528"
},
{
"name": "CVE-2025-68160",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68160"
},
{
"name": "CVE-2022-45888",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-45888"
},
{
"name": "CVE-2022-49218",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49218"
},
{
"name": "CVE-2023-52749",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52749"
},
{
"name": "CVE-2025-39754",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39754"
},
{
"name": "CVE-2025-40286",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40286"
},
{
"name": "CVE-2022-49967",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49967"
},
{
"name": "CVE-2025-68327",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68327"
},
{
"name": "CVE-2024-2236",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2236"
},
{
"name": "CVE-2022-49245",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49245"
},
{
"name": "CVE-2025-38098",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38098"
},
{
"name": "CVE-2023-52682",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52682"
},
{
"name": "CVE-2022-50871",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50871"
},
{
"name": "CVE-2025-71150",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71150"
},
{
"name": "CVE-2025-71229",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71229"
},
{
"name": "CVE-2026-23213",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23213"
},
{
"name": "CVE-2025-39958",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39958"
},
{
"name": "CVE-2018-8956",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-8956"
},
{
"name": "CVE-2025-40266",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40266"
},
{
"name": "CVE-2026-23091",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23091"
},
{
"name": "CVE-2025-68241",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68241"
},
{
"name": "CVE-2022-49420",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49420"
},
{
"name": "CVE-2022-40964",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40964"
},
{
"name": "CVE-2025-69873",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69873"
},
{
"name": "CVE-2026-3441",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-3441"
},
{
"name": "CVE-2024-36244",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36244"
},
{
"name": "CVE-2023-53149",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53149"
},
{
"name": "CVE-2026-23237",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23237"
},
{
"name": "CVE-2024-49987",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49987"
},
{
"name": "CVE-2025-60753",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-60753"
},
{
"name": "CVE-2022-50746",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50746"
},
{
"name": "CVE-2025-52565",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-52565"
},
{
"name": "CVE-2024-50034",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50034"
},
{
"name": "CVE-2025-38259",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38259"
},
{
"name": "CVE-2025-71192",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71192"
},
{
"name": "CVE-2023-53596",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53596"
},
{
"name": "CVE-2022-49943",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49943"
},
{
"name": "CVE-2022-50260",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50260"
},
{
"name": "CVE-2025-40135",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40135"
},
{
"name": "CVE-2025-67735",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-67735"
},
{
"name": "CVE-2026-23121",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23121"
},
{
"name": "CVE-2020-12319",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-12319"
},
{
"name": "CVE-2025-37951",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37951"
},
{
"name": "CVE-2023-50495",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-50495"
},
{
"name": "CVE-2024-49568",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49568"
},
{
"name": "CVE-2025-21750",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21750"
},
{
"name": "CVE-2024-36924",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36924"
},
{
"name": "CVE-2017-11164",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-11164"
},
{
"name": "CVE-2023-3397",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3397"
},
{
"name": "CVE-2025-68734",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68734"
},
{
"name": "CVE-2024-26672",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26672"
},
{
"name": "CVE-2024-57924",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57924"
},
{
"name": "CVE-2025-37947",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37947"
},
{
"name": "CVE-2025-68776",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68776"
},
{
"name": "CVE-2025-61728",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61728"
},
{
"name": "CVE-2025-71066",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71066"
},
{
"name": "CVE-2026-0965",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0965"
},
{
"name": "CVE-2023-53806",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53806"
},
{
"name": "CVE-2025-21817",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21817"
},
{
"name": "CVE-2025-68972",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68972"
},
{
"name": "CVE-2025-68799",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68799"
},
{
"name": "CVE-2021-33139",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33139"
},
{
"name": "CVE-2025-58186",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58186"
},
{
"name": "CVE-2025-21825",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21825"
},
{
"name": "CVE-2025-38192",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38192"
},
{
"name": "CVE-2025-71236",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71236"
},
{
"name": "CVE-2025-68345",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68345"
},
{
"name": "CVE-2025-39800",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39800"
},
{
"name": "CVE-2024-50057",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50057"
},
{
"name": "CVE-2025-38343",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38343"
},
{
"name": "CVE-2025-71097",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71097"
},
{
"name": "CVE-2024-46808",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46808"
},
{
"name": "CVE-2026-26158",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26158"
},
{
"name": "CVE-2025-38202",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38202"
},
{
"name": "CVE-2025-68288",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68288"
},
{
"name": "CVE-2025-38168",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38168"
},
{
"name": "CVE-2023-53547",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53547"
},
{
"name": "CVE-2019-20426",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-20426"
},
{
"name": "CVE-2025-71107",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71107"
},
{
"name": "CVE-2024-0727",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0727"
},
{
"name": "CVE-2025-40310",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40310"
},
{
"name": "CVE-2026-29786",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-29786"
},
{
"name": "CVE-2025-58187",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58187"
},
{
"name": "CVE-2025-40083",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40083"
},
{
"name": "CVE-2023-6129",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6129"
},
{
"name": "CVE-2024-56584",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56584"
},
{
"name": "CVE-2026-23235",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23235"
},
{
"name": "CVE-2025-71111",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71111"
},
{
"name": "CVE-2022-4899",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-4899"
},
{
"name": "CVE-2025-71152",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71152"
},
{
"name": "CVE-2024-42139",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42139"
},
{
"name": "CVE-2024-56692",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56692"
},
{
"name": "CVE-2024-53196",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53196"
},
{
"name": "CVE-2025-38665",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38665"
},
{
"name": "CVE-2022-50212",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50212"
},
{
"name": "CVE-2026-23087",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23087"
},
{
"name": "CVE-2023-54259",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54259"
},
{
"name": "CVE-2025-68802",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68802"
},
{
"name": "CVE-2023-54067",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54067"
},
{
"name": "CVE-2025-1369",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1369"
},
{
"name": "CVE-2022-3219",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3219"
},
{
"name": "CVE-2025-68317",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68317"
},
{
"name": "CVE-2023-53231",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53231"
},
{
"name": "CVE-2025-71185",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71185"
},
{
"name": "CVE-2022-2961",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-2961"
},
{
"name": "CVE-2025-40331",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40331"
},
{
"name": "CVE-2025-4673",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4673"
},
{
"name": "CVE-2022-49635",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49635"
},
{
"name": "CVE-2024-50017",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50017"
},
{
"name": "CVE-2026-23096",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23096"
},
{
"name": "CVE-2024-53241",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53241"
},
{
"name": "CVE-2025-14180",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14180"
},
{
"name": "CVE-2026-23949",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23949"
},
{
"name": "CVE-2025-38704",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38704"
},
{
"name": "CVE-2023-34969",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-34969"
},
{
"name": "CVE-2021-33155",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-33155"
},
{
"name": "CVE-2025-68337",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68337"
},
{
"name": "CVE-2024-57899",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57899"
},
{
"name": "CVE-2024-49928",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49928"
},
{
"name": "CVE-2025-21885",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21885"
},
{
"name": "CVE-2024-50187",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50187"
},
{
"name": "CVE-2022-50851",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50851"
},
{
"name": "CVE-2025-36001",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36001"
},
{
"name": "CVE-2022-50464",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50464"
},
{
"name": "CVE-2025-38674",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38674"
},
{
"name": "CVE-2025-40093",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40093"
},
{
"name": "CVE-2020-26560",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-26560"
},
{
"name": "CVE-2024-26714",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26714"
},
{
"name": "CVE-2024-45777",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45777"
},
{
"name": "CVE-2025-38040",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38040"
},
{
"name": "CVE-2024-40954",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40954"
},
{
"name": "CVE-2022-49965",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49965"
},
{
"name": "CVE-2025-54771",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-54771"
},
{
"name": "CVE-2024-0564",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0564"
},
{
"name": "CVE-2025-39825",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39825"
},
{
"name": "CVE-2025-71131",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71131"
},
{
"name": "CVE-2022-49961",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49961"
},
{
"name": "CVE-2025-69651",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69651"
},
{
"name": "CVE-2025-38552",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38552"
},
{
"name": "CVE-2025-40335",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40335"
},
{
"name": "CVE-2025-40149",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40149"
},
{
"name": "CVE-2024-58098",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58098"
},
{
"name": "CVE-2025-22871",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22871"
},
{
"name": "CVE-2022-28667",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28667"
},
{
"name": "CVE-2023-53383",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53383"
},
{
"name": "CVE-2024-46717",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46717"
},
{
"name": "CVE-2024-25743",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-25743"
},
{
"name": "CVE-2022-50704",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50704"
},
{
"name": "CVE-2025-40164",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40164"
},
{
"name": "CVE-2023-54125",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54125"
},
{
"name": "CVE-2025-10911",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-10911"
},
{
"name": "CVE-2026-23164",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23164"
},
{
"name": "CVE-2024-41036",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41036"
},
{
"name": "CVE-2023-53751",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53751"
},
{
"name": "CVE-2025-0033",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0033"
},
{
"name": "CVE-2023-53743",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53743"
},
{
"name": "CVE-2024-42319",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42319"
},
{
"name": "CVE-2025-37928",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37928"
},
{
"name": "CVE-2017-13716",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-13716"
},
{
"name": "CVE-2024-22018",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-22018"
},
{
"name": "CVE-2025-71116",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71116"
},
{
"name": "CVE-2022-40735",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-40735"
},
{
"name": "CVE-2024-36024",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36024"
},
{
"name": "CVE-2025-21723",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21723"
},
{
"name": "CVE-2023-54190",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54190"
},
{
"name": "CVE-2023-52879",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52879"
},
{
"name": "CVE-2025-68281",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68281"
},
{
"name": "CVE-2023-52837",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52837"
},
{
"name": "CVE-2025-38440",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38440"
},
{
"name": "CVE-2026-23124",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23124"
},
{
"name": "CVE-2023-52981",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52981"
},
{
"name": "CVE-2024-53224",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53224"
},
{
"name": "CVE-2024-49910",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49910"
},
{
"name": "CVE-2025-68362",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68362"
},
{
"name": "CVE-2023-53105",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53105"
},
{
"name": "CVE-2025-68236",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68236"
},
{
"name": "CVE-2024-39286",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-39286"
},
{
"name": "CVE-2025-25184",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-25184"
},
{
"name": "CVE-2025-14524",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14524"
},
{
"name": "CVE-2024-49855",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49855"
},
{
"name": "CVE-2024-47081",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47081"
},
{
"name": "CVE-2025-68333",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68333"
},
{
"name": "CVE-2024-47689",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47689"
},
{
"name": "CVE-2025-71160",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71160"
},
{
"name": "CVE-2025-71232",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71232"
},
{
"name": "CVE-2023-52625",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52625"
},
{
"name": "CVE-2023-53353",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53353"
},
{
"name": "CVE-2024-58096",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58096"
},
{
"name": "CVE-2025-38225",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38225"
},
{
"name": "CVE-2023-53401",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53401"
},
{
"name": "CVE-2025-22037",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22037"
},
{
"name": "CVE-2023-53702",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53702"
},
{
"name": "CVE-2025-68290",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68290"
},
{
"name": "CVE-2025-40280",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40280"
},
{
"name": "CVE-2024-26842",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26842"
},
{
"name": "CVE-2025-40099",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40099"
},
{
"name": "CVE-2023-54059",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54059"
},
{
"name": "CVE-2025-71162",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71162"
},
{
"name": "CVE-2021-0170",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-0170"
},
{
"name": "CVE-2019-10782",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-10782"
},
{
"name": "CVE-2024-40966",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40966"
},
{
"name": "CVE-2024-53133",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53133"
},
{
"name": "CVE-2026-23075",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23075"
},
{
"name": "CVE-2022-50571",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50571"
},
{
"name": "CVE-2021-31879",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-31879"
},
{
"name": "CVE-2026-23120",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23120"
},
{
"name": "CVE-2025-40180",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40180"
},
{
"name": "CVE-2022-49393",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49393"
},
{
"name": "CVE-2024-6119",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6119"
},
{
"name": "CVE-2025-68803",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68803"
},
{
"name": "CVE-2026-22996",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22996"
},
{
"name": "CVE-2024-53091",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53091"
},
{
"name": "CVE-2025-39851",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39851"
},
{
"name": "CVE-2025-71204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71204"
},
{
"name": "CVE-2025-68331",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68331"
},
{
"name": "CVE-2025-38244",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38244"
},
{
"name": "CVE-2022-29217",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-29217"
},
{
"name": "CVE-2024-26758",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26758"
},
{
"name": "CVE-2025-38080",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38080"
},
{
"name": "CVE-2023-32651",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32651"
},
{
"name": "CVE-2025-37747",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37747"
},
{
"name": "CVE-2026-2297",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-2297"
},
{
"name": "CVE-2026-23105",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23105"
},
{
"name": "CVE-2023-53036",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53036"
},
{
"name": "CVE-2025-38615",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38615"
},
{
"name": "CVE-2025-58181",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58181"
},
{
"name": "CVE-2025-71115",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71115"
},
{
"name": "CVE-2026-22976",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22976"
},
{
"name": "CVE-2022-50862",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50862"
},
{
"name": "CVE-2025-1118",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1118"
},
{
"name": "CVE-2024-50166",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50166"
},
{
"name": "CVE-2024-35862",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35862"
},
{
"name": "CVE-2023-53355",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53355"
},
{
"name": "CVE-2022-25265",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-25265"
},
{
"name": "CVE-2026-0967",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0967"
},
{
"name": "CVE-2026-23181",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23181"
},
{
"name": "CVE-2025-37944",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37944"
},
{
"name": "CVE-2023-53558",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53558"
},
{
"name": "CVE-2025-47914",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47914"
},
{
"name": "CVE-2025-68214",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68214"
},
{
"name": "CVE-2025-38703",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38703"
},
{
"name": "CVE-2026-23141",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23141"
},
{
"name": "CVE-2026-22860",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22860"
},
{
"name": "CVE-2025-36365",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36365"
},
{
"name": "CVE-2025-9403",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9403"
},
{
"name": "CVE-2025-40247",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40247"
},
{
"name": "CVE-2023-1255",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-1255"
},
{
"name": "CVE-2024-56641",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56641"
},
{
"name": "CVE-2024-43842",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43842"
},
{
"name": "CVE-2025-0686",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0686"
},
{
"name": "CVE-2025-21739",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21739"
},
{
"name": "CVE-2024-49992",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49992"
},
{
"name": "CVE-2025-68781",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68781"
},
{
"name": "CVE-2025-39753",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39753"
},
{
"name": "CVE-2025-69418",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69418"
},
{
"name": "CVE-2026-23182",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23182"
},
{
"name": "CVE-2021-0173",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-0173"
},
{
"name": "CVE-2025-71112",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71112"
},
{
"name": "CVE-2023-54285",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54285"
},
{
"name": "CVE-2024-45778",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45778"
},
{
"name": "CVE-2026-23086",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23086"
},
{
"name": "CVE-2024-47661",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47661"
},
{
"name": "CVE-2026-28418",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-28418"
},
{
"name": "CVE-2023-54151",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54151"
},
{
"name": "CVE-2025-22022",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22022"
},
{
"name": "CVE-2025-66864",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66864"
},
{
"name": "CVE-2024-46803",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46803"
},
{
"name": "CVE-2025-22869",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22869"
},
{
"name": "CVE-2025-59466",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59466"
},
{
"name": "CVE-2025-40192",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40192"
},
{
"name": "CVE-2025-38544",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38544"
},
{
"name": "CVE-2025-39797",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39797"
},
{
"name": "CVE-2025-68818",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68818"
},
{
"name": "CVE-2022-36351",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-36351"
},
{
"name": "CVE-2023-52921",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52921"
},
{
"name": "CVE-2025-15468",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15468"
},
{
"name": "CVE-2024-36478",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36478"
},
{
"name": "CVE-2024-43832",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43832"
},
{
"name": "CVE-2026-25639",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25639"
},
{
"name": "CVE-2026-1299",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1299"
},
{
"name": "CVE-2024-54683",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-54683"
},
{
"name": "CVE-2025-1150",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1150"
},
{
"name": "CVE-2024-46720",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46720"
},
{
"name": "CVE-2024-26658",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26658"
},
{
"name": "CVE-2026-2243",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-2243"
},
{
"name": "CVE-2025-38198",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38198"
},
{
"name": "CVE-2025-58189",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-58189"
},
{
"name": "CVE-2022-36087",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-36087"
},
{
"name": "CVE-2024-38564",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38564"
},
{
"name": "CVE-2021-0174",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-0174"
},
{
"name": "CVE-2025-8746",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8746"
},
{
"name": "CVE-2025-36442",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36442"
},
{
"name": "CVE-2025-38006",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38006"
},
{
"name": "CVE-2025-40102",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40102"
},
{
"name": "CVE-2026-0968",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-0968"
},
{
"name": "CVE-2025-40170",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40170"
},
{
"name": "CVE-2025-38437",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38437"
},
{
"name": "CVE-2025-40160",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40160"
},
{
"name": "CVE-2023-7008",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-7008"
},
{
"name": "CVE-2024-45779",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45779"
},
{
"name": "CVE-2025-40284",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40284"
},
{
"name": "CVE-2025-38125",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38125"
},
{
"name": "CVE-2025-40077",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40077"
},
{
"name": "CVE-2024-57857",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57857"
},
{
"name": "CVE-2024-4603",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4603"
},
{
"name": "CVE-2022-50213",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50213"
},
{
"name": "CVE-2024-46823",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46823"
},
{
"name": "CVE-2023-32642",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32642"
},
{
"name": "CVE-2025-71227",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71227"
},
{
"name": "CVE-2025-61772",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61772"
},
{
"name": "CVE-2024-46733",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46733"
},
{
"name": "CVE-2024-41014",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41014"
},
{
"name": "CVE-2022-50015",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50015"
},
{
"name": "CVE-2025-40071",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40071"
},
{
"name": "CVE-2024-7883",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-7883"
},
{
"name": "CVE-2024-50271",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50271"
},
{
"name": "CVE-2022-50772",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50772"
},
{
"name": "CVE-2024-56717",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56717"
},
{
"name": "CVE-2025-68366",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68366"
},
{
"name": "CVE-2024-56707",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56707"
},
{
"name": "CVE-2023-54234",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54234"
},
{
"name": "CVE-2022-45885",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-45885"
},
{
"name": "CVE-2022-49783",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49783"
},
{
"name": "CVE-2025-40305",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40305"
},
{
"name": "CVE-2016-2781",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-2781"
},
{
"name": "CVE-2023-29383",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-29383"
},
{
"name": "CVE-2025-47153",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47153"
},
{
"name": "CVE-2025-40080",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40080"
},
{
"name": "CVE-2024-53216",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53216"
},
{
"name": "CVE-2022-49539",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49539"
},
{
"name": "CVE-2024-36347",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36347"
},
{
"name": "CVE-2024-26869",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26869"
},
{
"name": "CVE-2025-22870",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22870"
},
{
"name": "CVE-2025-68815",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68815"
},
{
"name": "CVE-2021-20255",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-20255"
},
{
"name": "CVE-2022-48979",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48979"
},
{
"name": "CVE-2025-40307",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40307"
},
{
"name": "CVE-2025-71193",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71193"
},
{
"name": "CVE-2023-54180",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54180"
},
{
"name": "CVE-2026-23095",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23095"
},
{
"name": "CVE-2024-46848",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46848"
},
{
"name": "CVE-2025-68346",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68346"
},
{
"name": "CVE-2025-38081",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38081"
},
{
"name": "CVE-2024-36009",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36009"
},
{
"name": "CVE-2025-71163",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71163"
},
{
"name": "CVE-2024-36350",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36350"
},
{
"name": "CVE-2023-25951",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-25951"
},
{
"name": "CVE-2025-40211",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40211"
},
{
"name": "CVE-2023-53152",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53152"
},
{
"name": "CVE-2021-0308",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-0308"
},
{
"name": "CVE-2025-68315",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68315"
},
{
"name": "CVE-2024-50009",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50009"
},
{
"name": "CVE-2025-39850",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39850"
},
{
"name": "CVE-2022-1205",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-1205"
},
{
"name": "CVE-2023-45927",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-45927"
},
{
"name": "CVE-2020-25742",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-25742"
},
{
"name": "CVE-2022-0987",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-0987"
},
{
"name": "CVE-2025-71096",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71096"
},
{
"name": "CVE-2025-71095",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71095"
},
{
"name": "CVE-2025-40217",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40217"
},
{
"name": "CVE-2025-38199",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38199"
},
{
"name": "CVE-2025-39905",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39905"
},
{
"name": "CVE-2025-21944",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21944"
},
{
"name": "CVE-2022-50720",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50720"
},
{
"name": "CVE-2025-71105",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71105"
},
{
"name": "CVE-2023-50387",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-50387"
},
{
"name": "CVE-2022-49529",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49529"
},
{
"name": "CVE-2025-68266",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68266"
},
{
"name": "CVE-2024-27057",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27057"
},
{
"name": "CVE-2025-68771",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68771"
},
{
"name": "CVE-2025-39961",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39961"
},
{
"name": "CVE-2025-68363",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68363"
},
{
"name": "CVE-2024-54456",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-54456"
},
{
"name": "CVE-2024-26876",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26876"
},
{
"name": "CVE-2025-40248",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40248"
},
{
"name": "CVE-2023-52657",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52657"
},
{
"name": "CVE-2025-37876",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37876"
},
{
"name": "CVE-2024-58089",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58089"
},
{
"name": "CVE-2024-36331",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36331"
},
{
"name": "CVE-2026-27571",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27571"
},
{
"name": "CVE-2025-39748",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39748"
},
{
"name": "CVE-2026-22984",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22984"
},
{
"name": "CVE-2026-27139",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27139"
},
{
"name": "CVE-2022-49127",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49127"
},
{
"name": "CVE-2026-24733",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24733"
},
{
"name": "CVE-2020-25741",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-25741"
},
{
"name": "CVE-2022-50748",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50748"
},
{
"name": "CVE-2023-53767",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53767"
},
{
"name": "CVE-2025-21667",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21667"
},
{
"name": "CVE-2025-9230",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9230"
},
{
"name": "CVE-2023-49083",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-49083"
},
{
"name": "CVE-2025-21696",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21696"
},
{
"name": "CVE-2025-68303",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68303"
},
{
"name": "CVE-2025-21955",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21955"
},
{
"name": "CVE-2025-39863",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39863"
},
{
"name": "CVE-2025-40259",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40259"
},
{
"name": "CVE-2023-53180",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53180"
},
{
"name": "CVE-2026-28419",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-28419"
},
{
"name": "CVE-2025-8677",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-8677"
},
{
"name": "CVE-2025-38560",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38560"
},
{
"name": "CVE-2023-53385",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53385"
},
{
"name": "CVE-2026-23206",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23206"
},
{
"name": "CVE-2025-68757",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68757"
},
{
"name": "CVE-2024-46678",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46678"
},
{
"name": "CVE-2024-58097",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58097"
},
{
"name": "CVE-2023-53620",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53620"
},
{
"name": "CVE-2022-50539",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50539"
},
{
"name": "CVE-2025-71068",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71068"
},
{
"name": "CVE-2025-23130",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23130"
},
{
"name": "CVE-2022-49496",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49496"
},
{
"name": "CVE-2025-38349",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38349"
},
{
"name": "CVE-2024-56782",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56782"
},
{
"name": "CVE-2025-39957",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39957"
},
{
"name": "CVE-2025-1352",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1352"
},
{
"name": "CVE-2023-53540",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53540"
},
{
"name": "CVE-2022-49552",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49552"
},
{
"name": "CVE-2024-4741",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-4741"
},
{
"name": "CVE-2023-53261",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53261"
},
{
"name": "CVE-2026-24049",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24049"
},
{
"name": "CVE-2026-23033",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23033"
},
{
"name": "CVE-2025-39726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39726"
},
{
"name": "CVE-2024-26759",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26759"
},
{
"name": "CVE-2025-48924",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-48924"
},
{
"name": "CVE-2025-39931",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39931"
},
{
"name": "CVE-2023-54187",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54187"
},
{
"name": "CVE-2026-22977",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22977"
},
{
"name": "CVE-2026-23145",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23145"
},
{
"name": "CVE-2022-44032",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-44032"
},
{
"name": "CVE-2024-57895",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57895"
},
{
"name": "CVE-2023-53240",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53240"
},
{
"name": "CVE-2025-13735",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13735"
},
{
"name": "CVE-2023-53694",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53694"
},
{
"name": "CVE-2024-53195",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53195"
},
{
"name": "CVE-2024-35794",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35794"
},
{
"name": "CVE-2023-52829",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52829"
},
{
"name": "CVE-2026-23003",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23003"
},
{
"name": "CVE-2025-21891",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21891"
},
{
"name": "CVE-2025-38716",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38716"
},
{
"name": "CVE-2025-11187",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11187"
},
{
"name": "CVE-2024-56660",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56660"
},
{
"name": "CVE-2026-23076",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23076"
},
{
"name": "CVE-2023-54145",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54145"
},
{
"name": "CVE-2025-38033",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38033"
},
{
"name": "CVE-2024-41023",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41023"
},
{
"name": "CVE-2024-47704",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47704"
},
{
"name": "CVE-2025-21672",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21672"
},
{
"name": "CVE-2024-35801",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35801"
},
{
"name": "CVE-2024-49978",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49978"
},
{
"name": "CVE-2024-36910",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36910"
},
{
"name": "CVE-2025-15079",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15079"
},
{
"name": "CVE-2024-49870",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49870"
},
{
"name": "CVE-2025-36366",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36366"
},
{
"name": "CVE-2024-42125",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42125"
},
{
"name": "CVE-2025-36123",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36123"
},
{
"name": "CVE-2024-56737",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56737"
},
{
"name": "CVE-2025-68168",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68168"
},
{
"name": "CVE-2025-21821",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21821"
},
{
"name": "CVE-2025-68206",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68206"
},
{
"name": "CVE-2020-11935",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-11935"
},
{
"name": "CVE-2023-54247",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54247"
},
{
"name": "CVE-2025-68309",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68309"
},
{
"name": "CVE-2023-52905",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52905"
},
{
"name": "CVE-2024-57852",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57852"
},
{
"name": "CVE-2025-40003",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40003"
},
{
"name": "CVE-2025-22042",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22042"
},
{
"name": "CVE-2025-71158",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71158"
},
{
"name": "CVE-2022-49803",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49803"
},
{
"name": "CVE-2024-57898",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57898"
},
{
"name": "CVE-2020-35503",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-35503"
},
{
"name": "CVE-2024-49923",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49923"
},
{
"name": "CVE-2024-56639",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56639"
},
{
"name": "CVE-2025-68372",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68372"
},
{
"name": "CVE-2026-23171",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23171"
},
{
"name": "CVE-2024-3651",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-3651"
},
{
"name": "CVE-2023-53002",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53002"
},
{
"name": "CVE-2021-0183",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-0183"
},
{
"name": "CVE-2025-39884",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39884"
},
{
"name": "CVE-2025-39747",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39747"
},
{
"name": "CVE-2024-36914",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36914"
},
{
"name": "CVE-2026-26996",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-26996"
},
{
"name": "CVE-2024-35826",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35826"
},
{
"name": "CVE-2026-23112",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23112"
},
{
"name": "CVE-2022-49764",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49764"
},
{
"name": "CVE-2025-68121",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68121"
},
{
"name": "CVE-2025-21651",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21651"
},
{
"name": "CVE-2025-38092",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38092"
},
{
"name": "CVE-2025-22124",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22124"
},
{
"name": "CVE-2025-68313",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68313"
},
{
"name": "CVE-2024-58053",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58053"
},
{
"name": "CVE-2023-26553",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26553"
},
{
"name": "CVE-2025-60876",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-60876"
},
{
"name": "CVE-2025-37776",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37776"
},
{
"name": "CVE-2021-23840",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-23840"
},
{
"name": "CVE-2024-58077",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58077"
},
{
"name": "CVE-2024-6519",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6519"
},
{
"name": "CVE-2024-46729",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46729"
},
{
"name": "CVE-2023-53850",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53850"
},
{
"name": "CVE-2023-2975",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-2975"
},
{
"name": "CVE-2022-50266",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50266"
},
{
"name": "CVE-2024-53178",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53178"
},
{
"name": "CVE-2025-71137",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71137"
},
{
"name": "CVE-2026-23084",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23084"
},
{
"name": "CVE-2023-53093",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53093"
},
{
"name": "CVE-2025-11065",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11065"
},
{
"name": "CVE-2026-23190",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23190"
},
{
"name": "CVE-2025-40123",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40123"
},
{
"name": "CVE-2026-22979",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22979"
},
{
"name": "CVE-2025-68301",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68301"
},
{
"name": "CVE-2024-49991",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49991"
},
{
"name": "CVE-2022-50009",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50009"
},
{
"name": "CVE-2022-26047",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-26047"
},
{
"name": "CVE-2024-53240",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53240"
},
{
"name": "CVE-2026-23011",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23011"
},
{
"name": "CVE-2024-36949",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36949"
},
{
"name": "CVE-2023-53816",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53816"
},
{
"name": "CVE-2025-37877",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37877"
},
{
"name": "CVE-2024-2193",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2193"
},
{
"name": "CVE-2025-4382",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4382"
},
{
"name": "CVE-2022-28693",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-28693"
},
{
"name": "CVE-2025-71161",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71161"
},
{
"name": "CVE-2025-39706",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39706"
},
{
"name": "CVE-2025-22038",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22038"
},
{
"name": "CVE-2025-68217",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68217"
},
{
"name": "CVE-2023-54242",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54242"
},
{
"name": "CVE-2025-68289",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68289"
},
{
"name": "CVE-2025-40363",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40363"
},
{
"name": "CVE-2024-41062",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41062"
},
{
"name": "CVE-2025-40253",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40253"
},
{
"name": "CVE-2022-48816",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48816"
},
{
"name": "CVE-2026-27141",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27141"
},
{
"name": "CVE-2025-37800",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37800"
},
{
"name": "CVE-2025-61726",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61726"
},
{
"name": "CVE-2022-50518",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50518"
},
{
"name": "CVE-2022-49829",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49829"
},
{
"name": "CVE-2025-64756",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-64756"
},
{
"name": "CVE-2025-21967",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21967"
},
{
"name": "CVE-2016-2568",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-2568"
},
{
"name": "CVE-2020-13817",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-13817"
},
{
"name": "CVE-2025-68245",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68245"
},
{
"name": "CVE-2025-41254",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-41254"
},
{
"name": "CVE-2018-12929",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-12929"
},
{
"name": "CVE-2024-26853",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26853"
},
{
"name": "CVE-2024-53147",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53147"
},
{
"name": "CVE-2025-39952",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39952"
},
{
"name": "CVE-2025-40317",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40317"
},
{
"name": "CVE-2024-45783",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45783"
},
{
"name": "CVE-2026-23110",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23110"
},
{
"name": "CVE-2023-53410",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53410"
},
{
"name": "CVE-2023-53254",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53254"
},
{
"name": "CVE-2024-34064",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-34064"
},
{
"name": "CVE-2023-47210",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-47210"
},
{
"name": "CVE-2025-68809",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68809"
},
{
"name": "CVE-2025-53864",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-53864"
},
{
"name": "CVE-2024-36920",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36920"
},
{
"name": "CVE-2021-0165",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-0165"
},
{
"name": "CVE-2025-0624",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0624"
},
{
"name": "CVE-2022-49177",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49177"
},
{
"name": "CVE-2025-38205",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38205"
},
{
"name": "CVE-2026-23100",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23100"
},
{
"name": "CVE-2025-59464",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-59464"
},
{
"name": "CVE-2024-58241",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58241"
},
{
"name": "CVE-2025-21863",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21863"
},
{
"name": "CVE-2025-71120",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71120"
},
{
"name": "CVE-2025-38166",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38166"
},
{
"name": "CVE-2022-49833",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49833"
},
{
"name": "CVE-2026-23060",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23060"
},
{
"name": "CVE-2025-38321",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38321"
},
{
"name": "CVE-2025-68282",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68282"
},
{
"name": "CVE-2025-39705",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39705"
},
{
"name": "CVE-2025-68817",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68817"
},
{
"name": "CVE-2024-36021",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36021"
},
{
"name": "CVE-2025-38045",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38045"
},
{
"name": "CVE-2024-46726",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46726"
},
{
"name": "CVE-2025-40025",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40025"
},
{
"name": "CVE-2024-53079",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53079"
},
{
"name": "CVE-2025-68787",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68787"
},
{
"name": "CVE-2025-1125",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1125"
},
{
"name": "CVE-2023-53647",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53647"
},
{
"name": "CVE-2025-37954",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37954"
},
{
"name": "CVE-2025-23133",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-23133"
},
{
"name": "CVE-2025-0012",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0012"
},
{
"name": "CVE-2020-12313",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-12313"
},
{
"name": "CVE-2025-71233",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71233"
},
{
"name": "CVE-2025-68782",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68782"
},
{
"name": "CVE-2021-0166",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-0166"
},
{
"name": "CVE-2025-21945",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21945"
},
{
"name": "CVE-2022-3872",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-3872"
},
{
"name": "CVE-2025-39744",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39744"
},
{
"name": "CVE-2025-71197",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71197"
},
{
"name": "CVE-2025-68177",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68177"
},
{
"name": "CVE-2025-68758",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68758"
},
{
"name": "CVE-2024-49931",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49931"
},
{
"name": "CVE-2024-43866",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43866"
},
{
"name": "CVE-2024-37021",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-37021"
},
{
"name": "CVE-2024-47728",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47728"
},
{
"name": "CVE-2025-27610",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-27610"
},
{
"name": "CVE-2025-68191",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68191"
},
{
"name": "CVE-2026-23031",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23031"
},
{
"name": "CVE-2024-46730",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46730"
},
{
"name": "CVE-2025-71113",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71113"
},
{
"name": "CVE-2025-71127",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71127"
},
{
"name": "CVE-2025-37786",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37786"
},
{
"name": "CVE-2024-46728",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46728"
},
{
"name": "CVE-2023-53561",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53561"
},
{
"name": "CVE-2026-22998",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-22998"
},
{
"name": "CVE-2023-54172",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54172"
},
{
"name": "CVE-2026-23050",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23050"
},
{
"name": "CVE-2024-58100",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-58100"
},
{
"name": "CVE-2020-0256",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-0256"
},
{
"name": "CVE-2025-21673",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21673"
},
{
"name": "CVE-2024-26954",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26954"
},
{
"name": "CVE-2025-21634",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21634"
},
{
"name": "CVE-2024-57999",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57999"
},
{
"name": "CVE-2025-38047",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38047"
},
{
"name": "CVE-2024-47738",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47738"
},
{
"name": "CVE-2025-68340",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68340"
},
{
"name": "CVE-2024-41013",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41013"
},
{
"name": "CVE-2023-54320",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54320"
},
{
"name": "CVE-2024-43911",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-43911"
},
{
"name": "CVE-2025-30204",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-30204"
},
{
"name": "CVE-2025-37959",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37959"
},
{
"name": "CVE-2017-0537",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-0537"
},
{
"name": "CVE-2025-38191",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38191"
},
{
"name": "CVE-2023-32681",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-32681"
},
{
"name": "CVE-2025-68219",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68219"
},
{
"name": "CVE-2022-50232",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50232"
},
{
"name": "CVE-2025-38062",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38062"
},
{
"name": "CVE-2025-38531",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38531"
},
{
"name": "CVE-2023-26112",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-26112"
},
{
"name": "CVE-2018-6952",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-6952"
},
{
"name": "CVE-2020-14304",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-14304"
},
{
"name": "CVE-2024-46834",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46834"
},
{
"name": "CVE-2025-40288",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40288"
},
{
"name": "CVE-2025-68239",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68239"
},
{
"name": "CVE-2025-40258",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40258"
},
{
"name": "CVE-2025-21894",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21894"
},
{
"name": "CVE-2025-40281",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40281"
},
{
"name": "CVE-2025-68185",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68185"
},
{
"name": "CVE-2025-40304",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40304"
},
{
"name": "CVE-2025-38503",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38503"
},
{
"name": "CVE-2025-40110",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40110"
},
{
"name": "CVE-2026-24001",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-24001"
},
{
"name": "CVE-2025-37807",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37807"
},
{
"name": "CVE-2025-38131",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38131"
},
{
"name": "CVE-2022-50016",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50016"
},
{
"name": "CVE-2025-29481",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-29481"
},
{
"name": "CVE-2024-53219",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53219"
},
{
"name": "CVE-2023-53009",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53009"
},
{
"name": "CVE-2025-40268",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40268"
},
{
"name": "CVE-2025-61661",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61661"
},
{
"name": "CVE-2026-23111",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23111"
},
{
"name": "CVE-2024-25740",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-25740"
},
{
"name": "CVE-2024-50246",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50246"
},
{
"name": "CVE-2023-3446",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-3446"
},
{
"name": "CVE-2025-14178",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14178"
},
{
"name": "CVE-2024-57950",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57950"
},
{
"name": "CVE-2025-21759",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21759"
},
{
"name": "CVE-2025-40325",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40325"
},
{
"name": "CVE-2024-2511",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-2511"
},
{
"name": "CVE-2024-42321",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42321"
},
{
"name": "CVE-2026-23113",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23113"
},
{
"name": "CVE-2021-0176",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-0176"
},
{
"name": "CVE-2025-1151",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-1151"
},
{
"name": "CVE-2022-48998",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48998"
},
{
"name": "CVE-2025-68798",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68798"
},
{
"name": "CVE-2024-42273",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-42273"
},
{
"name": "CVE-2025-68336",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68336"
},
{
"name": "CVE-2023-53794",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53794"
},
{
"name": "CVE-2026-23157",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23157"
},
{
"name": "CVE-2025-40303",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40303"
},
{
"name": "CVE-2025-68178",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68178"
},
{
"name": "CVE-2022-49974",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49974"
},
{
"name": "CVE-2025-40337",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40337"
},
{
"name": "CVE-2019-20633",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-20633"
},
{
"name": "CVE-2025-38264",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38264"
},
{
"name": "CVE-2021-3714",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3714"
},
{
"name": "CVE-2023-54071",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54071"
},
{
"name": "CVE-2024-56566",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56566"
},
{
"name": "CVE-2025-46392",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-46392"
},
{
"name": "CVE-2025-40036",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40036"
},
{
"name": "CVE-2024-57993",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57993"
},
{
"name": "CVE-2024-47745",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47745"
},
{
"name": "CVE-2025-39833",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39833"
},
{
"name": "CVE-2026-23097",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23097"
},
{
"name": "CVE-2025-37980",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37980"
},
{
"name": "CVE-2024-53190",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53190"
},
{
"name": "CVE-2025-40262",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40262"
},
{
"name": "CVE-2024-35784",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35784"
},
{
"name": "CVE-2024-56591",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56591"
},
{
"name": "CVE-2024-56544",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56544"
},
{
"name": "CVE-2024-56647",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56647"
},
{
"name": "CVE-2025-71198",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71198"
},
{
"name": "CVE-2025-21649",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21649"
},
{
"name": "CVE-2024-57976",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57976"
},
{
"name": "CVE-2025-68819",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68819"
},
{
"name": "CVE-2025-0685",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0685"
},
{
"name": "CVE-2024-57893",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57893"
},
{
"name": "CVE-2026-23231",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23231"
},
{
"name": "CVE-2025-37879",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37879"
},
{
"name": "CVE-2022-50071",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50071"
},
{
"name": "CVE-2025-40261",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40261"
},
{
"name": "CVE-2024-56180",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56180"
},
{
"name": "CVE-2023-39333",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-39333"
},
{
"name": "CVE-2025-38643",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38643"
},
{
"name": "CVE-2021-3864",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3864"
},
{
"name": "CVE-2025-39771",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39771"
},
{
"name": "CVE-2023-52591",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52591"
},
{
"name": "CVE-2024-26648",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26648"
},
{
"name": "CVE-2025-66862",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66862"
},
{
"name": "CVE-2020-11868",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-11868"
},
{
"name": "CVE-2020-24352",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-24352"
},
{
"name": "CVE-2024-36000",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36000"
},
{
"name": "CVE-2026-23021",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23021"
},
{
"name": "CVE-2025-39819",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39819"
},
{
"name": "CVE-2022-49296",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49296"
},
{
"name": "CVE-2025-61780",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61780"
},
{
"name": "CVE-2024-49914",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49914"
},
{
"name": "CVE-2025-38360",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38360"
},
{
"name": "CVE-2025-68732",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68732"
},
{
"name": "CVE-2025-39715",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39715"
},
{
"name": "CVE-2025-36407",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-36407"
},
{
"name": "CVE-2024-0217",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-0217"
},
{
"name": "CVE-2025-40323",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40323"
},
{
"name": "CVE-2025-21732",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21732"
},
{
"name": "CVE-2021-47658",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-47658"
},
{
"name": "CVE-2025-68285",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68285"
},
{
"name": "CVE-2025-4575",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-4575"
},
{
"name": "CVE-2019-12067",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-12067"
},
{
"name": "CVE-2024-57843",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57843"
},
{
"name": "CVE-2025-38512",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38512"
},
{
"name": "CVE-2024-50135",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50135"
},
{
"name": "CVE-2024-49916",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49916"
},
{
"name": "CVE-2025-68119",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68119"
},
{
"name": "CVE-2024-49988",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49988"
},
{
"name": "CVE-2023-52648",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52648"
},
{
"name": "CVE-2024-49861",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49861"
},
{
"name": "CVE-2026-23093",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23093"
},
{
"name": "CVE-2024-49893",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49893"
},
{
"name": "CVE-2024-44963",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-44963"
},
{
"name": "CVE-2023-53348",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53348"
},
{
"name": "CVE-2022-48766",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48766"
},
{
"name": "CVE-2019-15794",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-15794"
},
{
"name": "CVE-2024-49917",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49917"
},
{
"name": "CVE-2022-50467",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50467"
},
{
"name": "CVE-2025-37849",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37849"
},
{
"name": "CVE-2025-32441",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-32441"
},
{
"name": "CVE-2024-48875",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-48875"
},
{
"name": "CVE-2024-41935",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-41935"
},
{
"name": "CVE-2025-38162",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38162"
},
{
"name": "CVE-2022-23491",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-23491"
},
{
"name": "CVE-2025-22873",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22873"
},
{
"name": "CVE-2023-5678",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-5678"
},
{
"name": "CVE-2025-71183",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71183"
},
{
"name": "CVE-2023-54047",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54047"
},
{
"name": "CVE-2023-53382",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53382"
},
{
"name": "CVE-2024-50060",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50060"
},
{
"name": "CVE-2025-39677",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39677"
},
{
"name": "CVE-2023-53651",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53651"
},
{
"name": "CVE-2025-21832",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21832"
},
{
"name": "CVE-2025-68371",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68371"
},
{
"name": "CVE-2022-50383",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50383"
},
{
"name": "CVE-2025-39707",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39707"
},
{
"name": "CVE-2025-40275",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40275"
},
{
"name": "CVE-2023-53387",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53387"
},
{
"name": "CVE-2026-31802",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-31802"
},
{
"name": "CVE-2024-45774",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-45774"
},
{
"name": "CVE-2023-54019",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54019"
},
{
"name": "CVE-2025-22053",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22053"
},
{
"name": "CVE-2025-13465",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-13465"
},
{
"name": "CVE-2025-61664",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61664"
},
{
"name": "CVE-2025-68211",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68211"
},
{
"name": "CVE-2026-25702",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-25702"
},
{
"name": "CVE-2023-52452",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52452"
},
{
"name": "CVE-2023-42366",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-42366"
},
{
"name": "CVE-2022-50863",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50863"
},
{
"name": "CVE-2025-39829",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39829"
},
{
"name": "CVE-2024-35843",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35843"
},
{
"name": "CVE-2025-71091",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71091"
},
{
"name": "CVE-2025-39781",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39781"
},
{
"name": "CVE-2025-39762",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-39762"
},
{
"name": "CVE-2024-40999",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-40999"
},
{
"name": "CVE-2023-53292",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53292"
},
{
"name": "CVE-2023-52576",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52576"
},
{
"name": "CVE-2024-27002",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27002"
},
{
"name": "CVE-2025-0167",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-0167"
},
{
"name": "CVE-2024-57887",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57887"
},
{
"name": "CVE-2025-21730",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-21730"
},
{
"name": "CVE-2024-35865",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35865"
},
{
"name": "CVE-2025-71184",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71184"
},
{
"name": "CVE-2023-52660",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-52660"
},
{
"name": "CVE-2024-35995",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-35995"
},
{
"name": "CVE-2025-69420",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-69420"
},
{
"name": "CVE-2023-53371",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53371"
},
{
"name": "CVE-2025-38659",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38659"
},
{
"name": "CVE-2025-68227",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68227"
},
{
"name": "CVE-2025-22041",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22041"
},
{
"name": "CVE-2025-40339",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40339"
},
{
"name": "CVE-2025-22127",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-22127"
},
{
"name": "CVE-2025-47273",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-47273"
},
{
"name": "CVE-2024-27025",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27025"
},
{
"name": "CVE-2025-38020",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38020"
},
{
"name": "CVE-2024-27011",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-27011"
},
{
"name": "CVE-2025-15224",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-15224"
},
{
"name": "CVE-2024-26605",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-26605"
},
{
"name": "CVE-2026-27904",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-27904"
},
{
"name": "CVE-2024-38543",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-38543"
},
{
"name": "CVE-2025-68263",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68263"
},
{
"name": "CVE-2023-53187",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53187"
},
{
"name": "CVE-2025-38689",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38689"
},
{
"name": "CVE-2025-68800",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68800"
},
{
"name": "CVE-2026-1225",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-1225"
},
{
"name": "CVE-2025-38275",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38275"
},
{
"name": "CVE-2025-68261",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68261"
},
{
"name": "CVE-2022-48744",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48744"
},
{
"name": "CVE-2025-38070",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38070"
},
{
"name": "CVE-2025-68755",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68755"
},
{
"name": "CVE-2025-62525",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-62525"
},
{
"name": "CVE-2025-71238",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-71238"
},
{
"name": "CVE-2021-0175",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-0175"
},
{
"name": "CVE-2024-36012",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-36012"
},
{
"name": "CVE-2022-48706",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48706"
},
{
"name": "CVE-2025-40334",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40334"
},
{
"name": "CVE-2025-68767",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68767"
},
{
"name": "CVE-2024-46716",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46716"
},
{
"name": "CVE-2012-4542",
"url": "https://www.cve.org/CVERecord?id=CVE-2012-4542"
},
{
"name": "CVE-2021-3773",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-3773"
},
{
"name": "CVE-2025-61729",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-61729"
},
{
"name": "CVE-2022-49267",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-49267"
},
{
"name": "CVE-2024-56592",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56592"
},
{
"name": "CVE-2025-37854",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-37854"
},
{
"name": "CVE-2025-38189",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38189"
},
{
"name": "CVE-2022-48628",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-48628"
},
{
"name": "CVE-2024-6345",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-6345"
},
{
"name": "CVE-2024-50138",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-50138"
},
{
"name": "CVE-2025-40319",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-40319"
},
{
"name": "CVE-2021-44534",
"url": "https://www.cve.org/CVERecord?id=CVE-2021-44534"
},
{
"name": "CVE-2025-14831",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-14831"
},
{
"name": "CVE-2024-56565",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56565"
},
{
"name": "CVE-2025-68193",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68193"
},
{
"name": "CVE-2025-68727",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68727"
},
{
"name": "CVE-2024-57872",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-57872"
},
{
"name": "CVE-2023-28720",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-28720"
},
{
"name": "CVE-2024-53093",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53093"
},
{
"name": "CVE-2026-23080",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23080"
},
{
"name": "CVE-2024-46833",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-46833"
},
{
"name": "CVE-2024-47703",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-47703"
},
{
"name": "CVE-2023-53742",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53742"
},
{
"name": "CVE-2025-38361",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38361"
},
{
"name": "CVE-2025-38041",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-38041"
},
{
"name": "CVE-2024-53177",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-53177"
},
{
"name": "CVE-2024-56588",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-56588"
},
{
"name": "CVE-2023-53452",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53452"
},
{
"name": "CVE-2023-54121",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54121"
},
{
"name": "CVE-2023-6610",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-6610"
},
{
"name": "CVE-2023-54261",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-54261"
},
{
"name": "CVE-2022-50616",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50616"
},
{
"name": "CVE-2025-66418",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-66418"
},
{
"name": "CVE-2023-53544",
"url": "https://www.cve.org/CVERecord?id=CVE-2023-53544"
},
{
"name": "CVE-2025-68264",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68264"
},
{
"name": "CVE-2024-49911",
"url": "https://www.cve.org/CVERecord?id=CVE-2024-49911"
},
{
"name": "CVE-2026-23154",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-23154"
},
{
"name": "CVE-2022-50708",
"url": "https://www.cve.org/CVERecord?id=CVE-2022-50708"
},
{
"name": "CVE-2026-3784",
"url": "https://www.cve.org/CVERecord?id=CVE-2026-3784"
},
{
"name": "CVE-2025-68764",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-68764"
},
{
"name": "CVE-2025-9301",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-9301"
},
{
"name": "CVE-2025-11226",
"url": "https://www.cve.org/CVERecord?id=CVE-2025-11226"
}
],
"initial_release_date": "2026-03-20T00:00:00",
"last_revision_date": "2026-03-20T00:00:00",
"links": [],
"reference": "CERTFR-2026-AVI-0326",
"revisions": [
{
"description": "Version initiale",
"revision_date": "2026-03-20T00:00:00.000000"
}
],
"risks": [
{
"description": "Non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur"
}
],
"summary": "De multiples vuln\u00e9rabilit\u00e9s ont \u00e9t\u00e9 d\u00e9couvertes dans les produits VMware. Elles permettent \u00e0 un attaquant de provoquer un probl\u00e8me de s\u00e9curit\u00e9 non sp\u00e9cifi\u00e9 par l\u0027\u00e9diteur.",
"title": "Multiples vuln\u00e9rabilit\u00e9s dans les produits VMware",
"vendor_advisories": [
{
"published_at": "2026-03-19",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37233",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37233"
},
{
"published_at": "2026-03-19",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37237",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37237"
},
{
"published_at": "2026-03-19",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37236",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37236"
},
{
"published_at": "2026-03-19",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37246",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37246"
},
{
"published_at": "2026-03-19",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37235",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37235"
},
{
"published_at": "2026-03-19",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37229",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37229"
},
{
"published_at": "2026-03-19",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37226",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37226"
},
{
"published_at": "2026-03-19",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37230",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37230"
},
{
"published_at": "2026-03-19",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37242",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37242"
},
{
"published_at": "2026-03-19",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37228",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37228"
},
{
"published_at": "2026-03-19",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37240",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37240"
},
{
"published_at": "2026-03-19",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37243",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37243"
},
{
"published_at": "2026-03-19",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37234",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37234"
},
{
"published_at": "2026-03-19",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37231",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37231"
},
{
"published_at": "2026-03-19",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37239",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37239"
},
{
"published_at": "2026-03-19",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37227",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37227"
},
{
"published_at": "2026-03-19",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37232",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37232"
},
{
"published_at": "2026-03-19",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37247",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37247"
},
{
"published_at": "2026-03-19",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37241",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37241"
},
{
"published_at": "2026-03-19",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37238",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37238"
},
{
"published_at": "2026-03-19",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37244",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37244"
},
{
"published_at": "2026-03-19",
"title": "Bulletin de s\u00e9curit\u00e9 VMware 37245",
"url": "https://support.broadcom.com/web/ecx/support-content-notification/-/external/content/SecurityAdvisories/0/37245"
}
]
}
GHSA-2G4F-4PWH-QVX6
Vulnerability from github – Published: 2026-02-11 21:30 – Updated: 2026-03-02 21:58ajv (Another JSON Schema Validator) through version 8.17.1 is vulnerable to Regular Expression Denial of Service (ReDoS) when the $data option is enabled. The pattern keyword accepts runtime data via JSON Pointer syntax ($data reference), which is passed directly to the JavaScript RegExp() constructor without validation. An attacker can inject a malicious regex pattern (e.g., \"^(a|a)*$\") combined with crafted input to cause catastrophic backtracking. A 31-character payload causes approximately 44 seconds of CPU blocking, with each additional character doubling execution time. This enables complete denial of service with a single HTTP request against any API using ajv with $data: true for dynamic schema validation.
{
"affected": [
{
"package": {
"ecosystem": "npm",
"name": "ajv"
},
"ranges": [
{
"events": [
{
"introduced": "7.0.0-alpha.0"
},
{
"fixed": "8.18.0"
}
],
"type": "ECOSYSTEM"
}
]
},
{
"package": {
"ecosystem": "npm",
"name": "ajv"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "6.14.0"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"aliases": [
"CVE-2025-69873"
],
"database_specific": {
"cwe_ids": [
"CWE-1333",
"CWE-400"
],
"github_reviewed": true,
"github_reviewed_at": "2026-02-17T16:38:57Z",
"nvd_published_at": "2026-02-11T19:15:50Z",
"severity": "MODERATE"
},
"details": "ajv (Another JSON Schema Validator) through version 8.17.1 is vulnerable to Regular Expression Denial of Service (ReDoS) when the `$data` option is enabled. The pattern keyword accepts runtime data via JSON Pointer syntax (`$data` reference), which is passed directly to the JavaScript `RegExp()` constructor without validation. An attacker can inject a malicious regex pattern (e.g., `\\\"^(a|a)*$\\\"`) combined with crafted input to cause catastrophic backtracking. A 31-character payload causes approximately 44 seconds of CPU blocking, with each additional character doubling execution time. This enables complete denial of service with a single HTTP request against any API using ajv with `$data`: true for dynamic schema validation.",
"id": "GHSA-2g4f-4pwh-qvx6",
"modified": "2026-03-02T21:58:39Z",
"published": "2026-02-11T21:30:39Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-69873"
},
{
"type": "WEB",
"url": "https://github.com/ajv-validator/ajv/pull/2586"
},
{
"type": "WEB",
"url": "https://github.com/ajv-validator/ajv/pull/2588"
},
{
"type": "WEB",
"url": "https://github.com/ajv-validator/ajv/pull/2590"
},
{
"type": "WEB",
"url": "https://github.com/github/advisory-database/pull/6991"
},
{
"type": "WEB",
"url": "https://github.com/ajv-validator/ajv/commit/720a23fa453ffae8340e92c9b0fe886c54cfe0d5"
},
{
"type": "WEB",
"url": "https://github.com/EthanKim88/ethan-cve-disclosures/blob/main/CVE-2025-69873-ajv-ReDoS.md"
},
{
"type": "ADVISORY",
"url": "https://github.com/advisories/GHSA-2g4f-4pwh-qvx6"
},
{
"type": "PACKAGE",
"url": "https://github.com/ajv-validator/ajv"
},
{
"type": "WEB",
"url": "https://github.com/ajv-validator/ajv/releases/tag/v6.14.0"
},
{
"type": "WEB",
"url": "https://github.com/ajv-validator/ajv/releases/tag/v8.18.0"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N/E:P",
"type": "CVSS_V4"
}
],
"summary": "ajv has ReDoS when using `$data` option"
}
MSRC_CVE-2025-69873
Vulnerability from csaf_microsoft - Published: 2026-02-02 00:00 - Updated: 2026-03-03 01:38| URL | Category | |
|---|---|---|
{
"document": {
"category": "csaf_vex",
"csaf_version": "2.0",
"distribution": {
"text": "Public",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en-US",
"notes": [
{
"category": "general",
"text": "To determine the support lifecycle for your software, see the Microsoft Support Lifecycle: https://support.microsoft.com/lifecycle",
"title": "Additional Resources"
},
{
"category": "legal_disclaimer",
"text": "The information provided in the Microsoft Knowledge Base is provided \\\"as is\\\" without warranty of any kind. Microsoft disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. In no event shall Microsoft Corporation or its suppliers be liable for any damages whatsoever including direct, indirect, incidental, consequential, loss of business profits or special damages, even if Microsoft Corporation or its suppliers have been advised of the possibility of such damages. Some states do not allow the exclusion or limitation of liability for consequential or incidental damages so the foregoing limitation may not apply.",
"title": "Disclaimer"
}
],
"publisher": {
"category": "vendor",
"contact_details": "secure@microsoft.com",
"name": "Microsoft Security Response Center",
"namespace": "https://msrc.microsoft.com"
},
"references": [
{
"category": "self",
"summary": "CVE-2025-69873 ajv (Another JSON Schema Validator) before 8.18.0 is vulnerable to Regular Expression Denial of Service (ReDoS) when the $data option is enabled. The pattern keyword accepts runtime data via JSON Pointer syntax ($data reference), which is passed directly to the JavaScript RegExp() constructor without validation. An attacker can inject a malicious regex pattern (e.g., \"^(a|a)*$\") combined with crafted input to cause catastrophic backtracking. A 31-character payload causes approximately 44 seconds of CPU blocking, with each additional character doubling execution time. This enables complete denial of service with a single HTTP request against any API using ajv with $data: true for dynamic schema validation. - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2026/msrc_cve-2025-69873.json"
},
{
"category": "external",
"summary": "Microsoft Support Lifecycle",
"url": "https://support.microsoft.com/lifecycle"
},
{
"category": "external",
"summary": "Common Vulnerability Scoring System",
"url": "https://www.first.org/cvss"
}
],
"title": "ajv (Another JSON Schema Validator) before 8.18.0 is vulnerable to Regular Expression Denial of Service (ReDoS) when the $data option is enabled. The pattern keyword accepts runtime data via JSON Pointer syntax ($data reference), which is passed directly to the JavaScript RegExp() constructor without validation. An attacker can inject a malicious regex pattern (e.g., \"^(a|a)*$\") combined with crafted input to cause catastrophic backtracking. A 31-character payload causes approximately 44 seconds of CPU blocking, with each additional character doubling execution time. This enables complete denial of service with a single HTTP request against any API using ajv with $data: true for dynamic schema validation.",
"tracking": {
"current_release_date": "2026-03-03T01:38:55.000Z",
"generator": {
"date": "2026-03-03T09:03:32.108Z",
"engine": {
"name": "MSRC Generator",
"version": "1.0"
}
},
"id": "msrc_CVE-2025-69873",
"initial_release_date": "2026-02-02T00:00:00.000Z",
"revision_history": [
{
"date": "2026-02-27T01:01:37.000Z",
"legacy_version": "1",
"number": "1",
"summary": "Information published."
},
{
"date": "2026-02-28T01:39:45.000Z",
"legacy_version": "2",
"number": "2",
"summary": "Information published."
},
{
"date": "2026-03-03T01:38:55.000Z",
"legacy_version": "3",
"number": "3",
"summary": "Information published."
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "2.0",
"product": {
"name": "CBL Mariner 2.0",
"product_id": "17086"
}
},
{
"category": "product_version",
"name": "3.0",
"product": {
"name": "Azure Linux 3.0",
"product_id": "17084"
}
}
],
"category": "product_name",
"name": "Azure Linux"
},
{
"category": "product_name",
"name": "cbl2 python-tensorboard 2.11.0-3",
"product": {
"name": "cbl2 python-tensorboard 2.11.0-3",
"product_id": "1"
}
},
{
"category": "product_name",
"name": "azl3 python-tensorboard 2.16.2-6",
"product": {
"name": "azl3 python-tensorboard 2.16.2-6",
"product_id": "2"
}
}
],
"category": "vendor",
"name": "Microsoft"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "cbl2 python-tensorboard 2.11.0-3 as a component of CBL Mariner 2.0",
"product_id": "17086-1"
},
"product_reference": "1",
"relates_to_product_reference": "17086"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "azl3 python-tensorboard 2.16.2-6 as a component of Azure Linux 3.0",
"product_id": "17084-2"
},
"product_reference": "2",
"relates_to_product_reference": "17084"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2025-69873",
"cwe": {
"id": "CWE-1333",
"name": "Inefficient Regular Expression Complexity"
},
"flags": [
{
"label": "component_not_present",
"product_ids": [
"17086-1",
"17084-2"
]
}
],
"notes": [
{
"category": "general",
"text": "mitre",
"title": "Assigning CNA"
}
],
"product_status": {
"known_not_affected": [
"17086-1",
"17084-2"
]
},
"references": [
{
"category": "self",
"summary": "CVE-2025-69873 ajv (Another JSON Schema Validator) before 8.18.0 is vulnerable to Regular Expression Denial of Service (ReDoS) when the $data option is enabled. The pattern keyword accepts runtime data via JSON Pointer syntax ($data reference), which is passed directly to the JavaScript RegExp() constructor without validation. An attacker can inject a malicious regex pattern (e.g., \"^(a|a)*$\") combined with crafted input to cause catastrophic backtracking. A 31-character payload causes approximately 44 seconds of CPU blocking, with each additional character doubling execution time. This enables complete denial of service with a single HTTP request against any API using ajv with $data: true for dynamic schema validation. - VEX",
"url": "https://msrc.microsoft.com/csaf/vex/2026/msrc_cve-2025-69873.json"
}
],
"title": "ajv (Another JSON Schema Validator) before 8.18.0 is vulnerable to Regular Expression Denial of Service (ReDoS) when the $data option is enabled. The pattern keyword accepts runtime data via JSON Pointer syntax ($data reference), which is passed directly to the JavaScript RegExp() constructor without validation. An attacker can inject a malicious regex pattern (e.g., \"^(a|a)*$\") combined with crafted input to cause catastrophic backtracking. A 31-character payload causes approximately 44 seconds of CPU blocking, with each additional character doubling execution time. This enables complete denial of service with a single HTTP request against any API using ajv with $data: true for dynamic schema validation."
}
]
}
FKIE_CVE-2025-69873
Vulnerability from fkie_nvd - Published: 2026-02-11 19:15 - Updated: 2026-03-02 21:167.5 (High) - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
| URL | Tags | ||
|---|---|---|---|
| cve@mitre.org | https://github.com/EthanKim88/ethan-cve-disclosures/blob/main/CVE-2025-69873-ajv-ReDoS.md | ||
| cve@mitre.org | https://github.com/advisories/GHSA-2g4f-4pwh-qvx6 | ||
| cve@mitre.org | https://github.com/ajv-validator/ajv/pull/2588 | ||
| cve@mitre.org | https://github.com/ajv-validator/ajv/pull/2590 | ||
| cve@mitre.org | https://github.com/ajv-validator/ajv/releases/tag/v6.14.0 | ||
| cve@mitre.org | https://github.com/github/advisory-database/pull/6991 |
| Vendor | Product | Version |
|---|
{
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "ajv (Another JSON Schema Validator) before 8.18.0 is vulnerable to Regular Expression Denial of Service (ReDoS) when the $data option is enabled. The pattern keyword accepts runtime data via JSON Pointer syntax ($data reference), which is passed directly to the JavaScript RegExp() constructor without validation. An attacker can inject a malicious regex pattern (e.g., \"^(a|a)*$\") combined with crafted input to cause catastrophic backtracking. A 31-character payload causes approximately 44 seconds of CPU blocking, with each additional character doubling execution time. This enables complete denial of service with a single HTTP request against any API using ajv with $data: true for dynamic schema validation. This issue is also fixed in version 6.14.0."
},
{
"lang": "es",
"value": "ajv (Another JSON Schema Validator) hasta la versi\u00f3n 8.17.1 es vulnerable a la denegaci\u00f3n de servicio por expresiones regulares (ReDoS) cuando la opci\u00f3n $data est\u00e1 habilitada. La palabra clave \u0027pattern\u0027 acepta datos en tiempo de ejecuci\u00f3n a trav\u00e9s de la sintaxis JSON Pointer (referencia $data), que se pasa directamente al constructor JavaScript RegExp() sin validaci\u00f3n. Un atacante puede inyectar un patr\u00f3n de expresi\u00f3n regular malicioso (por ejemplo, \u0027^(a|a)*$\u0027) combinado con una entrada manipulada para causar un retroceso catastr\u00f3fico. Una carga \u00fatil de 31 caracteres causa aproximadamente 44 segundos de bloqueo de CPU, y cada car\u00e1cter adicional duplica el tiempo de ejecuci\u00f3n. Esto permite una denegaci\u00f3n de servicio completa con una \u00fanica solicitud HTTP contra cualquier API que utilice ajv con $data: true para la validaci\u00f3n din\u00e1mica de esquemas."
}
],
"id": "CVE-2025-69873",
"lastModified": "2026-03-02T21:16:24.213",
"metrics": {
"cvssMetricV31": [
{
"cvssData": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 2.9,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.1"
},
"exploitabilityScore": 1.4,
"impactScore": 1.4,
"source": "cve@mitre.org",
"type": "Secondary"
},
{
"cvssData": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"exploitabilityScore": 3.9,
"impactScore": 3.6,
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"type": "Secondary"
}
]
},
"published": "2026-02-11T19:15:50.467",
"references": [
{
"source": "cve@mitre.org",
"url": "https://github.com/EthanKim88/ethan-cve-disclosures/blob/main/CVE-2025-69873-ajv-ReDoS.md"
},
{
"source": "cve@mitre.org",
"url": "https://github.com/advisories/GHSA-2g4f-4pwh-qvx6"
},
{
"source": "cve@mitre.org",
"url": "https://github.com/ajv-validator/ajv/pull/2588"
},
{
"source": "cve@mitre.org",
"url": "https://github.com/ajv-validator/ajv/pull/2590"
},
{
"source": "cve@mitre.org",
"url": "https://github.com/ajv-validator/ajv/releases/tag/v6.14.0"
},
{
"source": "cve@mitre.org",
"url": "https://github.com/github/advisory-database/pull/6991"
}
],
"sourceIdentifier": "cve@mitre.org",
"vulnStatus": "Awaiting Analysis",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-1333"
}
],
"source": "cve@mitre.org",
"type": "Secondary"
},
{
"description": [
{
"lang": "en",
"value": "CWE-400"
}
],
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"type": "Secondary"
}
]
}
cleanstart-2026-gs57401
Vulnerability from cleanstart
Multiple security vulnerabilities affect the renovate package. These issues are resolved in later releases. See references for individual vulnerability details.
| URL | Type | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "CleanStart",
"name": "renovate"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "43.4.3-r1"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [],
"database_specific": {},
"details": "Multiple security vulnerabilities affect the renovate package. These issues are resolved in later releases. See references for individual vulnerability details.",
"id": "CLEANSTART-2026-GS57401",
"modified": "2026-03-19T07:48:38Z",
"published": "2026-04-01T09:43:24.793409Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/cleanstart-dev/cleanstart-security-advisories/tree/main/advisories/2026/CLEANSTART-2026-GS57401.json"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-69873"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-1525"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-1526"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-1527"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-1528"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-2229"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-2327"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-2391"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-25128"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-25547"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-2581"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-25896"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-26278"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-26960"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-27601"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-27903"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-27904"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-27942"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-28292"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-29786"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-31802"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-32141"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-33036"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-23c5-xmqv-rm74"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-25h7-pfq9-p65f"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-2g4f-4pwh-qvx6"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-2mjp-6q6p-2qxm"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-37qj-frw5-hhjh"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-38c4-r59v-3vqw"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-3ppc-4f35-3m26"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-4992-7rv2-5pvq"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-7h2j-956f-4vf2"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-7r86-cg39-jmmj"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-83g3-92jg-28cx"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-8gc5-j5rx-235r"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-8wc6-vgrq-x6cf"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-9ppj-qmqm-q256"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-f269-vfmq-vjvj"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-fj3w-jwp8-x2g3"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-jmr7-xgp7-cmfj"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-m7jm-9gc2-mpf2"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-phc3-fgpg-7m6h"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-qffp-2rhf-9h96"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-qpx9-hpmf-5gmw"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-r275-fr43-pm7q"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-v9p9-hfj2-hcw8"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-vrm6-8vpv-qv8q"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-w7fw-mjwx-w883"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-69873"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-1525"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-1526"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-1527"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-1528"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-2229"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-2327"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-2391"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25128"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25547"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-2581"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25896"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-26278"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-26960"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27601"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27903"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27904"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27942"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-28292"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-29786"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-31802"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32141"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33036"
}
],
"related": [],
"schema_version": "1.7.3",
"summary": "Security fixes for CVE-2025-69873, CVE-2026-1525, CVE-2026-1526, CVE-2026-1527, CVE-2026-1528, CVE-2026-2229, CVE-2026-2327, CVE-2026-2391, CVE-2026-25128, CVE-2026-25547, CVE-2026-2581, CVE-2026-25896, CVE-2026-26278, CVE-2026-26960, CVE-2026-27601, CVE-2026-27903, CVE-2026-27904, CVE-2026-27942, CVE-2026-28292, CVE-2026-29786, CVE-2026-31802, CVE-2026-32141, CVE-2026-33036, ghsa-23c5-xmqv-rm74, ghsa-25h7-pfq9-p65f, ghsa-2g4f-4pwh-qvx6, ghsa-2mjp-6q6p-2qxm, ghsa-37qj-frw5-hhjh, ghsa-38c4-r59v-3vqw, ghsa-3ppc-4f35-3m26, ghsa-4992-7rv2-5pvq, ghsa-7h2j-956f-4vf2, ghsa-7r86-cg39-jmmj, ghsa-83g3-92jg-28cx, ghsa-8gc5-j5rx-235r, ghsa-8wc6-vgrq-x6cf, ghsa-9ppj-qmqm-q256, ghsa-f269-vfmq-vjvj, ghsa-fj3w-jwp8-x2g3, ghsa-jmr7-xgp7-cmfj, ghsa-m7jm-9gc2-mpf2, ghsa-phc3-fgpg-7m6h, ghsa-qffp-2rhf-9h96, ghsa-qpx9-hpmf-5gmw, ghsa-r275-fr43-pm7q, ghsa-v9p9-hfj2-hcw8, ghsa-vrm6-8vpv-qv8q, ghsa-w7fw-mjwx-w883 applied in versions: 43.4.3-r1",
"upstream": [
"CVE-2025-69873",
"CVE-2026-1525",
"CVE-2026-1526",
"CVE-2026-1527",
"CVE-2026-1528",
"CVE-2026-2229",
"CVE-2026-2327",
"CVE-2026-2391",
"CVE-2026-25128",
"CVE-2026-25547",
"CVE-2026-2581",
"CVE-2026-25896",
"CVE-2026-26278",
"CVE-2026-26960",
"CVE-2026-27601",
"CVE-2026-27903",
"CVE-2026-27904",
"CVE-2026-27942",
"CVE-2026-28292",
"CVE-2026-29786",
"CVE-2026-31802",
"CVE-2026-32141",
"CVE-2026-33036",
"ghsa-23c5-xmqv-rm74",
"ghsa-25h7-pfq9-p65f",
"ghsa-2g4f-4pwh-qvx6",
"ghsa-2mjp-6q6p-2qxm",
"ghsa-37qj-frw5-hhjh",
"ghsa-38c4-r59v-3vqw",
"ghsa-3ppc-4f35-3m26",
"ghsa-4992-7rv2-5pvq",
"ghsa-7h2j-956f-4vf2",
"ghsa-7r86-cg39-jmmj",
"ghsa-83g3-92jg-28cx",
"ghsa-8gc5-j5rx-235r",
"ghsa-8wc6-vgrq-x6cf",
"ghsa-9ppj-qmqm-q256",
"ghsa-f269-vfmq-vjvj",
"ghsa-fj3w-jwp8-x2g3",
"ghsa-jmr7-xgp7-cmfj",
"ghsa-m7jm-9gc2-mpf2",
"ghsa-phc3-fgpg-7m6h",
"ghsa-qffp-2rhf-9h96",
"ghsa-qpx9-hpmf-5gmw",
"ghsa-r275-fr43-pm7q",
"ghsa-v9p9-hfj2-hcw8",
"ghsa-vrm6-8vpv-qv8q",
"ghsa-w7fw-mjwx-w883"
]
}
cleanstart-2026-ow14897
Vulnerability from cleanstart
Multiple security vulnerabilities affect the mongosh package. These issues are resolved in later releases. See references for individual vulnerability details.
| URL | Type | ||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "CleanStart",
"name": "mongosh"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "2.6.0-r1"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [],
"database_specific": {},
"details": "Multiple security vulnerabilities affect the mongosh package. These issues are resolved in later releases. See references for individual vulnerability details.",
"id": "CLEANSTART-2026-OW14897",
"modified": "2026-03-18T07:42:00Z",
"published": "2026-04-01T09:45:25.624227Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/cleanstart-dev/cleanstart-security-advisories/tree/main/advisories/2026/CLEANSTART-2026-OW14897.json"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-25285"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-69873"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-21637"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-23c5-xmqv-rm74"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-72xf-g2v4-qvf3"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-7r86-cg39-jmmj"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-pfrx-2q88-qq97"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-rc47-6667-2j5j"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-rmvr-2pp2-xj38"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-25285"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-69873"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-21637"
}
],
"related": [],
"schema_version": "1.7.3",
"summary": "Security fixes for CVE-2025-25285, CVE-2025-69873, CVE-2026-21637, ghsa-23c5-xmqv-rm74, ghsa-72xf-g2v4-qvf3, ghsa-7r86-cg39-jmmj, ghsa-pfrx-2q88-qq97, ghsa-rc47-6667-2j5j, ghsa-rmvr-2pp2-xj38 applied in versions: 2.5.10-r2, 2.5.10-r3, 2.6.0-r1",
"upstream": [
"CVE-2025-25285",
"CVE-2025-69873",
"CVE-2026-21637",
"ghsa-23c5-xmqv-rm74",
"ghsa-72xf-g2v4-qvf3",
"ghsa-7r86-cg39-jmmj",
"ghsa-pfrx-2q88-qq97",
"ghsa-rc47-6667-2j5j",
"ghsa-rmvr-2pp2-xj38"
]
}
cleanstart-2026-dv49099
Vulnerability from cleanstart
Multiple security vulnerabilities affect the renovate package. These issues are resolved in later releases. See references for individual vulnerability details.
| URL | Type | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"affected": [
{
"package": {
"ecosystem": "CleanStart",
"name": "renovate"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "43.4.4-r0"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"credits": [],
"database_specific": {},
"details": "Multiple security vulnerabilities affect the renovate package. These issues are resolved in later releases. See references for individual vulnerability details.",
"id": "CLEANSTART-2026-DV49099",
"modified": "2026-03-23T10:49:42Z",
"published": "2026-04-01T09:31:16.419730Z",
"references": [
{
"type": "ADVISORY",
"url": "https://github.com/cleanstart-dev/cleanstart-security-advisories/tree/main/advisories/2026/CLEANSTART-2026-DV49099.json"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-64756"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2025-69873"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-1525"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-1526"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-1527"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-1528"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-2229"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-2327"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-23745"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-2391"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-24842"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-25128"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-25547"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-2581"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-25896"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-26278"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-26960"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-27601"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-27903"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-27904"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-27942"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-28292"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-29786"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-31802"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-32141"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/CVE-2026-33036"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-23c5-xmqv-rm74"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-25h7-pfq9-p65f"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-2g4f-4pwh-qvx6"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-2mjp-6q6p-2qxm"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-34x7-hfp2-rc4v"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-37qj-frw5-hhjh"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-38c4-r59v-3vqw"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-3ppc-4f35-3m26"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-4992-7rv2-5pvq"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-5j98-mcp5-4vw2"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-73rr-hh4g-fpgx"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-7h2j-956f-4vf2"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-7r86-cg39-jmmj"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-83g3-92jg-28cx"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-8gc5-j5rx-235r"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-8qq5-rm4j-mr97"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-8wc6-vgrq-x6cf"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-9ppj-qmqm-q256"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-f269-vfmq-vjvj"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-fj3w-jwp8-x2g3"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-jmr7-xgp7-cmfj"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-m7jm-9gc2-mpf2"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-phc3-fgpg-7m6h"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-qffp-2rhf-9h96"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-qpx9-hpmf-5gmw"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-r275-fr43-pm7q"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-r6q2-hw4h-h46w"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-v9p9-hfj2-hcw8"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-vrm6-8vpv-qv8q"
},
{
"type": "WEB",
"url": "https://osv.dev/vulnerability/ghsa-w7fw-mjwx-w883"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-64756"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-69873"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-1525"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-1526"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-1527"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-1528"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-2229"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-2327"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-23745"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-2391"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-24842"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25128"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25547"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-2581"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25896"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-26278"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-26960"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27601"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27903"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27904"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-27942"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-28292"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-29786"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-31802"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-32141"
},
{
"type": "WEB",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33036"
}
],
"related": [],
"schema_version": "1.7.3",
"summary": "Security fixes for CVE-2025-64756, CVE-2025-69873, CVE-2026-1525, CVE-2026-1526, CVE-2026-1527, CVE-2026-1528, CVE-2026-2229, CVE-2026-2327, CVE-2026-23745, CVE-2026-2391, CVE-2026-24842, CVE-2026-25128, CVE-2026-25547, CVE-2026-2581, CVE-2026-25896, CVE-2026-26278, CVE-2026-26960, CVE-2026-27601, CVE-2026-27903, CVE-2026-27904, CVE-2026-27942, CVE-2026-28292, CVE-2026-29786, CVE-2026-31802, CVE-2026-32141, CVE-2026-33036, ghsa-23c5-xmqv-rm74, ghsa-25h7-pfq9-p65f, ghsa-2g4f-4pwh-qvx6, ghsa-2mjp-6q6p-2qxm, ghsa-34x7-hfp2-rc4v, ghsa-37qj-frw5-hhjh, ghsa-38c4-r59v-3vqw, ghsa-3ppc-4f35-3m26, ghsa-4992-7rv2-5pvq, ghsa-5j98-mcp5-4vw2, ghsa-73rr-hh4g-fpgx, ghsa-7h2j-956f-4vf2, ghsa-7r86-cg39-jmmj, ghsa-83g3-92jg-28cx, ghsa-8gc5-j5rx-235r, ghsa-8qq5-rm4j-mr97, ghsa-8wc6-vgrq-x6cf, ghsa-9ppj-qmqm-q256, ghsa-f269-vfmq-vjvj, ghsa-fj3w-jwp8-x2g3, ghsa-jmr7-xgp7-cmfj, ghsa-m7jm-9gc2-mpf2, ghsa-phc3-fgpg-7m6h, ghsa-qffp-2rhf-9h96, ghsa-qpx9-hpmf-5gmw, ghsa-r275-fr43-pm7q, ghsa-r6q2-hw4h-h46w, ghsa-v9p9-hfj2-hcw8, ghsa-vrm6-8vpv-qv8q, ghsa-w7fw-mjwx-w883 applied in versions: 43.4.4-r0",
"upstream": [
"CVE-2025-64756",
"CVE-2025-69873",
"CVE-2026-1525",
"CVE-2026-1526",
"CVE-2026-1527",
"CVE-2026-1528",
"CVE-2026-2229",
"CVE-2026-2327",
"CVE-2026-23745",
"CVE-2026-2391",
"CVE-2026-24842",
"CVE-2026-25128",
"CVE-2026-25547",
"CVE-2026-2581",
"CVE-2026-25896",
"CVE-2026-26278",
"CVE-2026-26960",
"CVE-2026-27601",
"CVE-2026-27903",
"CVE-2026-27904",
"CVE-2026-27942",
"CVE-2026-28292",
"CVE-2026-29786",
"CVE-2026-31802",
"CVE-2026-32141",
"CVE-2026-33036",
"ghsa-23c5-xmqv-rm74",
"ghsa-25h7-pfq9-p65f",
"ghsa-2g4f-4pwh-qvx6",
"ghsa-2mjp-6q6p-2qxm",
"ghsa-34x7-hfp2-rc4v",
"ghsa-37qj-frw5-hhjh",
"ghsa-38c4-r59v-3vqw",
"ghsa-3ppc-4f35-3m26",
"ghsa-4992-7rv2-5pvq",
"ghsa-5j98-mcp5-4vw2",
"ghsa-73rr-hh4g-fpgx",
"ghsa-7h2j-956f-4vf2",
"ghsa-7r86-cg39-jmmj",
"ghsa-83g3-92jg-28cx",
"ghsa-8gc5-j5rx-235r",
"ghsa-8qq5-rm4j-mr97",
"ghsa-8wc6-vgrq-x6cf",
"ghsa-9ppj-qmqm-q256",
"ghsa-f269-vfmq-vjvj",
"ghsa-fj3w-jwp8-x2g3",
"ghsa-jmr7-xgp7-cmfj",
"ghsa-m7jm-9gc2-mpf2",
"ghsa-phc3-fgpg-7m6h",
"ghsa-qffp-2rhf-9h96",
"ghsa-qpx9-hpmf-5gmw",
"ghsa-r275-fr43-pm7q",
"ghsa-r6q2-hw4h-h46w",
"ghsa-v9p9-hfj2-hcw8",
"ghsa-vrm6-8vpv-qv8q",
"ghsa-w7fw-mjwx-w883"
]
}
Sightings
| Author | Source | Type | Date |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.